/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/main.scss ***!
  \*******************************************************************************************************************************************************************************/
@charset "UTF-8";
@keyframes spinX {
  from {
    rotate: z 0;
  }
  to {
    rotate: z 360deg;
  }
}
@keyframes fade-in-slide-down {
  0% {
    max-height: 0;
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  33% {
    max-height: 10vh;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out-hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-3%);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes shadow {
  0% {
    scale: 1;
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.8);
  }
  50% {
    scale: 0.8;
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.5);
  }
  100% {
    scale: 1;
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.8);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
Description: A function for generating sane z-index values. Not allowed to exceed 20000 (20 levels). 
High values utilized for legibility and ease of overriding most third party tools
*/
:root {
  --form-flex-gap: 1rem;
  --vtl-font-color: #585858;
  --vtl-font-color-inverse: #fff;
  --vtl-link-color: #cc4b00;
  --vtl-link-hover-color: #722282;
  --vtl-link-text-decoration-color: transparent;
  --vtl-font-color-heading: #585858;
  --vtl-font-color-sub-heading: #cc4b00;
  --vtl-font-color-heading-1: #585858;
  --vtl-font-color-heading-2: #cc4b00;
  --vtl-font-color-heading-3: #585858;
  --vtl-font-color-heading-4: #722282;
  --vtl-font-color-heading-5: #585858;
  --vtl-font-color-heading-6: #cc4b00;
  --vtl-hr-color: #667084;
  --vtl-font-color-error: #cc4b00;
  --vtl-color-error: #cc4b00;
  --vtl-section-background-color: transparent;
  --bs-gutter-x: 2rem;
  --container-padding-x: 2rem;
  --container-max-width: 60rem;
  --vtl-bump-out-width: 10vw;
  --vtl-wave-white: url("data:image/svg+xml,%3Csvg%20preserveAspectRatio %3D%22none%22%20width%3D%221200%22%20height%3D%22127%22%20viewBox%3D%220%200%201200%20127%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1200%2039.2585C1103.47%207.00039%20883.75%20-22.8383%20626.556%2025.0327C425.056%2062.5488%20265.083%20100.097%200%2039.2585V126.968H1200V39.2585Z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  --vtl-wave-white--deep: url("data:image/svg+xml,%3Csvg%20preserveAspectRatio%3D%22none%22%20width%3D%221200%22%20height%3D%2266%22%20viewBox%3D%220%200%201200%2066%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Wave%20Copy%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2028.6231C96.5222%2056.4483%20316.236%2082.2055%20573.444%2040.8922C774.933%208.53009%20934.928%20-23.8598%201200%2028.6231V66.9461L957.833%2069.179L0%2068.1V28.6231Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  --vtl-wave-white--thin: url("data:image/svg+xml,%3Csvg%20preserveAspectRatio%3D%22none%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201920%20115%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Wave%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M-4.39514%2044.305C150.506%2088.7731%20503.109%20129.936%20915.883%2063.9124C1239.24%2012.1938%201496%20-39.5693%201921.4%2044.305L1923%20115L1532.76%20115L-6%20115L-4.39514%2044.305Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --xxl: 1400px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
  --xxl_dn: 1399px;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    translate: 0 -10%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fade-out-down {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 0 -10%;
  }
}
@keyframes toast-brief {
  0% {
    opacity: 0;
    translate: 0 -10%;
  }
  15% {
    opacity: 1;
    translate: 0 0;
  }
  85% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 0 -10%;
  }
}
html {
  font-size: 18px;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "filson-pro", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  color: var(--vtl-font-color, #585858);
  max-width: 100%;
  overflow-x: hidden;
}
body.using-mouse *:focus {
  outline: none;
}
body:not(.using-mouse) *:focus {
  outline: none;
  outline: 3px solid rgba(144, 83, 161, 0.33);
}

h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
hr,
ul,
ol,
dl,
blockquote,
p,
address,
figure,
pre {
  margin: 0.75rem 0 1.5rem;
  color: var(--vtl-font-color, #585858);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0.75rem 0 0.5rem 0;
  font-family: "filson-pro", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.25;
  color: var(--vtl-font-color-heading-1, #585858);
  line-height: 1.2;
}

h1,
.h1 {
  line-height: 1.2222;
}
h1,
.h1 {
  font-size: 1.8rem;
}
@supports (font-size: clamp(1.35rem, 3vw, 2.25rem)) {
  h1,
  .h1 {
    font-size: clamp(1.35rem, 3vw, 2.25rem);
  }
}

h2,
.h2 {
  color: #cc4b00;
  color: var(--vtl-font-color-heading-2, #cc4b00);
  line-height: 1.2667;
}
h2,
.h2 {
  font-size: 1.5rem;
}
@supports (font-size: clamp(1.125rem, 2.6vw, 1.875rem)) {
  h2,
  .h2 {
    font-size: clamp(1.125rem, 2.6vw, 1.875rem);
  }
}

h3,
.h3 {
  color: #585858;
  color: var(--vtl-font-color-heading-3, #585858);
  line-height: 1.5;
}
h3,
.h3 {
  font-size: 1.2rem;
}
@supports (font-size: clamp(0.9rem, 2vw, 1.5rem)) {
  h3,
  .h3 {
    font-size: clamp(0.9rem, 2vw, 1.5rem);
  }
}

h4,
.h4 {
  color: #722282;
  color: var(--vtl-font-color-heading-4, #722282);
  line-height: 1.5;
}
h4,
.h4 {
  font-size: 1.125rem;
}
@supports (font-size: clamp(1rem, 1.6vw, 1.25rem)) {
  h4,
  .h4 {
    font-size: clamp(1rem, 1.6vw, 1.25rem);
  }
}

h5,
.h5 {
  color: #585858;
  color: var(--vtl-font-color-heading-5, #585858);
  line-height: 1.5;
}
h5,
.h5 {
  font-size: 1.0125rem;
}
@supports (font-size: clamp(0.9rem, 1.4vw, 1.125rem)) {
  h5,
  .h5 {
    font-size: clamp(0.9rem, 1.4vw, 1.125rem);
  }
}

h6,
.h6 {
  color: #cc4b00;
  color: var(--vtl-font-color-heading-6, #cc4b00);
}
h6,
.h6 {
  font-size: 0.9rem;
}
@supports (font-size: clamp(0.8rem, 1.2vw, 1rem)) {
  h6,
  .h6 {
    font-size: clamp(0.8rem, 1.2vw, 1rem);
  }
}

p {
  line-height: 1.5;
  margin-top: 0;
}
.home p {
  line-height: 1.5;
}

hr {
  height: 1px;
  margin: 1rem 0;
  padding: 0;
  background: transparent;
  border: none;
  border-top: 1px solid var(--vtl-hr-color, #667084);
}

a {
  color: var(--vtl-link-color, #cc4b00);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--vtl-link-text-decoration-color, transparent);
  -webkit-text-decoration-skip: objects;
  text-decoration-skip-ink: auto;
  background-color: transparent;
  transition: color 300ms ease, background-color 300ms ease, text-decoration-color 300ms ease, border-color 300ms ease;
}
a:hover, a:active, a:focus {
  color: var(--vtl-link-hover-color, #722282);
  text-decoration-color: var(--vtl-link-hover-color, #722282);
}
.breadcrumbs a {
  font-weight: normal;
  color: #722282;
}
a.link-inverse {
  color: #722282;
}
a.link-inverse:hover, a.link-inverse:active, a.link-inverse:focus {
  color: #cc4b00;
  text-decoration-color: #cc4b00;
}
a.link-out, a.link-more {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: normal;
  text-decoration: none;
}
a.link-out::after, a.link-more::after {
  content: "arrow_right_alt";
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-size: 1.2em;
  line-height: 1rem;
  padding: 0 0 0 0.5rem;
  margin: 0;
}
a.link-out::after {
  transform: rotateZ(-45deg);
}
a.link-block {
  display: block;
  width: 100%;
}
a.link-block.link-out, a.link-block.link-more {
  display: flex;
  justify-content: flex-start;
}
a.cover-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -500vw;
  overflow: hidden;
  z-index: 1000;
}
@media print {
  .printable .content__body a, .blog-detail .content__body a, .news-detail .content__body a {
    font-weight: 400;
  }
  .printable .content__body a::after, .blog-detail .content__body a::after, .news-detail .content__body a::after {
    content: " (" attr(href) ")";
  }
}

ul > li, ol > li {
  margin: 0 0 0.25rem 0;
}

ul {
  list-style-type: disc;
}
ul ul {
  margin: 0 0 0.5rem 0;
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}

ol {
  list-style-type: numeric;
}
ol ol {
  margin: 0 0 0.5rem 0;
  list-style-type: upper-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}
ol ol ol ol {
  list-style-type: lower-alpha;
}
ol ol ol ol ol {
  list-style-type: upper-roman;
}

.content__area--orange .text-block strong, .content__area--purple .text-block strong, .content__area--dark-purple .text-block strong, .content__area--light-purple .text-block strong, .section--orange .text-block strong, .section--medium-gray .text-block strong, .section--purple .text-block strong, .section--light-purple .text-block strong, .section--dark-purple .text-block strong, .section--bg-fushia .text-block strong, .section--bg-orange .text-block strong, .section--bg-yellow .text-block strong, .section--bg-medium-gray .text-block strong, .section--bg-purple .text-block strong, .section--bg-light-purple .text-block strong, .section--bg-dark-purple .text-block strong {
  font-weight: 500;
}

span[title] {
  cursor: help;
  border-bottom: 1px dotted #585858;
}

.article__body img, .content__header :not(.hero) img, .content__body .content-block img, .content__body .text-box img, .content__description img, .volunteer-event__header img, .volunteer-event__copy img {
  max-width: 100%;
  height: auto;
}
.article__body img[height], .article__body img[style*="height:"], .content__header :not(.hero) img[height], .content__header :not(.hero) img[style*="height:"], .content__body .content-block img[height], .content__body .content-block img[style*="height:"], .content__body .text-box img[height], .content__body .text-box img[style*="height:"], .content__description img[height], .content__description img[style*="height:"], .volunteer-event__header img[height], .volunteer-event__header img[style*="height:"], .volunteer-event__copy img[height], .volunteer-event__copy img[style*="height:"] {
  height: auto !important;
}
.article__body img[style*="float:"]::after, .content__header :not(.hero) img[style*="float:"]::after, .content__body .content-block img[style*="float:"]::after, .content__body .text-box img[style*="float:"]::after, .content__description img[style*="float:"]::after, .volunteer-event__header img[style*="float:"]::after, .volunteer-event__copy img[style*="float:"]::after {
  content: "";
  display: block;
  clear: both;
}
img.float-end, img.float-start {
  display: block;
  margin: 1rem auto;
  float: none !important;
}
@media (min-width: 768px) {
  img.float-end {
    float: right !important;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (min-width: 768px) {
  img.float-start {
    float: left !important;
    margin: 1rem 1rem 1rem 0;
  }
}

q::before,
blockquote::before {
  content: "“";
}
q::after,
blockquote::after {
  content: "”";
}
q > p:only-child,
blockquote > p:only-child {
  display: inline;
  margin: 0;
  padding: 0;
}

blockquote {
  text-align: center;
  margin: 0.5rem 0 1.5rem 0;
  padding: 0;
  font-weight: 300;
}
blockquote {
  font-size: 1.45rem;
}
@supports (font-size: clamp(1.1rem, 2.5vw, 1.8rem)) {
  blockquote {
    font-size: clamp(1.1rem, 2.5vw, 1.8rem);
  }
}
blockquote,
blockquote p {
  line-height: 1.333;
}
@media (min-width: 768px) {
  blockquote,
  blockquote p {
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  blockquote {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  blockquote {
    padding: 2rem;
  }
}

blockquote + cite, figure cite {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0.5rem 0 0 0;
}

.quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem;
}
.quote__body {
  margin-bottom: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
.quote__quotee {
  margin: 0.5rem 0 0 0;
  font-weight: 500;
  font-size: 0.9rem;
}
.quote__quotee-detail {
  margin: 0;
  font-style: normal;
  font-size: 0.8rem;
}
.quote__thumbnail {
  position: relative;
  min-height: 6rem;
  min-width: 6rem;
  margin: 0 0 0.5rem 0;
  border-radius: 50%;
  overflow: hidden;
}
@supports (object-fit: cover) {
  .quote__thumbnail-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    object-fit: cover;
    object-position: center;
  }
}
.quote--decorative::before {
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  margin: 0 0 1rem 0;
  background-image: url("/img/template-images/swirl-horizontal-orange.png");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.5rem auto;
  text-align: center;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive::before {
  display: block;
  content: "";
  padding-bottom: calc(var(--aspect-ratio, 0.5625) * 100%);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/*form,
.form {
  width: 100%;
  max-width: 100%;
}*/

input,
select,
textarea {
  margin: 0;
  padding: 0.5rem 0.75rem;
  color: #585858;
  border-radius: 8px;
  border: solid 1px #98a2b3;
  box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
}
input:active, input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  border-color: #9053A1;
  outline: none;
}
input:active, body.using-mouse input:active, input:focus, body.using-mouse input:focus,
select:active,
body.using-mouse select:active,
select:focus,
body.using-mouse select:focus,
textarea:active,
body.using-mouse textarea:active,
textarea:focus,
body.using-mouse textarea:focus {
  outline: 3px solid rgba(144, 83, 161, 0.33);
}
.form__group.is-errored input,
.form__group.is-errored select,
.form__group.is-errored textarea {
  border-color: var(--vtl-color-error, #cc4b00);
}

input {
  color: #585858;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, input.form__control--number::-webkit-inner-spin-button, input.form__control--number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=radio], input.form__control--radio {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  display: grid;
  place-content: center;
  min-width: 1.15em;
  min-height: 1.15em;
  /* Not removed via appearance */
  margin: 0.5em 0.5em 0 0;
  font-family: inherit;
  color: currentColor;
  /* For iOS < 15 */
  background-color: #fff;
  border: solid 1px #3d505a;
  border-radius: 50%;
  transform: translateY(-0.075em);
}
input[type=radio]::before, input.form__control--radio::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  /* Windows High Contrast Mode */
  background-color: #722282;
}
input[type=radio]:checked, input.form__control--radio:checked {
  background: transparent;
  border-color: #722282;
}
input[type=radio]:checked::before, input.form__control--radio:checked::before {
  transform: scale(1);
}
input[type=radio]:focus, input[type=radio]:active, input.form__control--radio:focus, input.form__control--radio:active {
  box-shadow: none;
  outline: none;
  outline: 3px solid rgba(144, 83, 161, 0.33);
}
.form__controls input[type=radio], .form__controls input.form__control--radio {
  margin: 0;
}
.form__controls--inline input[type=radio], .form__controls--inline input.form__control--radio {
  margin-top: 0.25rem;
}
input[type=checkbox], input.form__control--checkbox {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  display: grid;
  place-content: center;
  min-width: 1.15em;
  min-height: 1.15em;
  /* Not removed via appearance */
  margin: 0;
  font-family: inherit;
  color: currentColor;
  /* For iOS < 15 */
  background-color: #fff;
  border: solid 1px #3d505a;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}
.form__checkbox-group input[type=checkbox], .form__checkbox-group input.form__control--checkbox {
  transform: none;
  margin-top: 0.25rem;
}
.form__controls--checkboxes input[type=checkbox], .form__controls--checkboxes input.form__control--checkbox {
  margin: 0.5em 0 0 0;
}
input[type=checkbox]::before, input.form__control--checkbox::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  /* Windows High Contrast Mode */
  background-color: #722282;
}
input[type=checkbox]:checked::before, input.form__control--checkbox:checked::before {
  transform: scale(1);
}
input[type=checkbox]:focus, input[type=checkbox]:active, input.form__control--checkbox:focus, input.form__control--checkbox:active {
  box-shadow: none;
  outline: none;
  outline: 3px solid rgba(144, 83, 161, 0.33);
}
input[type=checkbox]:disabled, input.form__control--checkbox:disabled {
  color: var(--vtl-font-color, #333);
  cursor: not-allowed;
}
col-4.mt-5 input[type=search] {
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */
}
col-4.mt-5 input[type=search]::-ms-clear, col-4.mt-5 input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
col-4.mt-5 input[type=search]::-webkit-search-decoration, col-4.mt-5 input[type=search]::-webkit-search-cancel-button, col-4.mt-5 input[type=search]::-webkit-search-results-button, col-4.mt-5 input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.form__group input[type=submit], .form__group input[type=button] {
  display: inline-flex;
  width: auto;
  flex: 0 1 auto;
  align-self: flex-start;
}

select {
  color: #585858;
}
select option {
  color: #585858;
}

label,
.form__label {
  color: var(--vtl-font-color, #585858);
  font-weight: 400;
}
.form__group label,
.form__group .form__label {
  margin: 0 0 0.25rem 0;
}
.form__group .form__controls--inline label,
.form__group .form__controls--inline .form__label {
  margin: 0;
}
.form__controls .form__control--radio + label, .form__controls .form__control--checkbox + label, .form__group .form__controls-item label, .form__group .form__controls-item label,
.form__controls .form__control--radio + .form__label,
.form__controls .form__control--checkbox + .form__label,
.form__group .form__controls-item .form__label,
.form__group .form__controls-item .form__label {
  margin: 0;
  padding: 0.25em;
}
.form__controls.form__controls--inline .form__control--radio + label, .form__controls.form__controls--inline .form__control--checkbox + label,
.form__controls.form__controls--inline .form__control--radio + .form__label,
.form__controls.form__controls--inline .form__control--checkbox + .form__label {
  margin: 0;
  padding: 0;
}
label p:last-child,
.form__label p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.form {
  --vtl-font-color: #585858;
  --vtl-font-color-inverse: #fff;
  --vtl-link-color: #cc4b00;
  --vtl-link-hover-color: #722282;
  --vtl-link-text-decoration-color: transparent;
  --vtl-font-color-heading: #585858;
  --vtl-font-color-sub-heading: #cc4b00;
  --vtl-font-color-heading-1: #585858;
  --vtl-font-color-heading-2: #cc4b00;
  --vtl-font-color-heading-3: #585858;
  --vtl-font-color-heading-4: #722282;
  --vtl-font-color-heading-5: #585858;
  --vtl-font-color-heading-6: #cc4b00;
  --vtl-hr-color: #667084;
  --vtl-font-color-error: #cc4b00;
  --vtl-color-error: #cc4b00;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #fff;
}
.form--no-background {
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.form--no-spacing {
  margin: 0;
  padding: 0;
}
.widget-zone .form, .content__widget-zone .form {
  padding: 0;
}
.form__status {
  padding: 1rem 0;
}
.form__status.hide {
  display: none;
  padding: 0;
  margin: 0;
}
.form__status.success {
  --vtl-font-color: #722282;
  position: relative;
  padding-left: 1.5rem;
  color: var(--vtl-font-color, #cc4b00);
  font-weight: 400;
}
.form__status.success::before {
  display: none;
  content: "done";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  font-weight: 300;
  line-height: 0.1rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .form__status.success::before {
    display: initial;
  }
}
body.loaded .form__status.success::before, body.fonts-loaded .form__status.success::before {
  display: initial;
}
.form__status.success::before {
  position: absolute;
  top: 1.5rem;
  left: 0;
  color: #722282;
}
.form__status.error {
  --vtl-font-color: #cc4b00;
  --vtl-link-color: #722282;
  --vtl-link-hover-color: #9053A1;
  position: relative;
  padding-left: 1.5rem;
  color: var(--vtl-font-color, #cc4b00);
  font-weight: 400;
}
.form__status.error::before {
  display: none;
  content: "error";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  font-weight: 300;
  line-height: 0.1rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .form__status.error::before {
    display: initial;
  }
}
body.loaded .form__status.error::before, body.fonts-loaded .form__status.error::before {
  display: initial;
}
.form__status.error::before {
  position: absolute;
  top: 1.5rem;
  left: 0;
  color: #cc4b00;
}
.form__header {
  padding: 0.25rem 0 1.25rem 0;
}
.form__heading {
  width: 100%;
  margin: 0 0 0.5rem 0;
  padding: 0.1rem 0;
  font-weight: 500;
  color: #722282;
}
.form__heading {
  font-size: 1.375rem;
}
@supports (font-size: clamp(1.25rem, 1.25vw, 1.5rem)) {
  .form__heading {
    font-size: clamp(1.25rem, 1.25vw, 1.5rem);
  }
}
.form__group + .form__heading {
  margin-top: 2rem;
}
.form__body, .form__footer, .form__section, .form__groups {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: var(--form-flex-gap);
  width: 100%;
  margin: 0 0 2rem 0;
}
@media (min-width: 768px) {
  .form__body, .form__footer, .form__section, .form__groups {
    flex-direction: row;
    justify-content: space-between;
  }
}
.form__body--cbinvoice, .form__footer--cbinvoice, .form__section--cbinvoice, .form__groups--cbinvoice {
  margin: 0;
}
.form__body {
  position: relative;
}
.form__body::before, .form__body::after {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 100;
}
.form__body.loading::before, .form__body.loading::after {
  content: "";
  opacity: 1;
}
.form__body::before {
  backdrop-filter: blur(0.3rem);
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 300ms linear;
}
.form__body.loading::before {
  width: 100%;
  height: 100%;
}
.form__body::after {
  width: 4em;
  height: 4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #722282 94%, rgba(0, 0, 0, 0)) top/0.6428571429em 0.6428571429em no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #722282);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 0.6428571429em), #000 0);
  transform-origin: 0 0;
  animation-name: spinX;
  animation-timing-function: linear;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  z-index: 200;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.form-cordblood-invoice .form__body, .cbp .form__body {
  margin-bottom: 0;
}
.form__section {
  position: relative;
  margin: 0;
}
.form__section.hide {
  display: none;
}
.form__section::before, .form__section::after {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 100;
}
.form__section.loading::before, .form__section.loading::after {
  content: "";
  opacity: 1;
}
.form__section::before {
  backdrop-filter: blur(0.3rem);
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 300ms linear;
}
.form__section.loading::before {
  width: 100%;
  height: 100%;
}
.form__section::after {
  width: 4em;
  height: 4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #722282 94%, rgba(0, 0, 0, 0)) top/0.6428571429em 0.6428571429em no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #722282);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 0.6428571429em), #000 0);
  transform-origin: 0 0;
  animation-name: spinX;
  animation-timing-function: linear;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  z-index: 200;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.form__footer {
  align-items: flex-start;
  margin: 1rem 0 0 0;
  padding: 0.25rem 0;
}
.form__footer--cbinvoice, .form-cordblood-invoice .form__footer {
  margin-top: 0;
  padding-top: 0;
}
.form__groups {
  margin: 0;
  padding: 0;
}
.form__instructions {
  margin: 0 0 0.25rem 0;
}
.form__instructions > *:last-child {
  margin-bottom: 0;
}
.form__group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  flex: 0 1 auto;
  margin: 0 0 0.75rem 0;
  padding: 0.05rem 0;
}
@media (min-width: 768px) {
  .form__group {
    flex: 1 1 100%;
  }
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .form__group {
    margin-right: var(--form-flex-gap);
  }
}
@media (min-width: 768px) {
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .form__group--half, .form__group--third {
      margin-right: var(--form-flex-gap);
    }
  }
}
@media (min-width: 768px) {
  .form__group--half {
    flex-basis: calc(50% - 2 * var(--form-flex-gap));
  }
}
@media (min-width: 768px) {
  .cbp .form__group--half {
    flex-grow: 0;
  }
}
@media (min-width: 768px) {
  .form__group--third {
    flex-basis: calc(33% - 3 * var(--form-flex-gap));
    flex-grow: 0;
  }
}
.form__footer .form__group {
  align-items: flex-start;
}
.form__group-heading {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 0.25rem 0;
}
.form-cordblood-invoice .form__body .form__group, .form-cordblood-invoice .form__footer .form__group {
  margin-bottom: 0;
}
.form__control--button {
  width: auto;
  flex: 0 1 auto;
}
.form__controls {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0.05rem;
}
@media (min-width: 768px) {
  .form__controls {
    gap: 0.25rem;
  }
}
.form__controls--inline {
  flex-direction: row;
}
@media (min-width: 768px) {
  .form__controls--multi-file {
    gap: 0.25rem;
  }
}
.form__controls-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .form__controls-item {
    flex-wrap: nowrap;
  }
}
.form__controls-item--other label:nth-of-type(2) {
  margin-left: auto;
  padding-left: 1rem;
}
.form__controls-item--details {
  padding-left: 1rem;
  padding-right: 1rem;
}
.form__controls-item--inset {
  padding: 0.5rem 0.75rem;
  background-color: rgba(255, 163, 0, 0.15);
}
.form__controls--checkboxes .form__controls-item {
  align-items: flex-start;
}
.form__controls-item > .form__group > .form__label,
.form__controls-item > .form__group > label {
  margin-bottom: 0;
}
.form__controls-item .form__control--radio {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .form__controls--multi-file .form__controls-item {
    gap: 1rem;
    flex-direction: row;
  }
}
input + .form__validation, select + .form__validation, textarea + .form__validation, .form__control + .form__validation {
  margin: 0.25rem 0.25rem 0.5rem 0.25rem;
  font-size: 0.8rem;
}
.form__validation--error {
  color: var(--vtl-font-color-error, #cc4b00);
}
@media (min-width: 768px) {
  .form__group--inline .form__validation {
    flex: 1 1 100%;
  }
}
.form__terms {
  max-height: 10rem;
  margin: 0 0 2rem 0;
  padding: 1rem;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hide;
  font-size: 0.8em;
  border: 1px solid #f2f4f7;
  border-radius: 0.5rem;
}
.form__checkbox-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .form__checkbox-group > input {
    flex: 1 1 1.15em;
  }
}
@media (min-width: 768px) {
  .form__checkbox-group > label,
  .form__checkbox-group > .form__label {
    flex: 1 1 100%;
    flex-basis: calc(100% - 1.15em - 0.5rem);
  }
}
@media (min-width: 768px) {
  .form__checkbox-group .form__validation {
    flex: 1 1 100%;
  }
}
.form__disclaimer {
  font-size: 0.8em;
  line-height: 1.2;
  margin: 0;
}

.horizontal-control {
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  break-before: always;
  margin: 0 0 3em 0;
}

.form-control {
  margin: 15px 0;
}
:not(.form-horizontal) .control-label + .form-control {
  margin-top: 5px;
}

.checkbox-label {
  padding-left: 0.5rem;
}

.form-check-inline {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.vForm__subTitle {
  color: #782a90;
}
.vForm__topSection {
  background-image: url("/img/content-images/formsBG.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.vForm__box {
  left: 2%;
  right: 2%;
  top: 55%;
  background: #ffffff;
  box-shadow: 0px 393px 157px rgba(0, 0, 0, 0.01), 0px 221px 133px rgba(0, 0, 0, 0.05), 0px 98px 98px rgba(0, 0, 0, 0.09), 0px 25px 54px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}

.form-group .form-control + .formError {
  margin: -15px 0 15px 0;
}
.form-check-inline .formError {
  margin-left: 1rem;
  font-size: 0.8rem;
}

.cbp {
  margin: 1rem 0;
}

.form-cordblood-invoice {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
}
.form-cordblood-invoice .form__header {
  margin-bottom: 0;
}

.text--light {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
}

.text--dark, .dark {
  --vtl-font-color: #585858;
  --vtl-font-color-inverse: #fff;
  --vtl-link-color: #cc4b00;
  --vtl-link-hover-color: #722282;
  --vtl-link-text-decoration-color: transparent;
  --vtl-font-color-heading: #585858;
  --vtl-font-color-sub-heading: #cc4b00;
  --vtl-font-color-heading-1: #585858;
  --vtl-font-color-heading-2: #cc4b00;
  --vtl-font-color-heading-3: #585858;
  --vtl-font-color-heading-4: #722282;
  --vtl-font-color-heading-5: #585858;
  --vtl-font-color-heading-6: #cc4b00;
  --vtl-hr-color: #667084;
  --vtl-font-color-error: #cc4b00;
  --vtl-color-error: #cc4b00;
}

.text-required {
  color: var(--vtl-font-color-error, #cc4b00);
  margin: 0 0.1rem;
}

.icon {
  font-family: "Material Symbols Rounded";
}

.nav-skip {
  position: fixed;
  top: 1rem;
  left: 1rem;
  padding: 0.5rem 0.75rem;
  background: #fff;
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.2), 0.125rem 0.125rem 0.75rem rgba(0, 0, 0, 0.075);
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.25s ease;
  z-index: 10000;
}
.nav-skip:focus {
  opacity: 1;
  transform: translateY(0);
}

.container-fluid--contained {
  max-width: var(--container-max-width, 60rem);
  margin-right: auto;
  margin-left: auto;
  padding-left: calc(var(--container-padding-x, 1rem) / 2);
  padding-right: calc(var(--container-padding-x, 1rem) / 2);
  width: 100%;
}
@media (min-width: 992px) {
  .container-fluid--contained {
    padding-left: var(--container-padding-x, 1rem);
    padding-right: var(--container-padding-x, 1rem);
  }
}

.nav {
  flex-direction: column;
  margin: 0;
  gap: 1rem;
}
@media (min-width: 768px) {
  .nav {
    flex-direction: row;
  }
}
.nav--primary {
  gap: 0.25rem;
}
.nav--secondary {
  gap: 0;
}
.nav--footer {
  gap: 2rem;
}
.nav--utility {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0;
}
.nav--secondary-utility {
  flex-direction: column;
}
.nav--social {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .nav--social {
    gap: clamp(0.1rem, 0.3vw, 0.5rem);
  }
}
.nav--apps {
  flex: 1 1 100%;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.25rem;
}
@media (min-width: 576px) {
  .nav--apps {
    flex: 0 1 auto;
    width: auto;
  }
}
.nav.footer__meta-nav {
  display: grid;
  gap: 1rem;
}
@media (min-width: 992px) {
  .nav.footer__meta-nav {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}
.nav__heading {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
}
.nav--footer .nav__heading {
  color: #fff;
  padding: 0.2rem;
}
.nav__item {
  position: relative;
  flex: 0 1 auto;
  margin: 0;
}
.nav--primary .nav__item.nav__item--has-submenu {
  position: relative;
}
.nav--primary .nav__item:hover .submenu, .nav--primary .nav__item:focus .submenu, .nav--primary .nav__item:active .submenu {
  display: block;
  opacity: 1;
  z-index: 100;
}
.nav--primary > .nav__item:hover, .nav--primary > .nav__item:focus, .nav--primary > .nav__item:active {
  color: #722282;
  border-color: #722282;
}
.nav__item:hover.nav__item--has-submenu > .nav__link::after, .nav__item:focus.nav__item--has-submenu > .nav__link::after, .nav__item:active.nav__item--has-submenu > .nav__link::after {
  color: #3d3f42;
  transform: translate(0, -50%) rotateX(180deg);
}
@supports (rotate: x 180deg) {
  .nav__item:hover.nav__item--has-submenu > .nav__link::after, .nav__item:focus.nav__item--has-submenu > .nav__link::after, .nav__item:active.nav__item--has-submenu > .nav__link::after {
    transform: none;
    rotate: x 180deg;
  }
}
@media (min-width: 992px) {
  .nav__item {
    margin: 0;
  }
}
.submenu .nav__item {
  margin: 0.5rem 0;
}
.nav--primary .submenu .nav__item {
  margin: 0;
}
.nav--footer .submenu .nav__item {
  margin: 0.2rem 0 1.2rem 0;
}
.nav--utility > .nav__item {
  margin: 0;
}
.nav--primary > .nav__item {
  flex: 1;
  border-bottom: 4px solid transparent;
  transition: border-color 300ms ease;
}
.nav--secondary > .nav__item {
  width: 100%;
}
.nav--secondary .submenu .nav__item {
  width: 100%;
  margin: 0;
  padding: 0;
}
.nav--footer > .nav__item {
  flex: 1;
}
.nav--social .nav__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .nav--social .nav__item:not(:last-child) {
    margin-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .nav--social .nav__item:not(:last-child) {
      margin-right: 0.1rem;
    }
  }
}
.nav--apps .nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 50%;
  max-width: 8rem;
}
.footer__meta-nav .nav__item {
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .footer__meta-nav .nav__item::after {
    position: absolute;
    top: 50%;
    right: -0.5rem;
    content: "";
    height: 1.5rem;
    width: 1px;
    margin: 0 0 0 1rem;
    translate: 0 -50%;
    background-color: #aaaaaa;
  }
}
.footer__meta-nav .nav__item:last-child::after {
  display: none;
}
@media (min-width: 992px) {
  .footer__meta-nav .nav__item {
    flex: 1 1 auto;
  }
}
.nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "filson-pro", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
  transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
}
.nav--utility .nav__link, .nav--utility .nav__link:active, .nav--utility .nav__link:focus, .nav--utility .nav__link:hover {
  color: #fff;
}
.nav--primary .nav__link, .nav--primary .nav__link:active, .nav--primary .nav__link:focus, .nav--primary .nav__link:hover {
  color: #3d3f42;
}
.nav--primary .nav__link:hover, .nav--primary .nav__link:focus, .nav--primary .nav__link:active {
  color: #722282;
}
.nav--primary .submenu .nav__link:hover, .nav--primary .submenu .nav__link:focus, .nav--primary .submenu .nav__link:active {
  background-color: #722282;
  color: #fff;
}
.nav--primary .nav__link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.nav--primary .nav__item--has-submenu > .nav__link {
  padding-right: 1.2rem;
  position: relative;
}
.nav--primary .nav__item--has-submenu > .nav__link::after, .nav--primary .nav__item--has-submenu > .nav__link::after {
  display: none;
  content: "expand_more";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  font-weight: 300;
  line-height: 0.1rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .nav--primary .nav__item--has-submenu > .nav__link::after, .nav--primary .nav__item--has-submenu > .nav__link::after {
    display: inline-flex;
  }
}
body.loaded .nav--primary .nav__item--has-submenu > .nav__link::after, body.fonts-loaded .nav--primary .nav__item--has-submenu > .nav__link::after, body.loaded .nav--primary .nav__item--has-submenu > .nav__link::after, body.fonts-loaded .nav--primary .nav__item--has-submenu > .nav__link::after {
  display: inline-flex;
}
.nav--primary .nav__item--has-submenu > .nav__link::after, .nav--primary .nav__item--has-submenu > .nav__link::after {
  opacity: 0.667;
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0 0 0 0.2rem;
  transform: translate(0, -50%);
  font-family: "Material Symbols Rounded";
  font-size: 1.2rem;
  transition: rotate 300ms linear;
}
@supports (translate: 0 -50%) {
  .nav--primary .nav__item--has-submenu > .nav__link::after, .nav--primary .nav__item--has-submenu > .nav__link::after {
    transform: none;
    translate: 0 -50%;
  }
}
.nav__link img {
  max-width: 100%;
  height: auto;
}
.nav--apps .nav__link img {
  width: 100%;
}
@media (min-width: 768px) {
  .nav--apps .nav__link img {
    width: auto;
  }
}
.nav--utility .nav__link {
  padding: 1rem 1rem;
  line-height: 1;
  font-size: 0.778rem;
  font-weight: 300;
}
.nav--utility .nav__link, .nav--utility .nav__link:active, .nav--utility .nav__link:focus, .nav--utility .nav__link:hover {
  color: #fff;
}
.nav--utility .nav__link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav--primary .nav__link {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: -0.01rem;
  color: #585858;
}
.nav--primary > .nav__item > .nav__link {
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.nav--primary > .nav__item > .nav__link {
  font-size: 0.85775rem;
}
@supports (font-size: clamp(0.778rem, 1.5vw, 0.9375rem)) {
  .nav--primary > .nav__item > .nav__link {
    font-size: clamp(0.778rem, 1.5vw, 0.9375rem);
  }
}
.nav--primary .submenu .nav__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.1rem;
  padding: 0.75rem 1rem;
}
.nav--secondary .nav__link {
  position: relative;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0.75rem 1.5rem;
  color: #722282;
  font-weight: 400;
  text-align: left;
  line-height: 1.1;
}
.nav--secondary .nav__link:hover, .nav--secondary .nav__link:active, .nav--secondary .nav__link:focus {
  color: #585858;
  background-color: #fff;
}
.nav--secondary > .nav__item > .nav__link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  color: #585858;
  background: #fff;
  border-bottom: 1px solid #3d3f42;
  -webkit-border-radius: 0;
  border-radius: 0;
  transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
}
.nav--secondary > .nav__item > .nav__link:hover, .nav--secondary > .nav__item > .nav__link:active, .nav--secondary > .nav__item > .nav__link:focus {
  background-color: #f5f5f5;
  border-color: #722282;
}
.nav--secondary > .nav__item > .nav__link:hover::after, .nav--secondary > .nav__item > .nav__link:active::after, .nav--secondary > .nav__item > .nav__link:focus::after {
  transform: translate(0, -50%);
}
@supports (rotate: none) {
  .nav--secondary > .nav__item > .nav__link:hover::after, .nav--secondary > .nav__item > .nav__link:active::after, .nav--secondary > .nav__item > .nav__link:focus::after {
    transform: none;
    rotate: none;
  }
}
.nav--secondary > .nav__item > .nav__link::after {
  right: 1rem;
}
.nav--secondary > .nav__item > .nav__link[aria-expanded=true] {
  color: #722282;
  border-color: transparent;
}
.nav--secondary > .nav__item > .nav__link[aria-expanded=true]::after {
  color: #722282;
  transform: translate(0, -50%) rotateX(180deg);
}
@supports (rotate: x 180deg) {
  .nav--secondary > .nav__item > .nav__link[aria-expanded=true]::after {
    transform: none;
    rotate: x 180deg;
  }
}
.nav--secondary .nav__item.nav__item--has-submenu > .nav__link::after {
  right: 0.5rem;
}
.utility-bar--secondary .nav__link {
  opacity: 0.8;
  color: #fff;
  transition: opacity 300ms ease;
}
.utility-bar--secondary .nav__link:hover, .utility-bar--secondary .nav__link:active, .utility-bar--secondary .nav__link:focus {
  opacity: 1;
  color: #fff;
}
.nav--social .nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  aspect-ratio: 1/1;
  line-height: 1;
  text-indent: -1000vw;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
}
.nav--social .nav__link, .nav--social .nav__link:visited {
  color: #ffa300;
}
.nav--social .nav__link:hover::before, .nav--social .nav__link:focus::before, .nav--social .nav__link:active::before {
  color: #fff;
  background-color: #ffa300;
}
.nav--social .nav__link::before {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.8em;
  min-height: 1.8em;
  padding: 0.4em;
  content: "";
  font-family: "Font Awesome 6 Brands";
  text-indent: 0;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 50%;
  transition: all 300ms ease;
}
.nav--social .nav__item--twitter .nav__link::before {
  content: "\e61b";
}
.nav--social .nav__item--facebook .nav__link::before {
  content: "\f39e";
}
.nav--social .nav__item--linkedin .nav__link::before {
  content: "\f0e1";
}
.nav--social .nav__item--instagram .nav__link::before {
  content: "\f16d";
}
.nav--social .nav__item--youtube .nav__link::before {
  content: "\f167";
}
.nav--social .nav__item--tiktok .nav__link::before {
  content: "\e07b";
}
.nav--social .nav__item--threads .nav__link::before {
  content: "\e618";
}
.nav--apps .nav__link {
  flex: 1 1 100%;
  width: 100%;
  padding: 0;
}
.nav--footer .nav__link {
  padding: 0.2rem;
}
.footer__meta-nav .nav__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer__meta-nav .nav__item:first-child:not(:only-child) .nav__link {
    justify-content: flex-end;
    text-align: right;
  }
  @supports (text-align: end) {
    .footer__meta-nav .nav__item:first-child:not(:only-child) .nav__link {
      text-align: end;
    }
  }
}
@media (min-width: 992px) {
  .footer__meta-nav .nav__item:last-child:not(:only-child) .nav__link {
    justify-content: flex-start;
    text-align: left;
  }
  @supports (text-align: start) {
    .footer__meta-nav .nav__item:last-child:not(:only-child) .nav__link {
      text-align: start;
    }
  }
}

.submenu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  padding: 1rem 0;
  margin: 0;
}
.nav--primary .submenu {
  min-width: 15rem;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 0;
  padding: 0;
  opacity: 0;
  display: none;
  background-color: #f5f5f5;
  box-shadow: 0 0.6rem 0.6rem rgba(0, 0, 0, 0.25);
  transition: opacity 300ms ease;
}
.nav--secondary .submenu {
  position: relative;
  gap: 0;
  padding: 0.25rem 0 0 0;
  background-color: #f5f5f5;
}
.nav--secondary .submenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #722282;
}
.nav--footer .submenu {
  padding: 0.5rem 0;
  margin: 1rem 0 0 0;
}

.utility-bar {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  width: 100%;
  padding: 0;
  font-size: 0.875rem;
  background-color: #722282;
}
@media print {
  .printable .utility-bar, .blog-detail .utility-bar, .news-detail .utility-bar {
    display: none;
  }
}
@media (min-width: 992px) {
  .utility-bar {
    display: flex;
  }
}
.utility-bar--secondary {
  display: block;
  background: transparent;
}
@media (min-width: 992px) {
  .utility-bar--secondary {
    display: none;
  }
}
.utility-bar__container {
  display: grid;
  align-items: stretch;
  justify-content: flex-end;
  grid-template-columns: 10fr 90fr;
  gap: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .utility-bar__container {
    display: flex;
    flex-direction: row;
    padding: 0 var(--container-padding-x, 2rem);
  }
}
.utility-bar__lang-toggle {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media (min-width: 768px) {
  .utility-bar__lang-toggle {
    margin-right: 1rem;
  }
}
.utility-bar__nav {
  display: none;
}
@media (min-width: 992px) {
  .utility-bar__nav {
    display: block;
  }
}
.utility-bar--secondary .utility-bar__nav {
  display: block;
}
@media (min-width: 992px) {
  .utility-bar--secondary .utility-bar__nav {
    display: none;
  }
}
.utility-bar__ctas {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.utility-bar__cta {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  transition: all 300ms ease;
}
.utility-bar__cta::after {
  transition: all 600ms ease;
}
.utility-bar__cta, .utility-bar__cta:active, .utility-bar__cta:focus, .utility-bar__cta:hover {
  text-transform: uppercase;
  text-decoration: none;
  text-decoration-color: transparent;
  color: #fff;
}
.utility-bar__cta:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.utility-bar__cta:hover::after {
  transform: translate(10%, 0);
}
.utility-bar__cta--login::after {
  display: none;
  content: "logout";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  font-weight: 300;
  line-height: 0.1rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .utility-bar__cta--login::after {
    display: initial;
  }
}
body.loaded .utility-bar__cta--login::after, body.fonts-loaded .utility-bar__cta--login::after {
  display: initial;
}
.utility-bar__cta--login::after {
  font-size: 1.5em;
}
.utility-bar__cta--donate {
  background-color: #cc4b00;
}
.utility-bar__cta--donate:hover {
  background-color: rgb(178.5, 65.625, 0);
}
.utility-bar__cta--donate::after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background-image: url("/img/template-images/arrow-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.grecaptcha-badge {
  display: none;
  opacity: 0;
  pointer-events: none;
  max-width: 1px;
  max-height: 1px;
  overflow: hidden;
}

.header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 5000;
  padding: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.0713);
}
@media print {
  .printable .header, .blog-detail .header, .news-detail .header {
    box-shadow: none;
    border-bottom: 1px solid #aaaaaa;
    page-break-after: avoid;
    break-after: avoid;
  }
}
.header--promo .header__cta {
  background-color: var(--vtl-header-cta-bg-color, #e65300);
  border-color: var(--vtl-header-cta-bg-color, #e65300);
  transition: box-shadow 300ms ease;
}
.header--promo .header__cta:hover, .header--promo .header__cta:active, .header--promo .header__cta:focus {
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.8);
  background-color: var(--vtl-header-cta-bg-color, #e65300);
  border-color: var(--vtl-header-cta-bg-color, #e65300);
}
.header__primary {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "logo logo . . toggle" "nav nav nav nav nav";
  height: 100%;
  max-width: 87.5rem;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .header__primary {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1rem 0;
  }
}
@media (min-width: 1200px) {
  .header__primary {
    justify-content: space-between;
    gap: 1rem;
  }
}
@media print {
  .printable .header__primary, .blog-detail .header__primary, .news-detail .header__primary {
    display: flex;
    justify-content: center;
  }
}
.header--promo .header__primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .header--promo .header__primary {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5%;
  }
}
.header__logo, .header__nav {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 992px) {
  .header__logo, .header__nav {
    margin: 0;
  }
}
.header__logo {
  position: relative;
  grid-area: logo;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-basis: 100%;
  width: 100%;
  min-height: 3.5rem;
  min-width: 7rem;
  max-width: 15rem;
  max-height: 10rem;
  margin: 0;
  padding: 0;
}
@supports (aspect-ratio: 2.66) {
  .header__logo {
    aspect-ratio: 2.66;
  }
}
.header__logo::before {
  content: "";
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  padding-bottom: 37.5939849624%;
}
@supports (aspect-ratio: 2.66) {
  .header__logo::before {
    content: none;
    padding: 0;
    display: none;
  }
}
@media (min-width: 992px) {
  .header__logo {
    flex: 1 0 auto;
    width: auto;
    margin: 0.5rem 0;
    max-width: 10rem;
  }
}
@media print {
  .printable .header__logo, .blog-detail .header__logo, .news-detail .header__logo {
    min-width: 15rem;
    margin: 0 auto;
  }
}
.header--promo .header__logo {
  max-width: 10rem;
}
.header__logo-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5rem;
}
@supports (object-fit: contain) {
  .header__logo-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
}
@media print {
  .printable .header__logo-link, .blog-detail .header__logo-link, .news-detail .header__logo-link {
    justify-content: center;
  }
}
.header__logo-img {
  max-width: 100%;
  height: auto;
}
@supports (object-fit: contain) {
  .header__logo-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    object-fit: contain;
    object-position: center left;
  }
  @media (min-width: 992px) {
    .header__logo-img {
      object-position: center;
    }
  }
  @media print {
    .printable .header__logo-img, .blog-detail .header__logo-img, .news-detail .header__logo-img {
      object-position: center;
    }
  }
}
.header__nav {
  display: none;
  padding: 0 0.5rem;
}
@media print {
  .printable .header__nav, .blog-detail .header__nav, .news-detail .header__nav {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__nav {
    display: flex;
  }
}
.header__nav--primary {
  padding: 0;
}
.header__nav--secondary {
  grid-area: nav;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  margin-left: calc(-0.5 * var(--container-padding-x, 1rem));
  margin-right: calc(-0.5 * var(--container-padding-x, 1rem));
  margin-bottom: 0;
  padding: 1rem;
  background: #3d3f42;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .header__nav--secondary > * + * {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .header__nav--secondary {
    display: none;
  }
}
.header__toggle {
  grid-area: toggle;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-left: auto;
}
.header__toggle-btn {
  height: 100%;
  font-size: 3vw;
  color: #722282;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.header__toggle-btn::before {
  content: "menu";
  font-family: "Material Symbols Rounded";
}
.header__toggle-btn:hover, .header__toggle-btn:active, .header__toggle-btn[aria-expanded=true]:focus {
  color: #5b1b66;
  background: transparent;
}
.header__toggle-btn[aria-expanded=true] {
  right: 1rem;
}
.header__toggle-btn[aria-expanded=true]::before {
  content: "close";
  color: #3d3f42;
}
.header__toggle-btn[aria-expanded=true]:hover::before, .header__toggle-btn[aria-expanded=true]:active::before, .header__toggle-btn[aria-expanded=true]:focus::before {
  color: #5b1b66;
  background: transparent;
}
@supports (font-size: clamp(1.5rem, 3vw, 3rem)) {
  .header__toggle-btn {
    font-size: clamp(1.5rem, 3vw, 3rem);
  }
}
@media print {
  .printable .header__toggle, .blog-detail .header__toggle, .news-detail .header__toggle {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__toggle {
    display: none;
  }
}

@supports (display: grid) {
  .page {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    grid-template-columns: minmax(0, 1fr);
    min-height: 100vh;
  }
}
@media print {
  .printable .page, .blog-detail .page, .news-detail .page {
    display: block;
    min-height: 0;
  }
}

.content {
  page-break-before: avoid;
  break-before: avoid;
  page-break-inside: auto;
  break-inside: auto;
}
.content__container {
  page-break-inside: auto;
  break-inside: auto;
}
.content__header {
  margin: 0;
  padding: 3rem 0 1rem;
  page-break-inside: auto;
  break-inside: auto;
}
.content-block .content__header:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
.content__header--gray {
  padding: 3rem 0 3rem;
  background-color: #f2f4f7;
}
@media print {
  .printable .content__header--gray, .blog-detail .content__header--gray, .news-detail .content__header--gray {
    background: transparent;
  }
}
.content__header--hero {
  padding: 0;
}
.content__header--home {
  padding: 0 0 2rem;
}
@media print {
  .printable .content__header, .blog-detail .content__header, .news-detail .content__header {
    background: transparent;
    padding: 1.5rem 0;
    page-break-before: avoid;
    break-before: avoid;
    page-break-inside: auto;
    break-inside: auto;
  }
}
.content__headings {
  margin: 0;
}
.content__title, .content__heading {
  margin: 0 0 0.25rem 0;
  font-weight: 500;
  color: #585858;
  color: var(--text-color--heading, #585858);
}
.content__title--center, .content__heading--center {
  text-align: center;
}
.content__subtitle, .content__subheading {
  margin: 0 0 0.75rem 0;
}
.content__subtitle, .content__subheading {
  font-size: 1.5rem;
}
@supports (font-size: clamp(1.125rem, 2vw, 1.875rem)) {
  .content__subtitle, .content__subheading {
    font-size: clamp(1.125rem, 2vw, 1.875rem);
  }
}
.content__header--blog .content__subtitle, .content__header--article .content__subtitle, .content__header--blog .content__subheading, .content__header--article .content__subheading {
  color: #585858;
  font-weight: 200;
  margin: 0 0 0.5rem 0;
}
.content__header--blog .content__subtitle, .content__header--article .content__subtitle, .content__header--blog .content__subheading, .content__header--article .content__subheading {
  font-size: 1.0125rem;
}
@supports (font-size: clamp(0.9rem, 1.8vw, 1.125rem)) {
  .content__header--blog .content__subtitle, .content__header--article .content__subtitle, .content__header--blog .content__subheading, .content__header--article .content__subheading {
    font-size: clamp(0.9rem, 1.8vw, 1.125rem);
  }
}
.content__featured-graphic {
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin: 2rem auto;
}
.content__featured-graphic::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 41.667%;
}
.content__header .content__featured-graphic {
  margin-bottom: 0;
}
@media print {
  .printable .content__featured-graphic, .blog-detail .content__featured-graphic, .news-detail .content__featured-graphic {
    max-width: 100%;
  }
}
.content__header--blog .content__featured-graphic::before, .content__header--article .content__featured-graphic::before {
  display: none;
  content: none;
}
@supports (object-fit: cover) {
  .content__featured-graphic .content__featured-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    object-fit: cover;
    object-position: center;
  }
}
.content__header--blog .content__featured-graphic .content__featured-image, .content__header--article .content__featured-graphic .content__featured-image {
  position: unset;
  top: unset;
  left: unset;
  width: 100%;
  height: auto;
  object-fit: unset;
  object-position: unset;
}
.content__description {
  line-height: 1.5;
}
.content__description p {
  margin-bottom: 2rem;
}
.content__area--pre-footer {
  margin-top: 6;
  margin-bottom: -6;
}
.content__area--wave {
  --vtl-font-color: #585858;
  position: relative;
  padding: calc(6vw + 2rem) 0 2rem 0;
  color: var(--vtl-font-color);
  background-color: #ffa300;
}
.content__area--wave::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(6vw + 2px);
  background-color: transparent;
  background-image: var(--vtl-wave-white);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom center;
  transform: rotateZ(180deg);
}
.content__area--purple, .content__area--orange {
  --vtl-font-color: #fff;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
}
.content__area--purple h1,
.content__area--purple h2,
.content__area--purple h3,
.content__area--purple h4,
.content__area--purple h5,
.content__area--purple h6,
.content__area--purple .h1,
.content__area--purple .h2,
.content__area--purple .h3,
.content__area--purple .h4,
.content__area--purple .h6, .content__area--orange h1,
.content__area--orange h2,
.content__area--orange h3,
.content__area--orange h4,
.content__area--orange h5,
.content__area--orange h6,
.content__area--orange .h1,
.content__area--orange .h2,
.content__area--orange .h3,
.content__area--orange .h4,
.content__area--orange .h6 {
  color: #fff;
}
.content__area--purple {
  background-color: #5b1b66;
}
.content__area--orange {
  background-color: #cc4b00;
}
.content__area--yellow {
  background-color: #ffa300;
}
.content__section--two-column-collapse-left {
  padding-bottom: 0 !important;
}
.content__section--two-column-collapse-left > .section__inner {
  padding-bottom: 0;
}
.content__section--two-column-collapse-left > .section__inner > .g > .g__c:first-child {
  display: none;
}
@media (min-width: 768px) {
  .content__section--two-column-collapse-left > .section__inner > .g > .g__c:first-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.content__section--two-column-collapse-left > .section__inner + .content__section {
  margin-top: 0;
}
.content__section--two-column-orange-wave {
  --wave-height: 6vw;
  background: #e65300;
  padding: 1rem 0 0 0 !important;
}
.content__section--two-column-orange-wave .content__section-top {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
  background: #e65300;
  color: var(--vtl-font-color, #fff);
  padding-bottom: calc(var(--wave-height, 6vw) / 2) !important;
}
.content__section--two-column-orange-wave .content__section-bottom {
  --vtl-font-color: #722282;
  --vtl-font-color-heading: #722282;
  --vtl-font-color-subheading: #722282;
  background: #ffa300;
  color: var(--vtl-font-color, #722282);
  position: relative;
  margin-top: calc(-1 * var(--wave-height, 6vw) / 2);
  padding-top: var(--wave-height, 6vw) !important;
}
.content__section--two-column-orange-wave .content__section-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: var(--wave-height, 6vw);
  width: 100%;
  margin-top: -0.1rem;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221920%22%20height%3D%22244%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%201920%20244%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M-0.00012207%20188.474C154.444%20233.277%20506%20274.72%20917.511%20208.232C1239.91%20156.126%201495.87%20103.975%201920%20188.474V66.6541H-0.00012207V188.474Z%22%20fill%3D%22%23F5821F%22%2F%3E%3Cpath%20d%3D%22M-0.00012207%20121.95C154.444%20166.753%20506%20208.196%20917.511%20141.708C1239.91%2089.6018%201495.87%2037.4508%201920%20121.95V0.129654H-0.00012207V121.95Z%22%20fill%3D%22%23E65300%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}

section {
  --vtl-section-background-color: transparent;
}
section .section__inner {
  position: relative;
}
section.section--sm > .section__inner {
  max-width: var(--container-max-width, 64rem);
  margin-right: auto;
  margin-left: auto;
  padding-left: calc(var(--container-padding-x, 1rem) / 2);
  padding-right: calc(var(--container-padding-x, 1rem) / 2);
  width: 100%;
}
@media (min-width: 992px) {
  section.section--sm > .section__inner {
    padding-left: var(--container-padding-x, 1rem);
    padding-right: var(--container-padding-x, 1rem);
  }
}
section:not(.section--sm) > .section__inner {
  max-width: var(--container-max-width, 60rem);
  margin-right: auto;
  margin-left: auto;
  padding-left: calc(var(--container-padding-x, 1rem) / 2);
  padding-right: calc(var(--container-padding-x, 1rem) / 2);
  width: 100%;
}
@media (min-width: 992px) {
  section:not(.section--sm) > .section__inner {
    padding-left: var(--container-padding-x, 1rem);
    padding-right: var(--container-padding-x, 1rem);
  }
}
@media (min-width: 992px) {
  section.section--split > .section__inner {
    display: flex;
  }
  section.section--split > .section__inner > .section__main, section.section--split > .section__inner > .section__rail {
    overflow: hidden;
    margin: 0 2.5rem;
  }
  section.section--split > .section__inner > .section__main:nth-child(1), section.section--split > .section__inner > .section__rail:nth-child(1) {
    margin-left: 0;
  }
  section.section--split > .section__inner > .section__main:nth-child(2), section.section--split > .section__inner > .section__rail:nth-child(2) {
    margin-right: 0;
  }
  section.section--split > .section__inner > .section__main:only-child, section.section--split > .section__inner > .section__rail:only-child {
    margin: 0;
  }
  section.section--split > .section__inner > .section__main {
    flex: 1 1 calc(100% - 2.5rem);
  }
  section.section--split > .section__inner > .section__rail {
    flex: 0 0 calc(22rem - 2.5rem);
  }
}

.section {
  --vtl-section-background-color: transparent;
  --padding-y: 2rem;
  padding: 0.05rem 0;
  color: var(--vtl-font-color, #585858);
  background-color: var(--vtl-section-background-color, transparent);
}
.section__inner {
  position: relative;
  padding: 0.05rem 0;
}
.section > .section__inner {
  max-width: var(--container-max-width, 60rem);
  margin-right: auto;
  margin-left: auto;
  padding-left: calc(var(--container-padding-x, 1rem) / 2);
  padding-right: calc(var(--container-padding-x, 1rem) / 2);
  width: 100%;
}
@media (min-width: 992px) {
  .section > .section__inner {
    padding-left: var(--container-padding-x, 1rem);
    padding-right: var(--container-padding-x, 1rem);
  }
}
.section--bg-size-contain .section__inner, .section--bgsize-contain .section__inner, .section--bg-size-contain > .section__inner, .section--bgsize-contain > .section__inner {
  background-color: var(--vtl-section-background-color, transparent);
  padding-top: var(--padding-y, 2rem);
  padding-bottom: var(--padding-y, 2rem);
}
.section__header {
  margin: 0 0 1rem 0;
}
.section__headings {
  margin-top: 0;
  padding-top: 0;
}
.section__heading {
  display: block;
  margin-top: 0;
  padding-top: 0;
}
.section__heading--center {
  text-align: center;
}
.content__area--orange .section__heading, .content__area--purple .section__heading, .content__area--dark-purple .section__heading, .content__area--light-purple .section__heading, .section--orange .section__heading, .section--medium-gray .section__heading, .section--purple .section__heading, .section--light-purple .section__heading, .section--dark-purple .section__heading, .section--bg-fushia .section__heading, .section--bg-orange .section__heading, .section--bg-yellow .section__heading, .section--bg-medium-gray .section__heading, .section--bg-purple .section__heading, .section--bg-light-purple .section__heading, .section--bg-dark-purple .section__heading {
  color: rgba(255, 255, 255, 0.8);
}
.section__description {
  margin: 0 0 1rem 0;
  padding: 0;
}
.section__description--center {
  text-align: center;
}
.content__area--main .section, .content__area--top .section, .content__area--bottom .section, .section.content__section {
  padding: var(--padding-y, 2rem) 0;
}
.section.content__section--article {
  padding: 0;
}
.content__header .section.content__section {
  padding: 0;
}
.section.content__section.section--bg-gradient-wave {
  padding: calc(2 * var(--padding-y, 2rem)) 0;
}
.content__area--top .section:first-child, .content__area--top .section:nth-child(1) {
  padding-top: 0;
}
html:not(.kentico-page-builder) .section--empty {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}
.section--spacing-reduced, .content__area--main .section--spacing-reduced, .content__area--top .section--spacing-reduced, .content__area--bottom .section--spacing-reduced {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: calc(var(--padding-y, 2rem) / 2);
  padding-bottom: calc(var(--padding-y, 2rem) / 2);
}
.section--spacing-none, .content__area--main .section--spacing-none, .content__area--top .section--spacing-none, .content__area--bottom .section--spacing-none {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.section--light-gray, .section--medium-gray, .section--dark-gray, .section--orange, .section--light-purple, .section--dark-purple, .section--fushia, .section--bg-light-gray, .section--bg-medium-gray, .section--bg-dark-gray, .section--bg-orange, .section--bg-fushia, .section--bg-yellow, .section--bg-light-purple, .section--bg-dark-purple, .section--bg-dark-purple-top-wave, .section--bg-gradient, .section--bg-gradient-wave, .section--light-orange, .section--bg-light-orange {
  background-color: var(--vtl-section-background-color, transparent);
  color: var(--vtl-font-color, #fff);
}
.section--medium-gray, .section--dark-gray, .section--orange, .section--light-purple, .section--dark-purple, .section--bg-medium-gray, .section--bg-dark-gray, .section--bg-orange, .section--bg-light-purple, .section--bg-dark-purple, .section--bg-dark-purple-top-wave, .section--bg-gradient, .section--bg-gradient-wave {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
}
.section--light-gray, .section--bg-light-gray {
  --vtl-section-background-color: #f5f5f5;
}
.section--medium-gray, .section--bg-medium-gray {
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-section-background-color: #aaaaaa;
}
.section--dark-gray, .section--bg-dark-gray {
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-section-background-color: #3d3f42;
}
.section--bg-fushia {
  --vtl-section-background-color: #b31983;
}
.section--bg-yellow {
  --vtl-section-background-color: #ffa300;
}
.section--light-purple, .section--bg-light-purple {
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-section-background-color: #9053A1;
}
.section--dark-purple, .section--bg-dark-purple, .section--bg-dark-purple-top-wave {
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-section-background-color: #722282;
}
.section--bg-dark-purple-top-wave {
  --wave-height: 6vw;
  position: relative;
  margin-top: var(--wave-height, 6vw);
}
.section--bg-dark-purple-top-wave::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--wave-height, 6vw));
  left: 0;
  display: block;
  height: var(--wave-height, 6vw);
  width: 100%;
  margin-bottom: -0.1rem;
  background-image: url("data:image/svg+xml,%3Csvg%20width=%221919%22%20height=%22243%22%20preserveAspectRatio=%22none%22%20viewBox=%220%200%201919%20243%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M1919%2054.5258C1764.56%209.72256%201413%20-31.7205%201001.49%2034.7676C679.089%2086.8738%20423.133%20139.025%20-1%2054.5258V176.346H1919V54.5258Z%22%20fill=%22%239E5FA7%22/%3E%3Cpath%20d=%22M1919%20121.05C1764.56%2076.247%201413%2034.8039%201001.49%20101.292C679.089%20153.398%20423.133%20205.549%20-1%20121.05V242.87H1919V121.05Z%22%20fill=%22%23722282%22/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.section--orange, .section--bg-orange {
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-section-background-color: #cc4b00;
}
.section--light-orange, .section--bg-light-orange {
  --vtl-section-background-color: #ffa300;
}
.section--bg-pale-orange {
  --vtl-section-background-color: #FFF4E8;
}
.section--bg-gradient, .section--bg-gradient-wave {
  --vtl-section-background-color: #722282;
  background-image: linear-gradient(90deg, #e65300 0%, #722282 100%) !important;
  background-color: #722282 !important;
  background-size: 100% !important;
  background-repeat: repeat !important;
}
.section--bg-gradient-wave {
  position: relative;
  overflow: hidden;
}
.section--bg-gradient-wave > * {
  position: relative;
  z-index: 10;
}
.section--bg-gradient-wave::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-width: 50rem;
  height: 60%;
  transform: translate(-50%, 0);
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221919%22%20height%3D%22321%22%20viewBox%3D%220%200%201919%20321%22%20fill%3D%22none%22%20preserveAspectRatio%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1920%2093.1469C1765.56%2037.8293%201449.33%20-67.2742%20960%2061.2286C640.533%20145.09%20262.667%20119.699%200%200.0473286V321H1920V93.1469Z%22%20fill%3D%22white%22%20fill-opacity%3D%220.19%22%20style%3D%22mix-blend-mode%3Aoverlay%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.section--bg-size-contain, .section--bgsize-contain {
  background-color: transparent !important;
}
.section--vertical-overflow {
  background-color: transparent;
  background-clip: content-box;
  background-image: linear-gradient(transparent 0%, transparent calc(15% - 0.0001 %), var(--vtl-section-background-color) 15%, var(--vtl-section-background-color) calc(100% - 15%), transparent calc(100% - calc(15% - 0.0001 %)), transparent 100%);
  background-position: center;
}
.content__area--top .section--vertical-overflow:first-child, .content__area--top .section--vertical-overflow:nth-child(1) {
  background-image: linear-gradient(transparent 0%, transparent calc((15% - 0.0001 %) - var(--padding-y, 2rem)), var(--vtl-section-background-color) calc(15% - var(--padding-y, 2rem)), var(--vtl-section-background-color) calc(100% - 15%), transparent calc(100% - calc(15% - 0.0001 %)), transparent 100%);
}

blue-composition > *:not(blue-component):not(blue-composition):not(:first-child), blue-composition > blue-component > *:not(:first-child),
.blue-composition > *:not(blue-component):not(blue-composition):not(:first-child),
.blue-composition > blue-component > *:not(:first-child) {
  margin-top: 2rem;
}
blue-composition > *:not(blue-component):not(blue-composition):last-child, blue-composition > blue-component > *:last-child,
.blue-composition > *:not(blue-component):not(blue-composition):last-child,
.blue-composition > blue-component > *:last-child {
  margin-bottom: 0;
}
blue-composition:where(.composition--padded-sm),
.blue-composition:where(.composition--padded-sm) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
blue-composition:where(.composition--padded),
.blue-composition:where(.composition--padded) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  blue-composition:where(.composition--padded),
  .blue-composition:where(.composition--padded) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
blue-composition:where(.composition--padded-lg),
.blue-composition:where(.composition--padded-lg) {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media (min-width: 992px) {
  blue-composition:where(.composition--padded-lg),
  .blue-composition:where(.composition--padded-lg) {
    padding-top: 17.15rem;
    padding-bottom: 17.15rem;
  }
}
blue-composition:where(.composition--padded-flush-top),
.blue-composition:where(.composition--padded-flush-top) {
  padding-top: 0;
}
blue-composition:where(.composition--padded-flush-bottom),
.blue-composition:where(.composition--padded-flush-bottom) {
  padding-bottom: 0;
}
blue-composition:where(.composition--spaced),
.blue-composition:where(.composition--spaced) {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  blue-composition:where(.composition--spaced),
  .blue-composition:where(.composition--spaced) {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
blue-composition:where(.composition--spaced-sm),
.blue-composition:where(.composition--spaced-sm) {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
blue-composition:where(.composition--spaced-flush-top),
.blue-composition:where(.composition--spaced-flush-top) {
  margin-top: 0;
}
blue-composition:where(.composition--spaced-flush-bottom),
.blue-composition:where(.composition--spaced-flush-bottom) {
  margin-bottom: 0;
}
blue-composition:where([style*=background-image]),
.blue-composition:where([style*=background-image]) {
  position: relative;
  background-size: 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 0;
}
blue-composition:where([style*=background-image])::after,
.blue-composition:where([style*=background-image])::after {
  content: "";
  z-index: -2;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #fff;
  background-image: inherit;
  background-size: cover;
  background-position: 50% 50%;
}

.g {
  --gutter: 3rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 var(--gutter);
  width: 100%;
  gap: var(--gutter);
}
.g--centered {
  justify-content: center;
}
.g--gutter-lg {
  --gutter: 5rem;
}
.g--gutter-sm {
  --gutter: 2rem;
}
.widget-zone .g:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.content__body .section .g, .content__section .g {
  margin-bottom: 0;
}

.g__c {
  --size: 100%;
  max-width: var(--size);
  flex-basis: var(--size);
}
.g__c > *:last-child {
  margin-bottom: 0;
}
.g--match-height .g__c {
  display: flex;
}
.g--match-height .g__c > *, .g--match-height .g__c > blue-component > * {
  height: auto;
  align-self: stretch;
  flex: 1 1 100%;
}
.g__c--1 {
  --size: calc(
    8.33333333% - var(--gutter) + (var(--gutter) * 0.0833333333)
  );
}
.g__c--2 {
  --size: calc(
    16.66666667% - var(--gutter) + (var(--gutter) * 0.1666666667)
  );
}
.g__c--3 {
  --size: calc(
    25% - var(--gutter) + (var(--gutter) * 0.25)
  );
}
.g__c--4 {
  --size: calc(
    33.33333333% - var(--gutter) + (var(--gutter) * 0.3333333333)
  );
}
.g__c--5 {
  --size: calc(
    41.66666667% - var(--gutter) + (var(--gutter) * 0.4166666667)
  );
}
.g__c--6 {
  --size: calc(
    50% - var(--gutter) + (var(--gutter) * 0.5)
  );
}
.g__c--7 {
  --size: calc(
    58.33333333% - var(--gutter) + (var(--gutter) * 0.5833333333)
  );
}
.g__c--8 {
  --size: calc(
    66.66666667% - var(--gutter) + (var(--gutter) * 0.6666666667)
  );
}
.g__c--9 {
  --size: calc(
    75% - var(--gutter) + (var(--gutter) * 0.75)
  );
}
.g__c--10 {
  --size: calc(
    83.33333333% - var(--gutter) + (var(--gutter) * 0.8333333333)
  );
}
.g__c--11 {
  --size: calc(
    91.66666667% - var(--gutter) + (var(--gutter) * 0.9166666667)
  );
}
.g__c--12 {
  --size: calc(
    100% - var(--gutter) + (var(--gutter) * 1)
  );
}
@media (min-width: 0) {
  .g__c--xs1 {
    --size: calc(
      8.33333333% - var(--gutter) + (var(--gutter) * 0.0833333333)
    );
  }
  .g__c--xs2 {
    --size: calc(
      16.66666667% - var(--gutter) + (var(--gutter) * 0.1666666667)
    );
  }
  .g__c--xs3 {
    --size: calc(
      25% - var(--gutter) + (var(--gutter) * 0.25)
    );
  }
  .g__c--xs4 {
    --size: calc(
      33.33333333% - var(--gutter) + (var(--gutter) * 0.3333333333)
    );
  }
  .g__c--xs5 {
    --size: calc(
      41.66666667% - var(--gutter) + (var(--gutter) * 0.4166666667)
    );
  }
  .g__c--xs6 {
    --size: calc(
      50% - var(--gutter) + (var(--gutter) * 0.5)
    );
  }
  .g__c--xs7 {
    --size: calc(
      58.33333333% - var(--gutter) + (var(--gutter) * 0.5833333333)
    );
  }
  .g__c--xs8 {
    --size: calc(
      66.66666667% - var(--gutter) + (var(--gutter) * 0.6666666667)
    );
  }
  .g__c--xs9 {
    --size: calc(
      75% - var(--gutter) + (var(--gutter) * 0.75)
    );
  }
  .g__c--xs10 {
    --size: calc(
      83.33333333% - var(--gutter) + (var(--gutter) * 0.8333333333)
    );
  }
  .g__c--xs11 {
    --size: calc(
      91.66666667% - var(--gutter) + (var(--gutter) * 0.9166666667)
    );
  }
  .g__c--xs12 {
    --size: calc(
      100% - var(--gutter) + (var(--gutter) * 1)
    );
  }
}
@media (min-width: 576px) {
  .g__c--sm1 {
    --size: calc(
      8.33333333% - var(--gutter) + (var(--gutter) * 0.0833333333)
    );
  }
  .g__c--sm2 {
    --size: calc(
      16.66666667% - var(--gutter) + (var(--gutter) * 0.1666666667)
    );
  }
  .g__c--sm3 {
    --size: calc(
      25% - var(--gutter) + (var(--gutter) * 0.25)
    );
  }
  .g__c--sm4 {
    --size: calc(
      33.33333333% - var(--gutter) + (var(--gutter) * 0.3333333333)
    );
  }
  .g__c--sm5 {
    --size: calc(
      41.66666667% - var(--gutter) + (var(--gutter) * 0.4166666667)
    );
  }
  .g__c--sm6 {
    --size: calc(
      50% - var(--gutter) + (var(--gutter) * 0.5)
    );
  }
  .g__c--sm7 {
    --size: calc(
      58.33333333% - var(--gutter) + (var(--gutter) * 0.5833333333)
    );
  }
  .g__c--sm8 {
    --size: calc(
      66.66666667% - var(--gutter) + (var(--gutter) * 0.6666666667)
    );
  }
  .g__c--sm9 {
    --size: calc(
      75% - var(--gutter) + (var(--gutter) * 0.75)
    );
  }
  .g__c--sm10 {
    --size: calc(
      83.33333333% - var(--gutter) + (var(--gutter) * 0.8333333333)
    );
  }
  .g__c--sm11 {
    --size: calc(
      91.66666667% - var(--gutter) + (var(--gutter) * 0.9166666667)
    );
  }
  .g__c--sm12 {
    --size: calc(
      100% - var(--gutter) + (var(--gutter) * 1)
    );
  }
}
@media (min-width: 768px) {
  .g__c--md1 {
    --size: calc(
      8.33333333% - var(--gutter) + (var(--gutter) * 0.0833333333)
    );
  }
  .g__c--md2 {
    --size: calc(
      16.66666667% - var(--gutter) + (var(--gutter) * 0.1666666667)
    );
  }
  .g__c--md3 {
    --size: calc(
      25% - var(--gutter) + (var(--gutter) * 0.25)
    );
  }
  .g__c--md4 {
    --size: calc(
      33.33333333% - var(--gutter) + (var(--gutter) * 0.3333333333)
    );
  }
  .g__c--md5 {
    --size: calc(
      41.66666667% - var(--gutter) + (var(--gutter) * 0.4166666667)
    );
  }
  .g__c--md6 {
    --size: calc(
      50% - var(--gutter) + (var(--gutter) * 0.5)
    );
  }
  .g__c--md7 {
    --size: calc(
      58.33333333% - var(--gutter) + (var(--gutter) * 0.5833333333)
    );
  }
  .g__c--md8 {
    --size: calc(
      66.66666667% - var(--gutter) + (var(--gutter) * 0.6666666667)
    );
  }
  .g__c--md9 {
    --size: calc(
      75% - var(--gutter) + (var(--gutter) * 0.75)
    );
  }
  .g__c--md10 {
    --size: calc(
      83.33333333% - var(--gutter) + (var(--gutter) * 0.8333333333)
    );
  }
  .g__c--md11 {
    --size: calc(
      91.66666667% - var(--gutter) + (var(--gutter) * 0.9166666667)
    );
  }
  .g__c--md12 {
    --size: calc(
      100% - var(--gutter) + (var(--gutter) * 1)
    );
  }
}
@media (min-width: 992px) {
  .g__c--lg1 {
    --size: calc(
      8.33333333% - var(--gutter) + (var(--gutter) * 0.0833333333)
    );
  }
  .g__c--lg2 {
    --size: calc(
      16.66666667% - var(--gutter) + (var(--gutter) * 0.1666666667)
    );
  }
  .g__c--lg3 {
    --size: calc(
      25% - var(--gutter) + (var(--gutter) * 0.25)
    );
  }
  .g__c--lg4 {
    --size: calc(
      33.33333333% - var(--gutter) + (var(--gutter) * 0.3333333333)
    );
  }
  .g__c--lg5 {
    --size: calc(
      41.66666667% - var(--gutter) + (var(--gutter) * 0.4166666667)
    );
  }
  .g__c--lg6 {
    --size: calc(
      50% - var(--gutter) + (var(--gutter) * 0.5)
    );
  }
  .g__c--lg7 {
    --size: calc(
      58.33333333% - var(--gutter) + (var(--gutter) * 0.5833333333)
    );
  }
  .g__c--lg8 {
    --size: calc(
      66.66666667% - var(--gutter) + (var(--gutter) * 0.6666666667)
    );
  }
  .g__c--lg9 {
    --size: calc(
      75% - var(--gutter) + (var(--gutter) * 0.75)
    );
  }
  .g__c--lg10 {
    --size: calc(
      83.33333333% - var(--gutter) + (var(--gutter) * 0.8333333333)
    );
  }
  .g__c--lg11 {
    --size: calc(
      91.66666667% - var(--gutter) + (var(--gutter) * 0.9166666667)
    );
  }
  .g__c--lg12 {
    --size: calc(
      100% - var(--gutter) + (var(--gutter) * 1)
    );
  }
}
@media (min-width: 1200px) {
  .g__c--xl1 {
    --size: calc(
      8.33333333% - var(--gutter) + (var(--gutter) * 0.0833333333)
    );
  }
  .g__c--xl2 {
    --size: calc(
      16.66666667% - var(--gutter) + (var(--gutter) * 0.1666666667)
    );
  }
  .g__c--xl3 {
    --size: calc(
      25% - var(--gutter) + (var(--gutter) * 0.25)
    );
  }
  .g__c--xl4 {
    --size: calc(
      33.33333333% - var(--gutter) + (var(--gutter) * 0.3333333333)
    );
  }
  .g__c--xl5 {
    --size: calc(
      41.66666667% - var(--gutter) + (var(--gutter) * 0.4166666667)
    );
  }
  .g__c--xl6 {
    --size: calc(
      50% - var(--gutter) + (var(--gutter) * 0.5)
    );
  }
  .g__c--xl7 {
    --size: calc(
      58.33333333% - var(--gutter) + (var(--gutter) * 0.5833333333)
    );
  }
  .g__c--xl8 {
    --size: calc(
      66.66666667% - var(--gutter) + (var(--gutter) * 0.6666666667)
    );
  }
  .g__c--xl9 {
    --size: calc(
      75% - var(--gutter) + (var(--gutter) * 0.75)
    );
  }
  .g__c--xl10 {
    --size: calc(
      83.33333333% - var(--gutter) + (var(--gutter) * 0.8333333333)
    );
  }
  .g__c--xl11 {
    --size: calc(
      91.66666667% - var(--gutter) + (var(--gutter) * 0.9166666667)
    );
  }
  .g__c--xl12 {
    --size: calc(
      100% - var(--gutter) + (var(--gutter) * 1)
    );
  }
}
@media (min-width: 1400px) {
  .g__c--xxl1 {
    --size: calc(
      8.33333333% - var(--gutter) + (var(--gutter) * 0.0833333333)
    );
  }
  .g__c--xxl2 {
    --size: calc(
      16.66666667% - var(--gutter) + (var(--gutter) * 0.1666666667)
    );
  }
  .g__c--xxl3 {
    --size: calc(
      25% - var(--gutter) + (var(--gutter) * 0.25)
    );
  }
  .g__c--xxl4 {
    --size: calc(
      33.33333333% - var(--gutter) + (var(--gutter) * 0.3333333333)
    );
  }
  .g__c--xxl5 {
    --size: calc(
      41.66666667% - var(--gutter) + (var(--gutter) * 0.4166666667)
    );
  }
  .g__c--xxl6 {
    --size: calc(
      50% - var(--gutter) + (var(--gutter) * 0.5)
    );
  }
  .g__c--xxl7 {
    --size: calc(
      58.33333333% - var(--gutter) + (var(--gutter) * 0.5833333333)
    );
  }
  .g__c--xxl8 {
    --size: calc(
      66.66666667% - var(--gutter) + (var(--gutter) * 0.6666666667)
    );
  }
  .g__c--xxl9 {
    --size: calc(
      75% - var(--gutter) + (var(--gutter) * 0.75)
    );
  }
  .g__c--xxl10 {
    --size: calc(
      83.33333333% - var(--gutter) + (var(--gutter) * 0.8333333333)
    );
  }
  .g__c--xxl11 {
    --size: calc(
      91.66666667% - var(--gutter) + (var(--gutter) * 0.9166666667)
    );
  }
  .g__c--xxl12 {
    --size: calc(
      100% - var(--gutter) + (var(--gutter) * 1)
    );
  }
}
@media (min-width: 575px) {
  .g__c--sm_dn1 {
    --size: calc(
      8.33333333% - var(--gutter) + (var(--gutter) * 0.0833333333)
    );
  }
  .g__c--sm_dn2 {
    --size: calc(
      16.66666667% - var(--gutter) + (var(--gutter) * 0.1666666667)
    );
  }
  .g__c--sm_dn3 {
    --size: calc(
      25% - var(--gutter) + (var(--gutter) * 0.25)
    );
  }
  .g__c--sm_dn4 {
    --size: calc(
      33.33333333% - var(--gutter) + (var(--gutter) * 0.3333333333)
    );
  }
  .g__c--sm_dn5 {
    --size: calc(
      41.66666667% - var(--gutter) + (var(--gutter) * 0.4166666667)
    );
  }
  .g__c--sm_dn6 {
    --size: calc(
      50% - var(--gutter) + (var(--gutter) * 0.5)
    );
  }
  .g__c--sm_dn7 {
    --size: calc(
      58.33333333% - var(--gutter) + (var(--gutter) * 0.5833333333)
    );
  }
  .g__c--sm_dn8 {
    --size: calc(
      66.66666667% - var(--gutter) + (var(--gutter) * 0.6666666667)
    );
  }
  .g__c--sm_dn9 {
    --size: calc(
      75% - var(--gutter) + (var(--gutter) * 0.75)
    );
  }
  .g__c--sm_dn10 {
    --size: calc(
      83.33333333% - var(--gutter) + (var(--gutter) * 0.8333333333)
    );
  }
  .g__c--sm_dn11 {
    --size: calc(
      91.66666667% - var(--gutter) + (var(--gutter) * 0.9166666667)
    );
  }
  .g__c--sm_dn12 {
    --size: calc(
      100% - var(--gutter) + (var(--gutter) * 1)
    );
  }
}
@media (min-width: 767px) {
  .g__c--md_dn1 {
    --size: calc(
      8.33333333% - var(--gutter) + (var(--gutter) * 0.0833333333)
    );
  }
  .g__c--md_dn2 {
    --size: calc(
      16.66666667% - var(--gutter) + (var(--gutter) * 0.1666666667)
    );
  }
  .g__c--md_dn3 {
    --size: calc(
      25% - var(--gutter) + (var(--gutter) * 0.25)
    );
  }
  .g__c--md_dn4 {
    --size: calc(
      33.33333333% - var(--gutter) + (var(--gutter) * 0.3333333333)
    );
  }
  .g__c--md_dn5 {
    --size: calc(
      41.66666667% - var(--gutter) + (var(--gutter) * 0.4166666667)
    );
  }
  .g__c--md_dn6 {
    --size: calc(
      50% - var(--gutter) + (var(--gutter) * 0.5)
    );
  }
  .g__c--md_dn7 {
    --size: calc(
      58.33333333% - var(--gutter) + (var(--gutter) * 0.5833333333)
    );
  }
  .g__c--md_dn8 {
    --size: calc(
      66.66666667% - var(--gutter) + (var(--gutter) * 0.6666666667)
    );
  }
  .g__c--md_dn9 {
    --size: calc(
      75% - var(--gutter) + (var(--gutter) * 0.75)
    );
  }
  .g__c--md_dn10 {
    --size: calc(
      83.33333333% - var(--gutter) + (var(--gutter) * 0.8333333333)
    );
  }
  .g__c--md_dn11 {
    --size: calc(
      91.66666667% - var(--gutter) + (var(--gutter) * 0.9166666667)
    );
  }
  .g__c--md_dn12 {
    --size: calc(
      100% - var(--gutter) + (var(--gutter) * 1)
    );
  }
}
@media (min-width: 991px) {
  .g__c--lg_dn1 {
    --size: calc(
      8.33333333% - var(--gutter) + (var(--gutter) * 0.0833333333)
    );
  }
  .g__c--lg_dn2 {
    --size: calc(
      16.66666667% - var(--gutter) + (var(--gutter) * 0.1666666667)
    );
  }
  .g__c--lg_dn3 {
    --size: calc(
      25% - var(--gutter) + (var(--gutter) * 0.25)
    );
  }
  .g__c--lg_dn4 {
    --size: calc(
      33.33333333% - var(--gutter) + (var(--gutter) * 0.3333333333)
    );
  }
  .g__c--lg_dn5 {
    --size: calc(
      41.66666667% - var(--gutter) + (var(--gutter) * 0.4166666667)
    );
  }
  .g__c--lg_dn6 {
    --size: calc(
      50% - var(--gutter) + (var(--gutter) * 0.5)
    );
  }
  .g__c--lg_dn7 {
    --size: calc(
      58.33333333% - var(--gutter) + (var(--gutter) * 0.5833333333)
    );
  }
  .g__c--lg_dn8 {
    --size: calc(
      66.66666667% - var(--gutter) + (var(--gutter) * 0.6666666667)
    );
  }
  .g__c--lg_dn9 {
    --size: calc(
      75% - var(--gutter) + (var(--gutter) * 0.75)
    );
  }
  .g__c--lg_dn10 {
    --size: calc(
      83.33333333% - var(--gutter) + (var(--gutter) * 0.8333333333)
    );
  }
  .g__c--lg_dn11 {
    --size: calc(
      91.66666667% - var(--gutter) + (var(--gutter) * 0.9166666667)
    );
  }
  .g__c--lg_dn12 {
    --size: calc(
      100% - var(--gutter) + (var(--gutter) * 1)
    );
  }
}
@media (min-width: 1199px) {
  .g__c--xl_dn1 {
    --size: calc(
      8.33333333% - var(--gutter) + (var(--gutter) * 0.0833333333)
    );
  }
  .g__c--xl_dn2 {
    --size: calc(
      16.66666667% - var(--gutter) + (var(--gutter) * 0.1666666667)
    );
  }
  .g__c--xl_dn3 {
    --size: calc(
      25% - var(--gutter) + (var(--gutter) * 0.25)
    );
  }
  .g__c--xl_dn4 {
    --size: calc(
      33.33333333% - var(--gutter) + (var(--gutter) * 0.3333333333)
    );
  }
  .g__c--xl_dn5 {
    --size: calc(
      41.66666667% - var(--gutter) + (var(--gutter) * 0.4166666667)
    );
  }
  .g__c--xl_dn6 {
    --size: calc(
      50% - var(--gutter) + (var(--gutter) * 0.5)
    );
  }
  .g__c--xl_dn7 {
    --size: calc(
      58.33333333% - var(--gutter) + (var(--gutter) * 0.5833333333)
    );
  }
  .g__c--xl_dn8 {
    --size: calc(
      66.66666667% - var(--gutter) + (var(--gutter) * 0.6666666667)
    );
  }
  .g__c--xl_dn9 {
    --size: calc(
      75% - var(--gutter) + (var(--gutter) * 0.75)
    );
  }
  .g__c--xl_dn10 {
    --size: calc(
      83.33333333% - var(--gutter) + (var(--gutter) * 0.8333333333)
    );
  }
  .g__c--xl_dn11 {
    --size: calc(
      91.66666667% - var(--gutter) + (var(--gutter) * 0.9166666667)
    );
  }
  .g__c--xl_dn12 {
    --size: calc(
      100% - var(--gutter) + (var(--gutter) * 1)
    );
  }
}
@media (min-width: 1399px) {
  .g__c--xxl_dn1 {
    --size: calc(
      8.33333333% - var(--gutter) + (var(--gutter) * 0.0833333333)
    );
  }
  .g__c--xxl_dn2 {
    --size: calc(
      16.66666667% - var(--gutter) + (var(--gutter) * 0.1666666667)
    );
  }
  .g__c--xxl_dn3 {
    --size: calc(
      25% - var(--gutter) + (var(--gutter) * 0.25)
    );
  }
  .g__c--xxl_dn4 {
    --size: calc(
      33.33333333% - var(--gutter) + (var(--gutter) * 0.3333333333)
    );
  }
  .g__c--xxl_dn5 {
    --size: calc(
      41.66666667% - var(--gutter) + (var(--gutter) * 0.4166666667)
    );
  }
  .g__c--xxl_dn6 {
    --size: calc(
      50% - var(--gutter) + (var(--gutter) * 0.5)
    );
  }
  .g__c--xxl_dn7 {
    --size: calc(
      58.33333333% - var(--gutter) + (var(--gutter) * 0.5833333333)
    );
  }
  .g__c--xxl_dn8 {
    --size: calc(
      66.66666667% - var(--gutter) + (var(--gutter) * 0.6666666667)
    );
  }
  .g__c--xxl_dn9 {
    --size: calc(
      75% - var(--gutter) + (var(--gutter) * 0.75)
    );
  }
  .g__c--xxl_dn10 {
    --size: calc(
      83.33333333% - var(--gutter) + (var(--gutter) * 0.8333333333)
    );
  }
  .g__c--xxl_dn11 {
    --size: calc(
      91.66666667% - var(--gutter) + (var(--gutter) * 0.9166666667)
    );
  }
  .g__c--xxl_dn12 {
    --size: calc(
      100% - var(--gutter) + (var(--gutter) * 1)
    );
  }
}
.section[class*=section--align-] .g__c {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section[class*=section--align-center] .g__c {
  justify-content: center;
}
.section[class*=section--align-bottom] .g__c {
  justify-content: flex-end;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin: 6 0 0 0;
  color: #fff;
  font-size: 1rem;
  background-color: #3d3f42;
}
.footer a, .footer a:active, .footer a:focus, .footer a:visited {
  color: #fff;
  font-weight: 400;
}
.footer a.nav__item--header, .footer a:active.nav__item--header, .footer a:focus.nav__item--header, .footer a:visited.nav__item--header {
  font-weight: 500;
}
.footer a:hover {
  border-color: transparent;
  text-decoration-color: transparent;
  color: #ffa300;
}
.footer__main > .footer__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
}
@media (min-width: 992px) {
  .footer__main > .footer__container {
    flex-direction: row;
  }
}
.footer__meta > .footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.footer__meta > .footer__container > * {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
}
@media (min-width: 992px) {
  .footer__meta > .footer__container > *:first-child {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .footer__meta > .footer__container > *:last-child {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .footer__meta > .footer__container > * {
    flex: 1 1 100%;
  }
}
@media (min-width: 992px) {
  .footer__meta > .footer__container {
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
}
.footer__main {
  display: block;
  width: 100%;
  flex: 1;
  padding: 1.5rem 0 2.5rem 0;
}
@media print {
  .printable .footer__main, .blog-detail .footer__main, .news-detail .footer__main {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer__main {
    padding: 2.5rem 0 3.5rem 0;
  }
}
.footer__nav, .footer__ctas {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .footer__nav, .footer__ctas {
    flex: 0 1 75%;
  }
}
.footer__ctas {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .footer__ctas {
    flex-basis: 25%;
  }
}
.footer__cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.1rem 0;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .footer__cta:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.footer__cta-heading {
  flex: 1 1 100%;
  margin: 0 0 0.5rem 0;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
}
.footer__cta--call .footer__cta-heading {
  flex: 0 1 auto;
}
.footer__cta--call .footer__cta-heading {
  margin: 1rem 0;
}
.footer__cta--call {
  justify-content: space-between;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
}
.footer__cta--call a, .footer__cta--call a:active, .footer__cta--call a:focus, .footer__cta--call a:visited {
  color: #ffa300;
}
.footer__cta--call a:hover {
  color: #fff;
}
.footer__cta--donate {
  justify-content: center;
  align-items: stretch;
}
body .footer .footer__cta--donate > .btn {
  display: flex;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.footer__meta {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
  display: block;
  width: 100%;
  flex: 1;
  margin: auto 0 0 0;
  padding: 0.75rem 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.footer__meta,
.footer__meta p {
  font-size: 0.8rem;
  line-height: 1.2;
}
.footer__meta p {
  margin: 0 0 0.25rem 0;
}
@media print {
  .printable .footer__meta, .blog-detail .footer__meta, .news-detail .footer__meta {
    color: #585858;
    background: transparent;
    border-top: 1px solid #aaaaaa;
  }
}
.footer__copyright, .footer__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.footer__copyright > p:first-child, .footer__legal > p:first-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer__copyright, .footer__legal {
    text-align: left;
  }
}
@media print {
  .printable .footer__sites, .blog-detail .footer__sites, .news-detail .footer__sites, .printable .footer__legal, .blog-detail .footer__legal, .news-detail .footer__legal {
    display: none;
  }
}
.footer__legal-link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__legal-item {
  margin: 0 0 0.5rem 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .footer__legal-item:not(:last-child)::after {
    content: "|";
    padding: 0 0 0 0.5rem;
  }
}
@media (min-width: 768px) {
  .footer__legal-item:not(:last-child) {
    margin-right: 0.5rem;
  }
}
@media print {
  .printable .footer, .blog-detail .footer, .news-detail .footer {
    color: #585858;
    background: transparent;
    margin-top: 2rem;
  }
}

.cms-message {
  width: 100%;
  border: solid 2px;
  display: flex;
  background: #fff;
}
.cms-message__icon-area {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid;
  min-height: 3.25rem;
  min-width: 3.25rem;
}
.cms-message__icon-area::before {
  display: none;
  content: "info";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  font-weight: 300;
  line-height: 0.1rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .cms-message__icon-area::before {
    display: initial;
  }
}
body.loaded .cms-message__icon-area::before, body.fonts-loaded .cms-message__icon-area::before {
  display: initial;
}
.cms-message__icon-area::before {
  color: #fff;
  font-weight: 700;
  font-size: 1.75rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.25), 0 0 12px rgba(0, 0, 0, 0.05);
}
.cms-message__content {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #000;
}
.cms-message__content p {
  margin: 0;
}
.cms-message--my1 {
  margin: 1rem 0;
  margin-bottom: 1rem !important;
}
.cms-message--my2 {
  margin: 2rem 0;
  margin-bottom: 2rem !important;
}
.cms-message--my3 {
  margin: 3rem 0;
  margin-bottom: 3rem !important;
}
.cms-message--my4 {
  margin: 4rem 0;
  margin-bottom: 4rem !important;
}
.cms-message--success {
  border-color: #722282;
}
.cms-message--success .cms-message__icon-area {
  background: #722282;
  border-color: #722282;
}
.cms-message--success .cms-message__icon-area::before {
  content: "\e919";
}
.cms-message--warning {
  border-color: #ffa300;
}
.cms-message--warning .cms-message__icon-area {
  background: #ffa300;
  border-color: #ffa300;
}
.cms-message--warning .cms-message__icon-area::before {
  content: "\e900";
}
.cms-message--error {
  border-color: #cc4b00;
}
.cms-message--error .cms-message__icon-area {
  background: #cc4b00;
  border-color: #cc4b00;
}
.cms-message--error .cms-message__icon-area::before {
  content: "\e914";
}

.breadcrumbs {
  margin: 0 0 0.75rem 0;
}
.breadcrumbs__menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0.05rem 0 0;
  padding: 0;
  color: #585858;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin: 0 0.25rem;
}
.breadcrumbs__link {
  padding: 0;
  margin: 0;
  color: #722282;
}
.breadcrumbs__link:not(a) {
  color: #585858;
}
@media print {
  .printable .breadcrumbs, .blog-detail .breadcrumbs, .news-detail .breadcrumbs {
    display: none;
  }
}
@media print {
  .printable .breadcrumbs, .blog-detail .breadcrumbs, .news-detail .breadcrumbs {
    page-break-before: avoid;
    break-before: avoid;
    page-break-after: avoid;
    break-after: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.site-modal {
  z-index: 13000;
}
@media print {
  .printable .site-modal, .blog-detail .site-modal, .news-detail .site-modal {
    display: none;
  }
}
.site-modal--donor-location {
  z-index: 20000;
}
.site-modal--cookies {
  display: block;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 7000;
  width: 100%;
  max-width: 60rem;
  background: #fff;
  bottom: calc(38px + 0.5rem);
}
@media (min-width: 768px) {
  .site-modal--cookies {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.site-modal--cookies.site-modal--dismissed {
  display: none;
}
.site-modal--smart-banner {
  display: block;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 7000;
  width: 100%;
  max-width: 60rem;
}
@media (min-width: 992px) {
  .site-modal--smart-banner {
    display: none;
  }
}
.site-modal--smart-banner.site-modal--dismissed {
  display: none;
}
.site-modal--dismissed {
  display: none;
}
@media print {
  .printable .site-modal, .blog-detail .site-modal, .news-detail .site-modal {
    display: none;
  }
}

.modal-box {
  bottom: calc(38px + 0.5rem);
  display: block;
  position: fixed;
  z-index: 7000;
}

.modal-backdrop {
  z-index: 15000;
}
.modal-content {
  border: 0;
  border-radius: 1.5rem;
}
.modal-header {
  padding: 1rem 2rem 0 2rem;
  border: 0;
}
.modal-body {
  border: 0;
}
.modal-footer {
  border: 0;
  padding: 0.5rem 2rem 1.5rem 2rem;
}
.modal .btn-close {
  background: transparent;
}
.modal .btn-close::before {
  content: "close";
  color: #585858;
  font-size: 2rem;
  font-weight: 200;
  font-family: "Material Symbols Rounded";
  transition: color 300ms ease;
}
.modal .btn-close:active::before, .modal .btn-close:focus::before, .modal .btn-close:hover::before {
  color: #722282;
  background: transparent;
}

.cookie-consent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.33);
}
@media (min-width: 768px) {
  .cookie-consent {
    flex-direction: row;
  }
}
.cookie-consent__close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  padding: 0;
  margin: 0;
  font-size: 0.778rem;
  color: #3d3f42;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  opacity: 0.8;
  line-height: 1;
  text-align: center;
  transition: opacity 300ms ease, color 300ms ease;
}
.cookie-consent__close::before {
  display: none;
  content: "close";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  font-weight: 300;
  line-height: 0.1rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .cookie-consent__close::before {
    display: initial;
  }
}
body.loaded .cookie-consent__close::before, body.fonts-loaded .cookie-consent__close::before {
  display: initial;
}
.cookie-consent__close::before {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  min-height: 1.25rem;
  margin: 0;
  padding: 0;
  line-height: 1.25rem;
  font-weight: 400;
  text-align: center;
}
.cookie-consent__close:hover, .cookie-consent__close:focus, .cookie-consent__close:active {
  opacity: 1;
  background: transparent;
  color: #cc4b00;
}
@media (min-width: 992px) {
  .cookie-consent__close {
    margin-bottom: 6%;
  }
}
.cookie-consent__content {
  font-size: 0.7rem;
}
.cookie-consent__content,
.cookie-consent__content p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.cookie-consent__content p {
  margin: 0 0 0.5rem 0;
}
.cookie-consent__content p:last-of-type {
  display: inline;
  margin-bottom: 0;
}
.cookie-consent__content a {
  font-weight: 300;
  text-decoration: underline;
}
.cookie-consent__content a, .cookie-consent__content a:visited {
  color: #722282;
}
.cookie-consent__content a:hover, .cookie-consent__content a:focus, .cookie-consent__content a:active {
  color: #cc4b00;
}
@media (min-width: 992px) {
  .cookie-consent__content {
    margin-top: 1%;
  }
}
.cookie-consent__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  flex: 0;
  gap: 1rem;
}
@media (min-width: 992px) {
  .cookie-consent__actions {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.cookie-consent__action, .cookie-consent__action.btn {
  flex: 1 1 100%;
  padding: 0;
  font-size: 0.778rem;
  color: #722282;
  text-transform: uppercase;
  text-decoration: underline;
}
.cookie-consent__action, .cookie-consent__action:visited, .cookie-consent__action.btn, .cookie-consent__action.btn:visited {
  font-weight: 300;
  background: transparent;
  border: 0;
}
.cookie-consent__action:hover, .cookie-consent__action:active, .cookie-consent__action:focus, .cookie-consent__action.btn:hover, .cookie-consent__action.btn:active, .cookie-consent__action.btn:focus {
  color: #cc4b00;
  text-decoration: underline;
  background: transparent;
  border: 0;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .cookie-consent__action:not(:last-of-type), .cookie-consent__action.btn:not(:last-of-type) {
    margin-right: 0.25rem;
  }
}
@media (min-width: 992px) {
  .cookie-consent__action, .cookie-consent__action.btn {
    flex: 0 1 auto;
  }
}
@media (min-width: 768px) {
  .cookie-consent {
    align-items: center;
    padding: 1.25rem;
  }
}

.donor-location-modal,
.donor-location-modal p {
  line-height: 1.5;
}
.donor-location-modal__heading {
  font-size: 1.2rem;
}
.donor-location-modal__validation {
  display: block;
  opacity: 1;
  transition: opacity 300ms linear;
}
.donor-location-modal__validation:not(.show) {
  opacity: 0;
  display: none;
}
.donor-location-modal__carousel-item {
  padding: 0 1rem;
}
.donor-location-modal__ctas {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .donor-location-modal__ctas {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.donor-location-modal__disclaimer {
  padding: 0;
  margin: 0;
}
.donor-location-modal__disclaimer,
.donor-location-modal__disclaimer p,
.donor-location-modal__disclaimer a {
  line-height: 1.5;
  font-size: 0.667rem;
}
.donor-location-modal__disclaimer > *:last-child {
  margin-bottom: 0;
}

.smart-banner {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #3d3f42;
  color: #fff;
  gap: 0.5rem;
  padding: 0.5rem 0.5rem;
  box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.33);
}
.smart-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.smart-banner__content,
.smart-banner__content p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9rem;
  margin: 0 0 0 0.25rem;
}
.smart-banner__content__headline {
  color: #fff;
  font-size: 0.8rem;
  line-height: 0.9rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0;
  margin: 0;
  margin: 0.3rem 0 0 0.25rem;
}
.smart-banner__logo {
  display: inline-flex;
  justify-content: start;
  flex: 0 1 20%;
  background-image: url("/img/template-images/logo.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.smart-banner__logo::after {
  content: "";
  padding-bottom: 100%;
}
.smart-banner__buttons {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 0;
  gap: 0.5rem;
}
.smart-banner__buttons__open {
  position: relative;
  display: flex;
  justify-content: center;
  width: 4rem;
  height: 1.77778rem;
  font-size: 0.778rem;
  color: #fff;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .smart-banner__buttons__open {
    margin: 1rem 0 0 0;
  }
}
.smart-banner__buttons__close {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 0 1 auto;
  padding: 0;
  margin: 0;
  font-size: 0.778rem;
  color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  opacity: 0.8;
  line-height: 1;
  text-align: center;
  transition: opacity 300ms ease, color 300ms ease;
}
.smart-banner__buttons__close::before {
  display: none;
  content: "close";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  font-weight: 300;
  line-height: 0.1rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .smart-banner__buttons__close::before {
    display: initial;
  }
}
body.loaded .smart-banner__buttons__close::before, body.fonts-loaded .smart-banner__buttons__close::before {
  display: initial;
}
.smart-banner__buttons__close::before {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  min-height: 1.25rem;
  margin: 0;
  padding: 0;
  line-height: 1.25rem;
  font-weight: 400;
  text-align: center;
}
.smart-banner__buttons__close:hover, .smart-banner__buttons__close:focus, .smart-banner__buttons__close:active {
  opacity: 1;
  background: transparent;
  color: #cc4b00;
}
@media (min-width: 992px) {
  .smart-banner {
    display: none;
  }
}

.lang-toggle {
  position: relative;
  display: flex;
  align-items: stretch;
  background: #5b1b66;
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
}
.lang-toggle__selected {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.lang-toggle__menu {
  position: absolute;
  z-index: 11000;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  max-width: 15rem;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #5b1b66;
}
.lang-toggle:hover .lang-toggle__menu, .lang-toggle__menu.open {
  display: flex;
}
.lang-toggle__item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lang-toggle__selected, .lang-toggle__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  padding: 0.7rem 1rem 0.7rem 1.1rem;
  text-decoration: none;
  line-height: 1;
  font-size: 0.7rem;
  font-weight: 400;
}
.lang-toggle__selected[lang]::before, .lang-toggle__selected[lang=en-US]::before, .lang-toggle__selected[lang^=en-]::before, .lang-toggle__link[lang]::before, .lang-toggle__link[lang=en-US]::before, .lang-toggle__link[lang^=en-]::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url("/img/template-images/en-US.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.lang-toggle__selected[lang=es]::before, .lang-toggle__selected[lang=es-ES]::before, .lang-toggle__selected[lang^=es-]::before, .lang-toggle__link[lang=es]::before, .lang-toggle__link[lang=es-ES]::before, .lang-toggle__link[lang^=es-]::before {
  background-image: url("/img/template-images/es-ES.png");
}
.lang-toggle__link {
  line-height: 1.1;
}
.lang-toggle__link:hover {
  background: #722282;
}
.lang-toggle__lang {
  display: none;
}
@media (min-width: 992px) {
  .lang-toggle__lang {
    display: block;
  }
}

.btn,
button,
body .footer .btn {
  cursor: pointer;
  appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  touch-action: manipulation;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 100vw;
  transition: color 300ms ease, background-color 300ms ease, text-decoration-color 300ms ease, border-color 300ms ease;
  text-transform: uppercase;
}
.btn:hover,
button:hover,
body .footer .btn:hover {
  text-decoration: none;
}
.btn.disabled, .btn[disabled],
button.disabled,
button[disabled],
body .footer .btn.disabled,
body .footer .btn[disabled] {
  pointer-events: none;
  opacity: 0.65;
  color: var(--vtl-font-color, #585858);
  border-color: var(--vtl-font-color, #585858);
}
.btn, .btn--primary, .btn-primary,
button,
button--primary,
button-primary,
body .footer .btn,
body .footer .btn--primary,
body .footer .btn-primary {
  color: #fff;
  background-color: #722282;
  border-color: #722282;
}
.btn:hover, .btn:focus, .btn--primary:hover, .btn--primary:focus, .btn-primary:hover, .btn-primary:focus,
button:hover,
button:focus,
button--primary:hover,
button--primary:focus,
button-primary:hover,
button-primary:focus,
body .footer .btn:hover,
body .footer .btn:focus,
body .footer .btn--primary:hover,
body .footer .btn--primary:focus,
body .footer .btn-primary:hover,
body .footer .btn-primary:focus {
  color: #fff;
  background-color: #9053A1;
  border-color: #9053A1;
}
.btn:active, .btn--primary:active, .btn-primary:active,
button:active,
button--primary:active,
button-primary:active,
body .footer .btn:active,
body .footer .btn--primary:active,
body .footer .btn-primary:active {
  color: #fff;
  background-color: #722282;
  border-color: #722282;
}
body:not(.using-mouse) .btn:focus, body:not(.using-mouse) .btn--primary:focus, body:not(.using-mouse) .btn-primary:focus,
body:not(.using-mouse) button:focus,
body:not(.using-mouse) button--primary:focus,
body:not(.using-mouse) button-primary:focus,
body:not(.using-mouse) body .footer .btn:focus,
body:not(.using-mouse) body .footer .btn--primary:focus,
body:not(.using-mouse) body .footer .btn-primary:focus {
  outline: none;
  outline: 3px solid rgba(144, 83, 161, 0.33);
  box-shadow: none;
}
body.using-mouse .btn:focus, body.using-mouse .btn--primary:focus, body.using-mouse .btn-primary:focus,
body.using-mouse button:focus,
body.using-mouse button--primary:focus,
body.using-mouse button-primary:focus,
body.using-mouse body .footer .btn:focus,
body.using-mouse body .footer .btn--primary:focus,
body.using-mouse body .footer .btn-primary:focus {
  outline: none;
  outline: unset;
  box-shadow: none;
}
.btn.btn--ghost,
button.btn--ghost,
body .footer .btn.btn--ghost {
  opacity: 0.5;
}
.btn--secondary, .btn-secondary,
button--secondary,
button-secondary,
body .footer .btn--secondary,
body .footer .btn-secondary {
  color: #fff;
  background-color: #cc4b00;
  border-color: #cc4b00;
}
.btn--secondary:hover, .btn--secondary:focus, .btn-secondary:hover, .btn-secondary:focus,
button--secondary:hover,
button--secondary:focus,
button-secondary:hover,
button-secondary:focus,
body .footer .btn--secondary:hover,
body .footer .btn--secondary:focus,
body .footer .btn-secondary:hover,
body .footer .btn-secondary:focus {
  color: #fff;
  background-color: #ffa300;
  border-color: #ffa300;
}
.btn--secondary:active, .btn-secondary:active,
button--secondary:active,
button-secondary:active,
body .footer .btn--secondary:active,
body .footer .btn-secondary:active {
  color: #fff;
  background-color: #cc4b00;
  border-color: #cc4b00;
}
body:not(.using-mouse) .btn--secondary:focus, body:not(.using-mouse) .btn-secondary:focus,
body:not(.using-mouse) button--secondary:focus,
body:not(.using-mouse) button-secondary:focus,
body:not(.using-mouse) body .footer .btn--secondary:focus,
body:not(.using-mouse) body .footer .btn-secondary:focus {
  outline: none;
  outline: 3px solid rgba(144, 83, 161, 0.33);
  box-shadow: none;
}
body.using-mouse .btn--secondary:focus, body.using-mouse .btn-secondary:focus,
body.using-mouse button--secondary:focus,
body.using-mouse button-secondary:focus,
body.using-mouse body .footer .btn--secondary:focus,
body.using-mouse body .footer .btn-secondary:focus {
  outline: none;
  outline: unset;
  box-shadow: none;
}
.btn--inverse, .btn--white,
button--inverse,
button--white,
body .footer .btn--inverse,
body .footer .btn--white {
  color: #722282;
  background-color: #fff;
  border-color: #d8d8d8;
}
.btn--inverse:hover, .btn--inverse:focus, .btn--white:hover, .btn--white:focus,
button--inverse:hover,
button--inverse:focus,
button--white:hover,
button--white:focus,
body .footer .btn--inverse:hover,
body .footer .btn--inverse:focus,
body .footer .btn--white:hover,
body .footer .btn--white:focus {
  color: #722282;
  background-color: #f5f5f5;
  border-color: #d8d8d8;
}
.btn--inverse:active, .btn--white:active,
button--inverse:active,
button--white:active,
body .footer .btn--inverse:active,
body .footer .btn--white:active {
  color: #722282;
  background-color: #fff;
  border-color: #722282;
}
body:not(.using-mouse) .btn--inverse:focus, body:not(.using-mouse) .btn--white:focus,
body:not(.using-mouse) button--inverse:focus,
body:not(.using-mouse) button--white:focus,
body:not(.using-mouse) body .footer .btn--inverse:focus,
body:not(.using-mouse) body .footer .btn--white:focus {
  outline: none;
  outline: 3px solid rgba(144, 83, 161, 0.33);
  box-shadow: none;
}
body.using-mouse .btn--inverse:focus, body.using-mouse .btn--white:focus,
body.using-mouse button--inverse:focus,
body.using-mouse button--white:focus,
body.using-mouse body .footer .btn--inverse:focus,
body.using-mouse body .footer .btn--white:focus {
  outline: none;
  outline: unset;
  box-shadow: none;
}
.btn--small,
button--small,
body .footer .btn--small {
  font-size: 0.8rem;
  padding: 0.625rem 1rem;
}
.btn--large,
button--large,
body .footer .btn--large {
  font-size: 1rem;
  padding: 0.75rem 1.87rem;
}

@keyframes tooltipFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.vtl-tooltip {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  color: #cc4b00;
  border-bottom: 1px dotted;
  position: relative;
}
.vtl-tooltip__label {
  text-wrap: wrap;
}
.vtl-tooltip__label:before {
  content: "";
  display: flex;
  cursor: help;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.vtl-tooltip__dropdown {
  display: none;
  position: absolute;
  z-index: 2;
  top: calc(100% - 0.25rem);
  left: 0%;
  padding: 0.5rem 0 0 0;
}
@media (min-width: 768px) {
  .vtl-tooltip__dropdown {
    left: 50%;
    transform: translateX(-50%);
  }
}
.vtl-tooltip--open .vtl-tooltip__dropdown, .vtl-tooltip:hover .vtl-tooltip__dropdown {
  animation: tooltipFadeIn 0.15s;
  display: block;
}
.vtl-tooltip__content {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
}
.vtl-tooltip__content {
  width: calc(100vw - 2rem);
  max-width: 20rem;
  padding: 0.5em 1em;
  color: var(--vtl-font-color);
  font-size: 0.8em;
  line-height: 1.1;
  font-weight: 300;
  text-align: left;
  background-color: #585858;
  border-radius: 0.5em;
}
@media (min-width: 768px) {
  .vtl-tooltip__content {
    width: 80vw;
  }
}

table,
.table {
  width: 100%;
  max-width: 100%;
  overflow: auto;
  margin-bottom: 1.5rem;
  border: 1px solid #f5f5f5;
  border-collapse: collapse;
}
table--striped tbody tr:nth-child(odd),
.table--striped tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
table--bordered td,
table--bordered th,
.table--bordered td,
.table--bordered th {
  border: 1px solid #f5f5f5;
}
table th,
table td,
.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #f5f5f5;
  text-align: inherit;
}
table thead th,
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f5f5f5;
}
table tbody + tbody,
.table tbody + tbody {
  border-top: 2px solid #f5f5f5;
}

.table {
  color: var(--vtl-font-color, #585858);
}
.table--comparison {
  background-color: #fff;
}
.table--comparison .table__header {
  display: block;
}
@media (min-width: 768px) {
  .table--comparison .table__header {
    display: table-header-group;
  }
}
.table--comparison .table__body {
  display: block;
}
@media (min-width: 768px) {
  .table--comparison .table__body {
    display: table-row-group;
  }
}
.table--comparison .table__row {
  display: block;
}
@media (min-width: 768px) {
  .table--comparison .table__row {
    display: table-row;
  }
}
.table--comparison .table__heading, .table--comparison .table__cell {
  display: block;
  vertical-align: middle;
  font-size: 0.889em;
  line-height: 1.2;
  border: 1px solid #CED3D6;
}
@media (min-width: 768px) {
  .table--comparison .table__heading, .table--comparison .table__cell {
    display: table-cell;
  }
}
.table--comparison .table__heading {
  font-weight: 300;
}
.table--comparison .table__header .table__heading {
  text-align: center;
  font-size: 1em;
}
@media (min-width: 768px) {
  .table--comparison .table__header .table__heading {
    font-size: 1.2em;
  }
}
.table--comparison .table__header .table__heading:nth-child(2n) {
  color: #722282;
  background-color: #CED3D6;
}
.table--comparison .table__header .table__heading:nth-child(3n) {
  color: #fff;
  background-color: #ffa300;
}
.table--comparison .table__cell:nth-child(2n) {
  background-color: #f2f4f7;
}
.table--comparison .table__cell:nth-child(3n) {
  background-color: #ffedcc;
}
.table--comparison .table__cell > ul.checkmarks {
  margin: 0;
}
.table--comparison .table__cell > ul.checkmarks > li > ul {
  margin-top: 0.5rem;
  padding: 0 0 0 1.5rem;
}
.table--comparison .table__cell > ul.checkmarks > li > ul > li {
  list-style-type: disc;
}

.search-bar {
  position: relative;
  display: block;
  width: 100%;
}
.search-bar__form {
  position: relative;
}
.search-bar__search, .search-bar__input {
  position: relative;
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 0.5rem;
  font-weight: 300;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 0.5rem;
  box-shadow: none;
}
.search-bar__search::placeholder, .search-bar__input::placeholder {
  color: #aaaaaa;
}
.search-bar__button {
  cursor: pointer;
  appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  touch-action: manipulation;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translate(0, -50%);
  min-width: 2rem;
  height: 100%;
  color: #aaaaaa;
  font-size: 1.5rem;
  font-weight: 400;
}
.search-bar__button:hover {
  text-decoration: none;
}
.search-bar__button::before {
  content: "search";
  font-family: "Material Symbols Rounded";
}
.search-bar__button:hover, .search-bar__button:active, .search-bar__button:focus {
  color: #722282;
  background: transparent;
}

.menu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .menu--horizontal {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.menu__item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.accordion__header {
  margin: 0 0 1rem 0;
  padding: 0.05rem 0;
}
.accordion__heading, .accordion__sub-heading {
  margin: 0;
  padding: 0;
}
.accordion__item {
  --vtl-font-color: #585858;
  --vtl-font-color-inverse: #fff;
  --vtl-link-color: #cc4b00;
  --vtl-link-hover-color: #722282;
  --vtl-link-text-decoration-color: transparent;
  --vtl-font-color-heading: #585858;
  --vtl-font-color-sub-heading: #cc4b00;
  --vtl-font-color-heading-1: #585858;
  --vtl-font-color-heading-2: #cc4b00;
  --vtl-font-color-heading-3: #585858;
  --vtl-font-color-heading-4: #722282;
  --vtl-font-color-heading-5: #585858;
  --vtl-font-color-heading-6: #cc4b00;
  --vtl-hr-color: #667084;
  --vtl-font-color-error: #cc4b00;
  --vtl-color-error: #cc4b00;
  padding: 0;
  margin: 0.5rem 0;
  color: #585858;
  background-color: #f5f5f5;
  border-radius: 0.625rem;
}
.accordion__item-heading {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1;
  color: #585858;
  font-weight: 400;
}
.accordion__panel {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 1rem;
  background-color: #f5f5f5;
  border-radius: 0.625rem;
  transition: background-color 250ms ease;
  cursor: pointer;
}
.accordion__trigger {
  cursor: pointer;
  appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  touch-action: manipulation;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem 0 0;
  padding: 0.2rem;
  min-width: 2.4rem;
  min-height: 2.4rem;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  color: #585858;
  background-color: #ffa300;
  border-radius: 50%;
  transition: color 250ms ease, background-color 250ms ease;
}
.accordion__trigger:hover {
  text-decoration: none;
}
.accordion__trigger:hover, .accordion__panel:hover .accordion__trigger {
  color: #fff;
  background-color: #cc4b00;
}
.accordion__trigger::after {
  content: "+";
}
.accordion__trigger[aria-expanded=true]::after {
  content: "-";
}
.accordion__content {
  font-size: 1rem;
  background-color: #f5f5f5;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.accordion__content a {
  color: var(--vtl-link-color, #cc4b00);
}
.accordion__content a:hover, .accordion__content a:active, .accordion__content a:focus {
  color: var(--vtl-link-hover-color, #722282);
}
.accordion__inner {
  padding: 0 1.25rem 1rem 1.25rem;
}
@media (min-width: 768px) {
  .accordion__content .accordion__inner {
    padding-left: 5.4rem;
  }
}
@media (min-width: 768px) {
  .accordion__inner {
    padding: 0 2rem 2rem 2rem;
  }
}
.accordion:first-child, .accordion:nth-child(1) {
  margin-top: 0;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
}
.cards__header {
  text-align: center;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .cards__header {
    margin-bottom: 1rem;
  }
}
.cards__heading, .cards__sub-heading {
  width: 100%;
  line-height: 1.05;
}
.card--flip .cards__heading, .card--flip .cards__sub-heading {
  text-align: center;
}
.cards__heading {
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.cards__sub-heading {
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.cards__container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
}
.cards__container > .card {
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .cards__container > .card {
    flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .cards__container > .card {
    flex-basis: 33%;
  }
}
@media (min-width: 1200px) {
  .cards__container > .card {
    flex-basis: 25%;
  }
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  @media (min-width: 768px) {
    .cards__container > .card:not(:last-child) {
      margin-right: 1rem;
    }
  }
}
@media (min-width: 768px) {
  .cards__container {
    flex-direction: row;
  }
}

.card--flip .card__wrapper {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  height: 100%;
  perspective: 600px;
  cursor: pointer;
}
.card--flip .card__heading {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #cc4b00;
  font-weight: 500;
  line-height: 1.05;
  text-align: center;
}
.card--flip .card__heading {
  font-size: 1.875rem;
}
@supports (font-size: clamp(1.5rem, 5vw, 2.25rem)) {
  .card--flip .card__heading {
    font-size: clamp(1.5rem, 5vw, 2.25rem);
  }
}
.card__face {
  position: relative;
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  color: #585858;
  background-color: #fff;
  border-radius: 1rem;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform-origin: center;
  transition: transform 750ms ease;
}
.card__face::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  mix-blend-mode: overlay;
  border-radius: 1rem;
  transition: box-shadow 300ms ease;
}
.card__face:hover::after {
  box-shadow: 0 0 0.5rem #fff, 0 0 1rem #d94e0c;
}
.card--flip.is-flipped .card__face--front {
  transform: rotateY(-180deg);
}
.card__face--back {
  --vtl-font-color: #585858;
  --vtl-font-color-inverse: #fff;
  --vtl-link-color: #cc4b00;
  --vtl-link-hover-color: #722282;
  --vtl-link-text-decoration-color: transparent;
  --vtl-font-color-heading: #585858;
  --vtl-font-color-sub-heading: #cc4b00;
  --vtl-font-color-heading-1: #585858;
  --vtl-font-color-heading-2: #cc4b00;
  --vtl-font-color-heading-3: #585858;
  --vtl-font-color-heading-4: #722282;
  --vtl-font-color-heading-5: #585858;
  --vtl-font-color-heading-6: #cc4b00;
  --vtl-hr-color: #667084;
  --vtl-font-color-error: #cc4b00;
  --vtl-color-error: #cc4b00;
  transform: rotateY(180deg);
}
.card--flip.is-flipped .card__face--back {
  transform: rotateY(0deg);
}
.card--flip {
  perspective: 600px;
  background: transparent;
  border: 0;
}

.cta {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column-reverse;
  padding: 0;
  margin: 0 0 2rem 0;
  color: #fff;
  background-color: #722282;
  border-radius: calc(1.5rem + 3px);
  color: var(--vtl-font-color, #585858);
}
.cta {
  font-size: 1.075rem;
}
@supports (font-size: clamp(0.9rem, 1.3vw, 1.25rem)) {
  .cta {
    font-size: clamp(0.9rem, 1.3vw, 1.25rem);
  }
}
.cta__body {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex: 1 1 60%;
  max-width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
.cta--multi-color .cta__body,
.cta--multi-color .cta__body p {
  line-height: 1.333;
}
.cta--mini .cta__body,
.cta--mini .cta__body p {
  line-height: 1.2;
  font-size: 0.889rem;
}
[class*=cta--appeal] .cta__body, .cta--appeal-rich .cta__body,
[class*=cta--appeal] .cta__body p,
.cta--appeal-rich .cta__body p {
  line-height: 1.333;
  margin: 0.75rem 0 0.5rem 0;
}
.cta--multi-color .cta__body p:last-child,
.cta--multi-color .cta__body p:only-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cta--mini .cta__body p:last-child,
.cta--mini .cta__body p:only-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
[class*=cta--appeal] .cta__body p:last-child, .cta--appeal-rich .cta__body p:last-child,
[class*=cta--appeal] .cta__body p:only-child,
.cta--appeal-rich .cta__body p:only-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cta[class*=cta--banner] .cta__body {
  flex-basis: 80%;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 768px) {
  .cta[class*=cta--banner] .cta__body {
    align-items: center;
  }
}
.cta.cta--centered[class*=cta--banner] .cta__body {
  flex-direction: column;
}
.cta-feature-list[class*=cta-feature-list--cols] .cta__body {
  padding: 1.5em;
}
.cta--simple-inverse .cta__body, .cta-feature-list[class*=cta-feature-list--cols] .cta--simple-inverse .cta__body {
  padding: 1.5em;
}
.cta--box .cta__body, .cta-feature-list[class*=cta-feature-list--cols] .cta--box .cta__body {
  justify-content: flex-start;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.cta--outlined .cta__body, .cta-feature-list[class*=cta-feature-list--cols] .cta--outlined .cta__body {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.cta--gray .cta__body, .cta-feature-list[class*=cta-feature-list--cols] .cta--gray .cta__body {
  align-items: center;
}
.cta--gray-purple-icon .cta__body, .cta-feature-list[class*=cta-feature-list--cols] .cta--gray-purple-icon .cta__body {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cta--teaser .cta__body, .cta-feature-list[class*=cta-feature-list--cols] .cta--teaser .cta__body {
  padding: 0.3rem 0;
}
.cta--appeal .cta__body, .cta-feature-list[class*=cta-feature-list--cols] .cta--appeal .cta__body, .cta--appeal-feature .cta__body, .cta-feature-list[class*=cta-feature-list--cols] .cta--appeal-feature .cta__body, .cta--appeal-rich .cta__body, .cta-feature-list[class*=cta-feature-list--cols] .cta--appeal-rich .cta__body {
  padding: 0;
}
.cta--appeal-feature .cta__body {
  flex: 0 1 auto;
}
.cta--multi-color .cta__body, .cta-feature-list[class*=cta-feature-list--cols] .cta--multi-color .cta__body {
  display: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .cta--multi-color .cta__body, .cta-feature-list[class*=cta-feature-list--cols] .cta--multi-color .cta__body {
    display: flex;
    justify-content: flex-start;
  }
}
.cta--mini .cta__body, .cta-feature-list[class*=cta-feature-list--cols] .cta--mini .cta__body {
  padding: 0;
}
.cta--card .cta__body, .cta-feature-list[class*=cta-feature-list--cols] .cta--card .cta__body {
  padding: 1rem;
}
[class*=cta--appeal] .cta__link, .cta--appeal-rich .cta__link {
  text-transform: uppercase;
}
[class*=cta--appeal] .cta__link.link-more::after, .cta--appeal-rich .cta__link.link-more::after {
  transition: transform 300ms ease;
}
[class*=cta--appeal] .cta__link.link-more:hover::after, [class*=cta--appeal] .cta__link.link-more:active::after, [class*=cta--appeal] .cta__link.link-more:focus::after, .cta--appeal-rich .cta__link.link-more:hover::after, .cta--appeal-rich .cta__link.link-more:active::after, .cta--appeal-rich .cta__link.link-more:focus::after {
  transform: translate(10%);
}
.cta__footer {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  flex: 0 1 40%;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cta__footer {
    border-radius: 0;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
}
.cta--right .cta__footer {
  border-radius: 0;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.cta--centered .cta__footer {
  border-radius: 0;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.cta[class*=cta--banner] .cta__footer {
  flex-basis: 40%;
  padding: 0;
  margin: 1rem 0 0 0;
}
@media (min-width: 768px) {
  .cta[class*=cta--banner] .cta__footer {
    margin: 0 0 0 2rem;
  }
}
@media (min-width: 768px) {
  .cta.cta--right[class*=cta--banner] .cta__footer {
    margin: 0 2rem 0 0;
  }
}
@media (min-width: 768px) {
  .cta.cta--centered[class*=cta--banner] .cta__footer {
    margin: 2rem 0 0 0;
  }
}
.cta--box .cta__footer {
  justify-content: flex-end;
  align-items: center;
  padding: 0.5rem 2rem 2rem 2rem;
}
.cta--box.cta--gray .cta__footer {
  flex: 1 0 auto;
  overflow: visible;
}
.cta--outlined .cta__footer {
  padding-top: 1rem;
}
.cta--gray-purple-icon .cta__footer {
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.cta--teaser .cta__footer {
  flex: 0 1 auto;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 0;
}
[class*=cta--appeal] .cta__footer, .cta--appeal-rich .cta__footer {
  border-radius: 0;
  width: 100%;
  flex: 0 1 auto;
}
.cta--appeal-rich .cta__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex: 1 0 auto;
}
.cta--appeal-rich .cta__footer > * {
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .cta--appeal-rich .cta__footer {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.cta--appeal-feature .cta__footer {
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .cta--appeal-feature .cta__footer {
    align-items: stretch;
    text-align: left;
  }
}
.cta--multi-color .cta__footer {
  display: none;
}
@media (min-width: 768px) {
  .cta--multi-color .cta__footer {
    display: flex;
    margin-top: auto;
  }
}
.cta__header {
  margin: 0 0 2rem 0;
}
.cta[class*=cta--banner] .cta__header {
  margin-bottom: 0.5rem;
}
.cta--simple .cta__header {
  flex: 0 1 auto;
  margin: 1rem 0 0 0;
}
.cta--simple-inverse .cta__header {
  flex: 0 1 auto;
  margin: 0;
}
.cta--box .cta__header {
  margin-bottom: 0.5rem;
}
.cta--teaser .cta__header {
  margin: 0 0 0.25rem 0;
}
[class*=cta--appeal] .cta__header, .cta--appeal-rich .cta__header {
  margin: 0;
}
@media (min-width: 768px) {
  [class*=cta--appeal] .cta__header, .cta--appeal-rich .cta__header {
    flex: 0 1 auto;
    flex-basis: calc(66% - 1rem);
  }
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  [class*=cta--appeal] .cta__header, .cta--appeal-rich .cta__header {
    margin-bottom: 1rem;
  }
}
.cta--appeal-rich .cta__header {
  grid-row: 2/3;
}
@media (min-width: 768px) {
  .cta--appeal-rich .cta__header {
    grid-row: 1;
    grid-column: 1/-1;
  }
}
.cta--appeal-feature .cta__header {
  flex: 0 1 auto;
}
.cta--multi-color .cta__header {
  margin: 0;
  padding: 0;
}
.cta--mini .cta__header {
  margin: 0;
  padding: 0;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .cta--mini .cta__header {
    margin-bottom: 0.25rem;
  }
}
.cta--card .cta__header {
  margin: 0 0 0.5rem 0;
}
.cta__heading, .cta__sub-heading {
  margin: 0 0 0.25rem 0;
  font-weight: 400;
  line-height: 1.2;
  color: var(--vtl-font-color-heading, #fff);
}
.cta__heading:last-child, .cta__sub-heading:last-child {
  margin-bottom: 0;
}
.cta--box .cta__heading, .cta--box .cta__sub-heading {
  color: #585858;
}
.cta--outlined .cta__heading, .cta--outlined .cta__sub-heading {
  font-weight: 500;
  text-align: center;
}
.cta--simple-inverse .cta__heading, .cta--simple-inverse .cta__sub-heading {
  color: #722282;
}
.cta--gray .cta__heading, .cta--gray .cta__sub-heading {
  text-align: center;
}
.cta--no-bg .cta__heading, .cta--no-bg .cta__sub-heading {
  color: var(--vtl-font-color, #585858);
}
.cta--teaser .cta__heading, .cta--teaser .cta__sub-heading {
  color: #585858;
}
.cta--teaser .cta__heading, .cta--teaser .cta__sub-heading {
  font-size: 1.1665rem;
}
@supports (font-size: clamp(1rem, 2vw, 1.333rem)) {
  .cta--teaser .cta__heading, .cta--teaser .cta__sub-heading {
    font-size: clamp(1rem, 2vw, 1.333rem);
  }
}
.cta--mini .cta__heading, .cta--mini .cta__sub-heading {
  font-size: 1.111rem;
}
.cta__heading {
  font-size: 1.875rem;
}
@supports (font-size: clamp(1.5rem, 2vw, 2.25rem)) {
  .cta__heading {
    font-size: clamp(1.5rem, 2vw, 2.25rem);
  }
}
.cta--simple-inverse .cta__heading {
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
.cta--simple-inverse .cta__heading {
  font-size: 1.489rem;
}
@supports (font-size: clamp(1.2rem, 1.33vw, 1.778rem)) {
  .cta--simple-inverse .cta__heading {
    font-size: clamp(1.2rem, 1.33vw, 1.778rem);
  }
}
.cta--gray .cta__heading, .cta--gray-purple-icon .cta__heading {
  font-size: 1.125rem;
}
@supports (font-size: clamp(1rem, 2vw, 1.25rem)) {
  .cta--gray .cta__heading, .cta--gray-purple-icon .cta__heading {
    font-size: clamp(1rem, 2vw, 1.25rem);
  }
}
.cta--gray-purple-icon .cta__heading {
  font-weight: 700;
}
.cta--multi-color .cta__heading {
  font-size: 1.1rem;
}
@supports (font-size: clamp(1rem, 1.5vw, 1.2rem)) {
  .cta--multi-color .cta__heading {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
  }
}
@media (min-width: 768px) {
  .cta--multi-color .cta__heading {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .cta--multi-color .cta__heading {
    font-size: 1.1rem;
  }
  @supports (font-size: clamp(1rem, 1.5vw, 1.2rem)) {
    .cta--multi-color .cta__heading {
      font-size: clamp(1rem, 1.5vw, 1.2rem);
    }
  }
}
.cta--mini .cta__heading {
  position: relative;
}
.cta--mini .cta__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  width: 0;
  min-width: 0;
  background-color: #9053A1;
  transition: min-width 300ms ease;
}
.cta--mini:hover .cta__heading::after, .cta--mini:active .cta__heading::after, .cta--mini:focus .cta__heading::after {
  min-width: 100%;
}
.cta--appeal-rich .cta__heading, .cta--appeal-feature .cta__heading {
  font-size: 1.625rem;
}
@supports (font-size: clamp(1.25rem, 2.5vw, 2rem)) {
  .cta--appeal-rich .cta__heading, .cta--appeal-feature .cta__heading {
    font-size: clamp(1.25rem, 2.5vw, 2rem);
  }
}
.home .cta--appeal-rich .cta__heading, .home .cta--appeal-feature .cta__heading {
  color: #722282;
}
.cta__sub-heading {
  font-size: 1.6rem;
  color: var(--vtl-font-color-subheading, #fff);
}
@supports (font-size: clamp(1rem, 1.7vw, 1.6rem)) {
  .cta__sub-heading {
    font-size: clamp(1rem, 1.7vw, 1.6rem);
  }
}
.cta--gray .cta__sub-heading, .cta--gray-purple-icon .cta__sub-heading {
  font-size: 1rem;
}
@supports (font-size: clamp(0.75rem, 1.7vw, 1rem)) {
  .cta--gray .cta__sub-heading, .cta--gray-purple-icon .cta__sub-heading {
    font-size: clamp(0.75rem, 1.7vw, 1rem);
  }
}
.cta--gray-purple-icon .cta__sub-heading {
  font-weight: 500;
}
.cta--mini .cta__sub-heading {
  font-size: 1rem;
  font-weight: 300;
}
.cta__content {
  width: 100%;
  flex: 1 1 100%;
}
.cta--simple .cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta--simple-inverse .cta__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}
.cta--gray-purple-icon .cta__content {
  margin-top: 0;
}
[class*=cta--appeal] .cta__content, .cta--appeal-rich .cta__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  [class*=cta--appeal] .cta__content, .cta--appeal-rich .cta__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .cta--appeal-feature .cta__content {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.cta--multi-color .cta__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
.cta--mini .cta__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.25rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .cta--mini .cta__content {
    gap: 0;
    margin-left: 2rem;
  }
}
.cta__description {
  margin: 2rem 0 2rem 0;
  color: var(--vtl-font-color, #e9d7fe);
  font-weight: 500;
}
.cta__description p {
  margin: 0 0 1rem;
  line-height: 1.5;
  font-size: 1rem;
}
.cta--card .cta__description p {
  line-height: 1.25;
}
.cta[class*=cta--banner] .cta__description {
  margin: 0.5rem 0;
}
.section--darkpurple .cta--no-bg .cta:not(.cta--box) .cta__description {
  color: #e9d7fe;
}
.section--orange .cta__description {
  color: #fff;
}
.cta--box .cta__description {
  font-size: 1rem;
  color: #585858;
}
.cta--gray-purple-icon .cta__description {
  margin: 0;
  line-height: 1.333;
  font-weight: 300;
}
.cta--gray-purple-icon .cta__description {
  font-size: 0.875rem;
}
@supports (font-size: clamp(0.8rem, 2vw, 0.95rem)) {
  .cta--gray-purple-icon .cta__description {
    font-size: clamp(0.8rem, 2vw, 0.95rem);
  }
}
.cta--gray-purple-icon .cta__description p:last-child {
  margin-bottom: 0;
}
.cta--no-bg .cta__description {
  color: var(--vtl-font-color, #fff);
}
.cta--teaser .cta__description {
  margin: 0 0 0.5rem 0;
  color: #585858;
  font-size: 0.9rem;
  font-weight: 300;
}
.cta--teaser .cta__description > *:last-child {
  margin-bottom: 0;
}
[class*=cta--appeal] .cta__description, .cta--appeal-rich .cta__description {
  margin: 0;
  color: var(--vtl-font-color, #585858);
  font-weight: 300;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  [class*=cta--appeal] .cta__description, .cta--appeal-rich .cta__description {
    margin-top: 1rem;
  }
}
.cta--card .cta__description {
  margin: 0 0 1rem 0;
  font-weight: 300;
  font-size: 1rem;
  text-align: left;
}
@supports (object-fit: cover) {
  .cta__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    object-fit: cover;
    object-position: center;
  }
}
.cta__image-container {
  flex: 1 1 100%;
  position: relative;
  width: 100%;
  height: 100%;
}
.cta__image-container::before {
  display: block;
  content: "";
  padding-bottom: 40%;
}
@media (min-width: 768px) {
  .cta__image-container::before {
    padding-bottom: 83%;
  }
}
.cta--no-bg .cta__image-container::before {
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .cta--centered .cta__image-container::before {
    padding-bottom: 33%;
  }
}
.cta[class*=cta--banner] .cta__image-container::before, .cta--simple .cta__image-container::before, .cta--box .cta__image-container::before {
  display: none;
}
@media (min-width: 768px) {
  .cta-feature-list[class*=cta-feature-list--cols] .cta__image-container::before {
    padding-bottom: 50%;
  }
}
.cta-feature-list[class*=cta-feature-list--cols] .cta__image-container::before, .cta--simple-inverse .cta__image-container::before {
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .cta-feature-list[class*=cta-feature-list--cols] .cta__image-container::before, .cta--simple-inverse .cta__image-container::before {
    padding-bottom: 100%;
  }
}
.cta[class*=cta--banner] .cta__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 25%;
  margin: 0 2rem 0 0;
}
.cta.cta--centered[class*=cta--banner] .cta__image-container {
  align-items: center;
  flex: 0 1 auto;
  width: 50%;
  margin: 0 0 2rem 0;
}
@media (min-width: 768px) {
  .cta.cta--centered[class*=cta--banner] .cta__image-container {
    margin: 0 0 2rem 0;
  }
}
.cta--no-bg .cta__image-container {
  height: auto;
  flex: 0 1 auto;
  aspect-ratio: 1/1;
}
.cta--simple .cta__image-container, .cta--box .cta__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  height: auto;
  width: 50%;
  min-width: 5rem;
  margin: 0 0 1rem 0;
}
.cta--simple-inverse .cta__image-container {
  max-width: 4rem;
}
.cta--gray-purple-icon .cta__image-container {
  width: auto;
  min-width: unset;
  max-width: unset;
  padding: 0.725rem;
  border-radius: 0.625rem;
  background-color: #9053A1;
}
.cta--card .cta__image-container, .cta-feature-list[class*=cta-feature-list--cols] .cta--card .cta__image-container {
  margin: 0 0 1rem 0;
  height: auto;
  border-radius: var(--border-radius, 0.5rem);
  overflow: hidden;
}
.cta--card .cta__image-container::before, .cta-feature-list[class*=cta-feature-list--cols] .cta--card .cta__image-container::before {
  padding-bottom: 40%;
}
@media (min-width: 768px) {
  .cta--card .cta__image-container::before, .cta-feature-list[class*=cta-feature-list--cols] .cta--card .cta__image-container::before {
    padding-bottom: 60%;
  }
}
@media (min-width: 768px) {
  .cta--no-bg .cta__image-container::before {
    padding-bottom: 100%;
  }
}
.cta--no-bg.cta--centered .cta__image-container::before {
  padding-bottom: 40%;
}
@media (min-width: 768px) {
  .cta--no-bg.cta--centered .cta__image-container::before {
    padding-bottom: 33%;
  }
}
.cta--teaser .cta__image-container {
  flex: 0 1 auto;
  height: auto;
  width: 100%;
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0.5rem;
  background: #722282;
  border: 0.3rem solid #e9d7fe;
  border-radius: 100vw;
  box-sizing: border-box;
}
.cta--teaser .cta__image-container::before {
  padding-bottom: 100%;
}
.cta[class*=cta--banner] .cta__image-container, .cta--simple .cta__image-container, .cta--box.cta--gray .cta__image-container {
  max-width: 10rem;
  min-width: 5rem;
  min-height: 5rem;
  max-height: 10rem;
}
[class*=cta--appeal] .cta__image-container, .cta--appeal.cta--no-bg .cta__image-container, .cta--appeal-rich .cta__image-container, .cta--appeal-rich.cta--no-bg .cta__image-container {
  aspect-ratio: auto;
  max-width: 10rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  [class*=cta--appeal] .cta__image-container, .cta--appeal.cta--no-bg .cta__image-container, .cta--appeal-rich .cta__image-container, .cta--appeal-rich.cta--no-bg .cta__image-container {
    flex: 1 1 25%;
    max-width: none;
    margin: 0;
  }
}
.cta--multi-color .cta__image-container {
  margin: 0;
  flex-basis: 20%;
}
@media (min-width: 768px) {
  .cta--multi-color .cta__image-container {
    flex-basis: 33%;
  }
}
.cta--mini .cta__image-container {
  flex: 0 1 15%;
  width: auto;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 5%;
  background-color: #cc4b00;
  border-radius: 50%;
  transition: background-color 300ms ease;
}
.cta--mini .cta__image-container::before {
  content: "";
  position: relative;
  padding-bottom: 100%;
}
.cta--mini .cta__image-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  border-radius: 50%;
  border: 0.6rem solid #FA8340;
  transition: border 300ms ease;
}
.cta--mini:hover .cta__image-container, .cta--mini:active .cta__image-container, .cta--mini:focus .cta__image-container {
  background-color: rgb(178.5, 65.625, 0);
}
.cta--mini:hover .cta__image-container::after, .cta--mini:active .cta__image-container::after, .cta--mini:focus .cta__image-container::after {
  border: 1rem solid rgba(250, 131, 64, 0.8);
}
.cta--simple .cta__image, .cta--box .cta__image {
  object-fit: contain;
}
.cta--simple-inverse .cta__image {
  object-fit: contain;
}
.cta--teaser .cta__image {
  top: 50%;
  left: 50%;
  width: calc(100% - 0.8rem) !important;
  height: calc(100% - 0.8rem) !important;
  transform: translate(-50%, -50%);
  object-fit: contain;
  object-position: center;
}
.cta--gray-purple-icon .cta__image {
  width: 1rem !important;
  height: auto !important;
  position: relative;
}
@supports (object-fit: contain) {
  .cta--multi-color .cta__image {
    object-fit: contain;
    object-position: top center;
  }
  @media (min-width: 768px) {
    .cta--multi-color .cta__image {
      object-position: top left;
    }
  }
}
.cta--mini .cta__image {
  padding: 1rem;
}
@supports (object-fit: contain) {
  .cta--mini .cta__image {
    object-fit: contain;
    object-position: center;
  }
}
[class*=cta--appeal] .cta__image, .cta--appeal.cta--no-bg .cta__image, .cta--appeal-rich .cta__image, .cta--appeal-rich.cta--no-bg .cta__image {
  border-radius: 0;
  aspect-ratio: unset;
}
@supports (object-fit: contain) {
  [class*=cta--appeal] .cta__image, .cta--appeal.cta--no-bg .cta__image, .cta--appeal-rich .cta__image, .cta--appeal-rich.cta--no-bg .cta__image {
    object-fit: contain;
    object-position: center;
  }
}
[class*=cta--appeal] .cta__image::before, .cta--appeal.cta--no-bg .cta__image::before, .cta--appeal-rich .cta__image::before, .cta--appeal-rich.cta--no-bg .cta__image::before {
  content: none;
  display: none;
}
@supports (object-position: top center) {
  .cta--appeal-rich .cta__image, .cta--appeal-rich.cta--no-bg .cta__image {
    object-position: bottom center;
  }
  @media (min-width: 768px) {
    .cta--appeal-rich .cta__image, .cta--appeal-rich.cta--no-bg .cta__image {
      object-position: top center;
    }
  }
}
@media (min-width: 768px) {
  .cta--appeal-rich .cta__image, .cta--appeal-rich.cta--no-bg .cta__image {
    padding-left: 1rem;
  }
}
@supports (object-position: center) {
  .cta--appeal-feature .cta__image {
    object-position: center;
  }
}
.cta--no-bg .cta__image {
  border-radius: 50%;
  aspect-ratio: 1;
  width: auto;
  height: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .cta--no-bg .cta__image {
    width: 100%;
    height: auto;
    left: 0;
    translate: 0 0;
  }
}
.cta--no-bg.cta--centered .cta__image {
  width: auto;
  height: 100%;
}
.cta .cta__button {
  color: #722282;
  background-color: #fff;
  border-color: #d8d8d8;
}
.cta .cta__button:hover, .cta .cta__button:focus {
  color: #722282;
  background-color: #f5f5f5;
  border-color: #d8d8d8;
}
.cta .cta__button:active {
  color: #722282;
  background-color: #fff;
  border-color: #722282;
}
body:not(.using-mouse) .cta .cta__button:focus {
  outline: none;
  outline: 3px solid rgba(144, 83, 161, 0.33);
  box-shadow: none;
}
body.using-mouse .cta .cta__button:focus {
  outline: none;
  outline: unset;
  box-shadow: none;
}
.cta--centered .cta__button {
  margin-left: auto;
  margin-right: auto;
}
.cta--box .cta__button {
  color: #fff;
  background-color: #722282;
  border-color: #722282;
}
.cta--box .cta__button:hover, .cta--box .cta__button:focus {
  color: #fff;
  background-color: #9053A1;
  border-color: #9053A1;
}
.cta--box .cta__button:active {
  color: #fff;
  background-color: #722282;
  border-color: #722282;
}
body:not(.using-mouse) .cta--box .cta__button:focus {
  outline: none;
  outline: 3px solid rgba(144, 83, 161, 0.33);
  box-shadow: none;
}
body.using-mouse .cta--box .cta__button:focus {
  outline: none;
  outline: unset;
  box-shadow: none;
}
.cta--gray .cta__button {
  color: #fff;
  background-color: #cc4b00;
  border-color: #cc4b00;
}
.cta--gray .cta__button:hover, .cta--gray .cta__button:focus {
  color: #fff;
  background-color: #ffa300;
  border-color: #ffa300;
}
.cta--gray .cta__button:active {
  color: #fff;
  background-color: #cc4b00;
  border-color: #cc4b00;
}
body:not(.using-mouse) .cta--gray .cta__button:focus {
  outline: none;
  outline: 3px solid rgba(144, 83, 161, 0.33);
  box-shadow: none;
}
body.using-mouse .cta--gray .cta__button:focus {
  outline: none;
  outline: unset;
  box-shadow: none;
}
.cta-feature-list[class*=cta-feature-list--cols] .cta__button {
  margin-left: auto;
  margin-right: auto;
}
.cta--gray-purple-icon .cta__button, .cta-feature-list[class*=cta-feature-list--cols] .cta--gray-purple-icon .cta__button {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.25rem 0;
  margin: 0;
  text-transform: none;
  color: #722282;
  background: transparent;
  text-align: left;
  border: unset;
  border-radius: 0;
}
.cta--gray-purple-icon .cta__button:hover, .cta--gray-purple-icon .cta__button:active, .cta--gray-purple-icon .cta__button:focus, .cta-feature-list[class*=cta-feature-list--cols] .cta--gray-purple-icon .cta__button:hover, .cta-feature-list[class*=cta-feature-list--cols] .cta--gray-purple-icon .cta__button:active, .cta-feature-list[class*=cta-feature-list--cols] .cta--gray-purple-icon .cta__button:focus {
  color: #9053A1;
  background: transparent;
}
.content__area .cta--no-bg .cta__button, .content__area--wave .cta--no-bg .cta__button, .content__area--yellow .cta--no-bg .cta__button, .section .cta--no-bg .cta__button, .section--light-gray .cta--no-bg .cta__button, .section--bg-light-gray .cta--no-bg .cta__button {
  color: #fff;
  background-color: #cc4b00;
  border-color: #cc4b00;
}
.content__area .cta--no-bg .cta__button:hover, .content__area .cta--no-bg .cta__button:focus, .content__area--wave .cta--no-bg .cta__button:hover, .content__area--wave .cta--no-bg .cta__button:focus, .content__area--yellow .cta--no-bg .cta__button:hover, .content__area--yellow .cta--no-bg .cta__button:focus, .section .cta--no-bg .cta__button:hover, .section .cta--no-bg .cta__button:focus, .section--light-gray .cta--no-bg .cta__button:hover, .section--light-gray .cta--no-bg .cta__button:focus, .section--bg-light-gray .cta--no-bg .cta__button:hover, .section--bg-light-gray .cta--no-bg .cta__button:focus {
  color: #fff;
  background-color: #ffa300;
  border-color: #ffa300;
}
.content__area .cta--no-bg .cta__button:active, .content__area--wave .cta--no-bg .cta__button:active, .content__area--yellow .cta--no-bg .cta__button:active, .section .cta--no-bg .cta__button:active, .section--light-gray .cta--no-bg .cta__button:active, .section--bg-light-gray .cta--no-bg .cta__button:active {
  color: #fff;
  background-color: #cc4b00;
  border-color: #cc4b00;
}
body:not(.using-mouse) .content__area .cta--no-bg .cta__button:focus, body:not(.using-mouse) .content__area--wave .cta--no-bg .cta__button:focus, body:not(.using-mouse) .content__area--yellow .cta--no-bg .cta__button:focus, body:not(.using-mouse) .section .cta--no-bg .cta__button:focus, body:not(.using-mouse) .section--light-gray .cta--no-bg .cta__button:focus, body:not(.using-mouse) .section--bg-light-gray .cta--no-bg .cta__button:focus {
  outline: none;
  outline: 3px solid rgba(144, 83, 161, 0.33);
  box-shadow: none;
}
body.using-mouse .content__area .cta--no-bg .cta__button:focus, body.using-mouse .content__area--wave .cta--no-bg .cta__button:focus, body.using-mouse .content__area--yellow .cta--no-bg .cta__button:focus, body.using-mouse .section .cta--no-bg .cta__button:focus, body.using-mouse .section--light-gray .cta--no-bg .cta__button:focus, body.using-mouse .section--bg-light-gray .cta--no-bg .cta__button:focus {
  outline: none;
  outline: unset;
  box-shadow: none;
}
.content__area--orange .cta--no-bg .cta__button, .content__area--purple .cta--no-bg .cta__button, .content__area--dark-purple .cta--no-bg .cta__button, .content__area--light-purple .cta--no-bg .cta__button, .section--orange .cta--no-bg .cta__button, .section--medium-gray .cta--no-bg .cta__button, .section--purple .cta--no-bg .cta__button, .section--light-purple .cta--no-bg .cta__button, .section--dark-purple .cta--no-bg .cta__button, .section--bg-fushia .cta--no-bg .cta__button, .section--bg-orange .cta--no-bg .cta__button, .section--bg-yellow .cta--no-bg .cta__button, .section--bg-medium-gray .cta--no-bg .cta__button, .section--bg-purple .cta--no-bg .cta__button, .section--bg-light-purple .cta--no-bg .cta__button, .section--bg-dark-purple .cta--no-bg .cta__button {
  color: #722282;
  background-color: #fff;
  border-color: #d8d8d8;
}
.content__area--orange .cta--no-bg .cta__button:hover, .content__area--orange .cta--no-bg .cta__button:focus, .content__area--purple .cta--no-bg .cta__button:hover, .content__area--purple .cta--no-bg .cta__button:focus, .content__area--dark-purple .cta--no-bg .cta__button:hover, .content__area--dark-purple .cta--no-bg .cta__button:focus, .content__area--light-purple .cta--no-bg .cta__button:hover, .content__area--light-purple .cta--no-bg .cta__button:focus, .section--orange .cta--no-bg .cta__button:hover, .section--orange .cta--no-bg .cta__button:focus, .section--medium-gray .cta--no-bg .cta__button:hover, .section--medium-gray .cta--no-bg .cta__button:focus, .section--purple .cta--no-bg .cta__button:hover, .section--purple .cta--no-bg .cta__button:focus, .section--light-purple .cta--no-bg .cta__button:hover, .section--light-purple .cta--no-bg .cta__button:focus, .section--dark-purple .cta--no-bg .cta__button:hover, .section--dark-purple .cta--no-bg .cta__button:focus, .section--bg-fushia .cta--no-bg .cta__button:hover, .section--bg-fushia .cta--no-bg .cta__button:focus, .section--bg-orange .cta--no-bg .cta__button:hover, .section--bg-orange .cta--no-bg .cta__button:focus, .section--bg-yellow .cta--no-bg .cta__button:hover, .section--bg-yellow .cta--no-bg .cta__button:focus, .section--bg-medium-gray .cta--no-bg .cta__button:hover, .section--bg-medium-gray .cta--no-bg .cta__button:focus, .section--bg-purple .cta--no-bg .cta__button:hover, .section--bg-purple .cta--no-bg .cta__button:focus, .section--bg-light-purple .cta--no-bg .cta__button:hover, .section--bg-light-purple .cta--no-bg .cta__button:focus, .section--bg-dark-purple .cta--no-bg .cta__button:hover, .section--bg-dark-purple .cta--no-bg .cta__button:focus {
  color: #722282;
  background-color: #f5f5f5;
  border-color: #d8d8d8;
}
.content__area--orange .cta--no-bg .cta__button:active, .content__area--purple .cta--no-bg .cta__button:active, .content__area--dark-purple .cta--no-bg .cta__button:active, .content__area--light-purple .cta--no-bg .cta__button:active, .section--orange .cta--no-bg .cta__button:active, .section--medium-gray .cta--no-bg .cta__button:active, .section--purple .cta--no-bg .cta__button:active, .section--light-purple .cta--no-bg .cta__button:active, .section--dark-purple .cta--no-bg .cta__button:active, .section--bg-fushia .cta--no-bg .cta__button:active, .section--bg-orange .cta--no-bg .cta__button:active, .section--bg-yellow .cta--no-bg .cta__button:active, .section--bg-medium-gray .cta--no-bg .cta__button:active, .section--bg-purple .cta--no-bg .cta__button:active, .section--bg-light-purple .cta--no-bg .cta__button:active, .section--bg-dark-purple .cta--no-bg .cta__button:active {
  color: #722282;
  background-color: #fff;
  border-color: #722282;
}
body:not(.using-mouse) .content__area--orange .cta--no-bg .cta__button:focus, body:not(.using-mouse) .content__area--purple .cta--no-bg .cta__button:focus, body:not(.using-mouse) .content__area--dark-purple .cta--no-bg .cta__button:focus, body:not(.using-mouse) .content__area--light-purple .cta--no-bg .cta__button:focus, body:not(.using-mouse) .section--orange .cta--no-bg .cta__button:focus, body:not(.using-mouse) .section--medium-gray .cta--no-bg .cta__button:focus, body:not(.using-mouse) .section--purple .cta--no-bg .cta__button:focus, body:not(.using-mouse) .section--light-purple .cta--no-bg .cta__button:focus, body:not(.using-mouse) .section--dark-purple .cta--no-bg .cta__button:focus, body:not(.using-mouse) .section--bg-fushia .cta--no-bg .cta__button:focus, body:not(.using-mouse) .section--bg-orange .cta--no-bg .cta__button:focus, body:not(.using-mouse) .section--bg-yellow .cta--no-bg .cta__button:focus, body:not(.using-mouse) .section--bg-medium-gray .cta--no-bg .cta__button:focus, body:not(.using-mouse) .section--bg-purple .cta--no-bg .cta__button:focus, body:not(.using-mouse) .section--bg-light-purple .cta--no-bg .cta__button:focus, body:not(.using-mouse) .section--bg-dark-purple .cta--no-bg .cta__button:focus {
  outline: none;
  outline: 3px solid rgba(144, 83, 161, 0.33);
  box-shadow: none;
}
body.using-mouse .content__area--orange .cta--no-bg .cta__button:focus, body.using-mouse .content__area--purple .cta--no-bg .cta__button:focus, body.using-mouse .content__area--dark-purple .cta--no-bg .cta__button:focus, body.using-mouse .content__area--light-purple .cta--no-bg .cta__button:focus, body.using-mouse .section--orange .cta--no-bg .cta__button:focus, body.using-mouse .section--medium-gray .cta--no-bg .cta__button:focus, body.using-mouse .section--purple .cta--no-bg .cta__button:focus, body.using-mouse .section--light-purple .cta--no-bg .cta__button:focus, body.using-mouse .section--dark-purple .cta--no-bg .cta__button:focus, body.using-mouse .section--bg-fushia .cta--no-bg .cta__button:focus, body.using-mouse .section--bg-orange .cta--no-bg .cta__button:focus, body.using-mouse .section--bg-yellow .cta--no-bg .cta__button:focus, body.using-mouse .section--bg-medium-gray .cta--no-bg .cta__button:focus, body.using-mouse .section--bg-purple .cta--no-bg .cta__button:focus, body.using-mouse .section--bg-light-purple .cta--no-bg .cta__button:focus, body.using-mouse .section--bg-dark-purple .cta--no-bg .cta__button:focus {
  outline: none;
  outline: unset;
  box-shadow: none;
}
.cta--teaser .cta__button {
  margin: 1rem 0 0 0;
}
.cta--teaser .cta__button:hover, .cta--teaser .cta__button:active, .cta--teaser .cta__button:focus {
  background: transparent;
  color: #cc4b00;
}
.cta-feature-list[class*=cta-feature-list--cols] .cta--teaser .cta__button {
  margin-left: 0;
  margin-right: 0;
}
[class*=cta--appeal] .cta__button, .cta--appeal-rich .cta__button {
  color: #fff;
  background-color: #cc4b00;
  border-color: #cc4b00;
}
[class*=cta--appeal] .cta__button:hover, [class*=cta--appeal] .cta__button:focus, .cta--appeal-rich .cta__button:hover, .cta--appeal-rich .cta__button:focus {
  color: #fff;
  background-color: #ffa300;
  border-color: #ffa300;
}
[class*=cta--appeal] .cta__button:active, .cta--appeal-rich .cta__button:active {
  color: #fff;
  background-color: #cc4b00;
  border-color: #cc4b00;
}
body:not(.using-mouse) [class*=cta--appeal] .cta__button:focus, body:not(.using-mouse) .cta--appeal-rich .cta__button:focus {
  outline: none;
  outline: 3px solid rgba(144, 83, 161, 0.33);
  box-shadow: none;
}
body.using-mouse [class*=cta--appeal] .cta__button:focus, body.using-mouse .cta--appeal-rich .cta__button:focus {
  outline: none;
  outline: unset;
  box-shadow: none;
}
@media (min-width: 768px) {
  [class*=cta--appeal] .cta__button, .cta--appeal-rich .cta__button {
    flex: 0 1 auto;
    flex-basis: 34%;
  }
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  [class*=cta--appeal] .cta__button, .cta--appeal-rich .cta__button {
    margin-bottom: 1rem;
  }
}
.cta-feature-list[class*=cta-feature-list--cols] .cta--appeal-rich .cta__button {
  margin: 0;
  flex: 0 1 auto;
}
.cta--multi-color .cta__button {
  font-size: 0.778rem;
}
.cta--card .cta__button {
  cursor: pointer;
  appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  touch-action: manipulation;
  width: 100%;
  margin: auto 0 0 0;
  padding: 0.25rem 0;
  font-size: 1rem;
  text-align: left;
  text-transform: none;
  color: var(--vtl-link-color, #cc4b00);
}
.cta--card .cta__button:hover {
  text-decoration: none;
}
.cta--card .cta__button:hover, .cta--card .cta__button:active, .cta--card .cta__button:focus {
  color: var(--vtl-link-hover-color, #ffa300);
  background-color: transparent;
}
.cta__cover-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -500vw;
  overflow: hidden;
  z-index: 1000;
}
.cta--multi-color .cta__cover-link {
  display: block;
}
@media (min-width: 768px) {
  .cta--multi-color .cta__cover-link {
    display: none;
  }
}
@media (min-width: 768px) {
  .cta {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .cta--right {
    flex-direction: row-reverse;
  }
}
.cta--centered {
  text-align: center;
}
@media (min-width: 768px) {
  .cta--centered {
    flex-direction: column-reverse;
  }
}
.cta[class*=cta--banner] {
  flex-direction: column;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .cta[class*=cta--banner] {
    flex-direction: row;
    padding: 2% 3%;
  }
}
@media (min-width: 768px) {
  .cta[class*=cta--banner].cta--right {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .cta[class*=cta--banner].cta--centered {
    flex-direction: column;
  }
}
.cta--simple {
  transition: background-color 300ms ease;
}
.cta--simple:hover, .cta--simple:active, .cta--simple:focus {
  background-color: #9053A1;
}
.cta--simple-inverse {
  color: #722282;
  background-color: #f5f5f5;
  border-radius: 0;
  transition: background-color 300ms ease;
}
.cta--simple-inverse:hover {
  background-color: #d8d8d8;
}
.cta--box {
  flex-direction: column;
  color: #585858;
  background-color: #f2f4f7;
  border-radius: 1rem;
}
.cta--outlined {
  background-color: #fff;
  border: 1px solid #667084;
  box-shadow: 0 0.75rem 1rem -0.25rem rgba(61, 63, 66, 0.08), 0rem 0.25rem 0.375rem -0.125rem rgba(16, 24, 40, 0.03);
}
.cta--gray-purple-icon {
  border-radius: 0;
}
.cta--teaser {
  flex-direction: row-reverse;
  gap: 1rem;
  color: #585858;
  font-size: 0.9rem;
  background: transparent;
  border-radius: 0;
}
.content__area--orange .cta--teaser, .content__area--purple .cta--teaser, .content__area--dark-purple .cta--teaser, .content__area--light-purple .cta--teaser, .section--orange .cta--teaser, .section--medium-gray .cta--teaser, .section--purple .cta--teaser, .section--light-purple .cta--teaser, .section--dark-purple .cta--teaser, .section--bg-fushia .cta--teaser, .section--bg-orange .cta--teaser, .section--bg-yellow .cta--teaser, .section--bg-medium-gray .cta--teaser, .section--bg-purple .cta--teaser, .section--bg-light-purple .cta--teaser, .section--bg-dark-purple .cta--teaser {
  color: #fff;
}
.cta--appeal, .cta--appeal-rich {
  font-size: 1rem;
  gap: 1rem;
}
.cta--multi-color {
  --vtl-font-color: #fff;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-subheading: rgba(255, 255, 255, 0.8);
  position: relative;
  flex-direction: row;
  align-items: center;
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  gap: 1rem;
  color: var(--vtl-font-color, #fff);
  font-size: 1rem;
}
.cta--multi-color::before {
  display: none;
  content: "navigate_next";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  font-weight: 300;
  line-height: 0.1rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .cta--multi-color::before {
    display: initial;
  }
}
body.loaded .cta--multi-color::before, body.fonts-loaded .cta--multi-color::before {
  display: initial;
}
.cta--multi-color::before {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  font-size: 2rem;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .cta--multi-color::before, body.fonts-loaded .cta--multi-color::before, body.loaded .cta--multi-color::before {
    display: none;
  }
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .cta--multi-color::before {
      display: none;
    }
  }
}
.cta--multi-color:nth-child(2n) {
  background-color: #cc4b00;
}
.cta--multi-color:nth-child(3n) {
  --vtl-font-color: #722282;
  --vtl-font-color-heading: #722282;
  --vtl-font-color-subheading: #722282;
  background-color: #ffa300;
  color: var(--vtl-font-color, #722282);
}
@media (min-width: 768px) {
  .cta--multi-color {
    gap: 10%;
    align-items: stretch;
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cta--multi-color {
    border-radius: 0;
    margin-left: calc(-1 * var(--container-padding-x, 1rem) / 2);
    margin-right: calc(-1 * var(--container-padding-x, 1rem) / 2);
  }
}
.cta--mini {
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  background: transparent;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .cta--mini {
    gap: 0;
  }
}
.cta--appeal, .cta--appeal-feature, .cta--appeal-rich {
  flex-direction: column;
  font-size: 1rem;
  background: transparent;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cta--appeal, .cta--appeal-feature, .cta--appeal-rich {
    flex-direction: row;
  }
}
.cta--appeal-feature {
  align-items: center;
  gap: 1rem;
}
.cta--appeal-rich {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
  row-gap: 1rem;
  column-gap: 2rem;
}
@media (min-width: 768px) {
  .cta--appeal-rich {
    grid-template-columns: 3fr 9fr;
  }
}
@media (min-width: 992px) {
  .cta-feature-list--cols-1 .cta--appeal-rich {
    grid-template-columns: 2fr 10fr;
  }
}
@media (min-width: 1200px) {
  .cta-feature-list--cols-1 .cta--appeal-rich {
    grid-template-columns: 1fr 11fr;
  }
}
.cta--card {
  --border-radius: 0.5rem;
  position: relative;
  background: transparent;
  color: var(--vtl-font-color, #585858);
  text-align: left;
  border-radius: var(--border-radius, 0.5rem);
}
.cta--card > * {
  position: relative;
  z-index: 10;
}
.cta--card:hover, .cta--card:active, .cta--card:focus {
  background: transparent;
}
.cta--card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #585858;
  border-color: var(--vtl-font-color, #585858);
  opacity: 0.25;
  border-radius: var(--border-radius, 0.5rem);
}
.cta--no-bg {
  background: transparent;
  color: var(--vtl-font-color, #585858);
}
.cta:not(.cta--box.cta--outlined):not(.cta--no-bg):not(.cta--appeal):not(.cta--appeal-rich):not(.cta--appeal-feature):not(.cta--mini):not(.cta--card):not(.cta--teaser):not(.cta--gray-purple-icon) {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
}

.cta-feature-list {
  --gap: 1rem;
  --num-cols: 3;
  margin: 2rem 0;
}
.content__area--orange .cta-feature-list__header, .content__area--purple .cta-feature-list__header, .content__area--dark-purple .cta-feature-list__header, .content__area--light-purple .cta-feature-list__header, .section--orange .cta-feature-list__header, .section--medium-gray .cta-feature-list__header, .section--purple .cta-feature-list__header, .section--light-purple .cta-feature-list__header, .section--dark-purple .cta-feature-list__header, .section--bg-fushia .cta-feature-list__header, .section--bg-orange .cta-feature-list__header, .section--bg-yellow .cta-feature-list__header, .section--bg-medium-gray .cta-feature-list__header, .section--bg-purple .cta-feature-list__header, .section--bg-light-purple .cta-feature-list__header, .section--bg-dark-purple .cta-feature-list__header, .content__area--orange .cta-feature-list__heading, .content__area--purple .cta-feature-list__heading, .content__area--dark-purple .cta-feature-list__heading, .content__area--light-purple .cta-feature-list__heading, .section--orange .cta-feature-list__heading, .section--medium-gray .cta-feature-list__heading, .section--purple .cta-feature-list__heading, .section--light-purple .cta-feature-list__heading, .section--dark-purple .cta-feature-list__heading, .section--bg-fushia .cta-feature-list__heading, .section--bg-orange .cta-feature-list__heading, .section--bg-yellow .cta-feature-list__heading, .section--bg-medium-gray .cta-feature-list__heading, .section--bg-purple .cta-feature-list__heading, .section--bg-light-purple .cta-feature-list__heading, .section--bg-dark-purple .cta-feature-list__heading {
  color: #fff;
}
.cta-feature-list__header {
  margin: 0 0 1rem 0;
}
.cta-feature-list__heading {
  padding: 0;
  margin: 0;
  line-height: 1.1;
  color: var(--vtl-font-color-heading, #585858);
  font-size: 2.25rem;
  text-align: center;
}
.cta-feature-list__sub-heading {
  color: var(--vtl-font-color-sub-heading, #cc4b00);
}
.cta-feature-list__ctas {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: var(--gap);
}
.cta-feature-list__ctas > .cta {
  flex: 1 1 100%;
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  [class*=cta-feature-list--cols]:not(.cta-feature-list--cols-1) .cta-feature-list__ctas > .cta {
    width: 0;
    flex: 0 1 0;
    flex-basis: calc(100% / var(--num-cols) - var(--gap) / (1 / (var(--num-cols) - 1)) / var(--num-cols));
  }
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .cta-feature-list__ctas > .cta {
    margin-bottom: var(--gap);
  }
}
@media (min-width: 768px) {
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .cta-feature-list__ctas > .cta {
      margin-right: var(--gap);
    }
  }
}
@media (min-width: 768px) {
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .cta-feature-list__ctas > .cta:last-child {
      margin-right: 0;
    }
  }
}
@media (min-width: 768px) {
  .cta-feature-list__ctas {
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--gap);
  }
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .cta-feature-list__ctas {
    gap: 0;
  }
}
.cta-feature-list--centered .cta-feature-list__ctas {
  justify-content: center;
}
.cta-feature-list--multi-color .cta-feature-list__ctas {
  gap: 0;
}
@media (min-width: 768px) {
  .cta-feature-list--multi-color .cta-feature-list__ctas {
    gap: var(--gap);
  }
}
.cta-feature-list--mini .cta-feature-list__ctas {
  --gap: 2rem;
}
.cta-feature-list--appeal .cta-feature-list__ctas {
  --gap: 1rem;
}
@media (min-width: 768px) {
  .cta-feature-list--appeal .cta-feature-list__ctas {
    --gap: 10%;
  }
}
.cta-feature-list--appeal-rich .cta-feature-list__ctas {
  --gap: 2rem;
}
@media (min-width: 768px) {
  .cta-feature-list--appeal-rich .cta-feature-list__ctas {
    --gap: 10%;
  }
}
@media (min-width: 768px) {
  .cta-feature-list--appeal-feature .cta-feature-list__ctas {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .content__section--two-column-orange-wave .cta-feature-list--appeal .cta-feature-list__ctas {
    --gap: var(--gutter, 3rem);
  }
}
.cta-feature-list--mini {
  margin: 0;
  padding: 2rem 0;
}
.cta-feature-list--cols-1 {
  --num-cols: 1;
}
.cta-feature-list--cols-2 {
  --num-cols: 2;
}
.cta-feature-list--cols-3 {
  --num-cols: 3;
}
.cta-feature-list--cols-4 {
  --num-cols: 4;
}
.cta-feature-list--cols-5 {
  --num-cols: 5;
}

.content-block {
  margin: 0.5rem 0;
  padding: 1rem 0;
  color: var(--vtl-font-color, #585858);
}
.content__area--orange .content-block, .content__area--purple .content-block, .content__area--dark-purple .content-block, .content__area--light-purple .content-block, .section--orange .content-block, .section--medium-gray .content-block, .section--purple .content-block, .section--light-purple .content-block, .section--dark-purple .content-block, .section--bg-fushia .content-block, .section--bg-orange .content-block, .section--bg-yellow .content-block, .section--bg-medium-gray .content-block, .section--bg-purple .content-block, .section--bg-light-purple .content-block, .section--bg-dark-purple .content-block {
  color: #fff;
}
.content-block__header {
  margin: 0 0 0.5rem 0;
  padding: 0;
  color: var(--vtl-font-color-heading, #585858);
}
.content-block__heading, .content-block__sub-heading {
  margin: 0;
  padding: 0;
}
.content-block__heading {
  color: var(--vtl-font-color-heading-1, #585858);
}
.content-block__sub-heading {
  color: var(--vtl-font-color-heading-2, #cc4b00);
}
.content-block__body > *:last-child {
  padding-bottom: 0;
  margin: 0;
}
.content-block__body::after {
  content: "";
  display: block;
  clear: both;
}
.content__area--top > .section:first-child .content-block:first-child, .content__area:first-child > .section:first-child .content-block:first-child {
  margin-top: 0;
}
.content__area--top > .section:first-child:not([class*=section--bg-]) .content-block:first-child, .content__area:first-child > .section:first-child:not([class*=section--bg-]) .content-block:first-child {
  padding-top: 0;
}
.g__c .content-block:first-child, .g__c .content-block:first-of-type {
  margin-top: 0;
}
.g__c .content-block:first-child:not(.vertical-rule), .g__c .content-block:first-of-type:not(.vertical-rule) {
  padding-top: 0;
}
.g__c .content-block:only-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-block {
  margin: 0.5rem 0 0.7rem 0;
}
.text-block > p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content__area--orange .text-block, .content__area--purple .text-block, .content__area--dark-purple .text-block, .content__area--light-purple .text-block, .section--orange .text-block, .section--medium-gray .text-block, .section--purple .text-block, .section--light-purple .text-block, .section--dark-purple .text-block, .section--bg-fushia .text-block, .section--bg-orange .text-block, .section--bg-yellow .text-block, .section--bg-medium-gray .text-block, .section--bg-purple .text-block, .section--bg-light-purple .text-block, .section--bg-dark-purple .text-block {
  color: #fff;
}

.testimonial {
  border-radius: 1rem;
  margin: 1rem 0;
  padding: 2rem;
}
.testimonial__figure {
  padding: 0;
  margin: 0;
}
.testimonial--featured .testimonial__figure, .testimonial--banner .testimonial__figure {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem;
}
@media (min-width: 768px) {
  .testimonial--featured .testimonial__figure, .testimonial--banner .testimonial__figure {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .testimonial--right.testimonial--featured .testimonial__figure, .testimonial--right.testimonial--banner .testimonial__figure {
    flex-direction: row-reverse;
  }
}
.testimonial--stacked .testimonial__body::before {
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  margin: 0 0 1rem 0;
  background-image: url("/img/template-images/swirl-horizontal-orange.png");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.testimonial--featured .testimonial__body, .testimonial--banner .testimonial__body {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .testimonial--featured .testimonial__body {
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .testimonial--banner .testimonial__body {
    flex-basis: 80%;
  }
}
.testimonial--featured .testimonial__footer, .testimonial--banner .testimonial__footer {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial--featured .testimonial__footer {
  flex: 1 1 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .testimonial--featured .testimonial__footer {
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .testimonial--banner .testimonial__footer {
    flex-basis: 20%;
  }
}
.testimonial--banner .testimonial__photo, .testimonial--featured .testimonial__photo {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #f5f5f5;
  background-image: url("/img/template-images/v.png");
  background-size: 120% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial--banner .testimonial__photo::before, .testimonial--featured .testimonial__photo::before {
  content: "";
  display: block;
  z-index: 0;
  padding-bottom: 100%;
}
.testimonial--image-circle .testimonial__photo {
  border-radius: 50%;
  overflow: hidden;
}
.testimonial--image-square .testimonial__photo {
  border-radius: 0.5rem;
  overflow: hidden;
}
.testimonial--featured .testimonial__quote, .testimonial--banner .testimonial__quote {
  margin: 0;
  padding: 0;
  text-align: left;
}
.testimonial--featured .testimonial__quote {
  font-size: 1.6rem;
}
@supports (font-size: clamp(1.4rem, 4vw, 1.8rem)) {
  .testimonial--featured .testimonial__quote {
    font-size: clamp(1.4rem, 4vw, 1.8rem);
  }
}
.testimonial--featured .testimonial__quote,
.testimonial--featured .testimonial__quote p {
  line-height: 1.25;
}
.testimonial--featured .testimonial__quote p:last-child {
  margin-bottom: 0;
}
.testimonial--featured .testimonial__quote::after, .testimonial--featured .testimonial__quote::before {
  display: none;
}
.testimonial--banner .testimonial__quote {
  font-size: 1.5rem;
  font-weight: 500;
}
.testimonial__caption {
  margin-top: 2rem;
}
.testimonial--featured .testimonial__caption, .testimonial--banner .testimonial__caption {
  margin-top: 1rem;
  align-items: flex-start;
}
.testimonial--featured .testimonial__author {
  font-weight: 700;
  font-size: 1.125rem;
}
.testimonial--banner .testimonial__author {
  font-weight: 400;
}
.testimonial--bg-purple {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
  color: #fff !important;
  background-color: #722282 !important;
}
.testimonial--bg-purple a {
  color: #e9d7fe !important;
  text-decoration-color: #e9d7fe !important;
}
.testimonial--bg-purple a:active, .testimonial--bg-purple a:hover, .testimonial--bg-purple a:focus {
  color: #9053A1 !important;
  text-decoration-color: #9053A1 !important;
}
.testimonial--bg-orange {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
  color: #fff !important;
  background-color: #cc4b00 !important;
}
.testimonial--bg-orange a {
  color: #ffa300 !important;
  text-decoration-color: #ffa300 !important;
}
.testimonial--bg-orange a:active, .testimonial--bg-orange a:hover, .testimonial--bg-orange a:focus {
  color: #5b1b66 !important;
  text-decoration-color: #5b1b66 !important;
}
.testimonial--bg-gray {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
  color: #fff !important;
  background-color: #585858 !important;
}
.testimonial--bg-gray a {
  color: #e9d7fe !important;
  text-decoration-color: #e9d7fe !important;
}
.testimonial--bg-gray a:active, .testimonial--bg-gray a:hover, .testimonial--bg-gray a:focus {
  color: #fff !important;
  text-decoration-color: #fff !important;
}
.testimonial--bg-none {
  padding: 1rem 0;
}

.bios {
  display: block;
  width: 100%;
}

.biosList {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .biosList {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.bio {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex: 0 1 auto;
  box-sizing: border-box;
  padding: 1.5rem 1.5rem 4.5rem 1.5rem;
  color: var(--vtl-font-color, #585858);
  background-color: #f2f4f7;
}
@media (min-width: 768px) {
  .bio {
    flex-basis: calc(50% - 0.5rem);
  }
}
.bio__header {
  padding: 0;
  margin: 0 0 0.5rem 0;
}
.bio__name, .bio__titles {
  margin: 0 0 0.5rem 0;
  padding: 0;
  color: #585858;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
.bio__titles {
  margin-bottom: 1rem;
}
.bio__title, .bio__role {
  margin: 0 0 0.25rem 0;
  color: #585858;
  font-size: 1rem;
  line-height: 1.1;
}
.bio__photo, .bio__body {
  flex: 0 1 auto;
}
.bio__body {
  line-height: 1.5;
}
.bio__body > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.bio__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}
.bio__copy {
  display: none;
}
.bio--expanded .bio__copy {
  display: block;
}
.bio--expanded .bio__summary {
  display: none;
}
.bio__toggle {
  cursor: pointer;
}
.bio__photo {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: 0 0 2rem 0;
  padding: 0;
  width: 100%;
  max-width: 12rem;
  min-width: 5rem;
  border-radius: 0.625rem;
}
.bio__photo::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.bio__photo-img, .bio__photo > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.tabs {
  margin: 1rem 0;
  width: 100%;
  display: block;
}
.tabs__header {
  margin: 0 0 1rem 0;
  padding: 0.05rem 0;
}
.tabs__heading, .tabs__sub-heading {
  margin: 0;
  padding: 0;
}
.tabs__pane {
  padding: 2rem 5%;
  background-color: #f5f5f5;
  border-radius: 1rem;
}
.tabs__pane img,
.tabs__pane > * {
  max-width: 100%;
}
.tabs__pane::after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}
@media (min-width: 992px) {
  .tabs__pane {
    border-top-left-radius: 0;
  }
}
.tabs__nav {
  gap: 0.75rem;
  margin: 0 0 0.5rem 0;
  border: 0;
}
.tabs__nav-item {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0;
}
.tabs__nav-link {
  width: 100%;
  padding: 1rem 1.5rem;
  color: #fff;
  background-color: #722282;
  text-transform: none;
  transition: color 300ms ease, background-color 300ms ease;
}
.tabs__nav-link, .tabs__nav-link:hover, .tabs__nav-link:active, .tabs__nav-link:focus, .tabs__nav-link.active, .nav-item .tabs__nav-link, .nav-item .tabs__nav-link.active {
  margin-bottom: 0;
  background-color: #722282;
  border: 0;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .tabs__nav-link, .tabs__nav-link:hover, .tabs__nav-link:active, .tabs__nav-link:focus, .tabs__nav-link.active, .nav-item .tabs__nav-link, .nav-item .tabs__nav-link.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.tabs__nav-link.active, .nav-item .tabs__nav-link.active {
  color: #722282;
  background-color: #f5f5f5;
}
.tabs__nav-link:hover, .tabs__nav-link:active, .tabs__nav-link:focus {
  color: #fff;
}
.tabs__nav-link:hover:not(.active) {
  background-color: #9053A1;
}
.tabs__nav-link:not(.active) {
  background-image: linear-gradient(to bottom, transparent, transparent 50%, rgba(0, 0, 0, 0.15) 100%);
}
@media (min-width: 992px) {
  .tabs__nav-link {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 992px) {
  .tabs__nav {
    margin-bottom: 0;
    width: calc(100% - 0.5rem);
  }
}

.five9-frame {
  text-align: right !important;
  pointer-events: none;
}
@media print {
  .printable .five9-frame, .blog-detail .five9-frame, .news-detail .five9-frame {
    display: none !important;
  }
}
.five9-frame-full, .five9-frame-minimized {
  pointer-events: all;
}
.five9-frame-minimized {
  display: inline-block !important;
}
.five9-frame .five9-header {
  text-align: right;
}
.five9-frame .five9-chat-button {
  background: #722282;
  font-family: "filson-pro", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.section-header {
  margin: 0.5rem 0;
  padding: 0.25rem 0 0.75rem 0;
}
.section-header__heading {
  margin: 0 0 0.5rem 0;
  font-size: 2.25rem;
  color: var(--vtl-font-color-heading, #585858);
  font-family: "filson-pro", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
}
.section-header__hr {
  margin: 0;
}

.hero {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  min-height: 20vw;
  padding: 0 0 7.5vw 0;
  color: #fff;
  background-color: #722282;
  background-image: url("/img/template-images/hero-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero {
    flex-direction: row;
    align-items: stretch;
    background-image: url("/img/template-images/mobilehero.jpg");
  }
}
@media (min-width: 768px) {
  .hero {
    flex-direction: row;
  }
}
.hero::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 200;
  width: 100%;
  height: calc(10vw + 2px);
  background-color: transparent;
  background-image: var(--vtl-wave-white);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom center;
}
.hero--style-no-wave::before {
  display: none;
  padding: 0;
}
.hero--image-above-wave::before {
  z-index: 50;
}
.hero--image-bottom, .hero--image-position-h-end {
  padding-bottom: 0;
}
.hero[class*=hero--style-custom] {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
  display: grid;
  grid-template-columns: 1fr;
}
.hero[class*=hero--style-custom]::before {
  display: none;
  content: none;
}
.hero[class*=hero--style-custom].hero--responsive-content-position-above, .hero[class*=hero--style-custom].hero--responsive-content-position-below {
  grid-template-rows: auto auto;
}
@media (min-width: 768px) {
  .hero[class*=hero--style-custom].hero--responsive-content-position-above, .hero[class*=hero--style-custom].hero--responsive-content-position-below {
    grid-template-rows: 1fr;
  }
}
.hero--style-custom, .hero--style-custom-light, .hero--style-custom-dark {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  background: transparent;
  padding: 0;
}
.hero--style-custom::before, .hero--style-custom-light::before, .hero--style-custom-dark::before {
  display: none;
  content: none;
}
.hero--style-custom, .hero--style-custom-dark {
  background-color: #722282;
}
.hero--style-custom-dark {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
}
.hero--style-custom-light[class*=hero--style-custom] {
  --vtl-font-color: #585858;
  --vtl-font-color-inverse: #fff;
  --vtl-link-color: #cc4b00;
  --vtl-link-hover-color: #722282;
  --vtl-link-text-decoration-color: transparent;
  --vtl-font-color-heading: #585858;
  --vtl-font-color-sub-heading: #cc4b00;
  --vtl-font-color-heading-1: #585858;
  --vtl-font-color-heading-2: #cc4b00;
  --vtl-font-color-heading-3: #585858;
  --vtl-font-color-heading-4: #722282;
  --vtl-font-color-heading-5: #585858;
  --vtl-font-color-heading-6: #cc4b00;
  --vtl-hr-color: #667084;
  --vtl-font-color-error: #cc4b00;
  --vtl-color-error: #cc4b00;
}
@media (max-width: 767px) {
  .hero--responsive-content-position-above, .hero--responsive-content-position-below {
    --vtl-font-color: #fff;
    --vtl-font-color-inverse: #585858;
    --vtl-link-color: #fff;
    --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
    --vtl-link-text-decoration-color: underline;
    --vtl-font-color-heading: #fff;
    --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
    --vtl-font-color-heading-1: #fff;
    --vtl-font-color-heading-2: #fff9f5;
    --vtl-font-color-heading-3: #fff;
    --vtl-font-color-heading-4: #e9d7fe;
    --vtl-font-color-heading-5: #fff;
    --vtl-font-color-heading-6: #fff9f5;
    --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
    --vtl-font-color-error: #ffa300;
    --vtl-color-error: #ffa300;
  }
}
.hero--responsive-content-position-above {
  flex-direction: column;
}
@media (min-width: 768px) {
  .hero--responsive-content-position-above {
    flex-direction: row;
  }
}
.hero--responsive-content-position-below {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .hero--responsive-content-position-below {
    flex-direction: row;
  }
}
.hero__container {
  --flex-direction: column;
  --flex-direction--wide: row;
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: var(--flex-direction, column);
  align-items: center;
  justify-content: center;
  flex: 1 1 100%;
  gap: 2rem;
}
@media (min-width: 768px) {
  .hero__container {
    flex-direction: var(--flex-direction--wide, row);
    align-items: stretch;
    justify-content: flex-start;
  }
}
.hero--order-default .hero__container {
  --flex-direction: column;
  --flex-direction--wide: row;
}
.hero--order-reverse .hero__container {
  --flex-direction: column-reverse;
  --flex-direction--wide: row-reverse;
}
@media (min-width: 768px) {
  .hero--text-right .hero__container, .hero--content-position-h-end .hero__container {
    gap: 2rem;
  }
}
[class*=hero--style-custom] .hero__container {
  justify-content: flex-start;
  align-items: flex-start;
  grid-row-start: 1;
  grid-column-start: 1;
  z-index: 1000;
  height: 100%;
  width: 100%;
  max-width: 87.5rem;
}
@media (min-width: 768px) {
  [class*=hero--style-custom] .hero__container {
    align-items: center;
  }
}
[class*=hero--style-custom].hero--responsive-content-position-above .hero__container {
  grid-row-start: 1;
}
[class*=hero--style-custom].hero--responsive-content-position-below .hero__container {
  grid-row-start: 2;
}
@media (min-width: 768px) {
  [class*=hero--style-custom].hero--responsive-content-position-below .hero__container {
    grid-row-start: 1;
  }
}
[class*=hero--style-custom].hero--text-right .hero__container, [class*=hero--style-custom].hero--content-position-h-end .hero__container {
  justify-content: flex-end;
}
[class*=hero--style-custom].hero--content-position-h-center .hero__container {
  justify-content: center;
}
[class*=hero--style-custom].hero--content-position-v-start .hero__container, [class*=hero--style-custom].hero--content-position-v-start-edge .hero__container {
  align-items: flex-start;
}
[class*=hero--style-custom].hero--content-position-v-center .hero__container {
  align-items: center;
}
[class*=hero--style-custom].hero--content-position-v-end .hero__container, [class*=hero--style-custom].hero--content-position-v-end-edge .hero__container {
  align-items: flex-end;
}
.hero:not([class*=hero--style-custom]) .hero__background {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@supports (object-fit: cover) {
  .hero:not([class*=hero--style-custom]) .hero__background {
    object-fit: cover;
    object-position: center;
  }
}
.hero:not([class*=hero--style-custom]) .hero__background {
  background-size: cover;
  background-repeat: no-repeat;
}
[class*=hero--style-custom] .hero__background {
  position: relative;
  display: block;
  grid-row-start: 1;
  grid-column-start: 1;
  z-index: 100;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  [class*=hero--style-custom] .hero__background {
    margin-top: -10rem;
  }
}
@media (min-width: 768px) {
  [class*=hero--style-custom] .hero__background {
    margin-top: 0;
  }
}
[class*=hero--style-custom].hero--responsive-content-position-above .hero__background {
  grid-row-start: 2;
}
@media (min-width: 768px) {
  [class*=hero--style-custom].hero--responsive-content-position-above .hero__background {
    grid-row-start: 1;
  }
}
[class*=hero--style-custom].hero--responsive-content-position-below .hero__background {
  grid-row-start: 1;
}
.hero--has-mobile-background .hero__background:not(.hero__background--mobile) {
  display: none;
}
@media (min-width: 768px) {
  .hero--has-mobile-background .hero__background:not(.hero__background--mobile) {
    display: block;
  }
}
@media (min-width: 768px) {
  .hero__background + .hero__background--mobile {
    display: none;
  }
}
.hero__body, .hero__feature {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero__body, .hero__feature {
    flex: 0 1 33%;
    align-items: flex-start;
    width: auto;
  }
}
@media (min-width: 768px) {
  .hero--style-alt .hero__body, .hero--style-alt .hero__feature {
    flex-basis: 50%;
  }
}
.hero--style-no-wave .hero__body, .hero--style-no-wave .hero__feature {
  padding-bottom: 0;
}
.hero__body {
  padding: 2rem 0 1rem 0;
  color: var(--vtl-font-color, #fff);
}
@media (min-width: 768px) {
  .hero__body {
    padding: 2vw 0;
  }
}
[class*=hero--style-custom] .hero__body {
  flex-basis: 100%;
  justify-content: flex-start;
  padding: 1rem 0 0.25rem 0;
}
@media (min-width: 768px) {
  [class*=hero--style-custom] .hero__body {
    flex-basis: 66.667%;
    justify-content: center;
    padding: 0.5rem 0 1vw 0;
  }
}
[class*=hero--style-custom] .hero__body--save-life {
  flex-basis: 50%;
  padding-top: 2rem;
  text-transform: uppercase;
}
.hero--responsive-content-position-above .hero__body, .hero--order-default .hero__body {
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .hero--responsive-content-position-above .hero__body, .hero--order-default .hero__body {
    padding: 2vw 0;
  }
}
.hero--responsive-content-position-below .hero__body, .hero--order-reverse .hero__body {
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .hero--responsive-content-position-below .hero__body, .hero--order-reverse .hero__body {
    padding: 2vw 0;
  }
}
@media (min-width: 768px) {
  .hero--content-width-one-third .hero__body {
    flex-basis: 33%;
  }
}
@media (min-width: 768px) {
  .hero--content-width-two-thirds .hero__body {
    flex-basis: 67%;
  }
}
.hero--style-alt .hero__body {
  justify-content: flex-start;
  align-items: flex-start;
}
.hero--image-bottom .hero__body:only-child {
  padding-bottom: 10vw;
}
@media (min-width: 768px) {
  .hero--image-bottom .hero__body {
    padding-bottom: 10vw;
  }
}
@media (min-width: 768px) {
  .hero--text-right .hero__body {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .hero--text-left .hero__body {
    margin-left: 0;
    margin-right: auto;
  }
}
.hero--style-no-wave .hero__body {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .hero--style-no-wave .hero__body {
    padding-bottom: 2vw;
  }
}
@media (min-width: 768px) {
  .hero--content-position-h-start .hero__body {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .hero--content-position-h-center .hero__body {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .hero--content-position-h-end .hero__body {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .hero--content-position-v-start .hero__body, .hero--content-position-v-start-edge .hero__body {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .hero--content-position-v-center .hero__body {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .hero--content-position-v-end .hero__body, .hero--content-position-v-end-edge .hero__body {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  [class*=hero--style-custom].hero--content-position-v-start-edge .hero__body, .hero--content-position-v-start-edge .hero__body {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  [class*=hero--style-custom].hero--content-position-v-end-edge .hero__body, .hero--content-position-v-end-edge .hero__body {
    padding-bottom: 0;
  }
}
.hero--content-text-alignment-start .hero__body {
  text-align: left;
}
@supports (text-align: start) {
  .hero--content-text-alignment-start .hero__body {
    text-align: start;
  }
}
.hero--content-text-alignment-center .hero__body {
  text-align: center;
}
.hero--content-text-alignment-end .hero__body {
  text-align: right;
}
@supports (text-align: start) {
  .hero--content-text-alignment-end .hero__body {
    text-align: end;
  }
}
@media (min-width: 768px) {
  [class*=hero--style-custom].hero--content-width-one-third .hero__body {
    flex-basis: 33%;
  }
}
@media (min-width: 768px) {
  [class*=hero--style-custom].hero--content-width-two-thirds .hero__body {
    flex-basis: 67%;
  }
}
.hero__feature {
  position: relative;
  justify-content: flex-start;
  max-height: 30rem;
}
@media (min-width: 768px) {
  .hero__feature {
    flex-basis: 67%;
  }
}
.hero--responsive-content-position-below .hero__feature, .hero--order-reverse .hero__feature {
  padding: 2rem 0 1rem 0;
}
@media (min-width: 768px) {
  .hero--responsive-content-position-below .hero__feature, .hero--order-reverse .hero__feature {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .hero--content-width-one-third .hero__feature {
    flex-basis: 67%;
  }
}
@media (min-width: 768px) {
  .hero--content-width-two-thirds .hero__feature {
    flex-basis: 33%;
  }
}
[class*=hero--style-custom] .hero__feature {
  height: 100%;
}
@media (max-width: 767px) {
  @supports (aspect-ratio: 1.667) {
    [class*=hero--style-custom] .hero__feature {
      aspect-ratio: 1.667;
    }
  }
  [class*=hero--style-custom] .hero__feature::before {
    content: "";
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    padding-bottom: 59.9880023995%;
  }
  @supports (aspect-ratio: 1.667) {
    [class*=hero--style-custom] .hero__feature::before {
      content: none;
      padding: 0;
      display: none;
    }
  }
}
@media (min-width: 768px) {
  .hero--style-alt .hero__feature {
    flex-basis: 50%;
  }
}
.hero--image-position-v-start .hero__feature {
  justify-content: flex-start;
}
.hero--image-bottom .hero__feature, .hero--image-position-v-end .hero__feature {
  justify-content: flex-end;
  padding-bottom: 4vw;
}
.hero--image-center .hero__feature, .hero--image-position-v-center .hero__feature {
  justify-content: center;
}
.hero--image-position-h-start .hero__feature {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .hero--image-position-h-start .hero__feature {
    align-items: flex-start;
  }
}
.hero--image-position-h-center .hero__feature {
  align-items: center;
}
@media (min-width: 768px) {
  .hero--image-position-h-center .hero__feature {
    align-items: center;
  }
}
.hero--image-position-h-end .hero__feature {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .hero--image-position-h-end .hero__feature {
    align-items: flex-end;
  }
}
.hero--style-no-wave .hero__feature {
  padding-bottom: 0;
}
.hero__feature img, .hero__feature-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 120%;
  object-fit: contain;
  object-position: center;
}
@supports (object-fit: cover) {
  [class*=hero--style-custom] .hero__feature img, [class*=hero--style-custom] .hero__feature-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    object-fit: cover;
    object-position: center;
  }
}
[class*=hero--style-custom] .hero__feature img, [class*=hero--style-custom] .hero__feature-image {
  object-fit: contain !important;
  padding: 5% 0;
}
.hero--image-position-h-start .hero__feature img, .hero--image-position-h-start .hero__feature-image {
  object-position: left;
}
.hero--image-position-h-center .hero__feature img, .hero--image-position-h-center .hero__feature-image {
  object-position: center;
}
.hero--image-position-h-end .hero__feature img, .hero--image-position-h-end .hero__feature-image {
  object-position: right;
}
.hero--content-text-alignment-start .hero__heading,
.hero--content-text-alignment-start .hero__heading p, .hero--content-text-alignment-start .hero__sub-heading,
.hero--content-text-alignment-start .hero__sub-heading p, .hero--content-text-alignment-start .hero__description,
.hero--content-text-alignment-start .hero__description p, .hero--content-text-alignment-start .hero__disclaimer,
.hero--content-text-alignment-start .hero__disclaimer p {
  text-align: left;
}
@supports (text-align: start) {
  .hero--content-text-alignment-start .hero__heading,
  .hero--content-text-alignment-start .hero__heading p, .hero--content-text-alignment-start .hero__sub-heading,
  .hero--content-text-alignment-start .hero__sub-heading p, .hero--content-text-alignment-start .hero__description,
  .hero--content-text-alignment-start .hero__description p, .hero--content-text-alignment-start .hero__disclaimer,
  .hero--content-text-alignment-start .hero__disclaimer p {
    text-align: start;
  }
}
.hero--content-text-alignment-center .hero__heading,
.hero--content-text-alignment-center .hero__heading p, .hero--content-text-alignment-center .hero__sub-heading,
.hero--content-text-alignment-center .hero__sub-heading p, .hero--content-text-alignment-center .hero__description,
.hero--content-text-alignment-center .hero__description p, .hero--content-text-alignment-center .hero__disclaimer,
.hero--content-text-alignment-center .hero__disclaimer p {
  text-align: center;
}
.hero--content-text-alignment-end .hero__heading,
.hero--content-text-alignment-end .hero__heading p, .hero--content-text-alignment-end .hero__sub-heading,
.hero--content-text-alignment-end .hero__sub-heading p, .hero--content-text-alignment-end .hero__description,
.hero--content-text-alignment-end .hero__description p, .hero--content-text-alignment-end .hero__disclaimer,
.hero--content-text-alignment-end .hero__disclaimer p {
  text-align: right;
}
@supports (text-align: end) {
  .hero--content-text-alignment-end .hero__heading,
  .hero--content-text-alignment-end .hero__heading p, .hero--content-text-alignment-end .hero__sub-heading,
  .hero--content-text-alignment-end .hero__sub-heading p, .hero--content-text-alignment-end .hero__description,
  .hero--content-text-alignment-end .hero__description p, .hero--content-text-alignment-end .hero__disclaimer,
  .hero--content-text-alignment-end .hero__disclaimer p {
    text-align: end;
  }
}
.hero__heading, .hero__sub-heading {
  margin: 0 0 0.25rem 0;
  color: var(--vtl-font-color-heading-1, #fff);
  line-height: 1.1;
}
@media (min-width: 768px) {
  .hero__heading, .hero__sub-heading {
    margin-bottom: 1rem;
  }
}
.hero--style-alt .hero__heading, .hero--style-alt .hero__sub-heading {
  font-weight: 200;
}
.hero__heading {
  font-size: 2.125rem;
}
@supports (font-size: clamp(1.5rem, 3vw, 2.75rem)) {
  .hero__heading {
    font-size: clamp(1.5rem, 3vw, 2.75rem);
  }
}
.hero--style-alt .hero__heading {
  font-size: 1.5rem;
}
@supports (font-size: clamp(1.25rem, 4vw, 1.75rem)) {
  .hero--style-alt .hero__heading {
    font-size: clamp(1.25rem, 4vw, 1.75rem);
  }
}
[class*=hero--style-custom] .hero__heading {
  font-size: 1.925rem;
}
@supports (font-size: clamp(1.1rem, 3vw, 2.75rem)) {
  [class*=hero--style-custom] .hero__heading {
    font-size: clamp(1.1rem, 3vw, 2.75rem);
  }
}
.hero--title-style-orange .hero__heading {
  color: #cc4b00;
}
.hero--title-style-purple .hero__heading {
  color: #722282;
}
.hero--title-style-gold .hero__heading {
  color: #ffa300;
}
.hero--title-style-gray .hero__heading {
  color: #3d3f42;
}
.hero--title-style-white .hero__heading {
  color: #fff;
}
.hero__heading--save-life {
  font-weight: 600;
}
.hero__sub-heading {
  color: var(--vtl-font-color-heading-2, #fff);
  font-size: 2rem;
  font-weight: 200;
}
.hero__sub-heading {
  font-size: 1.5rem;
}
@supports (font-size: clamp(1rem, 2vw, 2rem)) {
  .hero__sub-heading {
    font-size: clamp(1rem, 2vw, 2rem);
  }
}
.hero--style-alt .hero__sub-heading {
  font-weight: 400;
}
.hero--style-alt .hero__sub-heading {
  font-size: 1.15rem;
}
@supports (font-size: clamp(0.8rem, 1.5vw, 1.5rem)) {
  .hero--style-alt .hero__sub-heading {
    font-size: clamp(0.8rem, 1.5vw, 1.5rem);
  }
}
[class*=hero--style-custom] .hero__sub-heading {
  font-size: 1.15rem;
}
@supports (font-size: clamp(0.8rem, 1.5vw, 1.5rem)) {
  [class*=hero--style-custom] .hero__sub-heading {
    font-size: clamp(0.8rem, 1.5vw, 1.5rem);
  }
}
.hero--subtitle-style-orange .hero__sub-heading {
  color: #cc4b00;
}
.hero--subtitle-style-purple .hero__sub-heading {
  color: #722282;
}
.hero--subtitle-style-gold .hero__sub-heading {
  color: #ffa300;
}
.hero--subtitle-style-gray .hero__sub-heading {
  color: #3d3f42;
}
.hero--subtitle-style-white .hero__sub-heading {
  color: #fff;
}
.hero__sub-heading {
  color: var(--vtl-font-color-heading-2, #fff);
  font-size: 2rem;
  font-weight: 200;
}
.hero__sub-heading {
  font-size: 1.5rem;
}
@supports (font-size: clamp(1rem, 2vw, 2rem)) {
  .hero__sub-heading {
    font-size: clamp(1rem, 2vw, 2rem);
  }
}
.hero__sub-heading--save-life {
  animation: save-lifes 2s ease-in-out;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
  text-transform: capitalize;
  transform: translateX(-200%);
  /* Define the animation */
}
.hero__sub-heading--save-life {
  font-size: 1.5rem;
}
@supports (font-size: clamp(1.125rem, 2.6vw, 1.875rem)) {
  .hero__sub-heading--save-life {
    font-size: clamp(1.125rem, 2.6vw, 1.875rem);
  }
}
@keyframes save-lifes {
  0% {
    transform: translateX(-200%);
    opacity: 0; /* Start fully transparent */
  }
  60% {
    opacity: 0.5; /* Optional: fade halfway through */
  }
  100% {
    transform: translateX(0%);
    opacity: 1; /* Fully visible at the end */
  }
}
.hero--style-alt .hero__sub-heading {
  font-weight: 400;
}
.hero--style-alt .hero__sub-heading {
  font-size: 1.15rem;
}
@supports (font-size: clamp(0.8rem, 1.5vw, 1.5rem)) {
  .hero--style-alt .hero__sub-heading {
    font-size: clamp(0.8rem, 1.5vw, 1.5rem);
  }
}
[class*=hero--style-custom] .hero__sub-heading {
  font-weight: 400;
}
[class*=hero--style-custom] .hero__sub-heading {
  font-size: 1.35rem;
}
@supports (font-size: clamp(1.2rem, 1.5vw, 1.5rem)) {
  [class*=hero--style-custom] .hero__sub-heading {
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  }
}
.hero--subtitle-style-orange .hero__sub-heading {
  color: #cc4b00;
}
.hero--subtitle-style-purple .hero__sub-heading {
  color: #722282;
}
.hero--subtitle-style-gold .hero__sub-heading {
  color: #ffa300;
}
.hero--subtitle-style-gray .hero__sub-heading {
  color: #3d3f42;
}
.hero--subtitle-style-white .hero__sub-heading {
  color: #fff;
}
.hero__description {
  margin: 0 0 0.25rem 0;
}
@media (min-width: 768px) {
  .hero__description {
    margin: 0 0 1rem 0;
  }
}
.hero__description p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.hero__btn,
.hero .btn {
  width: 100%;
  color: #fff;
  background-color: #cc4b00;
  border-color: #cc4b00;
}
.hero__btn:hover, .hero__btn:focus,
.hero .btn:hover,
.hero .btn:focus {
  color: #fff;
  background-color: #ffa300;
  border-color: #ffa300;
}
.hero__btn:active,
.hero .btn:active {
  color: #fff;
  background-color: #cc4b00;
  border-color: #cc4b00;
}
body:not(.using-mouse) .hero__btn:focus,
body:not(.using-mouse) .hero .btn:focus {
  outline: none;
  outline: 3px solid rgba(144, 83, 161, 0.33);
  box-shadow: none;
}
body.using-mouse .hero__btn:focus,
body.using-mouse .hero .btn:focus {
  outline: none;
  outline: unset;
  box-shadow: none;
}
.hero__btn,
.hero .btn {
  font-size: 0.9rem;
}
@supports (font-size: clamp(0.8rem, 1.5vw, 1rem)) {
  .hero__btn,
  .hero .btn {
    font-size: clamp(0.8rem, 1.5vw, 1rem);
  }
}
@media (min-width: 768px) {
  .hero__btn,
  .hero .btn {
    width: auto;
  }
}
.hero__btn {
  margin: 0.5rem 0;
}
@media (min-width: 768px) {
  .hero__btn {
    margin: 1rem 0;
  }
}
[class*=hero--style-custom] .hero__btn {
  padding: 0.5rem 1.25rem;
  line-height: 1.05;
}
@media (min-width: 768px) {
  [class*=hero--style-custom] .hero__btn {
    padding: 0.5rem 2rem;
  }
}
[class*=hero--style-custom].hero--responsive-content-position-below .hero__btn, [class*=hero--style-custom].hero--responsive-content-position-above .hero__btn {
  margin: 0.25rem 0;
}
.hero--content-text-alignment-start .hero__btn, .hero--button-position-h-start .hero__btn {
  margin-left: 0;
  margin-right: auto;
}
.hero--content-text-alignment-center .hero__btn, .hero--button-position-h-center .hero__btn {
  margin-left: auto;
  margin-right: auto;
}
.hero--content-text-alignment-end .hero__btn, .hero--button-position-h-end .hero__btn {
  margin-left: auto;
  margin-right: 0;
}
[class*=hero--style-custom].hero--text-left .hero__btn {
  margin: auto auto 0 0;
}
@media (min-width: 768px) {
  [class*=hero--style-custom].hero--text-left .hero__btn {
    margin: auto auto 0 auto;
  }
}
[class*=hero--style-custom].hero--content-text-alignment-start .hero__btn {
  margin-left: 0;
  margin-right: auto;
}
[class*=hero--style-custom].hero--content-text-alignment-center .hero__btn {
  margin-left: auto;
  margin-right: auto;
}
[class*=hero--style-custom].hero--content-text-alignment-end .hero__btn {
  margin-left: auto;
  margin-right: 0;
}
[class*=hero--style-custom].hero--button-position-h-start .hero__btn {
  margin-left: 0;
  margin-right: auto;
}
[class*=hero--style-custom].hero--button-position-h-center .hero__btn {
  margin-left: auto;
  margin-right: auto;
}
[class*=hero--style-custom].hero--button-position-h-end .hero__btn {
  margin-left: auto;
  margin-right: 0;
}
.hero__btn-save-life {
  margin: 2rem 0;
}
[class*=hero--style-custom] .hero__btn-save-life {
  width: 12rem;
  line-height: 1.05;
  text-transform: uppercase;
  font-weight: 500;
}
[class*=hero--style-custom] .hero__btn-save-life {
  font-size: 0.95rem;
}
@supports (font-size: clamp(0.9rem, 1.5vw, 1rem)) {
  [class*=hero--style-custom] .hero__btn-save-life {
    font-size: clamp(0.9rem, 1.5vw, 1rem);
  }
}
.hero__disclaimer {
  margin: 0 0 0.25rem 0;
  padding: 0;
  font-size: 0.8em;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .hero__disclaimer {
    margin: 0 0 1rem 0;
  }
}

.region-hero {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  justify-content: center;
  min-height: 22.5vw;
  padding: 0 0 7.5vw 0;
  margin: 0 0 1rem 0;
  color: #fff;
  background-color: #cc4b00;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.region-hero::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 200;
  width: 100%;
  height: calc(7.5vw + 2px);
  background-color: transparent;
  background-image: var(--vtl-wave-white--thin);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom center;
}
.region-hero--custom {
  min-height: 0;
  padding: 0;
  background: transparent;
}
.region-hero--custom::before {
  display: none;
  padding: 0;
}
.region-hero--purple, .region-hero--bokeh, .region-hero--gradient {
  background-color: #722282;
}
.region-hero--bokeh::after, .region-hero--gradient::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/template-images/hero-bg--bokeh.jpg");
}
@media (min-width: 768px) {
  .region-hero--bokeh::after, .region-hero--gradient::after {
    left: 50%;
    width: 50%;
  }
}
.region-hero--gradient::after {
  background-image: linear-gradient(270deg, #e65300 0%, #722282 100%) !important;
  background-color: #722282 !important;
  background-size: 100% !important;
  background-repeat: repeat !important;
  background-size: cover !important;
}
.region-hero--volunteer-event {
  aspect-ratio: none;
}
@media (min-width: 768px) {
  .region-hero--volunteer-event {
    aspect-ratio: 2.89593;
  }
}
@media (min-width: 992px) {
  .region-hero--volunteer-event {
    aspect-ratio: 3.5;
  }
}
.region-hero__container {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 100%;
  gap: 2rem;
}
@media (min-width: 768px) {
  .region-hero__container {
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
  }
}
.region-hero__body, .region-hero__feature {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .region-hero__body, .region-hero__feature {
    flex: 0 1 50%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: auto;
  }
}
.region-hero__body {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .region-hero__body {
    padding: 2rem 10% 2rem 2rem;
  }
}
.region-hero--gradient .region-hero__body {
  padding-bottom: 0;
}
.region-hero--volunteer-event .region-hero__body {
  padding: 5%;
}
.region-hero__feature {
  position: relative;
  z-index: 75;
  width: 100%;
  height: 33vw;
}
.region-hero__feature img, .region-hero__feature-image {
  height: auto;
  width: 100%;
  max-width: 100%;
}
@supports (object-fit: cover) {
  .region-hero:not(.region-hero--custom) .region-hero__feature img, .region-hero:not(.region-hero--custom) .region-hero__feature-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 768px) {
  .region-hero__feature {
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
.region-hero__heading {
  margin: 0;
  color: #fff;
  font-weight: 200;
  line-height: 1.1;
  text-align: center;
}
.region-hero__heading {
  font-size: 1.75rem;
}
@supports (font-size: clamp(1rem, 4vw, 2.5rem)) {
  .region-hero__heading {
    font-size: clamp(1rem, 4vw, 2.5rem);
  }
}
.region-hero--gradient .region-hero__heading > .first-word {
  text-transform: uppercase;
  font-weight: 500;
  color: #ffa300;
}
@media (min-width: 768px) {
  .region-hero__heading {
    text-align: left;
  }
}
.region-hero--gradient .region-hero__heading {
  position: relative;
}
.region-hero--gradient .region-hero__heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  margin-top: 0.5rem;
  background-image: url("/img/template-images/swirl-horizontal-light-orange.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.region-hero--volunteer-event .region-hero__heading {
  text-align: center;
  font-weight: 400;
}
.region-hero--volunteer-event .region-hero__heading .first-word {
  font-weight: 700;
}
.region-hero--volunteer-event.region-hero--gradient .region-hero__heading::after {
  background-position: center;
}

.blood-drive__heading {
  margin: 0.5rem 0 1.5rem 0;
  color: #585858;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.blood-drive__heading {
  font-size: 2.085rem;
}
@supports (font-size: clamp(1.5rem, 3vw, 2.67rem)) {
  .blood-drive__heading {
    font-size: clamp(1.5rem, 3vw, 2.67rem);
  }
}
.blood-drive__region-heading {
  margin: 0;
  padding: 0;
  color: #9053A1;
  font-weight: 400;
}
.blood-drive__region-heading {
  font-size: 0.85rem;
}
@supports (font-size: clamp(0.7rem, 0.9vw, 1rem)) {
  .blood-drive__region-heading {
    font-size: clamp(0.7rem, 0.9vw, 1rem);
  }
}
.blood-drive__sub-heading {
  margin: 0 0 2rem 0;
  padding: 0;
  color: #585858;
  font-weight: 400;
}
.blood-drive__sub-heading {
  font-size: 1.005rem;
}
@supports (font-size: clamp(0.9rem, 2vw, 1.11rem)) {
  .blood-drive__sub-heading {
    font-size: clamp(0.9rem, 2vw, 1.11rem);
  }
}
.blood-drive__details > [class*=container],
.blood-drive__details > div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem;
}
@media (min-width: 768px) {
  .blood-drive__details > [class*=container],
  .blood-drive__details > div {
    flex-direction: row;
  }
}
.blood-drive__detail {
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .blood-drive__detail {
    flex: 1 1 50%;
  }
}
.blood-drive__detail--information {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.blood-drive__detail--information::before {
  content: "campaign";
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-width: 2rem;
  min-height: 2rem;
  margin: 0 0 0.5rem 0;
  padding: 0.333rem;
  aspect-ratio: 1/1;
  font-family: "Material Symbols Rounded";
  color: #9053A1;
  line-height: 0.1rem;
  font-size: 1.25rem;
  font-weight: 200;
  background-color: #e9d7fe;
  border: 0.3rem solid #f9f5ff;
  border-radius: 100vw;
}
.blood-drive__detail--media {
  position: relative;
}
.blood-drive__detail--media::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 77.778%;
}
@supports (object-fit: cover) {
  .blood-drive__detail--media .blood-drive__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    object-fit: cover;
    object-position: center;
  }
}
.blood-drive__detail--media .blood-drive__image {
  height: 100% !important;
}
.blood-drive__detail--media.blood-drive__detail--contain .blood-drive__image {
  object-fit: contain;
}
.blood-drive__event-date {
  margin: 0.5rem 0;
  color: #585858;
  font-weight: 700;
  line-height: 1.2;
  white-space: pre-wrap;
}
.blood-drive__event-date {
  font-size: 1.425rem;
}
@supports (font-size: clamp(1.1rem, 2vw, 1.75rem)) {
  .blood-drive__event-date {
    font-size: clamp(1.1rem, 2vw, 1.75rem);
  }
}
.blood-drive__event-date:nth-child(1) {
  margin-top: 0;
}
.blood-drive__event-location {
  margin: 0.5rem 0;
  color: #585858;
  font-weight: 700;
  line-height: 1.5;
  white-space: pre-wrap;
}
.blood-drive__event-location {
  font-size: 1.075rem;
}
@supports (font-size: clamp(0.9rem, 1.5vw, 1.25rem)) {
  .blood-drive__event-location {
    font-size: clamp(0.9rem, 1.5vw, 1.25rem);
  }
}
.blood-drive__event-location:nth-child(1) {
  margin-top: 0;
}
.blood-drive__event-details {
  margin: 1rem 0;
  padding: 0;
  font-size: 0.9rem;
  line-height: 2;
}
.blood-drive__cta {
  font-size: 0.9rem;
}
.blood-drive__description {
  margin: 3rem 0;
}
.blood-drive__description * {
  line-height: 1.5;
}
.blood-drive__description h1,
.blood-drive__description h2,
.blood-drive__description h3,
.blood-drive__description h4,
.blood-drive__description h5,
.blood-drive__description h6,
.blood-drive__description [class*=heading] {
  margin: 0.25rem 0 1.5rem 0;
  padding: 0;
}
.blood-drive__description h1:first-child, .blood-drive__description h1:first-of-type,
.blood-drive__description h2:first-child,
.blood-drive__description h2:first-of-type,
.blood-drive__description h3:first-child,
.blood-drive__description h3:first-of-type,
.blood-drive__description h4:first-child,
.blood-drive__description h4:first-of-type,
.blood-drive__description h5:first-child,
.blood-drive__description h5:first-of-type,
.blood-drive__description h6:first-child,
.blood-drive__description h6:first-of-type,
.blood-drive__description [class*=heading]:first-child,
.blood-drive__description [class*=heading]:first-of-type {
  text-align: center;
  font-weight: 200;
}
.blood-drive__description--gradient .blood-drive__description-container {
  padding: 2rem 3rem;
  border-radius: 1rem;
  background-image: linear-gradient(200deg, #cc4b00, #722282 50%);
  background-color: #722282;
  background-size: 100%;
  background-repeat: repeat;
}
.blood-drive__description--gradient * {
  color: #fff;
}
.blood-drive__description--gradient a, .blood-drive__description--gradient a:visited {
  color: #fff;
  text-decoration: underline;
}
.blood-drive__description--gradient a:hover, .blood-drive__description--gradient a:active, .blood-drive__description--gradient a:focus {
  color: #ffa300;
}
.blood-drive__sponsors-section {
  padding: 1rem 0;
}
.blood-drive__sponsors {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 2rem;
  margin: 0 0 2.5rem 0;
  padding: 0.25rem 0;
}
.blood-drive__sponsors-heading {
  margin: 0 0 1.5rem 0;
  color: #722282;
  font-weight: 400;
  text-align: center;
}
.blood-drive__sponsors-heading {
  font-size: 1.5rem;
}
@supports (font-size: clamp(1.25rem, 1.75vw, 1.75rem)) {
  .blood-drive__sponsors-heading {
    font-size: clamp(1.25rem, 1.75vw, 1.75rem);
  }
}
.blood-drive__sponsor {
  flex: 1 1 50%;
  flex-basis: calc(50% - 1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.blood-drive__sponsor-text {
  margin: 1.5rem 0 0 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
}
.blood-drive__sponsor-image {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .blood-drive__sponsor {
    flex: 0 1 33.333%;
    flex-basis: calc(33.333% - 1.333rem);
  }
}
@media (min-width: 992px) {
  .blood-drive__sponsor {
    flex-basis: calc(25% - 1.5rem);
  }
}
.blood-drive__sponsors--primary .blood-drive__sponsor {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .blood-drive__sponsors--primary .blood-drive__sponsor {
    flex-basis: calc(33% - 2rem);
  }
}
.blood-drive__testimonial {
  margin-top: 3rem;
  margin-bottom: -6;
  padding: 2rem 0;
}

.article {
  max-width: 50rem;
  margin: 1rem auto 2rem auto;
  padding: 0.5rem 0;
  break-inside: auto;
}
.article p,
.article ul,
.article ol {
  margin: 0 0 2rem 0;
}
.article p:last-child,
.article ul:last-child,
.article ol:last-child {
  margin: 0;
}
.article__header {
  border-bottom: 1px solid #667084;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.article__header--slim {
  border-bottom: 0;
}
@media print {
  .printable .article__header, .blog-detail .article__header, .news-detail .article__header, .printable .article__body, .blog-detail .article__body, .news-detail .article__body {
    page-break-inside: auto;
    break-inside: auto;
  }
}
.article__date {
  margin: 0;
  padding: 0.5rem;
  font-weight: 200;
  border-color: #b2b7c1;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.article__byline {
  font-weight: 600;
  margin: 0;
  padding: 0.5rem;
}
.article__summary,
.article__summary p {
  line-height: 1.5;
}
.article__summary p {
  margin-bottom: 1rem;
}
.article__summary, .article__body,
.article > .body {
  font-size: 1rem;
}
.article__footer,
.article > footer {
  border-top: 1px solid #667084;
  padding: 1rem 0;
  margin: 1rem 0 0 0;
  clear: both;
}
@media print {
  .printable .article__footer, .blog-detail .article__footer, .news-detail .article__footer,
  .printable .article > footer,
  .blog-detail .article > footer,
  .news-detail .article > footer {
    margin-bottom: 0;
    padding: 0.25rem 0;
  }
}
.article__share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1rem 0;
  padding: 0;
}
.article__share-heading {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 0.7rem;
  text-transform: uppercase;
  background-color: #722282;
  border-radius: 100vw;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .article__share-heading {
    margin-right: 0.5rem;
  }
}
@media print {
  .printable .article__share-heading, .blog-detail .article__share-heading, .news-detail .article__share-heading {
    display: none;
  }
}
@media print {
  .printable .article__share, .blog-detail .article__share, .news-detail .article__share {
    margin: 0;
  }
}
.article__tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 0 0 1rem 0;
  padding: 0;
}
@media print {
  .printable .article__tags, .blog-detail .article__tags, .news-detail .article__tags {
    display: none;
  }
}
.article__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.article__tag-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #722282;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  background-color: #f9f5ff;
  border-radius: 100vw;
}
.article__tag-link:active, .article__tag-link:focus, .article__tag-link:hover {
  text-decoration: none;
  color: #cc4b00;
  background-color: #fff9f5;
}
.article__footnote {
  margin: 1rem 0;
  font-style: italic;
  font-size: 0.9rem;
  text-align: right;
  clear: both;
  opacity: 0.8;
}
.article__footnote:last-child {
  margin-bottom: 0;
}
@media print {
  .printable .article, .blog-detail .article, .news-detail .article {
    max-width: 100%;
    margin: 1rem 0;
  }
}

.article-listing {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  padding: 2rem 0;
}
.article-listing__main {
  flex: 0 1 auto;
}
.article-listing__aside {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  row-gap: 1rem;
  column-gap: 2.5%;
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .article-listing__aside {
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 20fr 80fr;
  }
}
.article-listing__aside-heading {
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}
.article-listing__articles {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
  column-gap: 2rem;
}
@media (min-width: 768px) {
  .article-listing__articles {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
.article-listing__articles > .article-card--full-width,
.article-listing__articles > [class~=article-card--full] {
  grid-column: 1/-1;
}
.article-listing__header {
  font-weight: 500;
  font-size: 1.25rem;
}
.article-listing__search-bar {
  flex: 0 1 auto;
}
.article-listing__search-bar, .article-listing__search-bar .search-bar__input {
  font-size: 0.8rem;
}
.article-listing__filters {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.25rem;
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .article-listing__filters {
    flex-direction: row;
    flex: 1 0 auto;
  }
}
.article-listing__filters > .article-listing__aside-heading:first-child {
  display: inline-flex;
  flex: 1 0 auto;
  padding: 0;
  margin: 0;
  text-align: right;
  text-align: end;
  font-size: 0.8rem;
  line-height: 1.1;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .article-listing__filters > .article-listing__aside-heading:first-child {
    margin-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .article-listing__filters > .article-listing__aside-heading:first-child {
    justify-content: flex-end;
  }
}
.article-listing__filters > .menu {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0;
  column-gap: 0.25rem;
  flex: 0 1 auto;
  list-style: none;
  line-height: 1.05;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .article-listing__filters > .menu {
    flex-basis: content;
    justify-content: flex-end;
  }
}
.article-listing__filters > .menu .menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  flex: 0 1 auto;
}
.article-listing__filters > .menu .menu__item:not(:last-child)::after {
  content: "|";
  color: #585858;
}
.article-listing__filters > .menu .menu__link {
  flex: 0 1 auto;
}

.article-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
}
.article-card__heading {
  padding: 0;
  margin: 0;
}
.article-card__heading,
.article-card__heading > a {
  color: #585858;
  font-weight: 700;
  line-height: 1.1;
}
.article-card__summary,
.article-card__summary p {
  line-height: 1.5;
}
.article-card__figure {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
@supports (aspect-ratio: 1) {
  .article-card__figure {
    aspect-ratio: 1.875;
  }
}
.article-card__figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 53.333%;
}
@supports (aspect-ratio: 1) {
  .article-card__figure::before {
    content: unset;
    padding: 0;
  }
}
.article-card__figure > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -500vw;
  overflow: hidden;
  z-index: 1000;
}
.article-card__cover-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -500vw;
  overflow: hidden;
  z-index: 1000;
}
@supports (object-fit: cover) {
  .article-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    object-fit: cover;
    object-position: center;
  }
}
.article-card__image {
  object-fit: contain !important;
}

.widget-zone {
  display: block;
}
.section--bump-right:not(.section--no-bump) .g__c:last-child .widget-zone {
  position: relative;
}
@media (min-width: 768px) {
  .section--bump-right:not(.section--no-bump) .g__c:last-child .widget-zone {
    width: calc(100% + var(--vtl-bump-out-width));
  }
}
.section--bump-left:not(.section--no-bump) .g__c:first-child .widget-zone {
  position: relative;
}
@media (min-width: 768px) {
  .section--bump-left:not(.section--no-bump) .g__c:first-child .widget-zone {
    left: calc(-1 * var(--vtl-bump-out-width));
    width: calc(100% + var(--vtl-bump-out-width));
  }
}
.content .widget-zone {
  width: 100%;
}

.ktc-widget-zone {
  display: block;
  width: 100%;
  max-width: 100%;
}

.contact-widget {
  width: 100%;
  margin: 1rem 0 2rem 0;
  background: #fff;
  border: solid 1px #98a2b3;
  border-radius: 8px;
  overflow: hidden;
}
.contact-widget__header, .contact-widget__forms {
  margin: 0;
  padding: 5vw;
}
@media (min-width: 768px) {
  .contact-widget__header, .contact-widget__forms {
    padding: 2rem;
  }
}
.contact-widget__header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.5rem;
  margin-top: 1rem;
  background-color: #fff;
  color: #585858;
  font-size: 1rem;
  line-height: 1.2;
}
.contact-widget__header--error {
  color: #cc4b00;
  border-color: #cc4b00;
}
.form__group .form__control + .contact-widget__header {
  margin: 0.5rem 0.5rem 0 0.5rem;
}
.contact-widget__form-description {
  line-height: 1.5;
}
.contact-widget__forms {
  color: #585858;
  line-height: 1.05;
  background-color: #fff;
  border-top: 2px solid transparent;
  transition: border-color 300ms ease;
}
.contact-widget__forms--error {
  color: #cc4b00;
  border-color: #cc4b00;
}
.form__group .form__control + .contact-widget__forms {
  margin: 0.5rem 0.5rem 0 0.5rem;
}
.contact-widget.form-selected .contact-widget__forms {
  border-color: #98a2b3;
}
.contact-widget:not(.form-selected) .contact-widget__forms {
  padding: 0 0 8px 0;
}
.contact-widget__form > .form,
.contact-widget__form > form {
  padding: 0;
  margin: 0;
}
.contact-widget__form-selection {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.5rem;
}

.media-feature {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 2rem auto 30% auto;
  padding: 4rem 10%;
  text-align: center;
  border-radius: 3rem;
  background-image: linear-gradient(195deg, #e65300 0%, #722282 50%) !important;
  background-color: #722282 !important;
  background-size: 100% !important;
  background-repeat: repeat !important;
}
.media-feature__heading {
  margin: 0 0 4rem 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-weight: 200;
  line-height: 1.2;
}
.media-feature__heading {
  font-size: 2.25rem;
}
@supports (font-size: clamp(1.5rem, 8vw, 3rem)) {
  .media-feature__heading {
    font-size: clamp(1.5rem, 8vw, 3rem);
  }
}
.media-feature__figure {
  margin-bottom: -30%;
}

.location__details {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem;
}
.location__details-heading {
  margin: 0;
  padding: 0;
  color: #585858;
  font-weight: 500;
}
@media (min-width: 768px) {
  .location__details {
    flex-direction: row;
  }
}
.location__preview {
  flex: 1 1 auto;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .location__preview {
    margin: 0 0 2rem 0;
  }
}
@media (min-width: 768px) {
  .location__preview {
    flex-basis: 40%;
  }
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .location__preview {
      margin: 0 2rem 0 0;
    }
  }
}
.location__thumbnail {
  position: relative;
  width: 100%;
  background-image: url("/img/template-images/location-fallback.png");
  background-position: center;
  background-size: cover;
}
.location__thumbnail::before {
  content: "";
  display: block;
  padding-bottom: 61.8%;
}
@supports (aspect-ratio: 4/3) {
  .location__thumbnail::before {
    content: none;
    display: none;
  }
}
@supports (aspect-ratio: 4/3) {
  .location__thumbnail {
    aspect-ratio: 4/3;
  }
}
@supports (object-fit: cover) {
  .location__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    object-fit: cover;
    object-position: center;
  }
}
.location__info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  flex: 1 1 auto;
  padding: 1rem 0;
  margin: 0;
  border-top: 1px solid #979797;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .location__info > *:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  .location__info {
    flex-direction: row;
    justify-content: space-between;
    flex-basis: 60%;
  }
}
.location__contact, .location__address {
  line-height: 1.2;
}
.location__info .location__contact, .location__info .location__address {
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .location__info .location__contact, .location__info .location__address {
    flex: 1 0 50%;
  }
}
.location__contact, .location__address__spanish {
  line-height: 1.2;
}
.location__info .location__contact, .location__info .location__address__spanish {
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .location__info .location__contact, .location__info .location__address__spanish {
    flex: 1 0 40%;
  }
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .location__contact {
    margin: 0 0 1rem 0;
  }
}
.location__address {
  margin: 0.5rem 0 1rem 0;
}
.location__address, .location__address > p {
  line-height: 1.2;
}
.location__address > p {
  margin: 0;
}
.location__contact .location__button {
  margin: 0;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .location__contact .location__button {
    margin: 2rem 0 0 0;
  }
}
.location__days, .location__day {
  margin: 0;
  padding: 0;
  list-style: none;
}
.location__days {
  margin: 0.5rem 0 1rem;
}
.location__day {
  display: grid;
  grid-template-columns: 3fr 12fr;
  grid-template-rows: repeat(1fr);
  gap: 1rem;
}
.location__day-label {
  min-width: 0;
  overflow: hidden;
  font-weight: 300;
}
.location__day-label abbr {
  outline: none;
  border: none;
  text-decoration: none;
}
.location__day__spanish {
  display: grid;
  grid-template-columns: 8fr 12fr;
  grid-template-rows: repeat(1fr);
  gap: 0;
}
.location__day__spanish-label {
  min-width: 0;
  overflow: hidden;
  font-weight: 300;
}
.location__day__spanish-label abbr {
  outline: none;
  border: none;
  text-decoration: none;
}
.location__description {
  margin: 1rem 0 2.5rem 0;
  padding: 0;
}
.location__description, .location__description p {
  line-height: 1.5;
}
.location__description > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.location__directions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  border: 0;
  box-shadow: none;
  border-top: 0.2rem solid #722282;
}
.location__directions-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 1.75rem;
  background: #722282;
  border: 0;
  transition: background-color 300ms ease, color 300ms ease;
}
.location__directions-cta {
  font-size: 1.125rem;
}
@supports (font-size: clamp(1rem, 1.5vw, 1.25rem)) {
  .location__directions-cta {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
  }
}
.location__directions-cta:hover, .location__directions-cta:active, .location__directions-cta:focus {
  color: #fff;
  background-color: #9053A1;
  text-decoration: none;
}
.location__directions-cta::after {
  content: "arrow_circle_right";
  font-family: "Material Symbols Rounded";
  margin: 0 0 0 0.5rem;
}
.location__map {
  width: 100%;
  height: 33vw;
  max-height: 25rem;
  min-height: 15rem;
}
.location__map iframe, .location__map embed {
  width: 100%;
  height: 100%;
}
.location__collection-types-section {
  padding: 2rem 0;
  background: #f5f5f5;
}
.location__collection-types-heading {
  margin: 0 0 0.5rem 0;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05rem;
}
.location__collection-types-heading {
  font-size: 1.125rem;
}
@supports (font-size: clamp(1rem, 1.5vw, 1.25rem)) {
  .location__collection-types-heading {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
  }
}
.location__collection-types-description, .location__collection-types-description > * {
  margin: 0 0 0.5rem 0;
  padding: 0;
  text-align: center;
  line-height: 1.5;
}
.location__collection-types-description, .location__collection-types-description > * {
  font-size: 0.9rem;
}
@supports (font-size: clamp(0.8rem, 1vw, 1rem)) {
  .location__collection-types-description, .location__collection-types-description > * {
    font-size: clamp(0.8rem, 1vw, 1rem);
  }
}
.location__collection-types .collection-type {
  position: relative;
  transition: background-color 300ms ease;
}
.location__collection-types .collection-type:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.location__cover-link {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.location__testimonial blockquote > p:only-child {
  display: inline;
}

.locations__map {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100vw;
  max-width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
  background-image: url("/img/template-images/map-background-fallback.jpg");
  background-position: center;
  background-size: cover;
  border-top: 0.3rem solid #ffa300;
}
.locations__map-embed {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .locations__map-embed {
    display: block;
  }
}
.locations__map-info {
  padding: 0.5rem;
  font-size: 0.778rem;
}
.locations__map-info-heading {
  padding: 0;
  margin: 0 0 0.5rem 0;
}
.locations__map-info-heading,
.locations__map-info-heading a {
  color: #722282;
  font-size: 0.889rem;
  font-weight: 300;
  line-height: 1.1;
}
.locations__map-info-heading a {
  text-decoration: none;
}
.locations__map-info-heading a, .locations__map-info-heading a:visited {
  color: #722282;
}
.locations__map-info-heading a:hover, .locations__map-info-heading a:active, .locations__map-info-heading a:focus {
  color: #cc4b00;
}
.locations__map-info-address {
  margin: 0 0 0.5rem 0;
}
.locations__map-info-address,
.locations__map-info-address p {
  line-height: 1.1;
  padding: 0;
}
.locations__map-info-address p {
  margin: 0;
}
.locations__map-info-cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  font-weight: 300;
  text-decoration: none;
}
.locations__map-info-cta::after {
  content: "arrow_right_alt";
  font-size: 1.25em;
  font-family: "Material Symbols Rounded";
}
.locations__map-info p {
  margin: 0 0 0.25rem 0;
}
.locations__map .locations__container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.locations__map .locations__search {
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .locations__map {
    height: 18.398vw;
    min-height: 18rem;
  }
}
.locations-map .locations__container {
  padding: 0;
}
@media (min-width: 768px) {
  .locations-map .locations__container {
    max-width: var(--container-max-width, 60rem);
    margin-right: auto;
    margin-left: auto;
    padding-left: calc(var(--container-padding-x, 1rem) / 2);
    padding-right: calc(var(--container-padding-x, 1rem) / 2);
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .locations-map .locations__container {
    padding-left: var(--container-padding-x, 1rem);
    padding-right: var(--container-padding-x, 1rem);
  }
}
.locations__search {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1 1 100%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 1rem;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.25);
}
.locations__search-form {
  width: auto;
  padding: 0;
  margin: 0;
}
.locations__search-form input,
.locations__search-form select {
  font-weight: 300;
  color: #585858;
  background: #fff;
  border-color: #d8d8d8;
  box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
}
.locations__search-form select,
.locations__search-form .form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1.5L6 6.5L11 1.5' stroke='%23667085' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.75rem);
  background-position-y: 50%;
}
.locations__search-form label,
.locations__search-form .form__label {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 0 0 1rem 0;
}
.locations__search-heading {
  margin: -1rem -1rem 1.5rem -1rem;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: 300;
  background-color: #722282;
}
.locations__search-heading {
  font-size: 0.9555rem;
}
@supports (font-size: clamp(0.8rem, 2vw, 1.111rem)) {
  .locations__search-heading {
    font-size: clamp(0.8rem, 2vw, 1.111rem);
  }
}
@media (min-width: 768px) {
  .locations__search {
    flex: 0 1 auto;
    margin: 2rem 0;
  }
}

.locations-list {
  display: block;
  margin: 2rem 0;
  padding: 0;
}
.locations-list__heading {
  margin: 0 0 2rem 0;
  padding: 0;
}
.locations-list__heading {
  font-size: 1.25rem;
}
@supports (font-size: clamp(1rem, 3vw, 1.5rem)) {
  .locations-list__heading {
    font-size: clamp(1rem, 3vw, 1.5rem);
  }
}
.locations-list__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.locations-list__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .locations-list__item {
    flex-direction: row;
    align-items: flex-start;
  }
}
.locations-list__thumbnail, .locations-list__details {
  flex: 1 1 100%;
}
.locations-list__thumbnail {
  position: relative;
  background-image: url("/img/template-images/location-fallback.png");
  background-position: center;
  background-size: cover;
}
.locations-list__thumbnail::before {
  position: relative;
  display: block;
  content: "";
  padding-bottom: 60%;
}
@media (min-width: 768px) {
  .locations-list__thumbnail {
    flex-basis: 25%;
  }
}
@supports (object-fit: cover) {
  .locations-list__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    object-fit: cover;
    object-position: center;
  }
}
.locations-list__name {
  grid-column: 1/-1;
  margin: 0;
  padding: 0;
}
.locations-list__name, .locations-list__name a, .locations-list__name a:visited {
  color: #722282;
}
.locations-list__name, .locations-list__name a {
  font-size: 1.11rem;
  font-weight: 300;
  line-height: 1.2;
}
.locations-list__name a {
  display: block;
  padding: 0 0 0.25rem 0;
  color: #722282;
  text-decoration: none;
  border-bottom: 1px solid #585858;
  transition: color 300ms ease, border-color 300ms ease;
}
.locations-list__name a:focus, .locations-list__name a:hover, .locations-list__name a:active {
  color: #cc4b00;
  border-color: #cc4b00;
}
.locations-list__details {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .locations-list__details {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1rem;
    row-gap: 0.75rem;
  }
}
.locations-list__detail {
  font-size: 0.889rem;
  color: #21242b;
  line-height: 1.1;
}
.locations-list__detail-heading {
  margin: 0 0 0.25rem 0;
  padding: 0;
  color: #21242b;
  font-weight: 300;
  text-transform: uppercase;
}
.locations-list__detail-heading {
  font-size: 0.8335rem;
}
@supports (font-size: clamp(0.778rem, 2vw, 0.889rem)) {
  .locations-list__detail-heading {
    font-size: clamp(0.778rem, 2vw, 0.889rem);
  }
}
.locations-list__cta--types .locations-list__detail-heading {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.locations-list__detail--full {
  grid-column: 1/-1;
}
.locations-list__detail--ctas {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
}
.locations-list__address,
.locations-list__address p {
  padding: 0;
  margin: 0;
  line-height: 1.1;
}
.locations-list__hours-of-operation, .locations-list__collection-types {
  font-size: 0.778rem;
}
.locations-list__days {
  margin: 0;
  padding: 0;
  list-style: none;
}
.locations-list__day {
  display: grid;
  grid-template-columns: 3fr 12fr;
  grid-template-rows: repeat(1fr);
  gap: 1rem;
  margin: 0 0 0.15rem 0;
  padding: 0;
}
.locations-list__day-label {
  min-width: 0;
  overflow: hidden;
  font-weight: 300;
}
.locations-list__day-label abbr {
  outline: none;
  border: none;
  text-decoration: none;
}
.locations-list__cta-link {
  font-size: 0.8335rem;
}
@supports (font-size: clamp(0.778rem, 2vw, 0.889rem)) {
  .locations-list__cta-link {
    font-size: clamp(0.778rem, 2vw, 0.889rem);
  }
}
.locations-list__cta--appointment .locations-list__cta-link, .locations-list__cta--directions .locations-list__cta-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #21242b;
  text-decoration: none;
}
.locations-list__cta--appointment .locations-list__cta-link:hover, .locations-list__cta--appointment .locations-list__cta-link:focus, .locations-list__cta--appointment .locations-list__cta-link:active, .locations-list__cta--directions .locations-list__cta-link:hover, .locations-list__cta--directions .locations-list__cta-link:focus, .locations-list__cta--directions .locations-list__cta-link:active {
  text-decoration: none;
  color: #cc4b00;
}
.locations-list__cta--appointment .locations-list__cta-link::before, .locations-list__cta--directions .locations-list__cta-link::before {
  content: "event_available";
  font-family: "Material Symbols Rounded";
  font-size: 1.6em;
}
.locations-list__cta--directions .locations-list__cta-link::before {
  content: "location_on";
}
.locations-list__cta--types {
  position: relative;
  padding-left: calc(1.6em + 0.25rem);
}
.locations-list__cta--types::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "widgets";
  font-family: "Material Symbols Rounded";
  font-size: 1.6em;
  font-weight: 300;
}

.collection-types {
  display: grid;
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-flow: row;
  grid-template-columns: 1fr;
  gap: 1rem;
  column-gap: 1rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 1rem 0.5rem;
  list-style: none;
}
@media (min-width: 768px) {
  .collection-types {
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    grid-template-rows: 1fr;
  }
}

.collection-type {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.collection-type, .collection-type__label {
  color: #cc4b00;
  font-weight: 300;
}
.collection-type::before {
  content: "";
  min-width: 1.75rem;
  min-height: 1.75rem;
  aspect-ratio: 1/1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .collection-type::before {
    margin-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .collection-type {
    justify-content: center;
  }
}
.collection-type--powerre::before, .collection-type--powerred::before {
  background-image: url("../../img/template-images/collection-type--power-red.png");
}
.collection-type--wholeblood::before {
  background-image: url("../../img/template-images/collection-type--whole-blood.png");
}
.collection-type--platelets::before {
  background-image: url("../../img/template-images/collection-type--platelets.png");
}
.collection-type--plasma::before {
  background-image: url("../../img/template-images/collection-type--plasma.png");
}

.share-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.share-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 1rem;
  min-width: 1rem;
  padding: 0.5rem;
  aspect-ratio: 1/1;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.125rem;
  color: #fff;
  background-color: #722282;
  border-radius: 100vw;
  transition: background-color 300ms ease;
}
.share-cta:active, .share-cta:focus, .share-cta:hover {
  color: #fff;
  background-color: #9053A1;
  text-decoration: none;
}
.share-cta::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  font-family: "Font Awesome 6 Brands";
}
@media print {
  .printable .article .share-cta, .blog-detail .article .share-cta, .news-detail .article .share-cta {
    display: none;
  }
}
.share-cta--twitter::before {
  content: "\e61b";
}
.share-cta--facebook::before {
  content: "\f09a";
}
.share-cta--linkedin::before {
  content: "\f08c";
}
.share-cta--print::before {
  content: "\f02f";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
.share-cta--url {
  position: relative;
  z-index: 10;
}
.share-cta--url::before {
  content: "\f0c1";
  font-weight: 900;
  font-size: 1rem;
  font-family: "Font Awesome 6 Free";
}
@media print {
  .printable .content__body .share-cta--url::after, .blog-detail .content__body .share-cta--url::after, .news-detail .content__body .share-cta--url::after, .printable .share-cta--url::after, .blog-detail .share-cta--url::after, .news-detail .share-cta--url::after {
    content: attr(data-url);
    color: #722282;
  }
}
@media only screen {
  .share-cta--url.copied::after {
    content: "Copied!";
    position: absolute;
    left: 50%;
    top: -100%;
    z-index: 100;
    padding: 0.25rem 0.5rem;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 200;
    color: #fff;
    background-color: #cc4b00;
    border-radius: 0.25rem;
    transform: translate(-50%, 0);
    opacity: 0;
    animation-name: toast-brief;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-duration: 3000ms;
    animation-timing-function: ease;
  }
}
@media print {
  .printable .article .share-cta--url, .blog-detail .article .share-cta--url, .news-detail .article .share-cta--url {
    display: flex;
    gap: 0.5rem;
    aspect-ratio: auto;
    background: transparent;
    color: #722282;
  }
}
@media print {
  .printable .article .share-cta--url:hover, .blog-detail .article .share-cta--url:hover, .news-detail .article .share-cta--url:hover {
    text-decoration: none;
  }
}

.information-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem;
  margin: 1rem 0;
  background-color: #fff;
  border: 1px solid #aaaaaa;
}
.information-card__section {
  flex: 0 1 auto;
  padding: 1rem;
}
@media (min-width: 768px) {
  .information-card__section {
    flex: 0 1 50%;
  }
}
.information-card__section--secondary {
  font-size: 1.11rem;
}
.information-card__section--secondary ul > li {
  margin-bottom: 1rem;
}
.information-card__heading {
  margin: 0 0 1rem 0;
  padding: 0;
  color: #585858;
  font-weight: 400;
}
.information-card__heading {
  font-size: 1.375rem;
}
@supports (font-size: clamp(1.25rem, 3vw, 1.5rem)) {
  .information-card__heading {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
  }
}
.information-card__figure {
  position: relative;
  aspect-ratio: 2.13/1;
}
.information-card__figure::before {
  content: "";
  display: block;
  padding-bottom: 46.88%;
}
@supports (object-fit: cover) {
  .information-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    object-fit: cover;
    object-position: center;
  }
}
.information-card__details, .information-card__details p {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .information-card {
    flex-direction: row;
    align-items: center;
  }
}

.testimonials-slider {
  position: relative;
  padding: 1rem 0;
}
.testimonials-slider .testimonial {
  margin: 0;
  padding: 0;
}
.testimonials-slider .testimonial--featured .testimonial__body {
  padding-bottom: 4rem;
}
.testimonials-slider__controls {
  position: absolute;
  bottom: 1rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  min-height: 4rem;
}
@media (min-width: 768px) {
  .testimonials-slider__controls {
    justify-content: flex-end;
    width: 50%;
  }
}
.testimonials-slider__control {
  position: relative;
  top: unset;
  bottom: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 1.5vw;
  aspect-ratio: 1/1;
  color: var(--vtl-font-color);
  background: transparent;
  opacity: 0.8;
  border-radius: 50%;
  transition: opacity 300ms ease;
}
.testimonials-slider__control {
  font-size: 1.139rem;
}
@supports (font-size: clamp(0.778rem, 2vw, 1.5rem)) {
  .testimonials-slider__control {
    font-size: clamp(0.778rem, 2vw, 1.5rem);
  }
}
.testimonials-slider__control:hover, .testimonials-slider__control:active, .testimonials-slider__control:focus {
  color: var(--vtl-font-color);
  background: transparent;
  opacity: 1;
}
.testimonials-slider__control-icon {
  display: none;
}
.testimonials-slider__control::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 50%;
  opacity: 0.25;
  border: 0.1rem solid var(--vtl-font-color);
  content: "";
}
.testimonials-slider__control::after {
  position: relative;
  z-index: 100;
  display: none;
  content: "arrow_forward";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  font-weight: 300;
  line-height: 0.1rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .testimonials-slider__control::after {
    display: initial;
  }
}
body.loaded .testimonials-slider__control::after, body.fonts-loaded .testimonials-slider__control::after {
  display: initial;
}
.testimonials-slider__control::after {
  font-weight: 500;
}
.testimonials-slider__control--prev::after {
  content: "arrow_back";
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .testimonials-slider__control:last-child {
    margin-left: 2rem;
  }
}

.callout-box {
  border-radius: 1rem;
  background: #f2f4f7;
  padding: 1.5rem;
  margin: 1rem auto;
}

.nearest-drives {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  width: 100%;
}
.nearest-drives__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .nearest-drives__main {
    flex-direction: row;
  }
}
.nearest-drives__main > p {
  font-size: 1.1rem;
  text-align: center;
  margin: 0;
}
.nearest-drives__info {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
  padding: 1.25rem;
  border-radius: var(--border-radius, 1rem);
  color: var(--text--color, #fff);
  background-color: #cc4b00;
}
.nearest-drives__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .nearest-drives__list {
    flex-direction: row;
    justify-content: center;
  }
}
.nearest-drives__list-item {
  flex: 0 1 100%;
  flex-basis: 33%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.nearest-drives__list-item > .bd-card {
  flex: 1 1 100%;
  width: 100%;
  height: 100%;
}
.nearest-drives__list-item:only-child {
  flex-basis: 100%;
}
.nearest-drives__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.25rem;
  text-align: center;
  font-size: 0.8em;
}
.nearest-drives__footer p {
  margin-bottom: 0.5rem;
}
.nearest-drives__footer > p {
  margin-bottom: 0.25rem;
}
.nearest-drives__zip-picker {
  padding: 0;
  margin: 0 0 1rem 0;
}
.nearest-drives__zip-picker > form,
.nearest-drives__zip-picker > .form {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.25rem;
  margin: 0;
  padding: 0.75rem;
  background-color: rgba(0, 0, 0, 0.33);
}
.nearest-drives__zip-picker > form > .form__label,
.nearest-drives__zip-picker > .form > .form__label {
  margin-top: -0.25rem;
  text-align: left;
  font-size: 0.8em;
  text-transform: uppercase;
}
.nearest-drives__zip-picker > form > .form__group,
.nearest-drives__zip-picker > .form > .form__group {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
.nearest-drives__zip-picker > form .btn,
.nearest-drives__zip-picker > .form .btn {
  font-size: 0.8rem;
}
.nearest-drives__zip-picker > form .form__control,
.nearest-drives__zip-picker > form input,
.nearest-drives__zip-picker > .form .form__control,
.nearest-drives__zip-picker > .form input {
  border-color: transparent;
}

.bd-card {
  --vtl-font-color: #585858;
  --vtl-font-color-inverse: #fff;
  --vtl-link-color: #cc4b00;
  --vtl-link-hover-color: #722282;
  --vtl-link-text-decoration-color: transparent;
  --vtl-font-color-heading: #585858;
  --vtl-font-color-sub-heading: #cc4b00;
  --vtl-font-color-heading-1: #585858;
  --vtl-font-color-heading-2: #cc4b00;
  --vtl-font-color-heading-3: #585858;
  --vtl-font-color-heading-4: #722282;
  --vtl-font-color-heading-5: #585858;
  --vtl-font-color-heading-6: #cc4b00;
  --vtl-hr-color: #667084;
  --vtl-font-color-error: #cc4b00;
  --vtl-color-error: #cc4b00;
  --border-radius: 0.5rem;
  --padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  gap: 0;
  margin: 0;
  padding: 0;
  color: var(--vtl-font-color, #585858);
  background: #fff;
  border-radius: var(--border-radius, 1rem);
}
@media (min-width: 768px) {
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .bd-card {
      margin: 0 1rem 0 0;
    }
  }
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .bd-card {
    margin: 0 0 1rem 0;
  }
  .bd-card:last-child {
    margin: 0;
  }
}
.bd-card__header {
  flex: 0 1 10%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  padding: calc(var(--padding) / 2);
  background: #ffa300;
}
.bd-card__date {
  --vtl-font-color: #722282;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  gap: 0.25rem;
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--vtl-font-color, #722282);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.bd-card__month {
  font-size: 0.925rem;
}
@supports (font-size: clamp(0.85rem, 2.5vw, 1rem)) {
  .bd-card__month {
    font-size: clamp(0.85rem, 2.5vw, 1rem);
  }
}
.bd-card__month, .bd-card__month[title] {
  text-decoration: none;
}
.bd-card__day {
  font-size: 1.3rem;
}
@supports (font-size: clamp(1.1rem, 3vw, 1.5rem)) {
  .bd-card__day {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
  }
}
.bd-card__main {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
  padding: var(--padding);
}
.bd-card__location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  text-align: left;
}
.bd-card__name {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 1rem;
  color: var(--vtl-font-color);
}
.bd-card__address {
  margin: 0;
  line-height: 1.1;
}
.bd-card__footer {
  padding-bottom: var(--padding);
  text-align: left;
}
.bd-card__button {
  padding: 0.5rem 2rem;
  font-weight: 300;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .bd-card__button {
    padding: 0.5rem 1rem;
  }
}

.testimonial-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
@media (min-width: 768px) {
  .testimonial-cards {
    flex-direction: row;
    align-items: stretch;
  }
}

.testimonial-card {
  --icon-side: 4rem;
  --vtl-font-color: #585858;
  --vtl-font-color-inverse: #fff;
  --vtl-link-color: #cc4b00;
  --vtl-link-hover-color: #722282;
  --vtl-link-text-decoration-color: transparent;
  --vtl-font-color-heading: #585858;
  --vtl-font-color-sub-heading: #cc4b00;
  --vtl-font-color-heading-1: #585858;
  --vtl-font-color-heading-2: #cc4b00;
  --vtl-font-color-heading-3: #585858;
  --vtl-font-color-heading-4: #722282;
  --vtl-font-color-heading-5: #585858;
  --vtl-font-color-heading-6: #cc4b00;
  --vtl-hr-color: #667084;
  --vtl-font-color-error: #cc4b00;
  --vtl-color-error: #cc4b00;
  position: relative;
  flex: 1;
  padding: calc(var(--icon-side) / 2 + 1rem) 1rem 1rem 1rem;
  margin: calc(var(--icon-side) / 2) 0 0 0;
  color: var(--vtl-font-color, #585858);
  background: #fff;
  border-radius: 1rem;
  font-size: 1rem;
}
.testimonial-card > .testimonial {
  padding: 0;
  margin: 0;
}
.testimonial-card > .testimonial blockquote {
  font-size: 0.889rem;
}
.testimonial-card > .testimonial .testimonial__author, .testimonial-card > .testimonial .testimonial__byline {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.889rem;
}
.testimonial-card::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--icon-side) / 2);
  left: 50%;
  z-index: 100;
  width: var(--icon-side);
  height: var(--icon-side);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  background-color: #722282;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2218%22%20viewBox%3D%220%200%2023%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M21.5695%200.0332031H14.5108C13.87%200.0332031%2013.3499%200.482537%2013.3499%201.03618V7.13428C13.3499%207.68794%2013.87%208.13726%2014.5108%208.13726H17.8892C17.8451%209.73402%2017.4155%2011.0118%2016.6029%2011.9726C15.962%2012.7309%2014.9915%2013.3588%2013.6935%2013.8542C13.0968%2014.0809%2012.839%2014.6907%2013.1177%2015.2002L13.9536%2016.7248C14.2229%2017.2142%2014.8893%2017.4289%2015.4651%2017.2142C17.0022%2016.6405%2018.3002%2015.9143%2019.359%2015.0317C20.65%2013.9545%2021.5346%2012.7389%2022.013%2011.3829C22.4913%2010.0269%2022.7304%208.17738%2022.7304%205.83041V1.03618C22.7304%200.482557%2022.2103%200.0332031%2021.5695%200.0332031Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M2.55292%2017.2102C4.07146%2016.6385%205.36246%2015.9124%206.42822%2015.0317C7.73082%2013.9545%208.62012%2012.7429%209.09844%2011.3969C9.57675%2010.0509%209.81589%208.19543%209.81589%205.83041V1.03618C9.81589%200.482537%209.2958%200.0332031%208.65492%200.0332031H1.59627C0.955415%200.0332031%200.435304%200.482537%200.435304%201.03618V7.13428C0.435304%207.68794%200.955415%208.13726%201.59627%208.13726H4.97467C4.93055%209.73402%204.501%2011.0118%203.68832%2011.9726C3.04747%2012.7309%202.07691%2013.3588%200.778949%2013.8542C0.182214%2014.0809%20-0.0755202%2014.6907%200.203111%2015.2002L1.03668%2016.7208C1.30605%2017.2102%201.97709%2017.4269%202.55292%2017.2102Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  transform: translate(-50%, 0);
}
.testimonial-card:nth-child(2n)::before {
  background-color: #e65300;
}
.testimonial-card:nth-child(3n)::before {
  background-color: #ffa300;
}

.process {
  --vtl-font-color: #585858;
  --vtl-font-color-inverse: #fff;
  --vtl-link-color: #cc4b00;
  --vtl-link-hover-color: #722282;
  --vtl-link-text-decoration-color: transparent;
  --vtl-font-color-heading: #585858;
  --vtl-font-color-sub-heading: #cc4b00;
  --vtl-font-color-heading-1: #585858;
  --vtl-font-color-heading-2: #cc4b00;
  --vtl-font-color-heading-3: #585858;
  --vtl-font-color-heading-4: #722282;
  --vtl-font-color-heading-5: #585858;
  --vtl-font-color-heading-6: #cc4b00;
  --vtl-hr-color: #667084;
  --vtl-font-color-error: #cc4b00;
  --vtl-color-error: #cc4b00;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
}
.process__step {
  display: grid;
  grid-template-columns: 1fr 11fr;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem;
  color: var(--vtl-font-color, #585858);
  background-color: #f5f5f5;
  border: 1px solid #585858;
}
.process__step--has-link {
  position: relative;
  transition: all 300ms ease;
}
.process__step--has-link:active, .process__step--has-link:hover, .process__step--has-link:focus {
  background: #fff;
  border-color: #3d3f42;
}
.process__step--has-link > * {
  position: relative;
  z-index: 1;
}
.process__step-count {
  padding: 0;
  margin: 0;
  flex: 0 1 auto;
  color: #FF8200;
  line-height: 1;
}
.process__step-count {
  font-size: 3.75rem;
}
@supports (font-size: clamp(2.5rem, 6vw, 5rem)) {
  .process__step-count {
    font-size: clamp(2.5rem, 6vw, 5rem);
  }
}
.process__step-body {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  font-size: 1.111rem;
}
@media (min-width: 768px) {
  .process__step-body {
    flex-flow: column;
    align-items: stretch;
    padding: 0.5rem 0;
  }
}
.process__step-figure {
  flex: 0 1 20%;
  width: 75%;
  max-width: 50rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .process__step-figure:last-child {
    margin-top: auto;
  }
}
.process__step-description {
  flex: 1 1 100%;
}
.process__step-description,
.process__step-description p {
  line-height: 1.5;
}
.process__step-description p:last-child,
.process__step-description p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.process__step-image {
  width: 100%;
  height: auto;
}
.process__step-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -500vw;
  overflow: hidden;
  z-index: 1000;
}
@media (min-width: 768px) {
  .process {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .process {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.error-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  background-color: #f5f5f5;
}
.error-card::before {
  content: "Oops!";
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  letter-spacing: -0.01rem;
}
.error-card::before {
  font-size: 5rem;
}
@supports (font-size: clamp(2rem, 12vw, 8rem)) {
  .error-card::before {
    font-size: clamp(2rem, 12vw, 8rem);
  }
}
.error-card::before {
  color: #722282 !important;
}
@supports (background-clip: text) or (-webkit-background-clip: text) or (-moz-background-clip: text) {
  .error-card::before {
    background-image: linear-gradient(90deg, #e65300, #722282) !important;
    background-color: #722282 !important;
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text !important;
    -moz-background-clip: text !important;
    -webkit-background-clip: text !important;
    text-fill-color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    -moz-text-fill-color: transparent !important;
  }
}
@media (min-width: 768px) {
  .error-card::before {
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: -0.3vw;
  }
}
.error-card p {
  margin: 0 0 0.5rem 0;
  line-height: 1.5;
}
.error-card__heading {
  margin: 0 0 2rem 0;
  padding: 0;
}
@media (min-width: 768px) {
  .error-card {
    flex-direction: row;
    gap: 5%;
    padding: 2vw 3vw;
    border-radius: 5vw;
  }
}

.home {
  --container-max-width: 77.5rem;
  --vtl-font-color-heading-2: #722282;
}

.page-nav {
  display: grid;
  grid-template-columns: 2fr 8fr 2fr;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  margin: 1rem 0 1rem;
}
.page-nav__controls {
  width: 100%;
}
.page-nav__controls--page-numbers {
  grid-column: 2;
}
.page-nav__controls--prev {
  grid-column: 1;
}
.page-nav__controls--next {
  grid-column: 3;
}

.pagination {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0.25rem;
  margin: 1rem 0 1rem;
  padding: 0;
}
.page-nav .pagination {
  height: 100%;
  margin: 0;
}

.page-item {
  display: none;
  align-items: stretch;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.page-item.current, .page-item--current {
  display: flex;
}
@media (min-width: 768px) {
  .page-item.current-next, .page-item.current-previous, .page-item--current-next, .page-item--current-previous {
    display: flex;
  }
}
.page-item--previous, .page-item--next {
  display: flex;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .page-item--previous, .page-item--next {
    flex: 0 1 auto;
  }
}
@media (min-width: 992px) {
  .page-item {
    display: flex;
  }
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.778rem;
  border: none;
  background: none;
  color: #585858;
}
.page-link:hover, .page-link:active, .page-link:focus {
  color: #585858;
  background: rgba(0, 0, 0, 0.25);
}
.page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(144, 83, 161, 0.33);
}
.page-link, .page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 0.5rem;
}
.page-item.current .page-link {
  color: #fff;
  background: #1D2939;
}
.page-item--first .page-link, .page-item--previous .page-link, .page-item--next .page-link, .page-item--last .page-link {
  gap: 0.25rem;
  border: 1px solid #aaaaaa;
}
.page-item--first .page-link:hover, .page-item--first .page-link:active, .page-item--first .page-link:focus, .page-item--previous .page-link:hover, .page-item--previous .page-link:active, .page-item--previous .page-link:focus, .page-item--next .page-link:hover, .page-item--next .page-link:active, .page-item--next .page-link:focus, .page-item--last .page-link:hover, .page-item--last .page-link:active, .page-item--last .page-link:focus {
  color: #3d3f42;
  border-color: #3d3f42;
}
.page-item--first .page-link::before, .page-item--previous .page-link::before, .page-item--next .page-link::after, .page-item--last .page-link::after {
  display: none;
  content: "first_page";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  font-weight: 300;
  line-height: 0.1rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .page-item--first .page-link::before, .page-item--previous .page-link::before, .page-item--next .page-link::after, .page-item--last .page-link::after {
    display: initial;
  }
}
body.loaded .page-item--first .page-link::before, body.fonts-loaded .page-item--first .page-link::before, body.loaded .page-item--previous .page-link::before, body.fonts-loaded .page-item--previous .page-link::before, body.loaded .page-item--next .page-link::after, body.fonts-loaded .page-item--next .page-link::after, body.loaded .page-item--last .page-link::after, body.fonts-loaded .page-item--last .page-link::after {
  display: initial;
}
.page-item--first .page-link::before, .page-item--previous .page-link::before, .page-item--next .page-link::after, .page-item--last .page-link::after {
  display: flex;
  width: auto;
  padding: 0;
  margin: 0;
  line-height: 0.25;
}
.page-item--previous .page-link::before {
  content: "navigate_before";
}
.page-item--next .page-link::after {
  content: "navigate_next";
}
.page-item--last .page-link::after {
  content: "last_page";
}

.volunteer-event__heading {
  font-weight: 700;
}
.volunteer-event__copy {
  padding: 2rem 0;
  border-top: 1px solid #aaaaaa;
}

.event-details {
  margin: 1rem 0 2rem 0;
  padding: 0;
}
.event-details__header {
  margin: 0 0 0.5rem 0;
  padding: 0;
  line-height: 1.1;
}
.event-details__date, .event-details__time {
  margin: 0;
  padding: 0;
  color: #585858;
  font-weight: 700;
}
.event-details__date, .event-details__time {
  font-size: 1.25rem;
}
@supports (font-size: clamp(1rem, 2vw, 1.5rem)) {
  .event-details__date, .event-details__time {
    font-size: clamp(1rem, 2vw, 1.5rem);
  }
}
.event-details__address {
  line-height: 1.1;
  font-weight: 400;
}

.quiz__question-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 767px) {
  .quiz__question-container {
    flex-direction: column;
  }
}
.quiz__question-box {
  width: 100%;
  height: 5rem;
  margin: 1rem 1.12rem;
  padding: 1rem 2.37 1rem 0.8rem;
  border-radius: 0.75rem;
  border: solid 1px #722282;
  background-color: #fff;
  position: relative;
  flex-grow: 0;
  flex-direction: column;
  align-items: center;
  flex-shrink: 1;
}
.quiz__question-number {
  color: #5b1b66;
  margin: 0 1rem 0 0;
  font-weight: bold;
  text-align: right;
}
.quiz__circle-choice {
  display: inline-flex;
  margin: 1.25rem;
}
.quiz__reply-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
.quiz__incorrect-answer {
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  width: 95%;
  margin: 1rem 1.12rem;
  padding: 1rem 2.375 1rem 0.8rem;
  border-radius: 12px;
  border: solid 1px #585858;
  color: #585858;
  position: relative;
}
.quiz__correct-answer {
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  width: 95%;
  margin: 1rem 1.12rem;
  padding: 1rem 2.375 1rem 0.8rem;
  border-radius: 12px;
  border: solid 1px #e65300;
  background-color: #ffa300;
  color: white;
  position: relative;
}
.quiz__answertext {
  display: inline-flex;
  flex: 0 1 auto;
  margin: 0 0 1rem 1rem;
}
.quiz__nextbtn {
  justify-content: center;
}
.quiz__nextbtn--size {
  font-size: 0.8rem;
  padding: 0.5rem 4rem;
}
@media (max-width: 767px) {
  .quiz__quiztaker {
    display: none;
  }
}
.quiz__results {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  width: 100%;
}
.quiz__results__toptext {
  color: #722282;
  font-size: 2em;
}
.quiz__results__bottomtext {
  color: #585858;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
}
.quiz__results__score {
  color: #cc4b00;
  font-size: 2em;
  display: flex;
  justify-content: center;
}
.quiz__results__badge {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  flex-shrink: 1;
  padding: 1.5rem 0 0 0;
}
.quiz__resultsbtn {
  justify-content: center;
  color: #fff;
}

.preview-card {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 2rem 1rem 1rem;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
  background-color: #722282;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .preview-card {
    padding: 2rem;
  }
  @supports (padding: clamp(1rem, 5vw, 4rem)) {
    .preview-card {
      padding: clamp(1rem, 3.5vw, 1.5rem);
    }
  }
}
.preview-card--linked {
  transition: all 300ms ease;
  padding-right: 2.5rem;
}
@media (min-width: 768px) {
  .preview-card--linked {
    padding-right: calc(5% + 2rem);
  }
}
.preview-card--linked:hover, .preview-card--linked:focus, .preview-card--linked:active {
  background-color: #5b1b66;
}
.preview-card--linked:hover::before, .preview-card--linked:focus::before, .preview-card--linked:active::before {
  transform: translate(0, -50%);
}
.preview-card--linked::before {
  display: none;
  content: "chevron_right";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  font-weight: 300;
  line-height: 0.1rem;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .preview-card--linked::before {
    display: initial;
  }
}
body.loaded .preview-card--linked::before, body.fonts-loaded .preview-card--linked::before {
  display: initial;
}
.preview-card--linked::before {
  position: absolute;
  right: 1rem;
  left: auto;
  top: 50%;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  transform: translate(0, -50%);
  color: var(--vtl-font-color, #fff);
}
.preview-card--linked::before {
  font-size: 2.25rem;
}
@supports (font-size: clamp(1.5rem, 5vw, 3rem)) {
  .preview-card--linked::before {
    font-size: clamp(1.5rem, 5vw, 3rem);
  }
}
@media (min-width: 768px) {
  .preview-card--linked::before {
    right: 1.5rem;
    transform: translate(-20%, -50%);
    transition: all 300ms ease;
  }
}
@media (min-width: 768px) {
  .preview-cards--cols-4 .preview-card, .preview-cards--cols-5 .preview-card {
    flex-direction: column;
    padding: 1rem;
  }
  @supports (padding: clamp(1rem, 5vw, 4rem)) {
    .preview-cards--cols-4 .preview-card, .preview-cards--cols-5 .preview-card {
      padding: clamp(0.5rem, 2vw, 1rem);
    }
  }
}
.preview-cards--cols-4 .preview-card--linked, .preview-cards--cols-5 .preview-card--linked {
  padding-right: 2.5rem;
}
@media (min-width: 768px) {
  .preview-cards--cols-4 .preview-card--linked, .preview-cards--cols-5 .preview-card--linked {
    padding-right: calc(5% + 2rem);
  }
}
.preview-card__figure {
  position: relative;
  flex: 0 1 20%;
  width: 20%;
  min-width: 3rem;
  max-width: 5rem;
  min-height: 3rem;
}
@supports (aspect-ratio: 1) {
  .preview-card__figure {
    aspect-ratio: 1;
  }
}
.preview-card__figure::before {
  content: "";
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
@supports (aspect-ratio: 1) {
  .preview-card__figure::before {
    content: none;
    padding: 0;
    display: none;
  }
}
@supports not (translate: none) {
  .preview-card__figure {
    margin-right: 1rem;
  }
  @media (min-width: 768px) {
    .preview-cards--cols-4 .preview-card__figure, .preview-cards--cols-5 .preview-card__figure {
      margin-right: 0;
      margin-bottom: 1rem;
    }
  }
}
@supports (object-fit: cover) {
  .preview-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    object-fit: cover;
    object-position: center;
  }
}
.preview-card__image {
  object-fit: contain !important;
}
.preview-card__main {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .preview-card__main {
    gap: 0.75rem;
  }
}
.preview-card__heading {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.preview-card__heading {
  font-size: 1.0555rem;
}
@supports (font-size: clamp(1rem, 1.5vw, 1.111rem)) {
  .preview-card__heading {
    font-size: clamp(1rem, 1.5vw, 1.111rem);
  }
}
@media (min-width: 768px) {
  .preview-cards--cols-4 .preview-card__heading, .preview-cards--cols-5 .preview-card__heading {
    word-break: break-word;
    hyphens: auto;
  }
}
.preview-card__description {
  font-size: 0.667rem;
}
.preview-card__description,
.preview-card__description p {
  line-height: 1.1;
}
.preview-card__description > *:last-child {
  margin-bottom: 0;
}
.preview-card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -500vw;
  overflow: hidden;
  z-index: 1000;
}

.preview-cards {
  --hgap: 1rem;
  --cols: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: calc(var(--hgap, 1rem) / var(--cols, 2));
  row-gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .preview-cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.preview-cards__item {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
}
@supports not (translate: none) {
  .preview-cards__item {
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .preview-cards__item {
    flex: 0 1 auto;
    flex-basis: calc(100% / var(--cols, 2) - var(--hgap, 1rem) / var(--cols, 2));
  }
}
.preview-cards__item > .preview-card {
  margin: 0;
}
.preview-cards--cols-3 {
  --cols: 3;
}
.preview-cards--cols-4 {
  --cols: 4;
}
.preview-cards--cols-5 {
  --cols: 5;
}

.vital-elite {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .vital-elite {
    display: grid;
    grid-template-columns: 40fr 60fr;
    grid-template-rows: auto 1fr;
    gap: 0;
    row-gap: 1rem;
  }
}
.vital-elite__header {
  background-color: #ffa300;
}
@media (min-width: 768px) {
  .vital-elite__header {
    grid-column: 1/-1;
    grid-row: 1;
  }
}
.vital-elite__heading {
  margin: 0;
  padding: 0;
}
.vital-elite__heading img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .vital-elite__heading {
    width: 40%;
  }
}
.vital-elite__main {
  font-size: 0.8em;
}
.vital-elite__main p {
  margin: 0 0 0.5rem 0;
}
@media (min-width: 768px) {
  .vital-elite__form-section {
    grid-column: 2/2;
    grid-row: 1/-1;
    padding: 1rem;
  }
}
.vital-elite__form-section .form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
  padding: 1rem;
  font-size: 0.8em;
}
.vital-elite__form-section .form__header {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
  padding: 1rem 1.5rem 1rem 1.5rem;
  background-color: #722282;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.vital-elite__form-section .form__heading {
  padding: 0;
  margin: 0;
  color: var(--vtl-font-color, #fff);
  line-height: 1.1;
  text-align: center;
  font-weight: 300;
}
.vital-elite__form-section .form__heading {
  font-size: 1.225rem;
}
@supports (font-size: clamp(1rem, 2vw, 1.45rem)) {
  .vital-elite__form-section .form__heading {
    font-size: clamp(1rem, 2vw, 1.45rem);
  }
}
.vital-elite__form-section .form__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
  margin: 0;
  padding: 0 1rem 1rem 1rem;
}
.vital-elite__form-section .form__body h3,
.vital-elite__form-section .form__body h4,
.vital-elite__form-section .form__body h5,
.vital-elite__form-section .form__body h6 {
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-size: 1rem;
}
.vital-elite__form-section .form__body p {
  margin-bottom: 0.25rem;
}
.vital-elite__form-section .form__section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #aaaaaa;
}
@media (min-width: 768px) {
  .vital-elite__form-section .form__section {
    gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vital-elite__form-section .form__section--donor-check {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.vital-elite[data-mode=donorCheck] .vital-elite__form-section .form__section--donor-check {
  border-bottom: 0;
  padding: 0;
}
.vital-elite__form-section .form__section--donor-check > .form__group {
  flex: 1 1 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .vital-elite__form-section .form__section--donor-check > .form__group--email {
    flex-basis: calc(60% - 1rem);
  }
}
@media (min-width: 768px) {
  .vital-elite__form-section .form__section--donor-check > .form__group--dob {
    flex-basis: calc(40% - 1rem);
  }
}
.vital-elite__form-section .form__section.hide {
  display: none;
}
.vital-elite__form-section .form__section > .form__group {
  margin: 0;
  padding: 0;
}
.vital-elite__form-section .form__section h1,
.vital-elite__form-section .form__section h2,
.vital-elite__form-section .form__section h3,
.vital-elite__form-section .form__section h4,
.vital-elite__form-section .form__section h5,
.vital-elite__form-section .form__section h6 {
  margin: 0;
}
.vital-elite__form-section .form__group.hide {
  display: none;
}
.vital-elite__form-section .form__label {
  font-weight: 400;
}
.vital-elite__form-section .form__control:disabled,
.vital-elite__form-section .form__control .disabled {
  pointer-events: none;
  border-color: transparent;
  background-color: #f5f5f5;
}
.vital-elite__form-section .form__footer {
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.vital-elite__form-section .form__footer.hide {
  display: none;
}
.vital-elite__form-section .form__submit {
  cursor: pointer;
  appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  touch-action: manipulation;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 100vw;
  transition: color 300ms ease, background-color 300ms ease, text-decoration-color 300ms ease, border-color 300ms ease;
  text-transform: uppercase;
  color: #fff;
  background-color: #cc4b00;
  border-color: #cc4b00;
}
.vital-elite__form-section .form__submit:hover {
  text-decoration: none;
}
.vital-elite__form-section .form__submit.disabled, .vital-elite__form-section .form__submit[disabled] {
  pointer-events: none;
  opacity: 0.65;
  color: var(--vtl-font-color, #585858);
  border-color: var(--vtl-font-color, #585858);
}
.vital-elite__form-section .form__submit:hover, .vital-elite__form-section .form__submit:focus {
  color: #fff;
  background-color: #ffa300;
  border-color: #ffa300;
}
.vital-elite__form-section .form__submit:active {
  color: #fff;
  background-color: #cc4b00;
  border-color: #cc4b00;
}
body:not(.using-mouse) .vital-elite__form-section .form__submit:focus {
  outline: none;
  outline: 3px solid rgba(144, 83, 161, 0.33);
  box-shadow: none;
}
body.using-mouse .vital-elite__form-section .form__submit:focus {
  outline: none;
  outline: unset;
  box-shadow: none;
}
.vital-elite__showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .vital-elite__showcase {
    flex-direction: row;
  }
}
.vital-elite__showcase > figure,
.vital-elite__showcase .vital-elite__figure {
  flex: 1;
}
.vital-elite__figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.vital-elite__reward {
  --vtl-font-color: #722282;
}
.vital-elite__reward,
.vital-elite__reward p {
  font-size: 0.9rem;
  color: var(--vtl-font-color, #722282);
  font-weight: 500;
}
.vital-elite__reward.hide {
  display: none;
}
.vital-elite__reward > .vital-elite__picture {
  display: block;
  margin: 0 auto 1rem auto;
  max-width: 15rem;
}
.vital-elite__reward > .vital-elite__picture > source,
.vital-elite__reward > .vital-elite__picture > img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .vital-elite__reward > .vital-elite__picture {
    float: right;
    width: 40%;
    margin: 0.5rem;
  }
  @supports (float: end) {
    .vital-elite__reward > .vital-elite__picture {
      float: end;
    }
  }
}
.vital-elite .form__controls-item {
  flex-wrap: nowrap;
}

.social-media-card {
  --border-radius: 0.5rem;
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: min(5vw, 2rem);
  padding: 1rem;
  margin: 1rem 0;
  box-sizing: border-box;
  background-color: #722282;
  border-radius: var(--border-radius);
}
@media (min-width: 768px) {
  .social-media-card {
    padding: 2rem;
  }
  @supports (padding: clamp(1rem, 5vw, 4rem)) {
    .social-media-card {
      padding: clamp(1rem, 3.5vw, 1.5rem);
    }
  }
}
.section .widget-zone .social-media-card {
  margin-left: calc(-1 * var(--container-padding-x) / 2);
  margin-right: calc(-1 * var(--container-padding-x) / 2);
  border-radius: 0;
}
@media (min-width: 768px) {
  .section .widget-zone .social-media-card {
    margin-left: 0;
    margin-right: 0;
    border-radius: var(--border-radius);
  }
}
.social-media-card__header {
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
.social-media-card__header {
  font-size: 1.0055rem;
}
@supports (font-size: clamp(0.9rem, 3vw, 1.111rem)) {
  .social-media-card__header {
    font-size: clamp(0.9rem, 3vw, 1.111rem);
  }
}
.social-media-card__header p {
  line-height: 1.25;
}
.social-media-card__header *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.social-media-card__heading {
  margin: 0;
  padding: 0;
  text-align: center;
}
.social-media-card__heading {
  font-size: 1.0055rem;
}
@supports (font-size: clamp(0.9rem, 3vw, 1.111rem)) {
  .social-media-card__heading {
    font-size: clamp(0.9rem, 3vw, 1.111rem);
  }
}
.social-media-card__links {
  flex: 1 1 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: min(2.5%, 0.75rem);
  width: 100%;
}
.social-media-card__link {
  position: relative;
  flex: 1 1 15%;
  display: flex;
  max-width: 2rem;
}
@supports (aspect-ratio: 1) {
  .social-media-card__link {
    aspect-ratio: 1;
  }
}
.social-media-card__link::before {
  content: "";
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
@supports (aspect-ratio: 1) {
  .social-media-card__link::before {
    content: none;
    padding: 0;
    display: none;
  }
}
@supports not (translate: none) {
  .social-media-card__link:not(:last-child) {
    margin-right: 1rem;
  }
}
.social-media-card__image {
  object-fit: contain !important;
}
@supports (object-fit: cover) {
  .social-media-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    object-fit: cover;
    object-position: center;
  }
}

.donor-leads {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.5rem;
  background-color: #585858;
  overflow: hidden;
}
@media (min-width: 768px) {
  .donor-leads {
    flex-direction: row;
    gap: 2rem;
    height: 25rem;
  }
}
.donor-leads::before {
  content: "";
  flex: 0 1 auto;
  display: block;
  padding-bottom: 67%;
  background-image: url("/img/template-images/donor-leads-image.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@supports (aspect-ratio: 3/2) {
  .donor-leads::before {
    aspect-ratio: 3/2;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .donor-leads::before {
    flex: 0 1 50%;
    padding-bottom: 100%;
    background-position: center;
  }
  @supports (aspect-ratio: 1/1) {
    .donor-leads::before {
      aspect-ratio: 1/1;
      padding-bottom: 0;
    }
  }
}
.donor-leads__main {
  flex: 0 1 auto;
  padding: 1.5rem;
  padding-top: 0;
}
@media (min-width: 768px) {
  .donor-leads__main {
    flex: 1 1 50%;
    padding: 2rem;
    padding-left: 0;
  }
}
.donor-leads .form,
.donor-leads form {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
  background: transparent;
}
.donor-leads .form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.5rem;
}
.donor-leads .form__header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
}
.donor-leads .form__heading {
  color: var(--vtl-font-color-heading, #fff);
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.1;
}
.donor-leads .form__heading {
  font-size: 1.25rem;
}
@supports (font-size: clamp(1rem, 3vw, 1.5rem)) {
  .donor-leads .form__heading {
    font-size: clamp(1rem, 3vw, 1.5rem);
  }
}
.donor-leads .form__instructions {
  font-size: 0.8rem;
}
.donor-leads .form__body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
  column-gap: 1rem;
  row-gap: 0.75rem;
}
@media (min-width: 768px) {
  .donor-leads .form__body {
    grid-template-columns: 1fr 1fr;
  }
}
.donor-leads .form__group {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .donor-leads .form__group:not(.form__group--half):not(.form__group--third), .donor-leads .form__group--full {
    grid-column: 1/-1;
  }
}
.donor-leads .form label, .donor-leads .form__label {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 400;
}
.donor-leads .form__control:not(.form__control--check):not(.form__submit):not(input[type=submit]):not(button),
.donor-leads .form input:not(.form__control--check):not(input[type=check]):not(.form__submit):not(input[type=submit]) {
  width: 100%;
  min-width: 0;
}
.donor-leads .form .form__controls--checkboxes .form__controls-item {
  flex-wrap: nowrap;
}
.donor-leads .form__footer {
  margin-top: 0;
  padding-top: 0;
}

.promo {
  --vtl-header-cta-bg-color: #e65300;
  --vtl-hero-bg-color: transparent;
  --vtl-hero-image-bg-color: transparent;
  --vtl-hero-title-color: #722282;
  --vtl-hero-cta-bg-color: #e65300;
  --vtl-redemption-bg-color: transparent;
  --vtl-redemption-cta-bg-color: #e65300;
  --vtl-redemption-steps-bg-color: #f2f4f7;
  --vtl-redemption-steps-border-color: transparent;
  --vtl-impact-bg-color: transparent;
  --vtl-impact-cta-bg-color: #e65300;
  --vtl-eligibility-bg-color: #f2f4f7;
  --vtl-callout-bg-color: #e65300;
  --vtl-faq-bg-color: transparent;
}
.promo__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}
.promo__header > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.promo__heading {
  margin: 0;
  padding: 0;
  color: var(--vtl-font-color-heading, #585858);
  text-align: center;
  line-height: 1.1;
}
.promo__heading {
  font-size: 1.3rem;
}
@supports (font-size: clamp(1.1rem, 3vw, 1.5rem)) {
  .promo__heading {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
  }
}
.promo__section {
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .promo__section {
    padding: 2rem 0;
  }
}
.promo__section--hero {
  padding: 0.25rem 0;
  background-color: var(--vtl-hero-bg-color, #f2f4f7);
}
.promo__section--hero a.btn:not(.accordion a.btn):not(.testimonial a.btn) {
  background-color: var(--vtl-hero-cta-bg-color, #e65300);
  border-color: var(--vtl-hero-cta-bg-color, #e65300);
}
.promo__section--hero a.btn:not(.accordion a.btn):not(.testimonial a.btn):hover, .promo__section--hero a.btn:not(.accordion a.btn):not(.testimonial a.btn):active, .promo__section--hero a.btn:not(.accordion a.btn):not(.testimonial a.btn):focus {
  background-color: var(--vtl-hero-cta-bg-color, #e65300);
  border-color: var(--vtl-hero-cta-bg-color, #e65300);
}
.promo__section--redemption {
  background-color: var(--vtl-redemption-bg-color, transparent);
}
.promo__section--redemption a.btn:not(.accordion a.btn):not(.testimonial a.btn) {
  background-color: var(--vtl-redemption-cta-bg-color, transparent);
  border-color: var(--vtl-redemption-cta-bg-color, transparent);
}
.promo__section--redemption a.btn:not(.accordion a.btn):not(.testimonial a.btn):hover, .promo__section--redemption a.btn:not(.accordion a.btn):not(.testimonial a.btn):active, .promo__section--redemption a.btn:not(.accordion a.btn):not(.testimonial a.btn):focus {
  background-color: var(--vtl-redemption-cta-bg-color, transparent);
  border-color: var(--vtl-redemption-cta-bg-color, transparent);
}
.promo__section--impact {
  background-color: var(--vtl-impact-bg-color, transparent);
}
.promo__section--impact a.btn:not(.accordion a.btn):not(.testimonial a.btn) {
  background-color: var(--vtl-impact-cta-bg-color, #e65300);
  border-color: var(--vtl-impact-cta-bg-color, #e65300);
}
.promo__section--impact a.btn:not(.accordion a.btn):not(.testimonial a.btn):hover, .promo__section--impact a.btn:not(.accordion a.btn):not(.testimonial a.btn):active, .promo__section--impact a.btn:not(.accordion a.btn):not(.testimonial a.btn):focus {
  background-color: var(--vtl-impact-cta-bg-color, #e65300);
  border-color: var(--vtl-impact-cta-bg-color, #e65300);
}
.promo__section--impact .promo__footer > .section {
  margin-top: 2rem;
  border-radius: 2rem;
}
.promo__section--eligibility {
  background-color: var(--vtl-eligibility-bg-color, transparent);
}
.promo__section--eligibility a.btn:not(.accordion a.btn):not(.testimonial a.btn) {
  background-color: var(--vtl-eligibility-cta-bg-color, #e65300);
  border-color: var(--vtl-eligibility-cta-bg-color, #e65300);
}
.promo__section--eligibility a.btn:not(.accordion a.btn):not(.testimonial a.btn):hover, .promo__section--eligibility a.btn:not(.accordion a.btn):not(.testimonial a.btn):active, .promo__section--eligibility a.btn:not(.accordion a.btn):not(.testimonial a.btn):focus {
  background-color: var(--vtl-eligibility-cta-bg-color, #e65300);
  border-color: var(--vtl-eligibility-cta-bg-color, #e65300);
}
.promo__section--eligibility .promo__content .text-block {
  text-align: center;
}
.promo__section--eligibility .promo__content .text-block > p {
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.promo__section--eligibility .promo__content .text-block img {
  display: block;
  margin: 0 auto;
}
.promo__section--eligibility .promo__content .text-block img[src*=".png"], .promo__section--eligibility .promo__content .text-block img[src*=".svg"] {
  max-width: 7rem;
}
.promo__section--callout {
  --vtl-font-color: #fff;
  --vtl-font-color-inverse: #585858;
  --vtl-link-color: #fff;
  --vtl-link-hover-color: rgba(255, 255, 255, 0.8);
  --vtl-link-text-decoration-color: underline;
  --vtl-font-color-heading: #fff;
  --vtl-font-color-sub-heading: rgba(255, 255, 255, 0.8);
  --vtl-font-color-heading-1: #fff;
  --vtl-font-color-heading-2: #fff9f5;
  --vtl-font-color-heading-3: #fff;
  --vtl-font-color-heading-4: #e9d7fe;
  --vtl-font-color-heading-5: #fff;
  --vtl-font-color-heading-6: #fff9f5;
  --vtl-hr-color: rgb(243.1538461538, 244.0512820513, 245.8461538462);
  --vtl-font-color-error: #ffa300;
  --vtl-color-error: #ffa300;
}
.promo__section--callout .section__inner {
  padding: 3rem;
  background-color: var(--vtl-callout-bg-color, transparent);
}
@media (min-width: 768px) {
  .promo__section--callout .section__inner {
    border-radius: 2rem;
  }
}
.promo__section--callout .promo__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.promo__section--callout a.btn:not(.accordion a.btn):not(.testimonial a.btn) {
  color: var(--vtl-callout-bg-color, #e65300);
  background-color: #fff;
  border-color: #fff;
}
.promo__section--callout a.btn:not(.accordion a.btn):not(.testimonial a.btn):hover, .promo__section--callout a.btn:not(.accordion a.btn):not(.testimonial a.btn):active, .promo__section--callout a.btn:not(.accordion a.btn):not(.testimonial a.btn):focus {
  color: var(--vtl-callout-bg-color, #e65300);
  background-color: #fff;
  border-color: #fff;
}
.promo__section--faqs {
  background-color: var(--vtl-faqs-bg-color, transparent);
}
.promo__section .testimonial--featured .testimonial__footer {
  max-width: 15rem;
  flex-basis: 33%;
}
.promo__section-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}
.promo__description > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.promo__content > .section {
  --padding-y: 0.5rem;
}
.promo__content .section__inner {
  padding: 0 !important;
}
.promo__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  text-align: center;
}
.promo__footer > *:last-child:not(.btn, button) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.promo__divider {
  appearance: none;
  border: none;
  background-color: transparent;
  width: 100%;
  max-width: var(--container-max-width);
  margin: 1rem auto;
  opacity: 1;
  background-image: url("/img/template-images/divider--horizontal-purple.svg");
  background-size: 100% 100%;
  background-repeat: repeat-x;
  background-position: center center;
}
@media (min-width: 768px) {
  .promo__divider {
    background-size: auto 100%;
    background-position: center center;
  }
}
.promo__divider, .promo__divider:not([size]) {
  height: 3rem;
}
.promo__disclaimer {
  font-size: 0.8rem;
  line-height: 1.2;
  font-style: italic;
}
.promo__disclaimer > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.promo a.btn:not(.accordion a.btn):not(.testimonial a.btn) {
  transition: box-shadow 300ms ease;
}
.promo a.btn:not(.accordion a.btn):not(.testimonial a.btn):hover, .promo a.btn:not(.accordion a.btn):not(.testimonial a.btn):active, .promo a.btn:not(.accordion a.btn):not(.testimonial a.btn):focus {
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.8);
}

.promo-redemption__steps {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .promo-redemption__steps {
    flex-direction: row;
    gap: 2.5%;
  }
}
.promo-redemption__step {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  margin: 0;
  padding: 0;
}

.promo-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 5%;
  border: 0.2rem solid var(--vtl-redemption-steps-border-color);
  border-radius: 1rem;
  background-color: var(--vtl-redemption-steps-bg-color, transparent);
}
@media (min-width: 768px) {
  .promo-step {
    align-items: flex-start;
    padding: 1.75rem;
  }
}
.promo-step__icon {
  position: relative;
  width: 50%;
  max-width: 5rem;
  min-width: 1rem;
}
@media (min-width: 768px) {
  @supports (aspect-ratio: 1) {
    .promo-step__icon {
      aspect-ratio: 1;
    }
  }
  .promo-step__icon::before {
    content: "";
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  @supports (aspect-ratio: 1) {
    .promo-step__icon::before {
      content: none;
      padding: 0;
      display: none;
    }
  }
}
.promo-step__icon > .promo-step__image,
.promo-step__icon > img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  @supports (object-fit: cover) {
    .promo-step__icon > .promo-step__image,
    .promo-step__icon > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
      z-index: 1;
      object-fit: cover;
      object-position: center;
    }
  }
  .promo-step__icon > .promo-step__image,
  .promo-step__icon > img {
    object-fit: contain !important;
  }
}
.promo-step__content {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
}
.promo-step__heading {
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
.promo-step__heading {
  font-size: 1.2165rem;
}
@supports (font-size: clamp(1.1rem, 2.5vw, 1.333rem)) {
  .promo-step__heading {
    font-size: clamp(1.1rem, 2.5vw, 1.333rem);
  }
}
@media (min-width: 768px) {
  .promo-step__heading {
    text-align: start;
    text-align: left;
  }
  @supports (text-align: start) {
    .promo-step__heading {
      text-align: start;
    }
  }
}
.promo-step__description {
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 768px) {
  .promo-step__description {
    text-align: start;
    text-align: left;
  }
  @supports (text-align: start) {
    .promo-step__description {
      text-align: start;
    }
  }
}
.promo-step__description > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.promo-stats {
  margin: 2rem 0;
}
.promo-stats__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .promo-stats__list {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5%;
  }
}
.promo-stats__list-item {
  margin: 0;
  padding: 0;
  flex: 0 1 auto;
}

.promo-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .promo-stat {
    gap: 0.5rem;
  }
}
.promo-stat__heading {
  margin: 0;
  padding: 0;
  color: var(--vtl-impact-stats-color, #722282);
  font-weight: 500;
}
.promo-stat__heading {
  font-size: 1.85rem;
}
@supports (font-size: clamp(1.2rem, 2.5vw, 2.5rem)) {
  .promo-stat__heading {
    font-size: clamp(1.2rem, 2.5vw, 2.5rem);
  }
}
.promo-stat__description {
  margin: 0;
  padding: 0;
}
.promo-stat__description > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.promo-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .promo-hero {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3%;
  }
}
.promo-hero__figure, .promo-hero__content {
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .promo-hero__figure, .promo-hero__content {
    flex-basis: 45%;
  }
}
.promo-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem;
}
.promo-hero__title {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  color: var(--vtl-hero-title-color, #722282);
}
.promo-hero__title {
  font-size: 0.95rem;
}
@supports (font-size: clamp(0.9rem, 2vw, 1rem)) {
  .promo-hero__title {
    font-size: clamp(0.9rem, 2vw, 1rem);
  }
}
@media (min-width: 768px) {
  .promo-hero__title {
    text-align: start;
    text-align: left;
  }
  @supports (text-align: start) {
    .promo-hero__title {
      text-align: start;
    }
  }
}
.promo-hero__heading {
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-align: center;
}
.promo-hero__heading {
  font-size: 1.75rem;
}
@supports (font-size: clamp(1.5rem, 3vw, 2rem)) {
  .promo-hero__heading {
    font-size: clamp(1.5rem, 3vw, 2rem);
  }
}
@media (min-width: 768px) {
  .promo-hero__heading {
    text-align: start;
    text-align: left;
  }
  @supports (text-align: start) {
    .promo-hero__heading {
      text-align: start;
    }
  }
}
.promo-hero__description {
  width: 100%;
}
.promo-hero__description ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
}
.promo-hero__description ul li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 1.5em;
}
.promo-hero__description ul li:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 1em;
  background-image: url("/img/template-images/checkmark.svg");
  background-size: contain;
}
.promo-hero__figure {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 1rem 2rem;
  background-color: var(--vtl-hero-image-bg-color, transparent);
  border-radius: 2rem;
}
@supports (aspect-ratio: 1.5) {
  .promo-hero__figure {
    aspect-ratio: 1.5;
  }
}
.promo-hero__figure::before {
  content: "";
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  padding-bottom: 66.6666666667%;
}
@supports (aspect-ratio: 1.5) {
  .promo-hero__figure::before {
    content: none;
    padding: 0;
    display: none;
  }
}
@media (min-width: 768px) {
  .promo-hero__figure {
    flex-basis: 52%;
  }
}
.promo-hero__picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@supports (object-fit: cover) {
  .promo-hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    object-fit: cover;
    object-position: center;
  }
}
.promo-hero__image {
  object-fit: contain !important;
}

.navigate-enter-active, .navigate-leave-active {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.navigate-enter-from {
  opacity: 0;
  position: absolute;
}

.navigate-leave-to {
  opacity: 0;
  z-index: 1;
}

.loader[data-v-150b3507] {
  position: relative;
  display: inline-block;
  font-size: 10rem;
  width: 1em;
  height: 1em;
  margin: 0.333em auto;
}

.loader div[data-v-150b3507] {
  -webkit-animation: loader-data-v-150b3507 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: loader-data-v-150b3507 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 0.5em 0.5em;
  transform-origin: 0.5em 0.5em;
}

.loader div[data-v-150b3507]:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0.0875em;
  height: 0.0875em;
  border-radius: 50%;
  background: var(--loader-color);
  margin: -0.05em 0 0 -0.05em;
}

.loader div[data-v-150b3507]:nth-child(1) {
  -webkit-animation-delay: -36ms;
  animation-delay: -36ms;
}

.loader div[data-v-150b3507]:nth-child(1):after {
  top: 0.7875em;
  left: 0.7875em;
}

.loader div[data-v-150b3507]:nth-child(2) {
  -webkit-animation-delay: -72ms;
  animation-delay: -72ms;
}

.loader div[data-v-150b3507]:nth-child(2):after {
  top: 0.85em;
  left: 0.7em;
}

.loader div[data-v-150b3507]:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
}

.loader div[data-v-150b3507]:nth-child(3):after {
  top: 0.8875em;
  left: 0.6em;
}

.loader div[data-v-150b3507]:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
}

.loader div[data-v-150b3507]:nth-child(4):after {
  top: 0.9em;
  left: 0.5em;
}

.loader div[data-v-150b3507]:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}

.loader div[data-v-150b3507]:nth-child(5):after {
  top: 0.8875em;
  left: 0.4em;
}

.loader div[data-v-150b3507]:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
}

.loader div[data-v-150b3507]:nth-child(6):after {
  top: 0.85em;
  left: 0.3em;
}

.loader div[data-v-150b3507]:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
}

.loader div[data-v-150b3507]:nth-child(7):after {
  top: 0.7875em;
  left: 0.2125em;
}

.loader div[data-v-150b3507]:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}

.loader div[data-v-150b3507]:nth-child(8):after {
  top: 0.7em;
  left: 0.15em;
}

@-webkit-keyframes loader-data-v-150b3507 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-data-v-150b3507 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#bluesearch {
  --focus-color: #1e90ff;
  --font-size: 1rem;
  --font-weight: 400;
  --font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  --line-height: 1.3;
  --color: #171717;
  --reset-color: #1e90ff;
  --reset-hover-color: #005db7;
  --reset-transition: color .2s ease;
  --link-color: #1e90ff;
  --link-hover-color: #005db7;
  --link-transition: color .2s ease;
  --loader-color: #1e90ff;
  --accordion-title-color: #171717;
  --accordion-title-active-color: #1e90ff;
  --accordion-title-transition: color .2s ease;
  --border-color: #e5e5e5;
  --label-color: #171717;
  --label-background: #e5e5e5;
  --button-color: #171717;
  --button-background: #e5e5e5;
  --button-hover-color: #fff;
  --button-hover-background: #1e90ff;
  --button-transition: color .2s ease, background .2s ease;
  --check-background: transparent;
  --check-border: #e5e5e5;
  --check-active-color: #fff;
  --check-active-background: #1e90ff;
  --check-active-border: #1e90ff;
  --check-transition: color .2s ease, background .2s ease, border .2s ease;
  --tag-color: #171717;
  --tag-background: #e5e5e5;
  --tag-hover-color: #fff;
  --tag-hover-background: #ff6666;
  --tag-transition: color .2s ease, background .2s ease;
  --pagination-nav-color: #fff;
  --pagination-nav-background: #535353;
  --pagination-nav-hover-color: #fff;
  --pagination-nav-hover-background: #1e90ff;
  --pagination-nav-disabled-opacity: .2;
  --pagination-nav-transition: color .2s ease, background .2s ease;
  --pagination-number-color: #535353;
  --pagination-number-background: transparent;
  --pagination-number-hover-color: #535353;
  --pagination-number-hover-background: #e5e5e5;
  --pagination-number-active-color: #fff;
  --pagination-number-active-background: #1e90ff;
  --pagination-number-transition: color .2s ease, background .2s ease;
}

#bluesearch *:focus {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 0.125rem var(--focus-color);
  box-shadow: inset 0 0 0 0.125rem var(--focus-color);
}

#bluesearch[data-v-bab69de4] {
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  font-family: var(--font-family);
  line-height: var(--line-height);
  color: var(--color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#bluesearch[data-v-bab69de4] *, #bluesearch[data-v-bab69de4] *:before, #bluesearch[data-v-bab69de4] *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

#bluesearch[data-v-bab69de4] a {
  -webkit-transition: var(--link-transition);
  transition: var(--link-transition);
  color: var(--link-color);
}

#bluesearch[data-v-bab69de4] a:hover {
  color: var(--link-hover-color);
}

.search[data-v-bab69de4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.search__layout[data-v-bab69de4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .search__layout[data-v-bab69de4] {
    display: -ms-grid;
    display: grid;
    gap: 2rem 2rem;
    -ms-grid-columns: minmax(15rem, 1fr) 2rem 3fr;
    grid-template-columns: minmax(15rem, 1fr) 3fr;
    -ms-grid-rows: auto 2rem auto 2rem 1fr 2rem auto;
    grid-template-rows: auto auto 1fr auto;
    grid-template-areas: "head head" "rail main" "rail foot";
  }
}
@media (min-width: 992px) {
  .search__layout[data-hide-rail][data-v-bab69de4] {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "head" "main" "foot";
  }
}
.search__header[data-v-bab69de4] {
  grid-area: head;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  overflow: hidden;
  padding: 3px;
  margin: -3px;
}

.search__rail[data-v-bab69de4] {
  grid-area: rail;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 100%;
  overflow: hidden;
  padding: 3px;
  margin: -3px;
}

.search__main[data-v-bab69de4] {
  grid-area: main;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 100%;
  overflow: hidden;
  padding: 3px;
  margin: -3px;
}

.search__footer[data-v-bab69de4] {
  grid-area: foot;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
  padding: 3px;
  margin: -3px;
}

@media (min-width: 992px) {
  .search__header[data-v-bab69de4] {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .search__layout[data-hide-rail][data-v-bab69de4] > .search__header[data-v-bab69de4] {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .search__rail[data-v-bab69de4] {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .search__main[data-v-bab69de4] {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .search__layout[data-hide-rail][data-v-bab69de4] > .search__main[data-v-bab69de4] {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .search__footer[data-v-bab69de4] {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .search__layout[data-hide-rail][data-v-bab69de4] > .search__footer[data-v-bab69de4] {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
span.root[data-v-38c8d6f1] {
  display: contents;
}

.search-query[data-v-38c8d6f1] {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  gap: 0.5rem;
}

@media (min-width: 576px) {
  .search-query[data-v-38c8d6f1] {
    gap: 0;
  }
}
.search-query__form[data-v-38c8d6f1] {
  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: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
}

@media (min-width: 576px) {
  .search-query__form[data-v-38c8d6f1] {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.search-query__wrapper[data-v-38c8d6f1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid var(--border-color);
}

.search-query__wrapper[data-v-38c8d6f1]:focus-within {
  -webkit-box-shadow: inset 0 0 0 0.125rem var(--focus-color);
  box-shadow: inset 0 0 0 0.125rem var(--focus-color);
}

@media (min-width: 576px) {
  .search-query__wrapper[data-v-38c8d6f1] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.search-query__label[data-v-38c8d6f1], .search-query__sort-label[data-v-38c8d6f1] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.search-query__input[data-v-38c8d6f1] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  height: auto;
  width: auto;
  width: 100%;
  margin: 0;
  padding: 1rem;
}

@media (min-width: 576px) {
  .search-query__input[data-v-38c8d6f1] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.search-query__input[data-v-38c8d6f1]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.search-query__input[data-v-38c8d6f1]::-webkit-input-placeholder {
  color: var(--color);
  font-weight: 300;
}

.search-query__input[data-v-38c8d6f1]::-moz-placeholder {
  color: var(--color);
  font-weight: 300;
}

.search-query__input[data-v-38c8d6f1]:-ms-input-placeholder {
  color: var(--color);
  font-weight: 300;
}

.search-query__input[data-v-38c8d6f1]::-ms-input-placeholder {
  color: var(--color);
  font-weight: 300;
}

.search-query__input[data-v-38c8d6f1]::placeholder {
  color: var(--color);
  font-weight: 300;
}

.search-query__reset[data-v-38c8d6f1] {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0.5rem;
  margin: 0 0.5rem;
  font-weight: 700;
  color: var(--reset-color);
  -webkit-transition: var(--reset-transition);
  transition: var(--reset-transition);
}

.search-query__reset[data-v-38c8d6f1]:hover {
  color: var(--reset-hover-color);
}

.search-query__submit[data-v-38c8d6f1] {
  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: 0;
  margin: 0;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 1rem;
  background: var(--button-background);
  color: var(--button-color);
  -webkit-transition: var(--button-transition);
  transition: var(--button-transition);
}

.search-query__submit[data-v-38c8d6f1]:hover {
  text-decoration: none;
}

@media (max-width: 575px) {
  .search-query__submit[data-v-38c8d6f1] {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
.search-query__submit[data-v-38c8d6f1]:hover {
  background: var(--button-hover-background);
  color: var(--button-hover-color);
}

.search-query__sort[data-v-38c8d6f1] {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 576px) {
  .search-query__sort[data-v-38c8d6f1] {
    margin-left: 1rem;
  }
}
.search-query__sort[data-v-38c8d6f1]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  height: 0.5rem;
  width: 0.5rem;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: translate(50%, -75%) rotate(-45deg);
  transform: translate(50%, -75%) rotate(-45deg);
}

.search-query__sort select[data-v-38c8d6f1] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  padding: 1rem 2.5rem 1rem 1rem;
  min-width: 100%;
}

.search-query__results[data-v-38c8d6f1] {
  line-height: 1;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background: var(--label-background);
  color: var(--label-color);
}

span[data-v-9192ea82] {
  display: contents;
}

.expand-enter-active, .expand-leave-active {
  overflow: hidden;
  -webkit-transition: height 0.35s ease, opacity 0.35s ease;
  transition: height 0.35s ease, opacity 0.35s ease;
  will-change: height opacity;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.expand-enter-from, .expand-leave-to {
  height: 0;
  opacity: 0;
}

.expand-enter-to, .expand-leave-from {
  height: auto;
  opacity: 1;
}

.search-filters-group[data-v-5ef4e97d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-filters-group:first-child .search-filters-group__title[data-v-5ef4e97d] {
  border-top: 1px solid var(--border-color);
}

.search-filters-group[data-v-5ef4e97d]:last-of-type {
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
}

.search-filters-group__title[data-v-5ef4e97d] {
  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;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
  border-bottom: 1px solid var(--border-color);
  color: var(--accordion-title-color);
  -webkit-transition: var(--accordion-title-transition);
  transition: var(--accordion-title-transition);
}

.search-filters-group__title[data-v-5ef4e97d]:before, .search-filters-group__title[data-v-5ef4e97d]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0.625rem;
  height: 0.125rem;
  background-color: currentColor;
}

.search-filters-group__title[data-v-5ef4e97d]:after {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search-filters-group__title[data-v-5ef4e97d]:hover {
  color: #1e90ff;
}

.search-filters-group__title.active[data-v-5ef4e97d]:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.search-filters-group__title.active[data-v-5ef4e97d], .search-filters-group__title[data-v-5ef4e97d]:hover {
  color: var(--accordion-title-active-color);
}

.search-filters-group__options[data-v-5ef4e97d] {
  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 var(--border-color);
}

.search-filters-group__options-inner[data-v-5ef4e97d] {
  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 0.875rem;
}

.search-filters-item[data-v-4440e2ad] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.125rem;
  padding-top: 0.5rem;
}

.search-filters-item[data-v-4440e2ad]:not(:last-child) {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid transparent;
}

.search-filters-item[data-v-4440e2ad]:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--border-color);
  opacity: 0.5;
}

.search-filters-item__input[data-v-4440e2ad] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.search-filters-item__input:focus + .search-filters-item__label[data-v-4440e2ad]:before {
  -webkit-box-shadow: inset 0 0 0 2px var(--check-active-border);
  box-shadow: inset 0 0 0 2px var(--check-active-border);
}

.search-filters-item__input:checked + .search-filters-item__label[data-v-4440e2ad]:before {
  background-color: var(--check-active-background);
  border-color: var(--check-active-border);
}

.search-filters-item__input:checked + .search-filters-item__label[data-v-4440e2ad]:after {
  opacity: 1;
}

.search-filters-item__input:disabled + .search-filters-item__label[data-v-4440e2ad] {
  opacity: 0.5;
  cursor: default;
}

.search-filters-item__input:disabled + .search-filters-item__expand[data-v-4440e2ad] {
  opacity: 0.5;
}

.search-filters-item__label[data-v-4440e2ad] {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  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;
  position: relative;
}

.search-filters-item__label[data-v-4440e2ad]:before {
  content: "";
  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;
  border: 1px solid var(--check-border);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.search-filters-item__label[data-v-4440e2ad]:after {
  content: "";
  height: 0.75rem;
  width: 0.3875rem;
  color: var(--check-active-color);
  border-bottom: 0.125rem solid currentColor;
  border-right: 0.125rem solid currentColor;
  position: absolute;
  left: 0.45rem;
  top: 0.125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.search-filters-item__expand[data-v-4440e2ad] {
  all: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  cursor: pointer;
  background-color: currentColor;
  margin-left: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  opacity: 0.2;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.search-filters-item__expand[data-v-4440e2ad]:before, .search-filters-item__expand[data-v-4440e2ad]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.3125rem;
  margin-top: -0.0625rem;
  width: 0.625rem;
  height: 0.125rem;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.search-filters-item__expand[data-v-4440e2ad]:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search-filters-item__expand[data-v-4440e2ad]:hover {
  color: var(--accordion-title-active-color);
  opacity: 0.6;
}

.search-filters-item__expand.active[data-v-4440e2ad]:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.search-filters-item__expand.active[data-v-4440e2ad], .search-filters-item__expand[data-v-4440e2ad]:hover {
  opacity: 0.6;
  color: var(--accordion-title-active-color);
}

.search-filters-item__filters[data-v-4440e2ad] {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
}

.search-filters-item__filters-inner[data-v-4440e2ad] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0.75rem;
  margin-left: 0.875rem;
}

span.root[data-v-ef2a9c4e] {
  display: contents;
}

.search-filters[data-v-ef2a9c4e] {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: sticky;
  top: 0;
  z-index: 2;
}

.search-filters__inner[data-v-ef2a9c4e] {
  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: translate(100%);
  transform: translate(100%);
  z-index: 100;
}

.search-filters__inner[data-v-ef2a9c4e]:before, .search-filters__inner[data-v-ef2a9c4e]:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
}

.search-filters__inner[data-v-ef2a9c4e]:before {
  position: absolute;
  z-index: -1;
  left: 0;
  background: #fff;
}

.search-filters__inner[data-v-ef2a9c4e]:after {
  position: fixed;
  z-index: -2;
  width: calc(100vw + 300px);
  height: 100vh;
  cursor: pointer;
  background: rgba(23, 23, 23, 0.85);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-300px);
  transform: translate(-300px);
}

.search-filters__inner.active[data-v-ef2a9c4e] {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.search-filters__inner.active[data-v-ef2a9c4e]:after {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(0);
  transform: translate(0);
}

@media (min-width: 992px) {
  .search-filters__inner[data-v-ef2a9c4e] {
    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;
  }
  .search-filters__inner[data-v-ef2a9c4e]:before, .search-filters__inner[data-v-ef2a9c4e]:after {
    display: none;
  }
}
.search-filters__inner > *[data-v-ef2a9c4e]:last-child {
  margin-bottom: 0;
}

.search-filters__content[data-v-ef2a9c4e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  padding: 0 1.5rem 1.5rem;
}

@media (min-width: 992px) {
  .search-filters__content[data-v-ef2a9c4e] {
    padding: 0;
    height: auto;
    overflow: visible;
  }
}
.search-filters__form[data-v-ef2a9c4e] {
  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;
}

.search-filters__toggle[data-v-ef2a9c4e], .search-filters__close[data-v-ef2a9c4e], .search-filters__btn[data-v-ef2a9c4e] {
  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: 0;
  margin: 0;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  padding: 1rem;
  background: var(--button-background);
  color: var(--button-color);
  -webkit-transition: var(--button-transition);
  transition: var(--button-transition);
}

.search-filters__toggle[data-v-ef2a9c4e]:hover, .search-filters__close[data-v-ef2a9c4e]:hover, .search-filters__btn[data-v-ef2a9c4e]:hover {
  text-decoration: none;
}

.search-filters__toggle[data-v-ef2a9c4e]:hover, .search-filters__close[data-v-ef2a9c4e]:hover, .search-filters__btn[data-v-ef2a9c4e]:hover {
  background: var(--button-hover-background);
  color: var(--button-hover-color);
}

.search-filters__toggle[data-v-ef2a9c4e]:disabled, .search-filters__close[data-v-ef2a9c4e]:disabled, .search-filters__btn[data-v-ef2a9c4e]:disabled {
  pointer-events: none;
  opacity: 0.75;
}

.search-filters__close[data-v-ef2a9c4e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: -1px;
  padding: 1rem 1.5rem;
  line-height: 1;
  font-size: 0.875rem;
  z-index: 1;
}

.search-filters__close[data-v-ef2a9c4e]:after {
  content: "×";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.25rem;
  line-height: 0;
}

@media (min-width: 992px) {
  .search-filters__toggle[data-v-ef2a9c4e], .search-filters__close[data-v-ef2a9c4e] {
    display: none;
  }
}
.search__tag[data-v-2bc590e2] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  background: var(--tag-background);
  color: var(--tag-color);
  cursor: pointer;
  -webkit-transition: var(--tag-transition);
  transition: var(--tag-transition);
}

.search__tag[data-v-2bc590e2]:hover {
  background: var(--tag-hover-background);
  color: var(--tag-hover-color);
}

.search__tag[data-v-2bc590e2]:after {
  content: "×";
}

span.root[data-v-74e8d732] {
  display: contents;
}

.search__tags[data-v-74e8d732] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
}

.search-result[data-v-2be2b012] {
  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;
  margin: 0;
  padding: 0;
}

.search-result[data-v-2be2b012]:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .search-result[data-v-2be2b012] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.25rem;
  }
}
.search-result__img[data-v-2be2b012] {
  margin: 0 0 1rem;
}

@media (min-width: 768px) {
  .search-result__img[data-v-2be2b012] {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.search-result__img img[data-v-2be2b012] {
  max-width: 100%;
}

.search-result__content[data-v-2be2b012] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-result__title[data-v-2be2b012] {
  font-size: 1.125rem;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 0.25rem;
}

.search-result__date[data-v-2be2b012] {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  opacity: 0.5;
}

.search-result__summary[data-v-2be2b012] {
  font-size: 0.875rem;
  line-height: 1.35rem;
  margin: 0.5rem 0 0;
}

span.root[data-v-18210f30] {
  display: contents;
}

.search__results[data-v-18210f30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

.search__results-empty[data-v-18210f30] {
  font-style: italic;
  margin: 2rem;
  text-align: center;
}

.search-pagination__number[data-v-03ce7297] {
  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;
  line-height: 1;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--pagination-number-color);
  background: var(--pagination-number-background);
  -webkit-transition: var(--pagination-nav-transition);
  transition: var(--pagination-nav-transition);
  border: none;
  border-radius: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search-pagination__number[data-v-03ce7297] {
  width: 1.375rem;
}

@media screen and (min-width: 20rem) {
  .search-pagination__number[data-v-03ce7297] {
    width: calc(1.375rem + 1.75 * (100vw - 20rem) / 62);
  }
}
@media screen and (min-width: 82rem) {
  .search-pagination__number[data-v-03ce7297] {
    width: 3.125rem;
  }
}
.search-pagination__number[data-v-03ce7297] {
  height: 1.375rem;
}

@media screen and (min-width: 20rem) {
  .search-pagination__number[data-v-03ce7297] {
    height: calc(1.375rem + 1.75 * (100vw - 20rem) / 62);
  }
}
@media screen and (min-width: 82rem) {
  .search-pagination__number[data-v-03ce7297] {
    height: 3.125rem;
  }
}
.search-pagination__number[data-v-03ce7297] {
  font-size: 0.875rem;
}

@media screen and (min-width: 20rem) {
  .search-pagination__number[data-v-03ce7297] {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 62);
  }
}
@media screen and (min-width: 82rem) {
  .search-pagination__number[data-v-03ce7297] {
    font-size: 1.125rem;
  }
}
.search-pagination__number[data-v-03ce7297]:is(span) {
  color: var(--pagination-number-active-color);
  background: var(--pagination-number-active-background);
}

.search-pagination__number[data-v-03ce7297]:is(button) {
  cursor: pointer;
}

.search-pagination__number[data-v-03ce7297]:is(button):hover {
  color: var(--pagination-number-hover-color);
  background: var(--pagination-number-hover-background);
}

.search-pagination__ellipsis[data-v-03ce7297] {
  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;
  overflow: hidden;
  color: var(--pagination-number-color);
  font-size: 0.125rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search-pagination__ellipsis[data-v-03ce7297] {
  width: 1.375rem;
}

@media screen and (min-width: 20rem) {
  .search-pagination__ellipsis[data-v-03ce7297] {
    width: calc(1.375rem + 1.75 * (100vw - 20rem) / 62);
  }
}
@media screen and (min-width: 82rem) {
  .search-pagination__ellipsis[data-v-03ce7297] {
    width: 3.125rem;
  }
}
.search-pagination__ellipsis[data-v-03ce7297] {
  min-width: 1.375rem;
}

@media screen and (min-width: 20rem) {
  .search-pagination__ellipsis[data-v-03ce7297] {
    min-width: calc(1.375rem + 1.75 * (100vw - 20rem) / 62);
  }
}
@media screen and (min-width: 82rem) {
  .search-pagination__ellipsis[data-v-03ce7297] {
    min-width: 3.125rem;
  }
}
.search-pagination__ellipsis[data-v-03ce7297] {
  height: 1.375rem;
}

@media screen and (min-width: 20rem) {
  .search-pagination__ellipsis[data-v-03ce7297] {
    height: calc(1.375rem + 1.75 * (100vw - 20rem) / 62);
  }
}
@media screen and (min-width: 82rem) {
  .search-pagination__ellipsis[data-v-03ce7297] {
    height: 3.125rem;
  }
}
.search-pagination__ellipsis[data-v-03ce7297]:after {
  content: "";
  height: 1em;
  width: 1em;
  background: currentColor;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-box-shadow: 0.25rem 0 0 currentColor, -0.25rem 0 0 currentColor;
  box-shadow: 0.25rem 0 0 currentColor, -0.25rem 0 0 currentColor;
}

.search-pagination[data-v-cbcde08e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: span 1/span 1;
  margin: 3rem 0;
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
}

.search-pagination.adjusting[data-v-cbcde08e] {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.search-pagination__inner[data-v-cbcde08e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.search-pagination__inner[data-v-cbcde08e] {
  gap: 0.125rem;
}

@media screen and (min-width: 20rem) {
  .search-pagination__inner[data-v-cbcde08e] {
    gap: calc(0.125rem + 0.2625 * (100vw - 20rem) / 62);
  }
}
@media screen and (min-width: 82rem) {
  .search-pagination__inner[data-v-cbcde08e] {
    gap: 0.3875rem;
  }
}
.search-pagination__prev[data-v-cbcde08e], .search-pagination__next[data-v-cbcde08e] {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  color: var(--pagination-nav-color);
  background: var(--pagination-nav-background);
  -webkit-transition: var(--pagination-nav-transition);
  transition: var(--pagination-nav-transition);
}

.search-pagination__prev[data-v-cbcde08e], .search-pagination__next[data-v-cbcde08e] {
  width: 1.375rem;
}

@media screen and (min-width: 20rem) {
  .search-pagination__prev[data-v-cbcde08e], .search-pagination__next[data-v-cbcde08e] {
    width: calc(1.375rem + 1.75 * (100vw - 20rem) / 62);
  }
}
@media screen and (min-width: 82rem) {
  .search-pagination__prev[data-v-cbcde08e], .search-pagination__next[data-v-cbcde08e] {
    width: 3.125rem;
  }
}
.search-pagination__prev[data-v-cbcde08e], .search-pagination__next[data-v-cbcde08e] {
  height: 1.375rem;
}

@media screen and (min-width: 20rem) {
  .search-pagination__prev[data-v-cbcde08e], .search-pagination__next[data-v-cbcde08e] {
    height: calc(1.375rem + 1.75 * (100vw - 20rem) / 62);
  }
}
@media screen and (min-width: 82rem) {
  .search-pagination__prev[data-v-cbcde08e], .search-pagination__next[data-v-cbcde08e] {
    height: 3.125rem;
  }
}
.search-pagination__prev[data-v-cbcde08e], .search-pagination__next[data-v-cbcde08e] {
  -ms-flex-preferred-size: 1.375rem;
  flex-basis: 1.375rem;
}

@media screen and (min-width: 20rem) {
  .search-pagination__prev[data-v-cbcde08e], .search-pagination__next[data-v-cbcde08e] {
    -ms-flex-preferred-size: calc(1.375rem + 1.75 * (100vw - 20rem) / 62);
    flex-basis: calc(1.375rem + 1.75 * (100vw - 20rem) / 62);
  }
}
@media screen and (min-width: 82rem) {
  .search-pagination__prev[data-v-cbcde08e], .search-pagination__next[data-v-cbcde08e] {
    -ms-flex-preferred-size: 3.125rem;
    flex-basis: 3.125rem;
  }
}
.search-pagination__prev span[data-v-cbcde08e], .search-pagination__next span[data-v-cbcde08e] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.search-pagination__prev[data-v-cbcde08e]:after, .search-pagination__next[data-v-cbcde08e]:after {
  content: "";
  height: 30%;
  width: 30%;
  border-left: 0.125rem solid currentColor;
  border-bottom: 0.125rem solid currentColor;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search-pagination__prev[data-v-cbcde08e]:is(span), .search-pagination__next[data-v-cbcde08e]:is(span) {
  opacity: var(--pagination-nav-disabled-opacity);
}

.search-pagination__prev[data-v-cbcde08e]:is(button), .search-pagination__next[data-v-cbcde08e]:is(button) {
  cursor: pointer;
}

.search-pagination__prev[data-v-cbcde08e]:is(button):hover, .search-pagination__next[data-v-cbcde08e]:is(button):hover {
  background: var(--pagination-nav-hover-background);
  color: var(--pagination-nav-hover-color);
}

.search-pagination__prev[data-v-cbcde08e]:after {
  -webkit-transform: translate(25%) rotate(45deg);
  transform: translate(25%) rotate(45deg);
}

.search-pagination__next[data-v-cbcde08e]:after {
  -webkit-transform: translate(-25%) rotate(-135deg);
  transform: translate(-25%) rotate(-135deg);
}

:root {
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --xxl: 1400px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
  --xxl_dn: 1399px;
  --fill-darkGray: #3d3f42;
  --fill-lightGray: #f5f5f5;
  --fill-blue: #0056ac;
}

/*
Description: A function for generating sane z-index values. Not allowed to exceed 20000 (20 levels). 
High values utilized for legibility and ease of overriding most third party tools
*/
:root {
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --xxl: 1400px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
  --xxl_dn: 1399px;
  --fill-darkGray: #3d3f42;
  --fill-lightGray: #f5f5f5;
  --fill-blue: #0056ac;
}

/*
Description: A function for generating sane z-index values. Not allowed to exceed 20000 (20 levels). 
High values utilized for legibility and ease of overriding most third party tools
*/
@-webkit-keyframes spinX {
  from {
    rotate: z 0;
  }
  to {
    rotate: z 360deg;
  }
}
@keyframes spinX {
  from {
    rotate: z 0;
  }
  to {
    rotate: z 360deg;
  }
}
@-webkit-keyframes fade-in-slide-down {
  0% {
    max-height: 0;
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  33% {
    max-height: 10vh;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-slide-down {
  0% {
    max-height: 0;
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  33% {
    max-height: 10vh;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out-hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes fade-out-hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-3%);
    transform: translatey(-3%);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-3%);
    transform: translatey(-3%);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}
@-webkit-keyframes shadow {
  0% {
    scale: 1;
    -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.8);
  }
  50% {
    scale: 0.8;
    -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.5);
  }
  100% {
    scale: 1;
    -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.8);
  }
}
@keyframes shadow {
  0% {
    scale: 1;
    -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.8);
  }
  50% {
    scale: 0.8;
    -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.5);
  }
  100% {
    scale: 1;
    -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.8);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    translate: 0 -10%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    translate: 0 -10%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes fade-out-down {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 0 -10%;
  }
}
@keyframes fade-out-down {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 0 -10%;
  }
}
@-webkit-keyframes toast-brief {
  0% {
    opacity: 0;
    translate: 0 -10%;
  }
  15% {
    opacity: 1;
    translate: 0 0;
  }
  85% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 0 -10%;
  }
}
@keyframes toast-brief {
  0% {
    opacity: 0;
    translate: 0 -10%;
  }
  15% {
    opacity: 1;
    translate: 0 0;
  }
  85% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 0 -10%;
  }
}
html {
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "filson-pro", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  color: var(--vtl-font-color, #585858);
  max-width: 100%;
  overflow-x: hidden;
}

body.using-mouse *:focus {
  outline: none;
}

body:not(.using-mouse) *:focus {
  outline: none;
  outline: 3px solid rgba(162, 94, 181, 0.33);
}

h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
hr,
ul,
ol,
dl,
blockquote,
p,
address,
figure,
pre {
  margin: 0.75rem 0 1.5rem;
  color: var(--vtl-font-color, #585858);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0.75rem 0 0.5rem 0;
  font-family: "filson-pro", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.25;
  color: var(--vtl-font-color-heading-1, #585858);
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 1.8rem;
  line-height: 1.2222;
}

@supports (font-size: clamp(1.35rem, 3vw, 2.25rem)) {
  h1,
  .h1 {
    font-size: clamp(1.35rem, 3vw, 2.25rem);
  }
}
h2,
.h2 {
  font-size: 1.5rem;
  color: #cc4b00;
  color: var(--vtl-font-color-heading-2, #cc4b00);
  line-height: 1.2667;
}

@supports (font-size: clamp(1.125rem, 2.6vw, 1.875rem)) {
  h2,
  .h2 {
    font-size: clamp(1.125rem, 2.6vw, 1.875rem);
  }
}
h3,
.h3 {
  font-size: 1.2rem;
  color: #585858;
  color: var(--vtl-font-color-heading-3, #585858);
  line-height: 1.5;
}

@supports (font-size: clamp(0.9rem, 2vw, 1.5rem)) {
  h3,
  .h3 {
    font-size: clamp(0.9rem, 2vw, 1.5rem);
  }
}
h4,
.h4 {
  font-size: 1.125rem;
  color: #722282;
  color: var(--vtl-font-color-heading-4, #722282);
  line-height: 1.5;
}

@supports (font-size: clamp(1rem, 1.6vw, 1.25rem)) {
  h4,
  .h4 {
    font-size: clamp(1rem, 1.6vw, 1.25rem);
  }
}
h5,
.h5 {
  font-size: 1.0125rem;
  color: #585858;
  color: var(--vtl-font-color-heading-5, #585858);
  line-height: 1.5;
}

@supports (font-size: clamp(0.9rem, 1.4vw, 1.125rem)) {
  h5,
  .h5 {
    font-size: clamp(0.9rem, 1.4vw, 1.125rem);
  }
}
h6,
.h6 {
  font-size: 0.9rem;
  color: #cc4b00;
  color: var(--vtl-font-color-heading-6, #cc4b00);
}

@supports (font-size: clamp(0.8rem, 1.2vw, 1rem)) {
  h6,
  .h6 {
    font-size: clamp(0.8rem, 1.2vw, 1rem);
  }
}
p {
  line-height: 1.5;
  margin-top: 0;
}

.home p {
  line-height: 1.5;
}

hr {
  height: 1px;
  margin: 1rem 0;
  padding: 0;
  background: transparent;
  border: none;
  border-top: 1px solid var(--vtl-hr-color, #667084);
}

a {
  color: var(--vtl-link-color, #cc4b00);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--vtl-link-text-decoration-color, transparent);
  -webkit-text-decoration-skip: objects;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  background-color: transparent;
  -webkit-transition: color 300ms ease, background-color 300ms ease, text-decoration-color 300ms ease, border-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease, text-decoration-color 300ms ease, border-color 300ms ease;
}

a:hover, a:active, a:focus {
  color: var(--vtl-link-hover-color, #722282);
  text-decoration-color: var(--vtl-link-hover-color, #722282);
}

.breadcrumbs a {
  font-weight: normal;
  color: #722282;
}

a.link-inverse {
  color: #722282;
}

a.link-inverse:hover, a.link-inverse:active, a.link-inverse:focus {
  color: #cc4b00;
  text-decoration-color: #cc4b00;
}

a.link-out, a.link-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: normal;
  text-decoration: none;
}

a.link-out::after, a.link-more::after {
  content: "arrow_right_alt";
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-size: 1.2em;
  line-height: 1rem;
  padding: 0 0 0 0.5rem;
  margin: 0;
}

a.link-out::after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

a.link-block {
  display: block;
  width: 100%;
}

a.link-block.link-out, a.link-block.link-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

a.cover-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -500vw;
  overflow: hidden;
  z-index: 1000;
}

@media print {
  .printable .content__body a, .blog-detail .content__body a, .news-detail .content__body a {
    font-weight: 400;
  }
  .printable .content__body a::after, .blog-detail .content__body a::after, .news-detail .content__body a::after {
    content: " (" attr(href) ")";
  }
}
ul > li, ol > li {
  margin: 0 0 0.25rem 0;
}

ul {
  list-style-type: disc;
}

ul ul {
  margin: 0 0 0.5rem 0;
  list-style-type: circle;
}

ul ul ul {
  list-style-type: square;
}

ol {
  list-style-type: numeric;
}

ol ol {
  margin: 0 0 0.5rem 0;
  list-style-type: upper-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

ol ol ol ol {
  list-style-type: lower-alpha;
}

ol ol ol ol ol {
  list-style-type: upper-roman;
}

[class^=glyph-]::before,
[class*=" glyph-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media speech {
  [class^=glyph-]::before,
  [class*=" glyph-"]::before {
    display: none;
    visibility: hidden;
  }
}
.content__area--orange .text-block strong, .content__area--purple .text-block strong, .content__area--dark-purple .text-block strong, .content__area--light-purple .text-block strong, .section--orange .text-block strong, .section--medium-gray .text-block strong, .section--purple .text-block strong, .section--light-purple .text-block strong, .section--dark-purple .text-block strong, .section--bg-fushia .text-block strong, .section--bg-orange .text-block strong, .section--bg-yellow .text-block strong, .section--bg-medium-gray .text-block strong, .section--bg-purple .text-block strong, .section--bg-light-purple .text-block strong, .section--bg-dark-purple .text-block strong {
  font-weight: 500;
}

span[title] {
  cursor: help;
  border-bottom: 1px dotted #585858;
}

.article__body img, .content__header :not(.hero) img, .content__body .content-block img, .content__body .text-box img, .content__description img, .volunteer-event__header img, .volunteer-event__copy img {
  max-width: 100%;
  height: auto;
}

.article__body img[height], .article__body img[style*="height:"], .content__header :not(.hero) img[height], .content__header :not(.hero) img[style*="height:"], .content__body .content-block img[height], .content__body .content-block img[style*="height:"], .content__body .text-box img[height], .content__body .text-box img[style*="height:"], .content__description img[height], .content__description img[style*="height:"], .volunteer-event__header img[height], .volunteer-event__header img[style*="height:"], .volunteer-event__copy img[height], .volunteer-event__copy img[style*="height:"] {
  height: auto !important;
}

.article__body img[style*="float:"]::after, .content__header :not(.hero) img[style*="float:"]::after, .content__body .content-block img[style*="float:"]::after, .content__body .text-box img[style*="float:"]::after, .content__description img[style*="float:"]::after, .volunteer-event__header img[style*="float:"]::after, .volunteer-event__copy img[style*="float:"]::after {
  content: "";
  display: block;
  clear: both;
}

img.float-end, img.float-start {
  display: block;
  margin: 1rem auto;
  float: none !important;
}

@media (min-width: 768px) {
  img.float-end {
    float: right !important;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (min-width: 768px) {
  img.float-start {
    float: left !important;
    margin: 1rem 1rem 1rem 0;
  }
}
q::before,
blockquote::before {
  content: "“";
}

q::after,
blockquote::after {
  content: "”";
}

q > p:only-child,
blockquote > p:only-child {
  display: inline;
  margin: 0;
  padding: 0;
}

blockquote {
  text-align: center;
  margin: 0.5rem 0 1.5rem 0;
  padding: 0;
  font-size: 1.45rem;
  font-weight: 300;
}

@supports (font-size: clamp(1.1rem, 2.5vw, 1.8rem)) {
  blockquote {
    font-size: clamp(1.1rem, 2.5vw, 1.8rem);
  }
}
blockquote,
blockquote p {
  line-height: 1.333;
}

@media (min-width: 768px) {
  blockquote,
  blockquote p {
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  blockquote {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  blockquote {
    padding: 2rem;
  }
}
blockquote + cite, figure cite {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0.5rem 0 0 0;
}

.quote {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2rem;
}

.quote__body {
  margin-bottom: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.quote__quotee {
  margin: 0.5rem 0 0 0;
  font-weight: 500;
  font-size: 0.9rem;
}

.quote__quotee-detail {
  margin: 0;
  font-style: normal;
  font-size: 0.8rem;
}

.quote__thumbnail {
  position: relative;
  min-height: 6rem;
  min-width: 6rem;
  margin: 0 0 0.5rem 0;
  border-radius: 50%;
  overflow: hidden;
}

@supports (-o-object-fit: cover) or (object-fit: cover) {
  .quote__thumbnail-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.quote--decorative::before {
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  margin: 0 0 1rem 0;
  background-image: url("/img/template-images/swirl-horizontal-orange.png");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

figcaption {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.5rem auto;
  text-align: center;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive::before {
  display: block;
  content: "";
  padding-bottom: calc(var(--aspect-ratio, 0.5625) * 100%);
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*form,
.form {
  width: 100%;
  max-width: 100%;
}*/

input,
select,
textarea {
  margin: 0;
  padding: 0.5rem 0.75rem;
  color: #585858;
  border-radius: 8px;
  border: solid 1px #98a2b3;
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
  box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
}

input:active, input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  border-color: #9053A1;
  outline: none;
}

input:active, body.using-mouse input:active, input:focus, body.using-mouse input:focus,
select:active,
body.using-mouse select:active,
select:focus,
body.using-mouse select:focus,
textarea:active,
body.using-mouse textarea:active,
textarea:focus,
body.using-mouse textarea:focus {
  outline: 3px solid rgba(162, 94, 181, 0.33);
}

.form__group.is-errored input,
.form__group.is-errored select,
.form__group.is-errored textarea {
  border-color: var(--vtl-color-error, #cc4b00);
}

input {
  color: #585858;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, input.form__control--number::-webkit-inner-spin-button, input.form__control--number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=radio], input.form__control--radio {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
  appearance: none;
  display: -ms-grid;
  display: grid;
  place-content: center;
  min-width: 1.15em;
  min-height: 1.15em;
  /* Not removed via appearance */
  margin: 0.5em 0.5em 0 0;
  font-family: inherit;
  color: currentColor;
  /* For iOS < 15 */
  background-color: #fff;
  border: solid 1px #3d505a;
  border-radius: 50%;
  -webkit-transform: translateY(-0.075em);
  transform: translateY(-0.075em);
}

input[type=radio]::before, input.form__control--radio::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  /* Windows High Contrast Mode */
  background-color: #722282;
}

input[type=radio]:checked, input.form__control--radio:checked {
  background: transparent;
  border-color: #722282;
}

input[type=radio]:checked::before, input.form__control--radio:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

input[type=radio]:focus, input[type=radio]:active, input.form__control--radio:focus, input.form__control--radio:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 3px solid rgba(162, 94, 181, 0.33);
}

.form__controls input[type=radio], .form__controls input.form__control--radio {
  margin: 0;
}

.form__controls--inline input[type=radio], .form__controls--inline input.form__control--radio {
  margin-top: 0.25rem;
}

input[type=checkbox], input.form__control--checkbox {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
  appearance: none;
  display: -ms-grid;
  display: grid;
  place-content: center;
  min-width: 1.15em;
  min-height: 1.15em;
  /* Not removed via appearance */
  margin: 0;
  font-family: inherit;
  color: currentColor;
  /* For iOS < 15 */
  background-color: #fff;
  border: solid 1px #3d505a;
  border-radius: 0.15em;
  -webkit-transform: translateY(-0.075em);
  transform: translateY(-0.075em);
}

.form__checkbox-group input[type=checkbox], .form__checkbox-group input.form__control--checkbox {
  -webkit-transform: none;
  transform: none;
  margin-top: 0.25rem;
}

.form__controls--checkboxes input[type=checkbox], .form__controls--checkboxes input.form__control--checkbox {
  margin: 0.5em 0 0 0;
}

input[type=checkbox]::before, input.form__control--checkbox::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  /* Windows High Contrast Mode */
  background-color: #722282;
}

input[type=checkbox]:checked::before, input.form__control--checkbox:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

input[type=checkbox]:focus, input[type=checkbox]:active, input.form__control--checkbox:focus, input.form__control--checkbox:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  outline: 3px solid rgba(162, 94, 181, 0.33);
}

input[type=checkbox]:disabled, input.form__control--checkbox:disabled {
  color: var(--vtl-font-color, #333);
  cursor: not-allowed;
}

col-4.mt-5 input[type=search] {
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */
}

col-4.mt-5 input[type=search]::-ms-clear, col-4.mt-5 input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

col-4.mt-5 input[type=search]::-webkit-search-decoration, col-4.mt-5 input[type=search]::-webkit-search-cancel-button, col-4.mt-5 input[type=search]::-webkit-search-results-button, col-4.mt-5 input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.form__group input[type=submit], .form__group input[type=button] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

select {
  color: #585858;
}

select option {
  color: #585858;
}

label,
.form__label {
  color: var(--vtl-font-color, #585858);
  font-weight: 400;
}

.form__group label,
.form__group .form__label {
  margin: 0 0 0.25rem 0;
}

.form__group .form__controls--inline label,
.form__group .form__controls--inline .form__label {
  margin: 0;
}

.form__controls .form__control--radio + label, .form__controls .form__control--checkbox + label, .form__group .form__controls-item label, .form__group .form__controls-item label,
.form__controls .form__control--radio + .form__label,
.form__controls .form__control--checkbox + .form__label,
.form__group .form__controls-item .form__label,
.form__group .form__controls-item .form__label {
  margin: 0;
  padding: 0.25em;
}

.form__controls.form__controls--inline .form__control--radio + label, .form__controls.form__controls--inline .form__control--checkbox + label,
.form__controls.form__controls--inline .form__control--radio + .form__label,
.form__controls.form__controls--inline .form__control--checkbox + .form__label {
  margin: 0;
  padding: 0;
}

label p:last-child,
.form__label p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.form {
  --vtl-font-color: #585858;
  --vtl-font-color-inverse: #fff;
  --vtl-link-color: #cc4b00;
  --vtl-link-hover-color: #722282;
  --vtl-link-text-decoration-color: transparent;
  --vtl-font-color-heading: #585858;
  --vtl-font-color-sub-heading: #cc4b00;
  --vtl-font-color-heading-1: #585858;
  --vtl-font-color-heading-2: #cc4b00;
  --vtl-font-color-heading-3: #585858;
  --vtl-font-color-heading-4: #722282;
  --vtl-font-color-heading-5: #585858;
  --vtl-font-color-heading-6: #cc4b00;
  --vtl-hr-color: #667084;
  --vtl-font-color-error: #cc4b00;
  --vtl-color-error: #cc4b00;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #fff;
}

.form--no-background {
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.form--no-spacing {
  margin: 0;
  padding: 0;
}

.widget-zone .form, .content__widget-zone .form {
  padding: 0;
}

.form__status {
  padding: 1rem 0;
}

.form__status.hide {
  display: none;
  padding: 0;
  margin: 0;
}

.form__status.success {
  --vtl-font-color: #722282;
  position: relative;
  padding-left: 1.5rem;
  color: var(--vtl-font-color, #cc4b00);
  font-weight: 400;
}

.form__status.success::before {
  display: none;
  content: "done";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  font-weight: 300;
  line-height: 0.1rem;
  position: absolute;
  top: 1.5rem;
  left: 0;
  color: #722282;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .form__status.success::before {
    display: initial;
  }
}
body.loaded .form__status.success::before, body.fonts-loaded .form__status.success::before {
  display: initial;
}

.form__status.error {
  --vtl-font-color: #cc4b00;
  --vtl-link-color: #722282;
  --vtl-link-hover-color: #9053A1;
  position: relative;
  padding-left: 1.5rem;
  color: var(--vtl-font-color, #cc4b00);
  font-weight: 400;
}

.form__status.error::before {
  display: none;
  content: "error";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  font-weight: 300;
  line-height: 0.1rem;
  position: absolute;
  top: 1.5rem;
  left: 0;
  color: #cc4b00;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .form__status.error::before {
    display: initial;
  }
}
body.loaded .form__status.error::before, body.fonts-loaded .form__status.error::before {
  display: initial;
}

.form__header {
  padding: 0.25rem 0 1.25rem 0;
}

.form__heading {
  width: 100%;
  margin: 0 0 0.5rem 0;
  padding: 0.1rem 0;
  font-size: 1.375rem;
  font-weight: 500;
  color: #722282;
}

@supports (font-size: clamp(1.25rem, 1.25vw, 1.5rem)) {
  .form__heading {
    font-size: clamp(1.25rem, 1.25vw, 1.5rem);
  }
}
.form__group + .form__heading {
  margin-top: 2rem;
}

.form__body, .form__footer, .form__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: var(--form-flex-gap);
  width: 100%;
  margin: 0 0 2rem 0;
}

@media (min-width: 768px) {
  .form__body, .form__footer, .form__section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.form__body--cbinvoice, .form__footer--cbinvoice, .form__section--cbinvoice {
  margin: 0;
}

.form__body {
  position: relative;
}

.form__body::before, .form__body::after {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 100;
}

.form__body.loading::before, .form__body.loading::after {
  content: "";
  opacity: 1;
}

.form__body::before {
  backdrop-filter: blur(0.3rem);
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.form__body.loading::before {
  width: 100%;
  height: 100%;
}

.form__body::after {
  width: 4em;
  height: 4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #722282 94%, rgba(0, 0, 0, 0)) top/0.6428571429em 0.6428571429em no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #722282);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 0.6428571429em), #000 0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation-name: spinX;
  animation-name: spinX;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 200;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form__section {
  position: relative;
  margin: 0;
}

.form__section.hide {
  display: none;
}

.form__section::before, .form__section::after {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 100;
}

.form__section.loading::before, .form__section.loading::after {
  content: "";
  opacity: 1;
}

.form__section::before {
  backdrop-filter: blur(0.3rem);
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.form__section.loading::before {
  width: 100%;
  height: 100%;
}

.form__section::after {
  width: 4em;
  height: 4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #722282 94%, rgba(0, 0, 0, 0)) top/0.6428571429em 0.6428571429em no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #722282);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 0.6428571429em), #000 0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation-name: spinX;
  animation-name: spinX;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 200;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form__footer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 1rem 0 0 0;
  padding: 0.25rem 0;
}

.form__instructions {
  margin: 0 0 0.25rem 0;
}

.form__instructions > *:last-child {
  margin-bottom: 0;
}

.form__group {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0 0.75rem 0;
  padding: 0.05rem 0;
}

@media (min-width: 768px) {
  .form__group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .form__group {
    margin-right: var(--form-flex-gap);
  }
}
@media (min-width: 768px) {
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .form__group--half, .form__group--third {
      margin-right: var(--form-flex-gap);
    }
  }
}
@media (min-width: 768px) {
  .form__group--half {
    -ms-flex-preferred-size: calc(50% - 2 * var(--form-flex-gap));
    flex-basis: calc(50% - 2 * var(--form-flex-gap));
  }
}
@media (min-width: 768px) {
  .form__group--third {
    -ms-flex-preferred-size: calc(33% - 3 * var(--form-flex-gap));
    flex-basis: calc(33% - 3 * var(--form-flex-gap));
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
.form__footer .form__group {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form__group-heading {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 0.25rem 0;
}

.form__control--button {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.form__controls {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0.05rem;
}

@media (min-width: 768px) {
  .form__controls {
    gap: 0.25rem;
  }
}
.form__controls--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 768px) {
  .form__controls--multi-file {
    gap: 0.25rem;
  }
}
.form__controls-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .form__controls-item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.form__controls-item--other label:nth-of-type(2) {
  margin-left: auto;
  padding-left: 1rem;
}

.form__controls-item--details {
  padding-left: 1rem;
  padding-right: 1rem;
}

.form__controls-item--inset {
  padding: 0.5rem 0.75rem;
  background-color: rgba(255, 163, 0, 0.15);
}

.form__controls--checkboxes .form__controls-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form__controls-item > .form__group > .form__label,
.form__controls-item > .form__group > label {
  margin-bottom: 0;
}

.form__controls-item .form__control--radio {
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .form__controls--multi-file .form__controls-item {
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
input + .form__validation, select + .form__validation, textarea + .form__validation, .form__control + .form__validation {
  margin: 0.25rem 0.25rem 0.5rem 0.25rem;
  font-size: 0.8rem;
}

.form__validation--error {
  color: var(--vtl-font-color-error, #cc4b00);
}

@media (min-width: 768px) {
  .form__group--inline .form__validation {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.form__terms {
  max-height: 10rem;
  margin: 0 0 2rem 0;
  padding: 1rem;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hide;
  font-size: 0.8em;
  border: 1px solid #f2f4f7;
  border-radius: 0.5rem;
}

.form__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: 0.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .form__checkbox-group > input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 1.15em;
    flex: 1 1 1.15em;
  }
}
@media (min-width: 768px) {
  .form__checkbox-group > label,
  .form__checkbox-group > .form__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-preferred-size: calc(100% - 1.15em - 0.5rem);
    flex-basis: calc(100% - 1.15em - 0.5rem);
  }
}
@media (min-width: 768px) {
  .form__checkbox-group .form__validation {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.form__disclaimer {
  font-size: 0.8em;
  line-height: 1.2;
  margin: 0;
}

.horizontal-control {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-break-before: always;
  -moz-column-break-before: always;
  break-before: always;
  margin: 0 0 3em 0;
}

.form-control {
  margin: 15px 0;
}

:not(.form-horizontal) .control-label + .form-control {
  margin-top: 5px;
}

.checkbox-label {
  padding-left: 0.5rem;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.vForm__subTitle {
  color: #782a90;
}

.vForm__topSection {
  background-image: url("/img/content-images/formsBG.png");
  background-size: cover;
}

.vForm__box {
  left: 2%;
  right: 2%;
  top: 55%;
  background: #ffffff;
  -webkit-box-shadow: 0px 393px 157px rgba(0, 0, 0, 0.01), 0px 221px 133px rgba(0, 0, 0, 0.05), 0px 98px 98px rgba(0, 0, 0, 0.09), 0px 25px 54px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 393px 157px rgba(0, 0, 0, 0.01), 0px 221px 133px rgba(0, 0, 0, 0.05), 0px 98px 98px rgba(0, 0, 0, 0.09), 0px 25px 54px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}

.form-group .form-control + .formError {
  margin: -15px 0 15px 0;
}

.form-check-inline .formError {
  margin-left: 1rem;
  font-size: 0.8rem;
}

#bluesearch {
  --link-color: #cc4b00;
  --link-hover-color: #cc4b00;
  --focus-color: #722282;
  --accordion-title-active-color: #722282;
  --check-active-border: #722282;
  --check-active-background: #9053A1;
  --button-hover-background: #722282;
  --loader-color: #cc4b00;
  --pagination-nav-hover-background: #aaaaaa;
  --pagination-number-active-background: #722282;
}

#bluesearch .search__layout {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#bluesearch .search__results-empty {
  font-family: "filson-pro", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #585858;
  line-height: 1.5;
  font-style: normal;
  font-size: 1rem;
  margin: 1rem 0;
  padding: 1rem;
}

#bluesearch .search-query__wrapper {
  border: 0;
}

#bluesearch .search-query__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

#bluesearch .search-query__input, #bluesearch .search-query__sort select {
  margin: 0;
  padding: 0.5rem 0.75rem;
  color: #585858;
  border-radius: 8px;
  border: solid 1px #98a2b3;
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
  box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
}

#bluesearch .search-query__input:active, #bluesearch .search-query__input:focus, #bluesearch .search-query__sort select:active, #bluesearch .search-query__sort select:focus {
  border-color: #9053A1;
  outline: none;
}

#bluesearch .search-query__input:active, body.using-mouse #bluesearch .search-query__input:active, #bluesearch .search-query__input:focus, body.using-mouse #bluesearch .search-query__input:focus, #bluesearch .search-query__sort select:active, body.using-mouse #bluesearch .search-query__sort select:active, #bluesearch .search-query__sort select:focus, body.using-mouse #bluesearch .search-query__sort select:focus {
  outline: 3px solid rgba(162, 94, 181, 0.33);
}

#bluesearch .search-query__sort {
  border: 0;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

#bluesearch .search-query__sort select {
  width: 100%;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  #bluesearch .search-query__sort {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
#bluesearch .search-query__submit {
  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: 0;
  margin: 0;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 100vw;
  -webkit-transition: color 300ms ease, background-color 300ms ease, text-decoration-color 300ms ease, border-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease, text-decoration-color 300ms ease, border-color 300ms ease;
  text-transform: uppercase;
  color: #fff;
  background-color: #722282;
  border-color: #722282;
}

#bluesearch .search-query__submit:hover {
  text-decoration: none;
}

#bluesearch .search-query__submit.disabled, #bluesearch .search-query__submit[disabled] {
  pointer-events: none;
  opacity: 0.65;
  color: var(--vtl-font-color, #585858);
  border-color: var(--vtl-font-color, #585858);
}

#bluesearch .search-query__submit:hover, #bluesearch .search-query__submit:focus {
  color: #fff;
  background-color: #9053A1;
  border-color: #9053A1;
}

#bluesearch .search-query__submit:active {
  color: #fff;
  background-color: #722282;
  border-color: #722282;
}

body:not(.using-mouse) #bluesearch .search-query__submit:focus {
  outline: none;
  outline: 3px solid rgba(162, 94, 181, 0.33);
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.using-mouse #bluesearch .search-query__submit:focus {
  outline: none;
  outline: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#bluesearch .search-query__reset {
  display: none;
}

#bluesearch .search-query__results {
  background: transparent;
  font-size: 0.778rem;
  color: #aaaaaa;
}

#bluesearch .search-result a {
  color: #cc4b00;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#bluesearch .search-result a:active, #bluesearch .search-result a:hover, #bluesearch .search-result a:focus {
  color: #722282;
  text-decoration-color: #722282;
}

#bluesearch .search-result__img {
  display: none;
}

#bluesearch .search-result__summary img {
  display: none;
}

#bluesearch .search-filters {
  z-index: 13000;
}

#bluesearch .search-filters__btn {
  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: 0;
  margin: 0;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 100vw;
  -webkit-transition: color 300ms ease, background-color 300ms ease, text-decoration-color 300ms ease, border-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease, text-decoration-color 300ms ease, border-color 300ms ease;
  text-transform: uppercase;
  color: #fff;
  background-color: #722282;
  border-color: #722282;
}

#bluesearch .search-filters__btn:hover {
  text-decoration: none;
}

#bluesearch .search-filters__btn.disabled, #bluesearch .search-filters__btn[disabled] {
  pointer-events: none;
  opacity: 0.65;
  color: var(--vtl-font-color, #585858);
  border-color: var(--vtl-font-color, #585858);
}

#bluesearch .search-filters__btn:hover, #bluesearch .search-filters__btn:focus {
  color: #fff;
  background-color: #9053A1;
  border-color: #9053A1;
}

#bluesearch .search-filters__btn:active {
  color: #fff;
  background-color: #722282;
  border-color: #722282;
}

body:not(.using-mouse) #bluesearch .search-filters__btn:focus {
  outline: none;
  outline: 3px solid rgba(162, 94, 181, 0.33);
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.using-mouse #bluesearch .search-filters__btn:focus {
  outline: none;
  outline: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#bluesearch .search-filters__inner {
  z-index: 13000;
}

#bluesearch .search-filters-group__title {
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}

#bluesearch .search-filters-group__title::after, #bluesearch .search-filters-group__title::before {
  right: 0.5rem;
}

#bluesearch .search-pagination__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#bluesearch {
  --link-color: #cc4b00;
  --link-hover-color: #cc4b00;
  --focus-color: #722282;
  --accordion-title-active-color: #722282;
  --check-active-border: #722282;
  --check-active-background: #9053A1;
  --button-hover-background: #722282;
  --loader-color: #cc4b00;
  --pagination-nav-hover-background: #aaaaaa;
  --pagination-number-active-background: #722282;
}
#bluesearch .search__layout {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#bluesearch .search__results-empty {
  font-family: "filson-pro", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #585858;
  line-height: 1.5;
  font-style: normal;
  font-size: 1rem;
  margin: 1rem 0;
  padding: 1rem;
}
#bluesearch .search-query__wrapper {
  border: 0;
}
#bluesearch .search-query__form {
  display: flex;
  gap: 1rem;
}
#bluesearch .search-query__input, #bluesearch .search-query__sort select {
  margin: 0;
  padding: 0.5rem 0.75rem;
  color: #585858;
  border-radius: 8px;
  border: solid 1px #98a2b3;
  box-shadow: 0 0.1rem 0.2rem rgba(16, 24, 40, 0.05);
}
#bluesearch .search-query__input:active, #bluesearch .search-query__input:focus, #bluesearch .search-query__sort select:active, #bluesearch .search-query__sort select:focus {
  border-color: #9053A1;
  outline: none;
}
#bluesearch .search-query__input:active, body.using-mouse #bluesearch .search-query__input:active, #bluesearch .search-query__input:focus, body.using-mouse #bluesearch .search-query__input:focus, #bluesearch .search-query__sort select:active, body.using-mouse #bluesearch .search-query__sort select:active, #bluesearch .search-query__sort select:focus, body.using-mouse #bluesearch .search-query__sort select:focus {
  outline: 3px solid rgba(144, 83, 161, 0.33);
}
#bluesearch .search-query__sort {
  border: 0;
  margin: 0;
  flex: 1 1 100%;
}
#bluesearch .search-query__sort select {
  width: 100%;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  #bluesearch .search-query__sort {
    flex: 0 0 auto;
  }
}
#bluesearch .search-query__submit {
  cursor: pointer;
  appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  touch-action: manipulation;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 100vw;
  transition: color 300ms ease, background-color 300ms ease, text-decoration-color 300ms ease, border-color 300ms ease;
  text-transform: uppercase;
  color: #fff;
  background-color: #722282;
  border-color: #722282;
}
#bluesearch .search-query__submit:hover {
  text-decoration: none;
}
#bluesearch .search-query__submit.disabled, #bluesearch .search-query__submit[disabled] {
  pointer-events: none;
  opacity: 0.65;
  color: var(--vtl-font-color, #585858);
  border-color: var(--vtl-font-color, #585858);
}
#bluesearch .search-query__submit:hover, #bluesearch .search-query__submit:focus {
  color: #fff;
  background-color: #9053A1;
  border-color: #9053A1;
}
#bluesearch .search-query__submit:active {
  color: #fff;
  background-color: #722282;
  border-color: #722282;
}
body:not(.using-mouse) #bluesearch .search-query__submit:focus {
  outline: none;
  outline: 3px solid rgba(144, 83, 161, 0.33);
  box-shadow: none;
}
body.using-mouse #bluesearch .search-query__submit:focus {
  outline: none;
  outline: unset;
  box-shadow: none;
}
#bluesearch .search-query__reset {
  display: none;
}
#bluesearch .search-query__results {
  background: transparent;
  font-size: 0.778rem;
  color: #aaaaaa;
}
#bluesearch .search-result a {
  color: #cc4b00;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 300ms ease;
}
#bluesearch .search-result a:active, #bluesearch .search-result a:hover, #bluesearch .search-result a:focus {
  color: #722282;
  text-decoration-color: #722282;
}
#bluesearch .search-result__img {
  display: none;
}
#bluesearch .search-result__summary img {
  display: none;
}
#bluesearch .search-filters {
  z-index: 13000;
}
#bluesearch .search-filters__btn {
  cursor: pointer;
  appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  touch-action: manipulation;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 100vw;
  transition: color 300ms ease, background-color 300ms ease, text-decoration-color 300ms ease, border-color 300ms ease;
  text-transform: uppercase;
  color: #fff;
  background-color: #722282;
  border-color: #722282;
}
#bluesearch .search-filters__btn:hover {
  text-decoration: none;
}
#bluesearch .search-filters__btn.disabled, #bluesearch .search-filters__btn[disabled] {
  pointer-events: none;
  opacity: 0.65;
  color: var(--vtl-font-color, #585858);
  border-color: var(--vtl-font-color, #585858);
}
#bluesearch .search-filters__btn:hover, #bluesearch .search-filters__btn:focus {
  color: #fff;
  background-color: #9053A1;
  border-color: #9053A1;
}
#bluesearch .search-filters__btn:active {
  color: #fff;
  background-color: #722282;
  border-color: #722282;
}
body:not(.using-mouse) #bluesearch .search-filters__btn:focus {
  outline: none;
  outline: 3px solid rgba(144, 83, 161, 0.33);
  box-shadow: none;
}
body.using-mouse #bluesearch .search-filters__btn:focus {
  outline: none;
  outline: unset;
  box-shadow: none;
}
#bluesearch .search-filters__inner {
  z-index: 13000;
}
#bluesearch .search-filters-group__title {
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}
#bluesearch .search-filters-group__title::after, #bluesearch .search-filters-group__title::before {
  right: 0.5rem;
}
#bluesearch .search-pagination__inner {
  justify-content: center;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-regular, .fa-solid, .fab, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before {
  content: var(--fa);
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free";
}

.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade, .fa-fade {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake, .fa-spin {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction:reverse;
}

.fa-pulse, .fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, to {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fa-0 {
  --fa:"0";
}

.fa-1 {
  --fa:"1";
}

.fa-2 {
  --fa:"2";
}

.fa-3 {
  --fa:"3";
}

.fa-4 {
  --fa:"4";
}

.fa-5 {
  --fa:"5";
}

.fa-6 {
  --fa:"6";
}

.fa-7 {
  --fa:"7";
}

.fa-8 {
  --fa:"8";
}

.fa-9 {
  --fa:"9";
}

.fa-fill-drip {
  --fa:"";
}

.fa-arrows-to-circle {
  --fa:"";
}

.fa-chevron-circle-right, .fa-circle-chevron-right {
  --fa:"";
}

.fa-at {
  --fa:"@";
}

.fa-trash-alt, .fa-trash-can {
  --fa:"";
}

.fa-text-height {
  --fa:"";
}

.fa-user-times, .fa-user-xmark {
  --fa:"";
}

.fa-stethoscope {
  --fa:"";
}

.fa-comment-alt, .fa-message {
  --fa:"";
}

.fa-info {
  --fa:"";
}

.fa-compress-alt, .fa-down-left-and-up-right-to-center {
  --fa:"";
}

.fa-explosion {
  --fa:"";
}

.fa-file-alt, .fa-file-lines, .fa-file-text {
  --fa:"";
}

.fa-wave-square {
  --fa:"";
}

.fa-ring {
  --fa:"";
}

.fa-building-un {
  --fa:"";
}

.fa-dice-three {
  --fa:"";
}

.fa-calendar-alt, .fa-calendar-days {
  --fa:"";
}

.fa-anchor-circle-check {
  --fa:"";
}

.fa-building-circle-arrow-right {
  --fa:"";
}

.fa-volleyball, .fa-volleyball-ball {
  --fa:"";
}

.fa-arrows-up-to-line {
  --fa:"";
}

.fa-sort-desc, .fa-sort-down {
  --fa:"";
}

.fa-circle-minus, .fa-minus-circle {
  --fa:"";
}

.fa-door-open {
  --fa:"";
}

.fa-right-from-bracket, .fa-sign-out-alt {
  --fa:"";
}

.fa-atom {
  --fa:"";
}

.fa-soap {
  --fa:"";
}

.fa-heart-music-camera-bolt, .fa-icons {
  --fa:"";
}

.fa-microphone-alt-slash, .fa-microphone-lines-slash {
  --fa:"";
}

.fa-bridge-circle-check {
  --fa:"";
}

.fa-pump-medical {
  --fa:"";
}

.fa-fingerprint {
  --fa:"";
}

.fa-hand-point-right {
  --fa:"";
}

.fa-magnifying-glass-location, .fa-search-location {
  --fa:"";
}

.fa-forward-step, .fa-step-forward {
  --fa:"";
}

.fa-face-smile-beam, .fa-smile-beam {
  --fa:"";
}

.fa-flag-checkered {
  --fa:"";
}

.fa-football, .fa-football-ball {
  --fa:"";
}

.fa-school-circle-exclamation {
  --fa:"";
}

.fa-crop {
  --fa:"";
}

.fa-angle-double-down, .fa-angles-down {
  --fa:"";
}

.fa-users-rectangle {
  --fa:"";
}

.fa-people-roof {
  --fa:"";
}

.fa-people-line {
  --fa:"";
}

.fa-beer, .fa-beer-mug-empty {
  --fa:"";
}

.fa-diagram-predecessor {
  --fa:"";
}

.fa-arrow-up-long, .fa-long-arrow-up {
  --fa:"";
}

.fa-burn, .fa-fire-flame-simple {
  --fa:"";
}

.fa-male, .fa-person {
  --fa:"";
}

.fa-laptop {
  --fa:"";
}

.fa-file-csv {
  --fa:"";
}

.fa-menorah {
  --fa:"";
}

.fa-truck-plane {
  --fa:"";
}

.fa-record-vinyl {
  --fa:"";
}

.fa-face-grin-stars, .fa-grin-stars {
  --fa:"";
}

.fa-bong {
  --fa:"";
}

.fa-pastafarianism, .fa-spaghetti-monster-flying {
  --fa:"";
}

.fa-arrow-down-up-across-line {
  --fa:"";
}

.fa-spoon, .fa-utensil-spoon {
  --fa:"";
}

.fa-jar-wheat {
  --fa:"";
}

.fa-envelopes-bulk, .fa-mail-bulk {
  --fa:"";
}

.fa-file-circle-exclamation {
  --fa:"";
}

.fa-circle-h, .fa-hospital-symbol {
  --fa:"";
}

.fa-pager {
  --fa:"";
}

.fa-address-book, .fa-contact-book {
  --fa:"";
}

.fa-strikethrough {
  --fa:"";
}

.fa-k {
  --fa:"K";
}

.fa-landmark-flag {
  --fa:"";
}

.fa-pencil, .fa-pencil-alt {
  --fa:"";
}

.fa-backward {
  --fa:"";
}

.fa-caret-right {
  --fa:"";
}

.fa-comments {
  --fa:"";
}

.fa-file-clipboard, .fa-paste {
  --fa:"";
}

.fa-code-pull-request {
  --fa:"";
}

.fa-clipboard-list {
  --fa:"";
}

.fa-truck-loading, .fa-truck-ramp-box {
  --fa:"";
}

.fa-user-check {
  --fa:"";
}

.fa-vial-virus {
  --fa:"";
}

.fa-sheet-plastic {
  --fa:"";
}

.fa-blog {
  --fa:"";
}

.fa-user-ninja {
  --fa:"";
}

.fa-person-arrow-up-from-line {
  --fa:"";
}

.fa-scroll-torah, .fa-torah {
  --fa:"";
}

.fa-broom-ball, .fa-quidditch, .fa-quidditch-broom-ball {
  --fa:"";
}

.fa-toggle-off {
  --fa:"";
}

.fa-archive, .fa-box-archive {
  --fa:"";
}

.fa-person-drowning {
  --fa:"";
}

.fa-arrow-down-9-1, .fa-sort-numeric-desc, .fa-sort-numeric-down-alt {
  --fa:"";
}

.fa-face-grin-tongue-squint, .fa-grin-tongue-squint {
  --fa:"";
}

.fa-spray-can {
  --fa:"";
}

.fa-truck-monster {
  --fa:"";
}

.fa-w {
  --fa:"W";
}

.fa-earth-africa, .fa-globe-africa {
  --fa:"";
}

.fa-rainbow {
  --fa:"";
}

.fa-circle-notch {
  --fa:"";
}

.fa-tablet-alt, .fa-tablet-screen-button {
  --fa:"";
}

.fa-paw {
  --fa:"";
}

.fa-cloud {
  --fa:"";
}

.fa-trowel-bricks {
  --fa:"";
}

.fa-face-flushed, .fa-flushed {
  --fa:"";
}

.fa-hospital-user {
  --fa:"";
}

.fa-tent-arrow-left-right {
  --fa:"";
}

.fa-gavel, .fa-legal {
  --fa:"";
}

.fa-binoculars {
  --fa:"";
}

.fa-microphone-slash {
  --fa:"";
}

.fa-box-tissue {
  --fa:"";
}

.fa-motorcycle {
  --fa:"";
}

.fa-bell-concierge, .fa-concierge-bell {
  --fa:"";
}

.fa-pen-ruler, .fa-pencil-ruler {
  --fa:"";
}

.fa-people-arrows, .fa-people-arrows-left-right {
  --fa:"";
}

.fa-mars-and-venus-burst {
  --fa:"";
}

.fa-caret-square-right, .fa-square-caret-right {
  --fa:"";
}

.fa-cut, .fa-scissors {
  --fa:"";
}

.fa-sun-plant-wilt {
  --fa:"";
}

.fa-toilets-portable {
  --fa:"";
}

.fa-hockey-puck {
  --fa:"";
}

.fa-table {
  --fa:"";
}

.fa-magnifying-glass-arrow-right {
  --fa:"";
}

.fa-digital-tachograph, .fa-tachograph-digital {
  --fa:"";
}

.fa-users-slash {
  --fa:"";
}

.fa-clover {
  --fa:"";
}

.fa-mail-reply, .fa-reply {
  --fa:"";
}

.fa-star-and-crescent {
  --fa:"";
}

.fa-house-fire {
  --fa:"";
}

.fa-minus-square, .fa-square-minus {
  --fa:"";
}

.fa-helicopter {
  --fa:"";
}

.fa-compass {
  --fa:"";
}

.fa-caret-square-down, .fa-square-caret-down {
  --fa:"";
}

.fa-file-circle-question {
  --fa:"";
}

.fa-laptop-code {
  --fa:"";
}

.fa-swatchbook {
  --fa:"";
}

.fa-prescription-bottle {
  --fa:"";
}

.fa-bars, .fa-navicon {
  --fa:"";
}

.fa-people-group {
  --fa:"";
}

.fa-hourglass-3, .fa-hourglass-end {
  --fa:"";
}

.fa-heart-broken, .fa-heart-crack {
  --fa:"";
}

.fa-external-link-square-alt, .fa-square-up-right {
  --fa:"";
}

.fa-face-kiss-beam, .fa-kiss-beam {
  --fa:"";
}

.fa-film {
  --fa:"";
}

.fa-ruler-horizontal {
  --fa:"";
}

.fa-people-robbery {
  --fa:"";
}

.fa-lightbulb {
  --fa:"";
}

.fa-caret-left {
  --fa:"";
}

.fa-circle-exclamation, .fa-exclamation-circle {
  --fa:"";
}

.fa-school-circle-xmark {
  --fa:"";
}

.fa-arrow-right-from-bracket, .fa-sign-out {
  --fa:"";
}

.fa-chevron-circle-down, .fa-circle-chevron-down {
  --fa:"";
}

.fa-unlock-alt, .fa-unlock-keyhole {
  --fa:"";
}

.fa-cloud-showers-heavy {
  --fa:"";
}

.fa-headphones-alt, .fa-headphones-simple {
  --fa:"";
}

.fa-sitemap {
  --fa:"";
}

.fa-circle-dollar-to-slot, .fa-donate {
  --fa:"";
}

.fa-memory {
  --fa:"";
}

.fa-road-spikes {
  --fa:"";
}

.fa-fire-burner {
  --fa:"";
}

.fa-flag {
  --fa:"";
}

.fa-hanukiah {
  --fa:"";
}

.fa-feather {
  --fa:"";
}

.fa-volume-down, .fa-volume-low {
  --fa:"";
}

.fa-comment-slash {
  --fa:"";
}

.fa-cloud-sun-rain {
  --fa:"";
}

.fa-compress {
  --fa:"";
}

.fa-wheat-alt, .fa-wheat-awn {
  --fa:"";
}

.fa-ankh {
  --fa:"";
}

.fa-hands-holding-child {
  --fa:"";
}

.fa-asterisk {
  --fa:"*";
}

.fa-check-square, .fa-square-check {
  --fa:"";
}

.fa-peseta-sign {
  --fa:"";
}

.fa-header, .fa-heading {
  --fa:"";
}

.fa-ghost {
  --fa:"";
}

.fa-list, .fa-list-squares {
  --fa:"";
}

.fa-phone-square-alt, .fa-square-phone-flip {
  --fa:"";
}

.fa-cart-plus {
  --fa:"";
}

.fa-gamepad {
  --fa:"";
}

.fa-circle-dot, .fa-dot-circle {
  --fa:"";
}

.fa-dizzy, .fa-face-dizzy {
  --fa:"";
}

.fa-egg {
  --fa:"";
}

.fa-house-medical-circle-xmark {
  --fa:"";
}

.fa-campground {
  --fa:"";
}

.fa-folder-plus {
  --fa:"";
}

.fa-futbol, .fa-futbol-ball, .fa-soccer-ball {
  --fa:"";
}

.fa-paint-brush, .fa-paintbrush {
  --fa:"";
}

.fa-lock {
  --fa:"";
}

.fa-gas-pump {
  --fa:"";
}

.fa-hot-tub, .fa-hot-tub-person {
  --fa:"";
}

.fa-map-location, .fa-map-marked {
  --fa:"";
}

.fa-house-flood-water {
  --fa:"";
}

.fa-tree {
  --fa:"";
}

.fa-bridge-lock {
  --fa:"";
}

.fa-sack-dollar {
  --fa:"";
}

.fa-edit, .fa-pen-to-square {
  --fa:"";
}

.fa-car-side {
  --fa:"";
}

.fa-share-alt, .fa-share-nodes {
  --fa:"";
}

.fa-heart-circle-minus {
  --fa:"";
}

.fa-hourglass-2, .fa-hourglass-half {
  --fa:"";
}

.fa-microscope {
  --fa:"";
}

.fa-sink {
  --fa:"";
}

.fa-bag-shopping, .fa-shopping-bag {
  --fa:"";
}

.fa-arrow-down-z-a, .fa-sort-alpha-desc, .fa-sort-alpha-down-alt {
  --fa:"";
}

.fa-mitten {
  --fa:"";
}

.fa-person-rays {
  --fa:"";
}

.fa-users {
  --fa:"";
}

.fa-eye-slash {
  --fa:"";
}

.fa-flask-vial {
  --fa:"";
}

.fa-hand, .fa-hand-paper {
  --fa:"";
}

.fa-om {
  --fa:"";
}

.fa-worm {
  --fa:"";
}

.fa-house-circle-xmark {
  --fa:"";
}

.fa-plug {
  --fa:"";
}

.fa-chevron-up {
  --fa:"";
}

.fa-hand-spock {
  --fa:"";
}

.fa-stopwatch {
  --fa:"";
}

.fa-face-kiss, .fa-kiss {
  --fa:"";
}

.fa-bridge-circle-xmark {
  --fa:"";
}

.fa-face-grin-tongue, .fa-grin-tongue {
  --fa:"";
}

.fa-chess-bishop {
  --fa:"";
}

.fa-face-grin-wink, .fa-grin-wink {
  --fa:"";
}

.fa-deaf, .fa-deafness, .fa-ear-deaf, .fa-hard-of-hearing {
  --fa:"";
}

.fa-road-circle-check {
  --fa:"";
}

.fa-dice-five {
  --fa:"";
}

.fa-rss-square, .fa-square-rss {
  --fa:"";
}

.fa-land-mine-on {
  --fa:"";
}

.fa-i-cursor {
  --fa:"";
}

.fa-stamp {
  --fa:"";
}

.fa-stairs {
  --fa:"";
}

.fa-i {
  --fa:"I";
}

.fa-hryvnia, .fa-hryvnia-sign {
  --fa:"";
}

.fa-pills {
  --fa:"";
}

.fa-face-grin-wide, .fa-grin-alt {
  --fa:"";
}

.fa-tooth {
  --fa:"";
}

.fa-v {
  --fa:"V";
}

.fa-bangladeshi-taka-sign {
  --fa:"";
}

.fa-bicycle {
  --fa:"";
}

.fa-rod-asclepius, .fa-rod-snake, .fa-staff-aesculapius, .fa-staff-snake {
  --fa:"";
}

.fa-head-side-cough-slash {
  --fa:"";
}

.fa-ambulance, .fa-truck-medical {
  --fa:"";
}

.fa-wheat-awn-circle-exclamation {
  --fa:"";
}

.fa-snowman {
  --fa:"";
}

.fa-mortar-pestle {
  --fa:"";
}

.fa-road-barrier {
  --fa:"";
}

.fa-school {
  --fa:"";
}

.fa-igloo {
  --fa:"";
}

.fa-joint {
  --fa:"";
}

.fa-angle-right {
  --fa:"";
}

.fa-horse {
  --fa:"";
}

.fa-q {
  --fa:"Q";
}

.fa-g {
  --fa:"G";
}

.fa-notes-medical {
  --fa:"";
}

.fa-temperature-2, .fa-temperature-half, .fa-thermometer-2, .fa-thermometer-half {
  --fa:"";
}

.fa-dong-sign {
  --fa:"";
}

.fa-capsules {
  --fa:"";
}

.fa-poo-bolt, .fa-poo-storm {
  --fa:"";
}

.fa-face-frown-open, .fa-frown-open {
  --fa:"";
}

.fa-hand-point-up {
  --fa:"";
}

.fa-money-bill {
  --fa:"";
}

.fa-bookmark {
  --fa:"";
}

.fa-align-justify {
  --fa:"";
}

.fa-umbrella-beach {
  --fa:"";
}

.fa-helmet-un {
  --fa:"";
}

.fa-bullseye {
  --fa:"";
}

.fa-bacon {
  --fa:"";
}

.fa-hand-point-down {
  --fa:"";
}

.fa-arrow-up-from-bracket {
  --fa:"";
}

.fa-folder, .fa-folder-blank {
  --fa:"";
}

.fa-file-medical-alt, .fa-file-waveform {
  --fa:"";
}

.fa-radiation {
  --fa:"";
}

.fa-chart-simple {
  --fa:"";
}

.fa-mars-stroke {
  --fa:"";
}

.fa-vial {
  --fa:"";
}

.fa-dashboard, .fa-gauge, .fa-gauge-med, .fa-tachometer-alt-average {
  --fa:"";
}

.fa-magic-wand-sparkles, .fa-wand-magic-sparkles {
  --fa:"";
}

.fa-e {
  --fa:"E";
}

.fa-pen-alt, .fa-pen-clip {
  --fa:"";
}

.fa-bridge-circle-exclamation {
  --fa:"";
}

.fa-user {
  --fa:"";
}

.fa-school-circle-check {
  --fa:"";
}

.fa-dumpster {
  --fa:"";
}

.fa-shuttle-van, .fa-van-shuttle {
  --fa:"";
}

.fa-building-user {
  --fa:"";
}

.fa-caret-square-left, .fa-square-caret-left {
  --fa:"";
}

.fa-highlighter {
  --fa:"";
}

.fa-key {
  --fa:"";
}

.fa-bullhorn {
  --fa:"";
}

.fa-globe {
  --fa:"";
}

.fa-synagogue {
  --fa:"";
}

.fa-person-half-dress {
  --fa:"";
}

.fa-road-bridge {
  --fa:"";
}

.fa-location-arrow {
  --fa:"";
}

.fa-c {
  --fa:"C";
}

.fa-tablet-button {
  --fa:"";
}

.fa-building-lock {
  --fa:"";
}

.fa-pizza-slice {
  --fa:"";
}

.fa-money-bill-wave {
  --fa:"";
}

.fa-area-chart, .fa-chart-area {
  --fa:"";
}

.fa-house-flag {
  --fa:"";
}

.fa-person-circle-minus {
  --fa:"";
}

.fa-ban, .fa-cancel {
  --fa:"";
}

.fa-camera-rotate {
  --fa:"";
}

.fa-air-freshener, .fa-spray-can-sparkles {
  --fa:"";
}

.fa-star {
  --fa:"";
}

.fa-repeat {
  --fa:"";
}

.fa-cross {
  --fa:"";
}

.fa-box {
  --fa:"";
}

.fa-venus-mars {
  --fa:"";
}

.fa-arrow-pointer, .fa-mouse-pointer {
  --fa:"";
}

.fa-expand-arrows-alt, .fa-maximize {
  --fa:"";
}

.fa-charging-station {
  --fa:"";
}

.fa-shapes, .fa-triangle-circle-square {
  --fa:"";
}

.fa-random, .fa-shuffle {
  --fa:"";
}

.fa-person-running, .fa-running {
  --fa:"";
}

.fa-mobile-retro {
  --fa:"";
}

.fa-grip-lines-vertical {
  --fa:"";
}

.fa-spider {
  --fa:"";
}

.fa-hands-bound {
  --fa:"";
}

.fa-file-invoice-dollar {
  --fa:"";
}

.fa-plane-circle-exclamation {
  --fa:"";
}

.fa-x-ray {
  --fa:"";
}

.fa-spell-check {
  --fa:"";
}

.fa-slash {
  --fa:"";
}

.fa-computer-mouse, .fa-mouse {
  --fa:"";
}

.fa-arrow-right-to-bracket, .fa-sign-in {
  --fa:"";
}

.fa-shop-slash, .fa-store-alt-slash {
  --fa:"";
}

.fa-server {
  --fa:"";
}

.fa-virus-covid-slash {
  --fa:"";
}

.fa-shop-lock {
  --fa:"";
}

.fa-hourglass-1, .fa-hourglass-start {
  --fa:"";
}

.fa-blender-phone {
  --fa:"";
}

.fa-building-wheat {
  --fa:"";
}

.fa-person-breastfeeding {
  --fa:"";
}

.fa-right-to-bracket, .fa-sign-in-alt {
  --fa:"";
}

.fa-venus {
  --fa:"";
}

.fa-passport {
  --fa:"";
}

.fa-thumb-tack-slash, .fa-thumbtack-slash {
  --fa:"";
}

.fa-heart-pulse, .fa-heartbeat {
  --fa:"";
}

.fa-people-carry, .fa-people-carry-box {
  --fa:"";
}

.fa-temperature-high {
  --fa:"";
}

.fa-microchip {
  --fa:"";
}

.fa-crown {
  --fa:"";
}

.fa-weight-hanging {
  --fa:"";
}

.fa-xmarks-lines {
  --fa:"";
}

.fa-file-prescription {
  --fa:"";
}

.fa-weight, .fa-weight-scale {
  --fa:"";
}

.fa-user-friends, .fa-user-group {
  --fa:"";
}

.fa-arrow-up-a-z, .fa-sort-alpha-up {
  --fa:"";
}

.fa-chess-knight {
  --fa:"";
}

.fa-face-laugh-squint, .fa-laugh-squint {
  --fa:"";
}

.fa-wheelchair {
  --fa:"";
}

.fa-arrow-circle-up, .fa-circle-arrow-up {
  --fa:"";
}

.fa-toggle-on {
  --fa:"";
}

.fa-person-walking, .fa-walking {
  --fa:"";
}

.fa-l {
  --fa:"L";
}

.fa-fire {
  --fa:"";
}

.fa-bed-pulse, .fa-procedures {
  --fa:"";
}

.fa-shuttle-space, .fa-space-shuttle {
  --fa:"";
}

.fa-face-laugh, .fa-laugh {
  --fa:"";
}

.fa-folder-open {
  --fa:"";
}

.fa-heart-circle-plus {
  --fa:"";
}

.fa-code-fork {
  --fa:"";
}

.fa-city {
  --fa:"";
}

.fa-microphone-alt, .fa-microphone-lines {
  --fa:"";
}

.fa-pepper-hot {
  --fa:"";
}

.fa-unlock {
  --fa:"";
}

.fa-colon-sign {
  --fa:"";
}

.fa-headset {
  --fa:"";
}

.fa-store-slash {
  --fa:"";
}

.fa-road-circle-xmark {
  --fa:"";
}

.fa-user-minus {
  --fa:"";
}

.fa-mars-stroke-up, .fa-mars-stroke-v {
  --fa:"";
}

.fa-champagne-glasses, .fa-glass-cheers {
  --fa:"";
}

.fa-clipboard {
  --fa:"";
}

.fa-house-circle-exclamation {
  --fa:"";
}

.fa-file-arrow-up, .fa-file-upload {
  --fa:"";
}

.fa-wifi, .fa-wifi-3, .fa-wifi-strong {
  --fa:"";
}

.fa-bath, .fa-bathtub {
  --fa:"";
}

.fa-underline {
  --fa:"";
}

.fa-user-edit, .fa-user-pen {
  --fa:"";
}

.fa-signature {
  --fa:"";
}

.fa-stroopwafel {
  --fa:"";
}

.fa-bold {
  --fa:"";
}

.fa-anchor-lock {
  --fa:"";
}

.fa-building-ngo {
  --fa:"";
}

.fa-manat-sign {
  --fa:"";
}

.fa-not-equal {
  --fa:"";
}

.fa-border-style, .fa-border-top-left {
  --fa:"";
}

.fa-map-location-dot, .fa-map-marked-alt {
  --fa:"";
}

.fa-jedi {
  --fa:"";
}

.fa-poll, .fa-square-poll-vertical {
  --fa:"";
}

.fa-mug-hot {
  --fa:"";
}

.fa-battery-car, .fa-car-battery {
  --fa:"";
}

.fa-gift {
  --fa:"";
}

.fa-dice-two {
  --fa:"";
}

.fa-chess-queen {
  --fa:"";
}

.fa-glasses {
  --fa:"";
}

.fa-chess-board {
  --fa:"";
}

.fa-building-circle-check {
  --fa:"";
}

.fa-person-chalkboard {
  --fa:"";
}

.fa-mars-stroke-h, .fa-mars-stroke-right {
  --fa:"";
}

.fa-hand-back-fist, .fa-hand-rock {
  --fa:"";
}

.fa-caret-square-up, .fa-square-caret-up {
  --fa:"";
}

.fa-cloud-showers-water {
  --fa:"";
}

.fa-bar-chart, .fa-chart-bar {
  --fa:"";
}

.fa-hands-bubbles, .fa-hands-wash {
  --fa:"";
}

.fa-less-than-equal {
  --fa:"";
}

.fa-train {
  --fa:"";
}

.fa-eye-low-vision, .fa-low-vision {
  --fa:"";
}

.fa-crow {
  --fa:"";
}

.fa-sailboat {
  --fa:"";
}

.fa-window-restore {
  --fa:"";
}

.fa-plus-square, .fa-square-plus {
  --fa:"";
}

.fa-torii-gate {
  --fa:"";
}

.fa-frog {
  --fa:"";
}

.fa-bucket {
  --fa:"";
}

.fa-image {
  --fa:"";
}

.fa-microphone {
  --fa:"";
}

.fa-cow {
  --fa:"";
}

.fa-caret-up {
  --fa:"";
}

.fa-screwdriver {
  --fa:"";
}

.fa-folder-closed {
  --fa:"";
}

.fa-house-tsunami {
  --fa:"";
}

.fa-square-nfi {
  --fa:"";
}

.fa-arrow-up-from-ground-water {
  --fa:"";
}

.fa-glass-martini-alt, .fa-martini-glass {
  --fa:"";
}

.fa-square-binary {
  --fa:"";
}

.fa-rotate-back, .fa-rotate-backward, .fa-rotate-left, .fa-undo-alt {
  --fa:"";
}

.fa-columns, .fa-table-columns {
  --fa:"";
}

.fa-lemon {
  --fa:"";
}

.fa-head-side-mask {
  --fa:"";
}

.fa-handshake {
  --fa:"";
}

.fa-gem {
  --fa:"";
}

.fa-dolly, .fa-dolly-box {
  --fa:"";
}

.fa-smoking {
  --fa:"";
}

.fa-compress-arrows-alt, .fa-minimize {
  --fa:"";
}

.fa-monument {
  --fa:"";
}

.fa-snowplow {
  --fa:"";
}

.fa-angle-double-right, .fa-angles-right {
  --fa:"";
}

.fa-cannabis {
  --fa:"";
}

.fa-circle-play, .fa-play-circle {
  --fa:"";
}

.fa-tablets {
  --fa:"";
}

.fa-ethernet {
  --fa:"";
}

.fa-eur, .fa-euro, .fa-euro-sign {
  --fa:"";
}

.fa-chair {
  --fa:"";
}

.fa-check-circle, .fa-circle-check {
  --fa:"";
}

.fa-circle-stop, .fa-stop-circle {
  --fa:"";
}

.fa-compass-drafting, .fa-drafting-compass {
  --fa:"";
}

.fa-plate-wheat {
  --fa:"";
}

.fa-icicles {
  --fa:"";
}

.fa-person-shelter {
  --fa:"";
}

.fa-neuter {
  --fa:"";
}

.fa-id-badge {
  --fa:"";
}

.fa-marker {
  --fa:"";
}

.fa-face-laugh-beam, .fa-laugh-beam {
  --fa:"";
}

.fa-helicopter-symbol {
  --fa:"";
}

.fa-universal-access {
  --fa:"";
}

.fa-chevron-circle-up, .fa-circle-chevron-up {
  --fa:"";
}

.fa-lari-sign {
  --fa:"";
}

.fa-volcano {
  --fa:"";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa:"";
}

.fa-gbp, .fa-pound-sign, .fa-sterling-sign {
  --fa:"";
}

.fa-viruses {
  --fa:"";
}

.fa-square-person-confined {
  --fa:"";
}

.fa-user-tie {
  --fa:"";
}

.fa-arrow-down-long, .fa-long-arrow-down {
  --fa:"";
}

.fa-tent-arrow-down-to-line {
  --fa:"";
}

.fa-certificate {
  --fa:"";
}

.fa-mail-reply-all, .fa-reply-all {
  --fa:"";
}

.fa-suitcase {
  --fa:"";
}

.fa-person-skating, .fa-skating {
  --fa:"";
}

.fa-filter-circle-dollar, .fa-funnel-dollar {
  --fa:"";
}

.fa-camera-retro {
  --fa:"";
}

.fa-arrow-circle-down, .fa-circle-arrow-down {
  --fa:"";
}

.fa-arrow-right-to-file, .fa-file-import {
  --fa:"";
}

.fa-external-link-square, .fa-square-arrow-up-right {
  --fa:"";
}

.fa-box-open {
  --fa:"";
}

.fa-scroll {
  --fa:"";
}

.fa-spa {
  --fa:"";
}

.fa-location-pin-lock {
  --fa:"";
}

.fa-pause {
  --fa:"";
}

.fa-hill-avalanche {
  --fa:"";
}

.fa-temperature-0, .fa-temperature-empty, .fa-thermometer-0, .fa-thermometer-empty {
  --fa:"";
}

.fa-bomb {
  --fa:"";
}

.fa-registered {
  --fa:"";
}

.fa-address-card, .fa-contact-card, .fa-vcard {
  --fa:"";
}

.fa-balance-scale-right, .fa-scale-unbalanced-flip {
  --fa:"";
}

.fa-subscript {
  --fa:"";
}

.fa-diamond-turn-right, .fa-directions {
  --fa:"";
}

.fa-burst {
  --fa:"";
}

.fa-house-laptop, .fa-laptop-house {
  --fa:"";
}

.fa-face-tired, .fa-tired {
  --fa:"";
}

.fa-money-bills {
  --fa:"";
}

.fa-smog {
  --fa:"";
}

.fa-crutch {
  --fa:"";
}

.fa-cloud-arrow-up, .fa-cloud-upload, .fa-cloud-upload-alt {
  --fa:"";
}

.fa-palette {
  --fa:"";
}

.fa-arrows-turn-right {
  --fa:"";
}

.fa-vest {
  --fa:"";
}

.fa-ferry {
  --fa:"";
}

.fa-arrows-down-to-people {
  --fa:"";
}

.fa-seedling, .fa-sprout {
  --fa:"";
}

.fa-arrows-alt-h, .fa-left-right {
  --fa:"";
}

.fa-boxes-packing {
  --fa:"";
}

.fa-arrow-circle-left, .fa-circle-arrow-left {
  --fa:"";
}

.fa-group-arrows-rotate {
  --fa:"";
}

.fa-bowl-food {
  --fa:"";
}

.fa-candy-cane {
  --fa:"";
}

.fa-arrow-down-wide-short, .fa-sort-amount-asc, .fa-sort-amount-down {
  --fa:"";
}

.fa-cloud-bolt, .fa-thunderstorm {
  --fa:"";
}

.fa-remove-format, .fa-text-slash {
  --fa:"";
}

.fa-face-smile-wink, .fa-smile-wink {
  --fa:"";
}

.fa-file-word {
  --fa:"";
}

.fa-file-powerpoint {
  --fa:"";
}

.fa-arrows-h, .fa-arrows-left-right {
  --fa:"";
}

.fa-house-lock {
  --fa:"";
}

.fa-cloud-arrow-down, .fa-cloud-download, .fa-cloud-download-alt {
  --fa:"";
}

.fa-children {
  --fa:"";
}

.fa-blackboard, .fa-chalkboard {
  --fa:"";
}

.fa-user-alt-slash, .fa-user-large-slash {
  --fa:"";
}

.fa-envelope-open {
  --fa:"";
}

.fa-handshake-alt-slash, .fa-handshake-simple-slash {
  --fa:"";
}

.fa-mattress-pillow {
  --fa:"";
}

.fa-guarani-sign {
  --fa:"";
}

.fa-arrows-rotate, .fa-refresh, .fa-sync {
  --fa:"";
}

.fa-fire-extinguisher {
  --fa:"";
}

.fa-cruzeiro-sign {
  --fa:"";
}

.fa-greater-than-equal {
  --fa:"";
}

.fa-shield-alt, .fa-shield-halved {
  --fa:"";
}

.fa-atlas, .fa-book-atlas {
  --fa:"";
}

.fa-virus {
  --fa:"";
}

.fa-envelope-circle-check {
  --fa:"";
}

.fa-layer-group {
  --fa:"";
}

.fa-arrows-to-dot {
  --fa:"";
}

.fa-archway {
  --fa:"";
}

.fa-heart-circle-check {
  --fa:"";
}

.fa-house-chimney-crack, .fa-house-damage {
  --fa:"";
}

.fa-file-archive, .fa-file-zipper {
  --fa:"";
}

.fa-square {
  --fa:"";
}

.fa-glass-martini, .fa-martini-glass-empty {
  --fa:"";
}

.fa-couch {
  --fa:"";
}

.fa-cedi-sign {
  --fa:"";
}

.fa-italic {
  --fa:"";
}

.fa-table-cells-column-lock {
  --fa:"";
}

.fa-church {
  --fa:"";
}

.fa-comments-dollar {
  --fa:"";
}

.fa-democrat {
  --fa:"";
}

.fa-z {
  --fa:"Z";
}

.fa-person-skiing, .fa-skiing {
  --fa:"";
}

.fa-road-lock {
  --fa:"";
}

.fa-a {
  --fa:"A";
}

.fa-temperature-arrow-down, .fa-temperature-down {
  --fa:"";
}

.fa-feather-alt, .fa-feather-pointed {
  --fa:"";
}

.fa-p {
  --fa:"P";
}

.fa-snowflake {
  --fa:"";
}

.fa-newspaper {
  --fa:"";
}

.fa-ad, .fa-rectangle-ad {
  --fa:"";
}

.fa-arrow-circle-right, .fa-circle-arrow-right {
  --fa:"";
}

.fa-filter-circle-xmark {
  --fa:"";
}

.fa-locust {
  --fa:"";
}

.fa-sort, .fa-unsorted {
  --fa:"";
}

.fa-list-1-2, .fa-list-numeric, .fa-list-ol {
  --fa:"";
}

.fa-person-dress-burst {
  --fa:"";
}

.fa-money-check-alt, .fa-money-check-dollar {
  --fa:"";
}

.fa-vector-square {
  --fa:"";
}

.fa-bread-slice {
  --fa:"";
}

.fa-language {
  --fa:"";
}

.fa-face-kiss-wink-heart, .fa-kiss-wink-heart {
  --fa:"";
}

.fa-filter {
  --fa:"";
}

.fa-question {
  --fa:"?";
}

.fa-file-signature {
  --fa:"";
}

.fa-arrows-alt, .fa-up-down-left-right {
  --fa:"";
}

.fa-house-chimney-user {
  --fa:"";
}

.fa-hand-holding-heart {
  --fa:"";
}

.fa-puzzle-piece {
  --fa:"";
}

.fa-money-check {
  --fa:"";
}

.fa-star-half-alt, .fa-star-half-stroke {
  --fa:"";
}

.fa-code {
  --fa:"";
}

.fa-glass-whiskey, .fa-whiskey-glass {
  --fa:"";
}

.fa-building-circle-exclamation {
  --fa:"";
}

.fa-magnifying-glass-chart {
  --fa:"";
}

.fa-arrow-up-right-from-square, .fa-external-link {
  --fa:"";
}

.fa-cubes-stacked {
  --fa:"";
}

.fa-krw, .fa-won, .fa-won-sign {
  --fa:"";
}

.fa-virus-covid {
  --fa:"";
}

.fa-austral-sign {
  --fa:"";
}

.fa-f {
  --fa:"F";
}

.fa-leaf {
  --fa:"";
}

.fa-road {
  --fa:"";
}

.fa-cab, .fa-taxi {
  --fa:"";
}

.fa-person-circle-plus {
  --fa:"";
}

.fa-chart-pie, .fa-pie-chart {
  --fa:"";
}

.fa-bolt-lightning {
  --fa:"";
}

.fa-sack-xmark {
  --fa:"";
}

.fa-file-excel {
  --fa:"";
}

.fa-file-contract {
  --fa:"";
}

.fa-fish-fins {
  --fa:"";
}

.fa-building-flag {
  --fa:"";
}

.fa-face-grin-beam, .fa-grin-beam {
  --fa:"";
}

.fa-object-ungroup {
  --fa:"";
}

.fa-poop {
  --fa:"";
}

.fa-location-pin, .fa-map-marker {
  --fa:"";
}

.fa-kaaba {
  --fa:"";
}

.fa-toilet-paper {
  --fa:"";
}

.fa-hard-hat, .fa-hat-hard, .fa-helmet-safety {
  --fa:"";
}

.fa-eject {
  --fa:"";
}

.fa-arrow-alt-circle-right, .fa-circle-right {
  --fa:"";
}

.fa-plane-circle-check {
  --fa:"";
}

.fa-face-rolling-eyes, .fa-meh-rolling-eyes {
  --fa:"";
}

.fa-object-group {
  --fa:"";
}

.fa-chart-line, .fa-line-chart {
  --fa:"";
}

.fa-mask-ventilator {
  --fa:"";
}

.fa-arrow-right {
  --fa:"";
}

.fa-map-signs, .fa-signs-post {
  --fa:"";
}

.fa-cash-register {
  --fa:"";
}

.fa-person-circle-question {
  --fa:"";
}

.fa-h {
  --fa:"H";
}

.fa-tarp {
  --fa:"";
}

.fa-screwdriver-wrench, .fa-tools {
  --fa:"";
}

.fa-arrows-to-eye {
  --fa:"";
}

.fa-plug-circle-bolt {
  --fa:"";
}

.fa-heart {
  --fa:"";
}

.fa-mars-and-venus {
  --fa:"";
}

.fa-home-user, .fa-house-user {
  --fa:"";
}

.fa-dumpster-fire {
  --fa:"";
}

.fa-house-crack {
  --fa:"";
}

.fa-cocktail, .fa-martini-glass-citrus {
  --fa:"";
}

.fa-face-surprise, .fa-surprise {
  --fa:"";
}

.fa-bottle-water {
  --fa:"";
}

.fa-circle-pause, .fa-pause-circle {
  --fa:"";
}

.fa-toilet-paper-slash {
  --fa:"";
}

.fa-apple-alt, .fa-apple-whole {
  --fa:"";
}

.fa-kitchen-set {
  --fa:"";
}

.fa-r {
  --fa:"R";
}

.fa-temperature-1, .fa-temperature-quarter, .fa-thermometer-1, .fa-thermometer-quarter {
  --fa:"";
}

.fa-cube {
  --fa:"";
}

.fa-bitcoin-sign {
  --fa:"";
}

.fa-shield-dog {
  --fa:"";
}

.fa-solar-panel {
  --fa:"";
}

.fa-lock-open {
  --fa:"";
}

.fa-elevator {
  --fa:"";
}

.fa-money-bill-transfer {
  --fa:"";
}

.fa-money-bill-trend-up {
  --fa:"";
}

.fa-house-flood-water-circle-arrow-right {
  --fa:"";
}

.fa-poll-h, .fa-square-poll-horizontal {
  --fa:"";
}

.fa-circle {
  --fa:"";
}

.fa-backward-fast, .fa-fast-backward {
  --fa:"";
}

.fa-recycle {
  --fa:"";
}

.fa-user-astronaut {
  --fa:"";
}

.fa-plane-slash {
  --fa:"";
}

.fa-trademark {
  --fa:"";
}

.fa-basketball, .fa-basketball-ball {
  --fa:"";
}

.fa-satellite-dish {
  --fa:"";
}

.fa-arrow-alt-circle-up, .fa-circle-up {
  --fa:"";
}

.fa-mobile-alt, .fa-mobile-screen-button {
  --fa:"";
}

.fa-volume-high, .fa-volume-up {
  --fa:"";
}

.fa-users-rays {
  --fa:"";
}

.fa-wallet {
  --fa:"";
}

.fa-clipboard-check {
  --fa:"";
}

.fa-file-audio {
  --fa:"";
}

.fa-burger, .fa-hamburger {
  --fa:"";
}

.fa-wrench {
  --fa:"";
}

.fa-bugs {
  --fa:"";
}

.fa-rupee, .fa-rupee-sign {
  --fa:"";
}

.fa-file-image {
  --fa:"";
}

.fa-circle-question, .fa-question-circle {
  --fa:"";
}

.fa-plane-departure {
  --fa:"";
}

.fa-handshake-slash {
  --fa:"";
}

.fa-book-bookmark {
  --fa:"";
}

.fa-code-branch {
  --fa:"";
}

.fa-hat-cowboy {
  --fa:"";
}

.fa-bridge {
  --fa:"";
}

.fa-phone-alt, .fa-phone-flip {
  --fa:"";
}

.fa-truck-front {
  --fa:"";
}

.fa-cat {
  --fa:"";
}

.fa-anchor-circle-exclamation {
  --fa:"";
}

.fa-truck-field {
  --fa:"";
}

.fa-route {
  --fa:"";
}

.fa-clipboard-question {
  --fa:"";
}

.fa-panorama {
  --fa:"";
}

.fa-comment-medical {
  --fa:"";
}

.fa-teeth-open {
  --fa:"";
}

.fa-file-circle-minus {
  --fa:"";
}

.fa-tags {
  --fa:"";
}

.fa-wine-glass {
  --fa:"";
}

.fa-fast-forward, .fa-forward-fast {
  --fa:"";
}

.fa-face-meh-blank, .fa-meh-blank {
  --fa:"";
}

.fa-parking, .fa-square-parking {
  --fa:"";
}

.fa-house-signal {
  --fa:"";
}

.fa-bars-progress, .fa-tasks-alt {
  --fa:"";
}

.fa-faucet-drip {
  --fa:"";
}

.fa-cart-flatbed, .fa-dolly-flatbed {
  --fa:"";
}

.fa-ban-smoking, .fa-smoking-ban {
  --fa:"";
}

.fa-terminal {
  --fa:"";
}

.fa-mobile-button {
  --fa:"";
}

.fa-house-medical-flag {
  --fa:"";
}

.fa-basket-shopping, .fa-shopping-basket {
  --fa:"";
}

.fa-tape {
  --fa:"";
}

.fa-bus-alt, .fa-bus-simple {
  --fa:"";
}

.fa-eye {
  --fa:"";
}

.fa-face-sad-cry, .fa-sad-cry {
  --fa:"";
}

.fa-audio-description {
  --fa:"";
}

.fa-person-military-to-person {
  --fa:"";
}

.fa-file-shield {
  --fa:"";
}

.fa-user-slash {
  --fa:"";
}

.fa-pen {
  --fa:"";
}

.fa-tower-observation {
  --fa:"";
}

.fa-file-code {
  --fa:"";
}

.fa-signal, .fa-signal-5, .fa-signal-perfect {
  --fa:"";
}

.fa-bus {
  --fa:"";
}

.fa-heart-circle-xmark {
  --fa:"";
}

.fa-home-lg, .fa-house-chimney {
  --fa:"";
}

.fa-window-maximize {
  --fa:"";
}

.fa-face-frown, .fa-frown {
  --fa:"";
}

.fa-prescription {
  --fa:"";
}

.fa-shop, .fa-store-alt {
  --fa:"";
}

.fa-floppy-disk, .fa-save {
  --fa:"";
}

.fa-vihara {
  --fa:"";
}

.fa-balance-scale-left, .fa-scale-unbalanced {
  --fa:"";
}

.fa-sort-asc, .fa-sort-up {
  --fa:"";
}

.fa-comment-dots, .fa-commenting {
  --fa:"";
}

.fa-plant-wilt {
  --fa:"";
}

.fa-diamond {
  --fa:"";
}

.fa-face-grin-squint, .fa-grin-squint {
  --fa:"";
}

.fa-hand-holding-dollar, .fa-hand-holding-usd {
  --fa:"";
}

.fa-chart-diagram {
  --fa:"";
}

.fa-bacterium {
  --fa:"";
}

.fa-hand-pointer {
  --fa:"";
}

.fa-drum-steelpan {
  --fa:"";
}

.fa-hand-scissors {
  --fa:"";
}

.fa-hands-praying, .fa-praying-hands {
  --fa:"";
}

.fa-arrow-right-rotate, .fa-arrow-rotate-forward, .fa-arrow-rotate-right, .fa-redo {
  --fa:"";
}

.fa-biohazard {
  --fa:"";
}

.fa-location, .fa-location-crosshairs {
  --fa:"";
}

.fa-mars-double {
  --fa:"";
}

.fa-child-dress {
  --fa:"";
}

.fa-users-between-lines {
  --fa:"";
}

.fa-lungs-virus {
  --fa:"";
}

.fa-face-grin-tears, .fa-grin-tears {
  --fa:"";
}

.fa-phone {
  --fa:"";
}

.fa-calendar-times, .fa-calendar-xmark {
  --fa:"";
}

.fa-child-reaching {
  --fa:"";
}

.fa-head-side-virus {
  --fa:"";
}

.fa-user-cog, .fa-user-gear {
  --fa:"";
}

.fa-arrow-up-1-9, .fa-sort-numeric-up {
  --fa:"";
}

.fa-door-closed {
  --fa:"";
}

.fa-shield-virus {
  --fa:"";
}

.fa-dice-six {
  --fa:"";
}

.fa-mosquito-net {
  --fa:"";
}

.fa-file-fragment {
  --fa:"";
}

.fa-bridge-water {
  --fa:"";
}

.fa-person-booth {
  --fa:"";
}

.fa-text-width {
  --fa:"";
}

.fa-hat-wizard {
  --fa:"";
}

.fa-pen-fancy {
  --fa:"";
}

.fa-digging, .fa-person-digging {
  --fa:"";
}

.fa-trash {
  --fa:"";
}

.fa-gauge-simple, .fa-gauge-simple-med, .fa-tachometer-average {
  --fa:"";
}

.fa-book-medical {
  --fa:"";
}

.fa-poo {
  --fa:"";
}

.fa-quote-right, .fa-quote-right-alt {
  --fa:"";
}

.fa-shirt, .fa-t-shirt, .fa-tshirt {
  --fa:"";
}

.fa-cubes {
  --fa:"";
}

.fa-divide {
  --fa:"";
}

.fa-tenge, .fa-tenge-sign {
  --fa:"";
}

.fa-headphones {
  --fa:"";
}

.fa-hands-holding {
  --fa:"";
}

.fa-hands-clapping {
  --fa:"";
}

.fa-republican {
  --fa:"";
}

.fa-arrow-left {
  --fa:"";
}

.fa-person-circle-xmark {
  --fa:"";
}

.fa-ruler {
  --fa:"";
}

.fa-align-left {
  --fa:"";
}

.fa-dice-d6 {
  --fa:"";
}

.fa-restroom {
  --fa:"";
}

.fa-j {
  --fa:"J";
}

.fa-users-viewfinder {
  --fa:"";
}

.fa-file-video {
  --fa:"";
}

.fa-external-link-alt, .fa-up-right-from-square {
  --fa:"";
}

.fa-table-cells, .fa-th {
  --fa:"";
}

.fa-file-pdf {
  --fa:"";
}

.fa-bible, .fa-book-bible {
  --fa:"";
}

.fa-o {
  --fa:"O";
}

.fa-medkit, .fa-suitcase-medical {
  --fa:"";
}

.fa-user-secret {
  --fa:"";
}

.fa-otter {
  --fa:"";
}

.fa-female, .fa-person-dress {
  --fa:"";
}

.fa-comment-dollar {
  --fa:"";
}

.fa-briefcase-clock, .fa-business-time {
  --fa:"";
}

.fa-table-cells-large, .fa-th-large {
  --fa:"";
}

.fa-book-tanakh, .fa-tanakh {
  --fa:"";
}

.fa-phone-volume, .fa-volume-control-phone {
  --fa:"";
}

.fa-hat-cowboy-side {
  --fa:"";
}

.fa-clipboard-user {
  --fa:"";
}

.fa-child {
  --fa:"";
}

.fa-lira-sign {
  --fa:"";
}

.fa-satellite {
  --fa:"";
}

.fa-plane-lock {
  --fa:"";
}

.fa-tag {
  --fa:"";
}

.fa-comment {
  --fa:"";
}

.fa-birthday-cake, .fa-cake, .fa-cake-candles {
  --fa:"";
}

.fa-envelope {
  --fa:"";
}

.fa-angle-double-up, .fa-angles-up {
  --fa:"";
}

.fa-paperclip {
  --fa:"";
}

.fa-arrow-right-to-city {
  --fa:"";
}

.fa-ribbon {
  --fa:"";
}

.fa-lungs {
  --fa:"";
}

.fa-arrow-up-9-1, .fa-sort-numeric-up-alt {
  --fa:"";
}

.fa-litecoin-sign {
  --fa:"";
}

.fa-border-none {
  --fa:"";
}

.fa-circle-nodes {
  --fa:"";
}

.fa-parachute-box {
  --fa:"";
}

.fa-indent {
  --fa:"";
}

.fa-truck-field-un {
  --fa:"";
}

.fa-hourglass, .fa-hourglass-empty {
  --fa:"";
}

.fa-mountain {
  --fa:"";
}

.fa-user-doctor, .fa-user-md {
  --fa:"";
}

.fa-circle-info, .fa-info-circle {
  --fa:"";
}

.fa-cloud-meatball {
  --fa:"";
}

.fa-camera, .fa-camera-alt {
  --fa:"";
}

.fa-square-virus {
  --fa:"";
}

.fa-meteor {
  --fa:"";
}

.fa-car-on {
  --fa:"";
}

.fa-sleigh {
  --fa:"";
}

.fa-arrow-down-1-9, .fa-sort-numeric-asc, .fa-sort-numeric-down {
  --fa:"";
}

.fa-hand-holding-droplet, .fa-hand-holding-water {
  --fa:"";
}

.fa-water {
  --fa:"";
}

.fa-calendar-check {
  --fa:"";
}

.fa-braille {
  --fa:"";
}

.fa-prescription-bottle-alt, .fa-prescription-bottle-medical {
  --fa:"";
}

.fa-landmark {
  --fa:"";
}

.fa-truck {
  --fa:"";
}

.fa-crosshairs {
  --fa:"";
}

.fa-person-cane {
  --fa:"";
}

.fa-tent {
  --fa:"";
}

.fa-vest-patches {
  --fa:"";
}

.fa-check-double {
  --fa:"";
}

.fa-arrow-down-a-z, .fa-sort-alpha-asc, .fa-sort-alpha-down {
  --fa:"";
}

.fa-money-bill-wheat {
  --fa:"";
}

.fa-cookie {
  --fa:"";
}

.fa-arrow-left-rotate, .fa-arrow-rotate-back, .fa-arrow-rotate-backward, .fa-arrow-rotate-left, .fa-undo {
  --fa:"";
}

.fa-hard-drive, .fa-hdd {
  --fa:"";
}

.fa-face-grin-squint-tears, .fa-grin-squint-tears {
  --fa:"";
}

.fa-dumbbell {
  --fa:"";
}

.fa-list-alt, .fa-rectangle-list {
  --fa:"";
}

.fa-tarp-droplet {
  --fa:"";
}

.fa-house-medical-circle-check {
  --fa:"";
}

.fa-person-skiing-nordic, .fa-skiing-nordic {
  --fa:"";
}

.fa-calendar-plus {
  --fa:"";
}

.fa-plane-arrival {
  --fa:"";
}

.fa-arrow-alt-circle-left, .fa-circle-left {
  --fa:"";
}

.fa-subway, .fa-train-subway {
  --fa:"";
}

.fa-chart-gantt {
  --fa:"";
}

.fa-indian-rupee, .fa-indian-rupee-sign, .fa-inr {
  --fa:"";
}

.fa-crop-alt, .fa-crop-simple {
  --fa:"";
}

.fa-money-bill-1, .fa-money-bill-alt {
  --fa:"";
}

.fa-left-long, .fa-long-arrow-alt-left {
  --fa:"";
}

.fa-dna {
  --fa:"";
}

.fa-virus-slash {
  --fa:"";
}

.fa-minus, .fa-subtract {
  --fa:"";
}

.fa-chess {
  --fa:"";
}

.fa-arrow-left-long, .fa-long-arrow-left {
  --fa:"";
}

.fa-plug-circle-check {
  --fa:"";
}

.fa-street-view {
  --fa:"";
}

.fa-franc-sign {
  --fa:"";
}

.fa-volume-off {
  --fa:"";
}

.fa-american-sign-language-interpreting, .fa-asl-interpreting, .fa-hands-american-sign-language-interpreting, .fa-hands-asl-interpreting {
  --fa:"";
}

.fa-cog, .fa-gear {
  --fa:"";
}

.fa-droplet-slash, .fa-tint-slash {
  --fa:"";
}

.fa-mosque {
  --fa:"";
}

.fa-mosquito {
  --fa:"";
}

.fa-star-of-david {
  --fa:"";
}

.fa-person-military-rifle {
  --fa:"";
}

.fa-cart-shopping, .fa-shopping-cart {
  --fa:"";
}

.fa-vials {
  --fa:"";
}

.fa-plug-circle-plus {
  --fa:"";
}

.fa-place-of-worship {
  --fa:"";
}

.fa-grip-vertical {
  --fa:"";
}

.fa-hexagon-nodes {
  --fa:"";
}

.fa-arrow-turn-up, .fa-level-up {
  --fa:"";
}

.fa-u {
  --fa:"U";
}

.fa-square-root-alt, .fa-square-root-variable {
  --fa:"";
}

.fa-clock, .fa-clock-four {
  --fa:"";
}

.fa-backward-step, .fa-step-backward {
  --fa:"";
}

.fa-pallet {
  --fa:"";
}

.fa-faucet {
  --fa:"";
}

.fa-baseball-bat-ball {
  --fa:"";
}

.fa-s {
  --fa:"S";
}

.fa-timeline {
  --fa:"";
}

.fa-keyboard {
  --fa:"";
}

.fa-caret-down {
  --fa:"";
}

.fa-clinic-medical, .fa-house-chimney-medical {
  --fa:"";
}

.fa-temperature-3, .fa-temperature-three-quarters, .fa-thermometer-3, .fa-thermometer-three-quarters {
  --fa:"";
}

.fa-mobile-android-alt, .fa-mobile-screen {
  --fa:"";
}

.fa-plane-up {
  --fa:"";
}

.fa-piggy-bank {
  --fa:"";
}

.fa-battery-3, .fa-battery-half {
  --fa:"";
}

.fa-mountain-city {
  --fa:"";
}

.fa-coins {
  --fa:"";
}

.fa-khanda {
  --fa:"";
}

.fa-sliders, .fa-sliders-h {
  --fa:"";
}

.fa-folder-tree {
  --fa:"";
}

.fa-network-wired {
  --fa:"";
}

.fa-map-pin {
  --fa:"";
}

.fa-hamsa {
  --fa:"";
}

.fa-cent-sign {
  --fa:"";
}

.fa-flask {
  --fa:"";
}

.fa-person-pregnant {
  --fa:"";
}

.fa-wand-sparkles {
  --fa:"";
}

.fa-ellipsis-v, .fa-ellipsis-vertical {
  --fa:"";
}

.fa-ticket {
  --fa:"";
}

.fa-power-off {
  --fa:"";
}

.fa-long-arrow-alt-right, .fa-right-long {
  --fa:"";
}

.fa-flag-usa {
  --fa:"";
}

.fa-laptop-file {
  --fa:"";
}

.fa-teletype, .fa-tty {
  --fa:"";
}

.fa-diagram-next {
  --fa:"";
}

.fa-person-rifle {
  --fa:"";
}

.fa-house-medical-circle-exclamation {
  --fa:"";
}

.fa-closed-captioning {
  --fa:"";
}

.fa-hiking, .fa-person-hiking {
  --fa:"";
}

.fa-venus-double {
  --fa:"";
}

.fa-images {
  --fa:"";
}

.fa-calculator {
  --fa:"";
}

.fa-people-pulling {
  --fa:"";
}

.fa-n {
  --fa:"N";
}

.fa-cable-car, .fa-tram {
  --fa:"";
}

.fa-cloud-rain {
  --fa:"";
}

.fa-building-circle-xmark {
  --fa:"";
}

.fa-ship {
  --fa:"";
}

.fa-arrows-down-to-line {
  --fa:"";
}

.fa-download {
  --fa:"";
}

.fa-face-grin, .fa-grin {
  --fa:"";
}

.fa-backspace, .fa-delete-left {
  --fa:"";
}

.fa-eye-dropper, .fa-eye-dropper-empty, .fa-eyedropper {
  --fa:"";
}

.fa-file-circle-check {
  --fa:"";
}

.fa-forward {
  --fa:"";
}

.fa-mobile, .fa-mobile-android, .fa-mobile-phone {
  --fa:"";
}

.fa-face-meh, .fa-meh {
  --fa:"";
}

.fa-align-center {
  --fa:"";
}

.fa-book-dead, .fa-book-skull {
  --fa:"";
}

.fa-drivers-license, .fa-id-card {
  --fa:"";
}

.fa-dedent, .fa-outdent {
  --fa:"";
}

.fa-heart-circle-exclamation {
  --fa:"";
}

.fa-home, .fa-home-alt, .fa-home-lg-alt, .fa-house {
  --fa:"";
}

.fa-calendar-week {
  --fa:"";
}

.fa-laptop-medical {
  --fa:"";
}

.fa-b {
  --fa:"B";
}

.fa-file-medical {
  --fa:"";
}

.fa-dice-one {
  --fa:"";
}

.fa-kiwi-bird {
  --fa:"";
}

.fa-arrow-right-arrow-left, .fa-exchange {
  --fa:"";
}

.fa-redo-alt, .fa-rotate-forward, .fa-rotate-right {
  --fa:"";
}

.fa-cutlery, .fa-utensils {
  --fa:"";
}

.fa-arrow-up-wide-short, .fa-sort-amount-up {
  --fa:"";
}

.fa-mill-sign {
  --fa:"";
}

.fa-bowl-rice {
  --fa:"";
}

.fa-skull {
  --fa:"";
}

.fa-broadcast-tower, .fa-tower-broadcast {
  --fa:"";
}

.fa-truck-pickup {
  --fa:"";
}

.fa-long-arrow-alt-up, .fa-up-long {
  --fa:"";
}

.fa-stop {
  --fa:"";
}

.fa-code-merge {
  --fa:"";
}

.fa-upload {
  --fa:"";
}

.fa-hurricane {
  --fa:"";
}

.fa-mound {
  --fa:"";
}

.fa-toilet-portable {
  --fa:"";
}

.fa-compact-disc {
  --fa:"";
}

.fa-file-arrow-down, .fa-file-download {
  --fa:"";
}

.fa-caravan {
  --fa:"";
}

.fa-shield-cat {
  --fa:"";
}

.fa-bolt, .fa-zap {
  --fa:"";
}

.fa-glass-water {
  --fa:"";
}

.fa-oil-well {
  --fa:"";
}

.fa-vault {
  --fa:"";
}

.fa-mars {
  --fa:"";
}

.fa-toilet {
  --fa:"";
}

.fa-plane-circle-xmark {
  --fa:"";
}

.fa-cny, .fa-jpy, .fa-rmb, .fa-yen, .fa-yen-sign {
  --fa:"";
}

.fa-rouble, .fa-rub, .fa-ruble, .fa-ruble-sign {
  --fa:"";
}

.fa-sun {
  --fa:"";
}

.fa-guitar {
  --fa:"";
}

.fa-face-laugh-wink, .fa-laugh-wink {
  --fa:"";
}

.fa-horse-head {
  --fa:"";
}

.fa-bore-hole {
  --fa:"";
}

.fa-industry {
  --fa:"";
}

.fa-arrow-alt-circle-down, .fa-circle-down {
  --fa:"";
}

.fa-arrows-turn-to-dots {
  --fa:"";
}

.fa-florin-sign {
  --fa:"";
}

.fa-arrow-down-short-wide, .fa-sort-amount-desc, .fa-sort-amount-down-alt {
  --fa:"";
}

.fa-less-than {
  --fa:"<";
}

.fa-angle-down {
  --fa:"";
}

.fa-car-tunnel {
  --fa:"";
}

.fa-head-side-cough {
  --fa:"";
}

.fa-grip-lines {
  --fa:"";
}

.fa-thumbs-down {
  --fa:"";
}

.fa-user-lock {
  --fa:"";
}

.fa-arrow-right-long, .fa-long-arrow-right {
  --fa:"";
}

.fa-anchor-circle-xmark {
  --fa:"";
}

.fa-ellipsis, .fa-ellipsis-h {
  --fa:"";
}

.fa-chess-pawn {
  --fa:"";
}

.fa-first-aid, .fa-kit-medical {
  --fa:"";
}

.fa-person-through-window {
  --fa:"";
}

.fa-toolbox {
  --fa:"";
}

.fa-hands-holding-circle {
  --fa:"";
}

.fa-bug {
  --fa:"";
}

.fa-credit-card, .fa-credit-card-alt {
  --fa:"";
}

.fa-automobile, .fa-car {
  --fa:"";
}

.fa-hand-holding-hand {
  --fa:"";
}

.fa-book-open-reader, .fa-book-reader {
  --fa:"";
}

.fa-mountain-sun {
  --fa:"";
}

.fa-arrows-left-right-to-line {
  --fa:"";
}

.fa-dice-d20 {
  --fa:"";
}

.fa-truck-droplet {
  --fa:"";
}

.fa-file-circle-xmark {
  --fa:"";
}

.fa-temperature-arrow-up, .fa-temperature-up {
  --fa:"";
}

.fa-medal {
  --fa:"";
}

.fa-bed {
  --fa:"";
}

.fa-h-square, .fa-square-h {
  --fa:"";
}

.fa-podcast {
  --fa:"";
}

.fa-temperature-4, .fa-temperature-full, .fa-thermometer-4, .fa-thermometer-full {
  --fa:"";
}

.fa-bell {
  --fa:"";
}

.fa-superscript {
  --fa:"";
}

.fa-plug-circle-xmark {
  --fa:"";
}

.fa-star-of-life {
  --fa:"";
}

.fa-phone-slash {
  --fa:"";
}

.fa-paint-roller {
  --fa:"";
}

.fa-hands-helping, .fa-handshake-angle {
  --fa:"";
}

.fa-location-dot, .fa-map-marker-alt {
  --fa:"";
}

.fa-file {
  --fa:"";
}

.fa-greater-than {
  --fa:">";
}

.fa-person-swimming, .fa-swimmer {
  --fa:"";
}

.fa-arrow-down {
  --fa:"";
}

.fa-droplet, .fa-tint {
  --fa:"";
}

.fa-eraser {
  --fa:"";
}

.fa-earth, .fa-earth-america, .fa-earth-americas, .fa-globe-americas {
  --fa:"";
}

.fa-person-burst {
  --fa:"";
}

.fa-dove {
  --fa:"";
}

.fa-battery-0, .fa-battery-empty {
  --fa:"";
}

.fa-socks {
  --fa:"";
}

.fa-inbox {
  --fa:"";
}

.fa-section {
  --fa:"";
}

.fa-gauge-high, .fa-tachometer-alt, .fa-tachometer-alt-fast {
  --fa:"";
}

.fa-envelope-open-text {
  --fa:"";
}

.fa-hospital, .fa-hospital-alt, .fa-hospital-wide {
  --fa:"";
}

.fa-wine-bottle {
  --fa:"";
}

.fa-chess-rook {
  --fa:"";
}

.fa-bars-staggered, .fa-reorder, .fa-stream {
  --fa:"";
}

.fa-dharmachakra {
  --fa:"";
}

.fa-hotdog {
  --fa:"";
}

.fa-blind, .fa-person-walking-with-cane {
  --fa:"";
}

.fa-drum {
  --fa:"";
}

.fa-ice-cream {
  --fa:"";
}

.fa-heart-circle-bolt {
  --fa:"";
}

.fa-fax {
  --fa:"";
}

.fa-paragraph {
  --fa:"";
}

.fa-check-to-slot, .fa-vote-yea {
  --fa:"";
}

.fa-star-half {
  --fa:"";
}

.fa-boxes, .fa-boxes-alt, .fa-boxes-stacked {
  --fa:"";
}

.fa-chain, .fa-link {
  --fa:"";
}

.fa-assistive-listening-systems, .fa-ear-listen {
  --fa:"";
}

.fa-tree-city {
  --fa:"";
}

.fa-play {
  --fa:"";
}

.fa-font {
  --fa:"";
}

.fa-table-cells-row-lock {
  --fa:"";
}

.fa-rupiah-sign {
  --fa:"";
}

.fa-magnifying-glass, .fa-search {
  --fa:"";
}

.fa-ping-pong-paddle-ball, .fa-table-tennis, .fa-table-tennis-paddle-ball {
  --fa:"";
}

.fa-diagnoses, .fa-person-dots-from-line {
  --fa:"";
}

.fa-trash-can-arrow-up, .fa-trash-restore-alt {
  --fa:"";
}

.fa-naira-sign {
  --fa:"";
}

.fa-cart-arrow-down {
  --fa:"";
}

.fa-walkie-talkie {
  --fa:"";
}

.fa-file-edit, .fa-file-pen {
  --fa:"";
}

.fa-receipt {
  --fa:"";
}

.fa-pen-square, .fa-pencil-square, .fa-square-pen {
  --fa:"";
}

.fa-suitcase-rolling {
  --fa:"";
}

.fa-person-circle-exclamation {
  --fa:"";
}

.fa-chevron-down {
  --fa:"";
}

.fa-battery, .fa-battery-5, .fa-battery-full {
  --fa:"";
}

.fa-skull-crossbones {
  --fa:"";
}

.fa-code-compare {
  --fa:"";
}

.fa-list-dots, .fa-list-ul {
  --fa:"";
}

.fa-school-lock {
  --fa:"";
}

.fa-tower-cell {
  --fa:"";
}

.fa-down-long, .fa-long-arrow-alt-down {
  --fa:"";
}

.fa-ranking-star {
  --fa:"";
}

.fa-chess-king {
  --fa:"";
}

.fa-person-harassing {
  --fa:"";
}

.fa-brazilian-real-sign {
  --fa:"";
}

.fa-landmark-alt, .fa-landmark-dome {
  --fa:"";
}

.fa-arrow-up {
  --fa:"";
}

.fa-television, .fa-tv, .fa-tv-alt {
  --fa:"";
}

.fa-shrimp {
  --fa:"";
}

.fa-list-check, .fa-tasks {
  --fa:"";
}

.fa-jug-detergent {
  --fa:"";
}

.fa-circle-user, .fa-user-circle {
  --fa:"";
}

.fa-user-shield {
  --fa:"";
}

.fa-wind {
  --fa:"";
}

.fa-car-burst, .fa-car-crash {
  --fa:"";
}

.fa-y {
  --fa:"Y";
}

.fa-person-snowboarding, .fa-snowboarding {
  --fa:"";
}

.fa-shipping-fast, .fa-truck-fast {
  --fa:"";
}

.fa-fish {
  --fa:"";
}

.fa-user-graduate {
  --fa:"";
}

.fa-adjust, .fa-circle-half-stroke {
  --fa:"";
}

.fa-clapperboard {
  --fa:"";
}

.fa-circle-radiation, .fa-radiation-alt {
  --fa:"";
}

.fa-baseball, .fa-baseball-ball {
  --fa:"";
}

.fa-jet-fighter-up {
  --fa:"";
}

.fa-diagram-project, .fa-project-diagram {
  --fa:"";
}

.fa-copy {
  --fa:"";
}

.fa-volume-mute, .fa-volume-times, .fa-volume-xmark {
  --fa:"";
}

.fa-hand-sparkles {
  --fa:"";
}

.fa-grip, .fa-grip-horizontal {
  --fa:"";
}

.fa-share-from-square, .fa-share-square {
  --fa:"";
}

.fa-child-combatant, .fa-child-rifle {
  --fa:"";
}

.fa-gun {
  --fa:"";
}

.fa-phone-square, .fa-square-phone {
  --fa:"";
}

.fa-add, .fa-plus {
  --fa:"+";
}

.fa-expand {
  --fa:"";
}

.fa-computer {
  --fa:"";
}

.fa-close, .fa-multiply, .fa-remove, .fa-times, .fa-xmark {
  --fa:"";
}

.fa-arrows, .fa-arrows-up-down-left-right {
  --fa:"";
}

.fa-chalkboard-teacher, .fa-chalkboard-user {
  --fa:"";
}

.fa-peso-sign {
  --fa:"";
}

.fa-building-shield {
  --fa:"";
}

.fa-baby {
  --fa:"";
}

.fa-users-line {
  --fa:"";
}

.fa-quote-left, .fa-quote-left-alt {
  --fa:"";
}

.fa-tractor {
  --fa:"";
}

.fa-trash-arrow-up, .fa-trash-restore {
  --fa:"";
}

.fa-arrow-down-up-lock {
  --fa:"";
}

.fa-lines-leaning {
  --fa:"";
}

.fa-ruler-combined {
  --fa:"";
}

.fa-copyright {
  --fa:"";
}

.fa-equals {
  --fa:"=";
}

.fa-blender {
  --fa:"";
}

.fa-teeth {
  --fa:"";
}

.fa-ils, .fa-shekel, .fa-shekel-sign, .fa-sheqel, .fa-sheqel-sign {
  --fa:"";
}

.fa-map {
  --fa:"";
}

.fa-rocket {
  --fa:"";
}

.fa-photo-film, .fa-photo-video {
  --fa:"";
}

.fa-folder-minus {
  --fa:"";
}

.fa-hexagon-nodes-bolt {
  --fa:"";
}

.fa-store {
  --fa:"";
}

.fa-arrow-trend-up {
  --fa:"";
}

.fa-plug-circle-minus {
  --fa:"";
}

.fa-sign, .fa-sign-hanging {
  --fa:"";
}

.fa-bezier-curve {
  --fa:"";
}

.fa-bell-slash {
  --fa:"";
}

.fa-tablet, .fa-tablet-android {
  --fa:"";
}

.fa-school-flag {
  --fa:"";
}

.fa-fill {
  --fa:"";
}

.fa-angle-up {
  --fa:"";
}

.fa-drumstick-bite {
  --fa:"";
}

.fa-holly-berry {
  --fa:"";
}

.fa-chevron-left {
  --fa:"";
}

.fa-bacteria {
  --fa:"";
}

.fa-hand-lizard {
  --fa:"";
}

.fa-notdef {
  --fa:"";
}

.fa-disease {
  --fa:"";
}

.fa-briefcase-medical {
  --fa:"";
}

.fa-genderless {
  --fa:"";
}

.fa-chevron-right {
  --fa:"";
}

.fa-retweet {
  --fa:"";
}

.fa-car-alt, .fa-car-rear {
  --fa:"";
}

.fa-pump-soap {
  --fa:"";
}

.fa-video-slash {
  --fa:"";
}

.fa-battery-2, .fa-battery-quarter {
  --fa:"";
}

.fa-radio {
  --fa:"";
}

.fa-baby-carriage, .fa-carriage-baby {
  --fa:"";
}

.fa-traffic-light {
  --fa:"";
}

.fa-thermometer {
  --fa:"";
}

.fa-vr-cardboard {
  --fa:"";
}

.fa-hand-middle-finger {
  --fa:"";
}

.fa-percent, .fa-percentage {
  --fa:"%";
}

.fa-truck-moving {
  --fa:"";
}

.fa-glass-water-droplet {
  --fa:"";
}

.fa-display {
  --fa:"";
}

.fa-face-smile, .fa-smile {
  --fa:"";
}

.fa-thumb-tack, .fa-thumbtack {
  --fa:"";
}

.fa-trophy {
  --fa:"";
}

.fa-person-praying, .fa-pray {
  --fa:"";
}

.fa-hammer {
  --fa:"";
}

.fa-hand-peace {
  --fa:"";
}

.fa-rotate, .fa-sync-alt {
  --fa:"";
}

.fa-spinner {
  --fa:"";
}

.fa-robot {
  --fa:"";
}

.fa-peace {
  --fa:"";
}

.fa-cogs, .fa-gears {
  --fa:"";
}

.fa-warehouse {
  --fa:"";
}

.fa-arrow-up-right-dots {
  --fa:"";
}

.fa-splotch {
  --fa:"";
}

.fa-face-grin-hearts, .fa-grin-hearts {
  --fa:"";
}

.fa-dice-four {
  --fa:"";
}

.fa-sim-card {
  --fa:"";
}

.fa-transgender, .fa-transgender-alt {
  --fa:"";
}

.fa-mercury {
  --fa:"";
}

.fa-arrow-turn-down, .fa-level-down {
  --fa:"";
}

.fa-person-falling-burst {
  --fa:"";
}

.fa-award {
  --fa:"";
}

.fa-ticket-alt, .fa-ticket-simple {
  --fa:"";
}

.fa-building {
  --fa:"";
}

.fa-angle-double-left, .fa-angles-left {
  --fa:"";
}

.fa-qrcode {
  --fa:"";
}

.fa-clock-rotate-left, .fa-history {
  --fa:"";
}

.fa-face-grin-beam-sweat, .fa-grin-beam-sweat {
  --fa:"";
}

.fa-arrow-right-from-file, .fa-file-export {
  --fa:"";
}

.fa-shield, .fa-shield-blank {
  --fa:"";
}

.fa-arrow-up-short-wide, .fa-sort-amount-up-alt {
  --fa:"";
}

.fa-comment-nodes {
  --fa:"";
}

.fa-house-medical {
  --fa:"";
}

.fa-golf-ball, .fa-golf-ball-tee {
  --fa:"";
}

.fa-chevron-circle-left, .fa-circle-chevron-left {
  --fa:"";
}

.fa-house-chimney-window {
  --fa:"";
}

.fa-pen-nib {
  --fa:"";
}

.fa-tent-arrow-turn-left {
  --fa:"";
}

.fa-tents {
  --fa:"";
}

.fa-magic, .fa-wand-magic {
  --fa:"";
}

.fa-dog {
  --fa:"";
}

.fa-carrot {
  --fa:"";
}

.fa-moon {
  --fa:"";
}

.fa-wine-glass-alt, .fa-wine-glass-empty {
  --fa:"";
}

.fa-cheese {
  --fa:"";
}

.fa-yin-yang {
  --fa:"";
}

.fa-music {
  --fa:"";
}

.fa-code-commit {
  --fa:"";
}

.fa-temperature-low {
  --fa:"";
}

.fa-biking, .fa-person-biking {
  --fa:"";
}

.fa-broom {
  --fa:"";
}

.fa-shield-heart {
  --fa:"";
}

.fa-gopuram {
  --fa:"";
}

.fa-earth-oceania, .fa-globe-oceania {
  --fa:"";
}

.fa-square-xmark, .fa-times-square, .fa-xmark-square {
  --fa:"";
}

.fa-hashtag {
  --fa:"#";
}

.fa-expand-alt, .fa-up-right-and-down-left-from-center {
  --fa:"";
}

.fa-oil-can {
  --fa:"";
}

.fa-t {
  --fa:"T";
}

.fa-hippo {
  --fa:"";
}

.fa-chart-column {
  --fa:"";
}

.fa-infinity {
  --fa:"";
}

.fa-vial-circle-check {
  --fa:"";
}

.fa-person-arrow-down-to-line {
  --fa:"";
}

.fa-voicemail {
  --fa:"";
}

.fa-fan {
  --fa:"";
}

.fa-person-walking-luggage {
  --fa:"";
}

.fa-arrows-alt-v, .fa-up-down {
  --fa:"";
}

.fa-cloud-moon-rain {
  --fa:"";
}

.fa-calendar {
  --fa:"";
}

.fa-trailer {
  --fa:"";
}

.fa-bahai, .fa-haykal {
  --fa:"";
}

.fa-sd-card {
  --fa:"";
}

.fa-dragon {
  --fa:"";
}

.fa-shoe-prints {
  --fa:"";
}

.fa-circle-plus, .fa-plus-circle {
  --fa:"";
}

.fa-face-grin-tongue-wink, .fa-grin-tongue-wink {
  --fa:"";
}

.fa-hand-holding {
  --fa:"";
}

.fa-plug-circle-exclamation {
  --fa:"";
}

.fa-chain-broken, .fa-chain-slash, .fa-link-slash, .fa-unlink {
  --fa:"";
}

.fa-clone {
  --fa:"";
}

.fa-person-walking-arrow-loop-left {
  --fa:"";
}

.fa-arrow-up-z-a, .fa-sort-alpha-up-alt {
  --fa:"";
}

.fa-fire-alt, .fa-fire-flame-curved {
  --fa:"";
}

.fa-tornado {
  --fa:"";
}

.fa-file-circle-plus {
  --fa:"";
}

.fa-book-quran, .fa-quran {
  --fa:"";
}

.fa-anchor {
  --fa:"";
}

.fa-border-all {
  --fa:"";
}

.fa-angry, .fa-face-angry {
  --fa:"";
}

.fa-cookie-bite {
  --fa:"";
}

.fa-arrow-trend-down {
  --fa:"";
}

.fa-feed, .fa-rss {
  --fa:"";
}

.fa-draw-polygon {
  --fa:"";
}

.fa-balance-scale, .fa-scale-balanced {
  --fa:"";
}

.fa-gauge-simple-high, .fa-tachometer, .fa-tachometer-fast {
  --fa:"";
}

.fa-shower {
  --fa:"";
}

.fa-desktop, .fa-desktop-alt {
  --fa:"";
}

.fa-m {
  --fa:"M";
}

.fa-table-list, .fa-th-list {
  --fa:"";
}

.fa-comment-sms, .fa-sms {
  --fa:"";
}

.fa-book {
  --fa:"";
}

.fa-user-plus {
  --fa:"";
}

.fa-check {
  --fa:"";
}

.fa-battery-4, .fa-battery-three-quarters {
  --fa:"";
}

.fa-house-circle-check {
  --fa:"";
}

.fa-angle-left {
  --fa:"";
}

.fa-diagram-successor {
  --fa:"";
}

.fa-truck-arrow-right {
  --fa:"";
}

.fa-arrows-split-up-and-left {
  --fa:"";
}

.fa-fist-raised, .fa-hand-fist {
  --fa:"";
}

.fa-cloud-moon {
  --fa:"";
}

.fa-briefcase {
  --fa:"";
}

.fa-person-falling {
  --fa:"";
}

.fa-image-portrait, .fa-portrait {
  --fa:"";
}

.fa-user-tag {
  --fa:"";
}

.fa-rug {
  --fa:"";
}

.fa-earth-europe, .fa-globe-europe {
  --fa:"";
}

.fa-cart-flatbed-suitcase, .fa-luggage-cart {
  --fa:"";
}

.fa-rectangle-times, .fa-rectangle-xmark, .fa-times-rectangle, .fa-window-close {
  --fa:"";
}

.fa-baht-sign {
  --fa:"";
}

.fa-book-open {
  --fa:"";
}

.fa-book-journal-whills, .fa-journal-whills {
  --fa:"";
}

.fa-handcuffs {
  --fa:"";
}

.fa-exclamation-triangle, .fa-triangle-exclamation, .fa-warning {
  --fa:"";
}

.fa-database {
  --fa:"";
}

.fa-mail-forward, .fa-share {
  --fa:"";
}

.fa-bottle-droplet {
  --fa:"";
}

.fa-mask-face {
  --fa:"";
}

.fa-hill-rockslide {
  --fa:"";
}

.fa-exchange-alt, .fa-right-left {
  --fa:"";
}

.fa-paper-plane {
  --fa:"";
}

.fa-road-circle-exclamation {
  --fa:"";
}

.fa-dungeon {
  --fa:"";
}

.fa-align-right {
  --fa:"";
}

.fa-money-bill-1-wave, .fa-money-bill-wave-alt {
  --fa:"";
}

.fa-life-ring {
  --fa:"";
}

.fa-hands, .fa-sign-language, .fa-signing {
  --fa:"";
}

.fa-calendar-day {
  --fa:"";
}

.fa-ladder-water, .fa-swimming-pool, .fa-water-ladder {
  --fa:"";
}

.fa-arrows-up-down, .fa-arrows-v {
  --fa:"";
}

.fa-face-grimace, .fa-grimace {
  --fa:"";
}

.fa-wheelchair-alt, .fa-wheelchair-move {
  --fa:"";
}

.fa-level-down-alt, .fa-turn-down {
  --fa:"";
}

.fa-person-walking-arrow-right {
  --fa:"";
}

.fa-envelope-square, .fa-square-envelope {
  --fa:"";
}

.fa-dice {
  --fa:"";
}

.fa-bowling-ball {
  --fa:"";
}

.fa-brain {
  --fa:"";
}

.fa-band-aid, .fa-bandage {
  --fa:"";
}

.fa-calendar-minus {
  --fa:"";
}

.fa-circle-xmark, .fa-times-circle, .fa-xmark-circle {
  --fa:"";
}

.fa-gifts {
  --fa:"";
}

.fa-hotel {
  --fa:"";
}

.fa-earth-asia, .fa-globe-asia {
  --fa:"";
}

.fa-id-card-alt, .fa-id-card-clip {
  --fa:"";
}

.fa-magnifying-glass-plus, .fa-search-plus {
  --fa:"";
}

.fa-thumbs-up {
  --fa:"";
}

.fa-user-clock {
  --fa:"";
}

.fa-allergies, .fa-hand-dots {
  --fa:"";
}

.fa-file-invoice {
  --fa:"";
}

.fa-window-minimize {
  --fa:"";
}

.fa-coffee, .fa-mug-saucer {
  --fa:"";
}

.fa-brush {
  --fa:"";
}

.fa-file-half-dashed {
  --fa:"";
}

.fa-mask {
  --fa:"";
}

.fa-magnifying-glass-minus, .fa-search-minus {
  --fa:"";
}

.fa-ruler-vertical {
  --fa:"";
}

.fa-user-alt, .fa-user-large {
  --fa:"";
}

.fa-train-tram {
  --fa:"";
}

.fa-user-nurse {
  --fa:"";
}

.fa-syringe {
  --fa:"";
}

.fa-cloud-sun {
  --fa:"";
}

.fa-stopwatch-20 {
  --fa:"";
}

.fa-square-full {
  --fa:"";
}

.fa-magnet {
  --fa:"";
}

.fa-jar {
  --fa:"";
}

.fa-note-sticky, .fa-sticky-note {
  --fa:"";
}

.fa-bug-slash {
  --fa:"";
}

.fa-arrow-up-from-water-pump {
  --fa:"";
}

.fa-bone {
  --fa:"";
}

.fa-table-cells-row-unlock {
  --fa:"";
}

.fa-user-injured {
  --fa:"";
}

.fa-face-sad-tear, .fa-sad-tear {
  --fa:"";
}

.fa-plane {
  --fa:"";
}

.fa-tent-arrows-down {
  --fa:"";
}

.fa-exclamation {
  --fa:"!";
}

.fa-arrows-spin {
  --fa:"";
}

.fa-print {
  --fa:"";
}

.fa-try, .fa-turkish-lira, .fa-turkish-lira-sign {
  --fa:"";
}

.fa-dollar, .fa-dollar-sign, .fa-usd {
  --fa:"$";
}

.fa-x {
  --fa:"X";
}

.fa-magnifying-glass-dollar, .fa-search-dollar {
  --fa:"";
}

.fa-users-cog, .fa-users-gear {
  --fa:"";
}

.fa-person-military-pointing {
  --fa:"";
}

.fa-bank, .fa-building-columns, .fa-institution, .fa-museum, .fa-university {
  --fa:"";
}

.fa-umbrella {
  --fa:"";
}

.fa-trowel {
  --fa:"";
}

.fa-d {
  --fa:"D";
}

.fa-stapler {
  --fa:"";
}

.fa-masks-theater, .fa-theater-masks {
  --fa:"";
}

.fa-kip-sign {
  --fa:"";
}

.fa-hand-point-left {
  --fa:"";
}

.fa-handshake-alt, .fa-handshake-simple {
  --fa:"";
}

.fa-fighter-jet, .fa-jet-fighter {
  --fa:"";
}

.fa-share-alt-square, .fa-square-share-nodes {
  --fa:"";
}

.fa-barcode {
  --fa:"";
}

.fa-plus-minus {
  --fa:"";
}

.fa-video, .fa-video-camera {
  --fa:"";
}

.fa-graduation-cap, .fa-mortar-board {
  --fa:"";
}

.fa-hand-holding-medical {
  --fa:"";
}

.fa-person-circle-check {
  --fa:"";
}

.fa-level-up-alt, .fa-turn-up {
  --fa:"";
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:host, :root {
  --fa-style-family-classic:"Font Awesome 6 Free";
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/icons/fa-solid-900.woff2) format("woff2"), url(/fonts/icons/fa-solid-900.ttf) format("truetype");
}
.fa-solid, .fas {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:host, :root {
  --fa-style-family-brands:"Font Awesome 6 Brands";
  --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/icons/fa-brands-400.woff2) format("woff2"), url(/fonts/icons/fa-brands-400.ttf) format("truetype");
}
.fa-brands, .fab {
  font-weight: 400;
}

.fa-monero {
  --fa:"";
}

.fa-hooli {
  --fa:"";
}

.fa-yelp {
  --fa:"";
}

.fa-cc-visa {
  --fa:"";
}

.fa-lastfm {
  --fa:"";
}

.fa-shopware {
  --fa:"";
}

.fa-creative-commons-nc {
  --fa:"";
}

.fa-aws {
  --fa:"";
}

.fa-redhat {
  --fa:"";
}

.fa-yoast {
  --fa:"";
}

.fa-cloudflare {
  --fa:"";
}

.fa-ups {
  --fa:"";
}

.fa-pixiv {
  --fa:"";
}

.fa-wpexplorer {
  --fa:"";
}

.fa-dyalog {
  --fa:"";
}

.fa-bity {
  --fa:"";
}

.fa-stackpath {
  --fa:"";
}

.fa-buysellads {
  --fa:"";
}

.fa-first-order {
  --fa:"";
}

.fa-modx {
  --fa:"";
}

.fa-guilded {
  --fa:"";
}

.fa-vnv {
  --fa:"";
}

.fa-js-square, .fa-square-js {
  --fa:"";
}

.fa-microsoft {
  --fa:"";
}

.fa-qq {
  --fa:"";
}

.fa-orcid {
  --fa:"";
}

.fa-java {
  --fa:"";
}

.fa-invision {
  --fa:"";
}

.fa-creative-commons-pd-alt {
  --fa:"";
}

.fa-centercode {
  --fa:"";
}

.fa-glide-g {
  --fa:"";
}

.fa-drupal {
  --fa:"";
}

.fa-jxl {
  --fa:"";
}

.fa-dart-lang {
  --fa:"";
}

.fa-hire-a-helper {
  --fa:"";
}

.fa-creative-commons-by {
  --fa:"";
}

.fa-unity {
  --fa:"";
}

.fa-whmcs {
  --fa:"";
}

.fa-rocketchat {
  --fa:"";
}

.fa-vk {
  --fa:"";
}

.fa-untappd {
  --fa:"";
}

.fa-mailchimp {
  --fa:"";
}

.fa-css3-alt {
  --fa:"";
}

.fa-reddit-square, .fa-square-reddit {
  --fa:"";
}

.fa-vimeo-v {
  --fa:"";
}

.fa-contao {
  --fa:"";
}

.fa-square-font-awesome {
  --fa:"";
}

.fa-deskpro {
  --fa:"";
}

.fa-brave {
  --fa:"";
}

.fa-sistrix {
  --fa:"";
}

.fa-instagram-square, .fa-square-instagram {
  --fa:"";
}

.fa-battle-net {
  --fa:"";
}

.fa-the-red-yeti {
  --fa:"";
}

.fa-hacker-news-square, .fa-square-hacker-news {
  --fa:"";
}

.fa-edge {
  --fa:"";
}

.fa-threads {
  --fa:"";
}

.fa-napster {
  --fa:"";
}

.fa-snapchat-square, .fa-square-snapchat {
  --fa:"";
}

.fa-google-plus-g {
  --fa:"";
}

.fa-artstation {
  --fa:"";
}

.fa-markdown {
  --fa:"";
}

.fa-sourcetree {
  --fa:"";
}

.fa-google-plus {
  --fa:"";
}

.fa-diaspora {
  --fa:"";
}

.fa-foursquare {
  --fa:"";
}

.fa-stack-overflow {
  --fa:"";
}

.fa-github-alt {
  --fa:"";
}

.fa-phoenix-squadron {
  --fa:"";
}

.fa-pagelines {
  --fa:"";
}

.fa-algolia {
  --fa:"";
}

.fa-red-river {
  --fa:"";
}

.fa-creative-commons-sa {
  --fa:"";
}

.fa-safari {
  --fa:"";
}

.fa-google {
  --fa:"";
}

.fa-font-awesome-alt, .fa-square-font-awesome-stroke {
  --fa:"";
}

.fa-atlassian {
  --fa:"";
}

.fa-linkedin-in {
  --fa:"";
}

.fa-digital-ocean {
  --fa:"";
}

.fa-nimblr {
  --fa:"";
}

.fa-chromecast {
  --fa:"";
}

.fa-evernote {
  --fa:"";
}

.fa-hacker-news {
  --fa:"";
}

.fa-creative-commons-sampling {
  --fa:"";
}

.fa-adversal {
  --fa:"";
}

.fa-creative-commons {
  --fa:"";
}

.fa-watchman-monitoring {
  --fa:"";
}

.fa-fonticons {
  --fa:"";
}

.fa-weixin {
  --fa:"";
}

.fa-shirtsinbulk {
  --fa:"";
}

.fa-codepen {
  --fa:"";
}

.fa-git-alt {
  --fa:"";
}

.fa-lyft {
  --fa:"";
}

.fa-rev {
  --fa:"";
}

.fa-windows {
  --fa:"";
}

.fa-wizards-of-the-coast {
  --fa:"";
}

.fa-square-viadeo, .fa-viadeo-square {
  --fa:"";
}

.fa-meetup {
  --fa:"";
}

.fa-centos {
  --fa:"";
}

.fa-adn {
  --fa:"";
}

.fa-cloudsmith {
  --fa:"";
}

.fa-opensuse {
  --fa:"";
}

.fa-pied-piper-alt {
  --fa:"";
}

.fa-dribbble-square, .fa-square-dribbble {
  --fa:"";
}

.fa-codiepie {
  --fa:"";
}

.fa-node {
  --fa:"";
}

.fa-mix {
  --fa:"";
}

.fa-steam {
  --fa:"";
}

.fa-cc-apple-pay {
  --fa:"";
}

.fa-scribd {
  --fa:"";
}

.fa-debian {
  --fa:"";
}

.fa-openid {
  --fa:"";
}

.fa-instalod {
  --fa:"";
}

.fa-files-pinwheel {
  --fa:"";
}

.fa-expeditedssl {
  --fa:"";
}

.fa-sellcast {
  --fa:"";
}

.fa-square-twitter, .fa-twitter-square {
  --fa:"";
}

.fa-r-project {
  --fa:"";
}

.fa-delicious {
  --fa:"";
}

.fa-freebsd {
  --fa:"";
}

.fa-vuejs {
  --fa:"";
}

.fa-accusoft {
  --fa:"";
}

.fa-ioxhost {
  --fa:"";
}

.fa-fonticons-fi {
  --fa:"";
}

.fa-app-store {
  --fa:"";
}

.fa-cc-mastercard {
  --fa:"";
}

.fa-itunes-note {
  --fa:"";
}

.fa-golang {
  --fa:"";
}

.fa-kickstarter, .fa-square-kickstarter {
  --fa:"";
}

.fa-grav {
  --fa:"";
}

.fa-weibo {
  --fa:"";
}

.fa-uncharted {
  --fa:"";
}

.fa-firstdraft {
  --fa:"";
}

.fa-square-youtube, .fa-youtube-square {
  --fa:"";
}

.fa-wikipedia-w {
  --fa:"";
}

.fa-rendact, .fa-wpressr {
  --fa:"";
}

.fa-angellist {
  --fa:"";
}

.fa-galactic-republic {
  --fa:"";
}

.fa-nfc-directional {
  --fa:"";
}

.fa-skype {
  --fa:"";
}

.fa-joget {
  --fa:"";
}

.fa-fedora {
  --fa:"";
}

.fa-stripe-s {
  --fa:"";
}

.fa-meta {
  --fa:"";
}

.fa-laravel {
  --fa:"";
}

.fa-hotjar {
  --fa:"";
}

.fa-bluetooth-b {
  --fa:"";
}

.fa-square-letterboxd {
  --fa:"";
}

.fa-sticker-mule {
  --fa:"";
}

.fa-creative-commons-zero {
  --fa:"";
}

.fa-hips {
  --fa:"";
}

.fa-css {
  --fa:"";
}

.fa-behance {
  --fa:"";
}

.fa-reddit {
  --fa:"";
}

.fa-discord {
  --fa:"";
}

.fa-chrome {
  --fa:"";
}

.fa-app-store-ios {
  --fa:"";
}

.fa-cc-discover {
  --fa:"";
}

.fa-wpbeginner {
  --fa:"";
}

.fa-confluence {
  --fa:"";
}

.fa-shoelace {
  --fa:"";
}

.fa-mdb {
  --fa:"";
}

.fa-dochub {
  --fa:"";
}

.fa-accessible-icon {
  --fa:"";
}

.fa-ebay {
  --fa:"";
}

.fa-amazon {
  --fa:"";
}

.fa-unsplash {
  --fa:"";
}

.fa-yarn {
  --fa:"";
}

.fa-square-steam, .fa-steam-square {
  --fa:"";
}

.fa-500px {
  --fa:"";
}

.fa-square-vimeo, .fa-vimeo-square {
  --fa:"";
}

.fa-asymmetrik {
  --fa:"";
}

.fa-font-awesome, .fa-font-awesome-flag, .fa-font-awesome-logo-full {
  --fa:"";
}

.fa-gratipay {
  --fa:"";
}

.fa-apple {
  --fa:"";
}

.fa-hive {
  --fa:"";
}

.fa-gitkraken {
  --fa:"";
}

.fa-keybase {
  --fa:"";
}

.fa-apple-pay {
  --fa:"";
}

.fa-padlet {
  --fa:"";
}

.fa-amazon-pay {
  --fa:"";
}

.fa-github-square, .fa-square-github {
  --fa:"";
}

.fa-stumbleupon {
  --fa:"";
}

.fa-fedex {
  --fa:"";
}

.fa-phoenix-framework {
  --fa:"";
}

.fa-shopify {
  --fa:"";
}

.fa-neos {
  --fa:"";
}

.fa-square-threads {
  --fa:"";
}

.fa-hackerrank {
  --fa:"";
}

.fa-researchgate {
  --fa:"";
}

.fa-swift {
  --fa:"";
}

.fa-angular {
  --fa:"";
}

.fa-speakap {
  --fa:"";
}

.fa-angrycreative {
  --fa:"";
}

.fa-y-combinator {
  --fa:"";
}

.fa-empire {
  --fa:"";
}

.fa-envira {
  --fa:"";
}

.fa-google-scholar {
  --fa:"";
}

.fa-gitlab-square, .fa-square-gitlab {
  --fa:"";
}

.fa-studiovinari {
  --fa:"";
}

.fa-pied-piper {
  --fa:"";
}

.fa-wordpress {
  --fa:"";
}

.fa-product-hunt {
  --fa:"";
}

.fa-firefox {
  --fa:"";
}

.fa-linode {
  --fa:"";
}

.fa-goodreads {
  --fa:"";
}

.fa-odnoklassniki-square, .fa-square-odnoklassniki {
  --fa:"";
}

.fa-jsfiddle {
  --fa:"";
}

.fa-sith {
  --fa:"";
}

.fa-themeisle {
  --fa:"";
}

.fa-page4 {
  --fa:"";
}

.fa-hashnode {
  --fa:"";
}

.fa-react {
  --fa:"";
}

.fa-cc-paypal {
  --fa:"";
}

.fa-squarespace {
  --fa:"";
}

.fa-cc-stripe {
  --fa:"";
}

.fa-creative-commons-share {
  --fa:"";
}

.fa-bitcoin {
  --fa:"";
}

.fa-keycdn {
  --fa:"";
}

.fa-opera {
  --fa:"";
}

.fa-itch-io {
  --fa:"";
}

.fa-umbraco {
  --fa:"";
}

.fa-galactic-senate {
  --fa:"";
}

.fa-ubuntu {
  --fa:"";
}

.fa-draft2digital {
  --fa:"";
}

.fa-stripe {
  --fa:"";
}

.fa-houzz {
  --fa:"";
}

.fa-gg {
  --fa:"";
}

.fa-dhl {
  --fa:"";
}

.fa-pinterest-square, .fa-square-pinterest {
  --fa:"";
}

.fa-xing {
  --fa:"";
}

.fa-blackberry {
  --fa:"";
}

.fa-creative-commons-pd {
  --fa:"";
}

.fa-playstation {
  --fa:"";
}

.fa-quinscape {
  --fa:"";
}

.fa-less {
  --fa:"";
}

.fa-blogger-b {
  --fa:"";
}

.fa-opencart {
  --fa:"";
}

.fa-vine {
  --fa:"";
}

.fa-signal-messenger {
  --fa:"";
}

.fa-paypal {
  --fa:"";
}

.fa-gitlab {
  --fa:"";
}

.fa-typo3 {
  --fa:"";
}

.fa-reddit-alien {
  --fa:"";
}

.fa-yahoo {
  --fa:"";
}

.fa-dailymotion {
  --fa:"";
}

.fa-affiliatetheme {
  --fa:"";
}

.fa-pied-piper-pp {
  --fa:"";
}

.fa-bootstrap {
  --fa:"";
}

.fa-odnoklassniki {
  --fa:"";
}

.fa-nfc-symbol {
  --fa:"";
}

.fa-mintbit {
  --fa:"";
}

.fa-ethereum {
  --fa:"";
}

.fa-speaker-deck {
  --fa:"";
}

.fa-creative-commons-nc-eu {
  --fa:"";
}

.fa-patreon {
  --fa:"";
}

.fa-avianex {
  --fa:"";
}

.fa-ello {
  --fa:"";
}

.fa-gofore {
  --fa:"";
}

.fa-bimobject {
  --fa:"";
}

.fa-brave-reverse {
  --fa:"";
}

.fa-facebook-f {
  --fa:"";
}

.fa-google-plus-square, .fa-square-google-plus {
  --fa:"";
}

.fa-web-awesome {
  --fa:"";
}

.fa-mandalorian {
  --fa:"";
}

.fa-first-order-alt {
  --fa:"";
}

.fa-osi {
  --fa:"";
}

.fa-google-wallet {
  --fa:"";
}

.fa-d-and-d-beyond {
  --fa:"";
}

.fa-periscope {
  --fa:"";
}

.fa-fulcrum {
  --fa:"";
}

.fa-cloudscale {
  --fa:"";
}

.fa-forumbee {
  --fa:"";
}

.fa-mizuni {
  --fa:"";
}

.fa-schlix {
  --fa:"";
}

.fa-square-xing, .fa-xing-square {
  --fa:"";
}

.fa-bandcamp {
  --fa:"";
}

.fa-wpforms {
  --fa:"";
}

.fa-cloudversify {
  --fa:"";
}

.fa-usps {
  --fa:"";
}

.fa-megaport {
  --fa:"";
}

.fa-magento {
  --fa:"";
}

.fa-spotify {
  --fa:"";
}

.fa-optin-monster {
  --fa:"";
}

.fa-fly {
  --fa:"";
}

.fa-square-bluesky {
  --fa:"";
}

.fa-aviato {
  --fa:"";
}

.fa-itunes {
  --fa:"";
}

.fa-cuttlefish {
  --fa:"";
}

.fa-blogger {
  --fa:"";
}

.fa-flickr {
  --fa:"";
}

.fa-viber {
  --fa:"";
}

.fa-soundcloud {
  --fa:"";
}

.fa-digg {
  --fa:"";
}

.fa-tencent-weibo {
  --fa:"";
}

.fa-letterboxd {
  --fa:"";
}

.fa-symfony {
  --fa:"";
}

.fa-maxcdn {
  --fa:"";
}

.fa-etsy {
  --fa:"";
}

.fa-facebook-messenger {
  --fa:"";
}

.fa-audible {
  --fa:"";
}

.fa-think-peaks {
  --fa:"";
}

.fa-bilibili {
  --fa:"";
}

.fa-erlang {
  --fa:"";
}

.fa-x-twitter {
  --fa:"";
}

.fa-cotton-bureau {
  --fa:"";
}

.fa-dashcube {
  --fa:"";
}

.fa-42-group, .fa-innosoft {
  --fa:"";
}

.fa-stack-exchange {
  --fa:"";
}

.fa-elementor {
  --fa:"";
}

.fa-pied-piper-square, .fa-square-pied-piper {
  --fa:"";
}

.fa-creative-commons-nd {
  --fa:"";
}

.fa-palfed {
  --fa:"";
}

.fa-superpowers {
  --fa:"";
}

.fa-resolving {
  --fa:"";
}

.fa-xbox {
  --fa:"";
}

.fa-square-web-awesome-stroke {
  --fa:"";
}

.fa-searchengin {
  --fa:"";
}

.fa-tiktok {
  --fa:"";
}

.fa-facebook-square, .fa-square-facebook {
  --fa:"";
}

.fa-renren {
  --fa:"";
}

.fa-linux {
  --fa:"";
}

.fa-glide {
  --fa:"";
}

.fa-linkedin {
  --fa:"";
}

.fa-hubspot {
  --fa:"";
}

.fa-deploydog {
  --fa:"";
}

.fa-twitch {
  --fa:"";
}

.fa-flutter {
  --fa:"";
}

.fa-ravelry {
  --fa:"";
}

.fa-mixer {
  --fa:"";
}

.fa-lastfm-square, .fa-square-lastfm {
  --fa:"";
}

.fa-vimeo {
  --fa:"";
}

.fa-mendeley {
  --fa:"";
}

.fa-uniregistry {
  --fa:"";
}

.fa-figma {
  --fa:"";
}

.fa-creative-commons-remix {
  --fa:"";
}

.fa-cc-amazon-pay {
  --fa:"";
}

.fa-dropbox {
  --fa:"";
}

.fa-instagram {
  --fa:"";
}

.fa-cmplid {
  --fa:"";
}

.fa-upwork {
  --fa:"";
}

.fa-facebook {
  --fa:"";
}

.fa-gripfire {
  --fa:"";
}

.fa-jedi-order {
  --fa:"";
}

.fa-uikit {
  --fa:"";
}

.fa-fort-awesome-alt {
  --fa:"";
}

.fa-phabricator {
  --fa:"";
}

.fa-ussunnah {
  --fa:"";
}

.fa-earlybirds {
  --fa:"";
}

.fa-trade-federation {
  --fa:"";
}

.fa-autoprefixer {
  --fa:"";
}

.fa-whatsapp {
  --fa:"";
}

.fa-square-upwork {
  --fa:"";
}

.fa-slideshare {
  --fa:"";
}

.fa-google-play {
  --fa:"";
}

.fa-viadeo {
  --fa:"";
}

.fa-line {
  --fa:"";
}

.fa-google-drive {
  --fa:"";
}

.fa-servicestack {
  --fa:"";
}

.fa-simplybuilt {
  --fa:"";
}

.fa-bitbucket {
  --fa:"";
}

.fa-imdb {
  --fa:"";
}

.fa-deezer {
  --fa:"";
}

.fa-raspberry-pi {
  --fa:"";
}

.fa-jira {
  --fa:"";
}

.fa-docker {
  --fa:"";
}

.fa-screenpal {
  --fa:"";
}

.fa-bluetooth {
  --fa:"";
}

.fa-gitter {
  --fa:"";
}

.fa-d-and-d {
  --fa:"";
}

.fa-microblog {
  --fa:"";
}

.fa-cc-diners-club {
  --fa:"";
}

.fa-gg-circle {
  --fa:"";
}

.fa-pied-piper-hat {
  --fa:"";
}

.fa-kickstarter-k {
  --fa:"";
}

.fa-yandex {
  --fa:"";
}

.fa-readme {
  --fa:"";
}

.fa-html5 {
  --fa:"";
}

.fa-sellsy {
  --fa:"";
}

.fa-square-web-awesome {
  --fa:"";
}

.fa-sass {
  --fa:"";
}

.fa-wirsindhandwerk, .fa-wsh {
  --fa:"";
}

.fa-buromobelexperte {
  --fa:"";
}

.fa-salesforce {
  --fa:"";
}

.fa-octopus-deploy {
  --fa:"";
}

.fa-medapps {
  --fa:"";
}

.fa-ns8 {
  --fa:"";
}

.fa-pinterest-p {
  --fa:"";
}

.fa-apper {
  --fa:"";
}

.fa-fort-awesome {
  --fa:"";
}

.fa-waze {
  --fa:"";
}

.fa-bluesky {
  --fa:"";
}

.fa-cc-jcb {
  --fa:"";
}

.fa-snapchat, .fa-snapchat-ghost {
  --fa:"";
}

.fa-fantasy-flight-games {
  --fa:"";
}

.fa-rust {
  --fa:"";
}

.fa-wix {
  --fa:"";
}

.fa-behance-square, .fa-square-behance {
  --fa:"";
}

.fa-supple {
  --fa:"";
}

.fa-webflow {
  --fa:"";
}

.fa-rebel {
  --fa:"";
}

.fa-css3 {
  --fa:"";
}

.fa-staylinked {
  --fa:"";
}

.fa-kaggle {
  --fa:"";
}

.fa-space-awesome {
  --fa:"";
}

.fa-deviantart {
  --fa:"";
}

.fa-cpanel {
  --fa:"";
}

.fa-goodreads-g {
  --fa:"";
}

.fa-git-square, .fa-square-git {
  --fa:"";
}

.fa-square-tumblr, .fa-tumblr-square {
  --fa:"";
}

.fa-trello {
  --fa:"";
}

.fa-creative-commons-nc-jp {
  --fa:"";
}

.fa-get-pocket {
  --fa:"";
}

.fa-perbyte {
  --fa:"";
}

.fa-grunt {
  --fa:"";
}

.fa-weebly {
  --fa:"";
}

.fa-connectdevelop {
  --fa:"";
}

.fa-leanpub {
  --fa:"";
}

.fa-black-tie {
  --fa:"";
}

.fa-themeco {
  --fa:"";
}

.fa-python {
  --fa:"";
}

.fa-android {
  --fa:"";
}

.fa-bots {
  --fa:"";
}

.fa-free-code-camp {
  --fa:"";
}

.fa-hornbill {
  --fa:"";
}

.fa-js {
  --fa:"";
}

.fa-ideal {
  --fa:"";
}

.fa-git {
  --fa:"";
}

.fa-dev {
  --fa:"";
}

.fa-sketch {
  --fa:"";
}

.fa-yandex-international {
  --fa:"";
}

.fa-cc-amex {
  --fa:"";
}

.fa-uber {
  --fa:"";
}

.fa-github {
  --fa:"";
}

.fa-php {
  --fa:"";
}

.fa-alipay {
  --fa:"";
}

.fa-youtube {
  --fa:"";
}

.fa-skyatlas {
  --fa:"";
}

.fa-firefox-browser {
  --fa:"";
}

.fa-replyd {
  --fa:"";
}

.fa-suse {
  --fa:"";
}

.fa-jenkins {
  --fa:"";
}

.fa-twitter {
  --fa:"";
}

.fa-rockrms {
  --fa:"";
}

.fa-pinterest {
  --fa:"";
}

.fa-buffer {
  --fa:"";
}

.fa-npm {
  --fa:"";
}

.fa-yammer {
  --fa:"";
}

.fa-btc {
  --fa:"";
}

.fa-dribbble {
  --fa:"";
}

.fa-stumbleupon-circle {
  --fa:"";
}

.fa-internet-explorer {
  --fa:"";
}

.fa-stubber {
  --fa:"";
}

.fa-telegram, .fa-telegram-plane {
  --fa:"";
}

.fa-old-republic {
  --fa:"";
}

.fa-odysee {
  --fa:"";
}

.fa-square-whatsapp, .fa-whatsapp-square {
  --fa:"";
}

.fa-node-js {
  --fa:"";
}

.fa-edge-legacy {
  --fa:"";
}

.fa-slack, .fa-slack-hash {
  --fa:"";
}

.fa-medrt {
  --fa:"";
}

.fa-usb {
  --fa:"";
}

.fa-tumblr {
  --fa:"";
}

.fa-vaadin {
  --fa:"";
}

.fa-quora {
  --fa:"";
}

.fa-square-x-twitter {
  --fa:"";
}

.fa-reacteurope {
  --fa:"";
}

.fa-medium, .fa-medium-m {
  --fa:"";
}

.fa-amilia {
  --fa:"";
}

.fa-mixcloud {
  --fa:"";
}

.fa-flipboard {
  --fa:"";
}

.fa-viacoin {
  --fa:"";
}

.fa-critical-role {
  --fa:"";
}

.fa-sitrox {
  --fa:"";
}

.fa-discourse {
  --fa:"";
}

.fa-joomla {
  --fa:"";
}

.fa-mastodon {
  --fa:"";
}

.fa-airbnb {
  --fa:"";
}

.fa-wolf-pack-battalion {
  --fa:"";
}

.fa-buy-n-large {
  --fa:"";
}

.fa-gulp {
  --fa:"";
}

.fa-creative-commons-sampling-plus {
  --fa:"";
}

.fa-strava {
  --fa:"";
}

.fa-ember {
  --fa:"";
}

.fa-canadian-maple-leaf {
  --fa:"";
}

.fa-teamspeak {
  --fa:"";
}

.fa-pushed {
  --fa:"";
}

.fa-wordpress-simple {
  --fa:"";
}

.fa-nutritionix {
  --fa:"";
}

.fa-wodu {
  --fa:"";
}

.fa-google-pay {
  --fa:"";
}

.fa-intercom {
  --fa:"";
}

.fa-zhihu {
  --fa:"";
}

.fa-korvue {
  --fa:"";
}

.fa-pix {
  --fa:"";
}

.fa-steam-symbol {
  --fa:"";
}

.hideVisually {
  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;
}

.text-gradient {
  color: #722282 !important;
}
@supports (background-clip: text) or (-webkit-background-clip: text) or (-moz-background-clip: text) {
  .text-gradient {
    background-image: linear-gradient(90deg, #e65300, #722282) !important;
    background-color: #722282 !important;
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text !important;
    -moz-background-clip: text !important;
    -webkit-background-clip: text !important;
    text-fill-color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    -moz-text-fill-color: transparent !important;
  }
}

.bg-gradient {
  background-image: linear-gradient(90deg, #e65300 0%, #722282 100%) !important;
  background-color: #722282 !important;
  background-size: 100% !important;
  background-repeat: repeat !important;
}

.icon-style {
  --background-color: transparent;
  --padding: 20%;
  --br: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: var(--padding, 20%);
  border-radius: var(--br, 0);
  background-color: var(--background-color, #f5f5f5);
}
.icon-style > img {
  max-width: 100%;
}
.icon-style--padding-regular {
  --padding: 20%;
}
.icon-style--padding-thick {
  --padding: 26%;
}
.icon-style--padding-thin {
  --padding: 14%;
}
.icon-style--bg-color-light-gray {
  --background-color: #f5f5f5;
}
.icon-style--bg-color-gray {
  --background-color: #aaaaaa;
}
.icon-style--bg-color-dark-gray {
  --background-color: #3d3f42;
}
.icon-style--bg-color-purple {
  --background-color: #722282;
}
.icon-style--bg-color-light-purple {
  --background-color: #9053A1;
}
.icon-style--bg-color-orange {
  --background-color: #cc4b00;
}
.icon-style--bg-color-light-orange {
  --background-color: #ffa300;
}
.icon-style--bg-color-yellow {
  --background-color: #ffa300;
}
.icon-style--bg-color-gradient {
  --background-color: #722282;
  background-image: linear-gradient(90deg, #e65300 0%, #722282 100%) !important;
  background-color: #722282 !important;
  background-size: 100% !important;
  background-repeat: repeat !important;
}
.icon-style--circle, .icon-style--rounded {
  --br: 1rem;
}
.icon-style--square, .icon-style--circle {
  position: relative;
  aspect-ratio: 1/1;
}
.icon-style--square > *, .icon-style--circle > * {
  position: absolute;
  z-index: 10;
}
.icon-style--square::before, .icon-style--circle::before {
  content: "";
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
@supports (object-fit: contain) {
  .icon-style--square > img, .icon-style--circle > img {
    object-fit: contain;
    object-position: center;
    top: var(--padding, 20%);
    left: var(--padding, 1rem);
    width: calc(100% - var(--padding, 1rem) * 2);
    height: calc(100% - var(--padding, 1rem) * 2) !important;
  }
}
.icon-style--circle {
  --br: 50%;
}

img.img-fluid {
  width: 100%;
  height: auto !important;
}
@supports (object-fit: cover) {
  img.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    object-fit: cover;
    object-position: center;
  }
}
img.rounded {
  border-radius: 2rem !important;
}

ul.checkmarks {
  list-style: none;
  padding-left: 0;
}
ul.checkmarks > li {
  position: relative;
  padding: 0 0 0 calc(1.1em + 0.5rem);
}
ul.checkmarks > li::marker {
  content: none;
}
ul.checkmarks > li::before {
  content: "check";
  position: absolute;
  left: 0;
  top: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.1em;
  min-height: 1.1em;
  width: auto;
  height: auto;
  padding: 0.2em;
  margin: 0 0.5rem 0 0;
  font-size: 0.7em;
  font-family: "Material Symbols Rounded";
  color: #722282;
  background-color: #e9d7fe;
  line-height: 1;
  aspect-ratio: 1/1;
  border-radius: 100vw;
}
ul.checkmarks--dark > li::before {
  color: #fff;
  background-color: #722282;
}
ul.unmarked {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.unmarked li {
  list-style: none;
}
ul.circle-arrows, ul.list--circle-arrows {
  list-style: none;
  padding-left: 0;
}
ul.circle-arrows > li, ul.list--circle-arrows > li {
  position: relative;
  padding: 0 0 0 2.5em;
}
ul.circle-arrows > li::marker, ul.list--circle-arrows > li::marker {
  content: none;
}
ul.circle-arrows > li::before, ul.list--circle-arrows > li::before {
  content: "arrow_circle_right";
  position: absolute;
  left: 0;
  top: 0em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5em;
  min-height: 1.5em;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 0.5rem 0 0;
  font-size: 1.5em;
  font-family: "Material Symbols Rounded";
  font-weight: 300;
  color: #722282;
  line-height: 1;
  aspect-ratio: 1/1;
  border-radius: 100vw;
}

.loader-wrapper:has(.loader) {
  overflow: hidden;
}
.loader-wrapper:has(.loader)::before, .loader-wrapper:has(.loader)::after {
  pointer-events: none;
  display: none;
  opacity: 0;
  transition: opacity 400ms ease;
}
.loader-wrapper:has(.loader)::before {
  content: "cached";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform-origin: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Material Symbols Rounded";
  font-size: 1.5rem;
  color: #fff;
}
.loader-wrapper:has(.loader)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  opacity: 0;
}
.loader-wrapper:has(.loader.loading) {
  pointer-events: none;
}
.loader-wrapper:has(.loader.loading)::before, .loader-wrapper:has(.loader.loading)::after {
  display: flex;
  opacity: 1;
}
.loader-wrapper:has(.loader.loading)::before {
  animation-name: spinX;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.loader.loading {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(1);
}

.vertical-rule {
  border-left: 0.222rem solid #ececec;
  padding-left: 1rem;
}
.vertical-rule--purple {
  border-color: #9053A1;
}
.vertical-rule--none {
  border-left: inherit;
  padding-left: inherit;
}
.vertical-rule.text-block, .vertical-rule.content-block {
  margin-bottom: 0;
}
.vertical-rule.text-block > p:last-child, .vertical-rule.content-block > p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.vertical-rule.text-block + .text-block.vertical-rule, .vertical-rule.text-block + .content-block.vertical-rule, .vertical-rule.content-block + .text-block.vertical-rule, .vertical-rule.content-block + .content-block.vertical-rule {
  margin-top: 0;
}
.vertical-rule.text-block {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.vertical-rule.content-block {
  padding-top: 1rem;
}
