/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./wwwroot/scss/vardgivarwebben/main.scss ***!
  \*************************************************************************************************************************************************************/
@charset "UTF-8";
*[class^=bg-] {
  width: 50px;
  height: 50px;
}

.bg-primary-50 {
  background-color: #FBE6EE;
}

.bg-primary-100 {
  background-color: #F7BFD6;
}

.bg-primary-200 {
  background-color: #F497BA;
}

.bg-primary-300 {
  background-color: #F16E9F;
}

.bg-primary-400 {
  background-color: #ED5289;
}

.bg-primary-500 {
  background-color: #EC3B74;
}

.bg-primary-600 {
  background-color: #DA3770;
}

.bg-primary-700 {
  background-color: #C3336A;
}

.bg-primary-800 {
  background-color: #AE2F64;
}

.bg-primary-900 {
  background-color: #872959;
}

.bg-secondary-50 {
  background-color: #EDF5FA;
}

.bg-secondary-100 {
  background-color: #B9D8EE;
}

.bg-secondary-200 {
  background-color: #9ABCD6;
}

.bg-secondary-300 {
  background-color: #78A0BE;
}

.bg-secondary-400 {
  background-color: #5F8BAB;
}

.bg-secondary-500 {
  background-color: #447799;
}

.bg-secondary-600 {
  background-color: #366887;
}

.bg-secondary-700 {
  background-color: #275571;
}

.bg-secondary-800 {
  background-color: #19425B;
}

.bg-secondary-900 {
  background-color: #032E43;
}

.bg-third-50 {
  background-color: #EBF9FB;
}

.bg-third-100 {
  background-color: #B2E7F0;
}

.bg-third-200 {
  background-color: #80D7E6;
}

.bg-third-300 {
  background-color: #51C7DA;
}

.bg-third-400 {
  background-color: #34BCD2;
}

.bg-third-500 {
  background-color: #26B0CA;
}

.bg-third-600 {
  background-color: #23A0B7;
}

.bg-third-700 {
  background-color: #1F8C9D;
}

.bg-third-800 {
  background-color: #1B7986;
}

.bg-third-900 {
  background-color: #16565B;
}

/*
 * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #006ea9;
  --bs-indigo: #3F0492;
  --bs-purple: #5c36a1;
  --bs-pink: #d63384;
  --bs-red: #a21b22;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6D7C82;
  --bs-gray-dark: #32393D;
  --bs-gray-100: #F7F8F8;
  --bs-gray-200: #EBECED;
  --bs-gray-300: #DFE1E2;
  --bs-gray-400: #9EA5A8;
  --bs-gray-500: #7D878B;
  --bs-gray-600: #6D7C82;
  --bs-gray-700: #4D5B61;
  --bs-gray-800: #32393D;
  --bs-gray-900: #141516;
  --bs-primary: #AE2F64;
  --bs-secondary: #032E43;
  --bs-third: #1B7986;
  --bs-fourth: #006ea9;
  --bs-success: #198754;
  --bs-info: #006ea9;
  --bs-warning: #ffc107;
  --bs-danger: #a21b22;
  --bs-light: #EBECED;
  --bs-dark: #141516;
  --bs-primary-rgb: 174, 47, 100;
  --bs-secondary-rgb: 3, 46, 67;
  --bs-third-rgb: 27, 121, 134;
  --bs-fourth-rgb: 0, 110, 169;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 0, 110, 169;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 162, 27, 34;
  --bs-light-rgb: 235, 236, 237;
  --bs-dark-rgb: 20, 21, 22;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 20, 21, 22;
  --bs-body-color-rgb: 20, 21, 22;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Source Sans Pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #141516;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(20, 21, 22, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.6em;
  font-weight: 700;
  line-height: 1.3;
  color: #141516;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.875rem;
  }
}

h3, .h3 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.625rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.375rem;
  }
}

h6, .h6 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.25em;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #AE2F64;
  text-decoration: underline;
}
a:hover {
  color: #86244d;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #141516;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 600;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #4D5B61;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 110%;
  font-weight: 400;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6, .display-title {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .display-6, .display-title {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6D7C82;
}
.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.c,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs,
.container-xxs {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 18rem;
}

@media (min-width: 23.5rem) {
  .container-xs, .container {
    max-width: 22rem;
  }
}
@media (min-width: 36rem) {
  .container-sm, .container-xs, .container {
    max-width: 34rem;
  }
}
@media (min-width: 48rem) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 45rem;
  }
}
@media (min-width: 57rem) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 55rem;
  }
}
@media (min-width: 75rem) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 73rem;
  }
}
@media (min-width: 90rem) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 88rem;
  }
}
.row, .c-r__w, .c-r, .epi-editContainer {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > *, .c-r__w > *, .c-r > *, .epi-editContainer > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 23.5rem) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 36rem) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 48rem) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 57rem) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 75rem) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 90rem) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #141516;
  --bs-table-striped-bg: rgba(20, 21, 22, 0.05);
  --bs-table-active-color: #141516;
  --bs-table-active-bg: rgba(20, 21, 22, 0.1);
  --bs-table-hover-color: #141516;
  --bs-table-hover-bg: rgba(20, 21, 22, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #141516;
  vertical-align: top;
  border-color: #DFE1E2;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #f7eaf0;
  --bs-table-striped-bg: #ecdfe5;
  --bs-table-striped-color: #141516;
  --bs-table-active-bg: #e0d5da;
  --bs-table-active-color: #141516;
  --bs-table-hover-bg: #e6dae0;
  --bs-table-hover-color: #141516;
  color: #141516;
  border-color: #e0d5da;
}

.table-secondary {
  --bs-table-bg: #e6eaec;
  --bs-table-striped-bg: #dcdfe1;
  --bs-table-striped-color: #141516;
  --bs-table-active-bg: #d1d5d7;
  --bs-table-active-color: #141516;
  --bs-table-hover-bg: #d6dadc;
  --bs-table-hover-color: #141516;
  color: #141516;
  border-color: #d1d5d7;
}

.table-success {
  --bs-table-bg: #e8f3ee;
  --bs-table-striped-bg: #dde8e3;
  --bs-table-striped-color: #141516;
  --bs-table-active-bg: #d3ddd8;
  --bs-table-active-color: #141516;
  --bs-table-hover-bg: #d8e2de;
  --bs-table-hover-color: #141516;
  color: #141516;
  border-color: #d3ddd8;
}

.table-info {
  --bs-table-bg: #e6f1f6;
  --bs-table-striped-bg: #dce6eb;
  --bs-table-striped-color: #141516;
  --bs-table-active-bg: #d1dbe0;
  --bs-table-active-color: #141516;
  --bs-table-hover-bg: #d6e1e5;
  --bs-table-hover-color: #141516;
  color: #141516;
  border-color: #d1dbe0;
}

.table-warning {
  --bs-table-bg: #fff9e6;
  --bs-table-striped-bg: #f3eedc;
  --bs-table-striped-color: #141516;
  --bs-table-active-bg: #e8e2d1;
  --bs-table-active-color: #141516;
  --bs-table-hover-bg: #ede8d6;
  --bs-table-hover-color: #141516;
  color: #141516;
  border-color: #e8e2d1;
}

.table-danger {
  --bs-table-bg: #f6e8e9;
  --bs-table-striped-bg: #ebddde;
  --bs-table-striped-color: #141516;
  --bs-table-active-bg: #dfd3d4;
  --bs-table-active-color: #141516;
  --bs-table-hover-bg: #e5d8d9;
  --bs-table-hover-color: #141516;
  color: #141516;
  border-color: #dfd3d4;
}

.table-light {
  --bs-table-bg: #EBECED;
  --bs-table-striped-bg: #e0e1e2;
  --bs-table-striped-color: #141516;
  --bs-table-active-bg: #d6d7d8;
  --bs-table-active-color: #141516;
  --bs-table-hover-bg: #dbdcdd;
  --bs-table-hover-color: #141516;
  color: #141516;
  border-color: #d6d7d8;
}

.table-dark {
  --bs-table-bg: #141516;
  --bs-table-striped-bg: #202122;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #2c2c2d;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #262727;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #2c2c2d;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 23.48rem) {
  .table-responsive-xs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 35.98rem) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 47.98rem) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 56.98rem) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 74.98rem) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 89.98rem) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.75em + 1px);
  padding-bottom: calc(0.75em + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.375em + 1px);
  padding-bottom: calc(0.375em + 1px);
  font-size: 1rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #4D5B61;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #141516;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9EA5A8;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #141516;
  background-color: #fff;
  border-color: #c2638b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.6em;
}
.form-control::placeholder {
  color: #6D7C82;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #EBECED;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  color: #141516;
  background-color: #EBECED;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dfe0e1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  color: #141516;
  background-color: #EBECED;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dfe0e1;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: #141516;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.6em + 0.75em + 2px);
  padding: 0.375em 0.75em;
  font-size: 1rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.375em 0.75em;
  margin: -0.375em -0.75em;
  margin-inline-end: 0.75em;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.375em 0.75em;
  margin: -0.375em -0.75em;
  margin-inline-end: 0.75em;
}

.form-control-lg {
  min-height: calc(1.6em + 1.5em + 2px);
  padding: 0.75em 1.25em;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.75em 1.25em;
  margin: -0.75em -1.25em;
  margin-inline-end: 1.25em;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.75em 1.25em;
  margin: -0.75em -1.25em;
  margin-inline-end: 1.25em;
}

textarea.form-control {
  min-height: calc(1.6em + 1rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.6em + 0.75em + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.6em + 1.5em + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.5rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.6em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.6em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #141516;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%2332393D%27%3E%3Cpolyline points=%2716,10 12,14 8,10%27%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5rem;
  border: 1px solid #9EA5A8;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #c2638b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #EBECED;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #141516;
}

.form-select-sm {
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  padding-left: 0.75em;
  font-size: 1rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5em;
  margin-bottom: 0.5rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #9EA5A8;
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #c2638b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
}
.form-check-input:checked {
  background-color: #AE2F64;
  border-color: #AE2F64;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #AE2F64;
  border-color: #AE2F64;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23c2638b%27/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .Form--VGW .btn-check[disabled] + button[type=submit]:disabled, .Form--VGW .btn-check[disabled] + button[type=submit]:not(:disabled), .btn-check:disabled + .btn, .Form--VGW .btn-check:disabled + button[type=submit]:disabled, .Form--VGW .btn-check:disabled + button[type=submit]:not(:disabled) {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #AE2F64;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #e7c1d1;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DFE1E2;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #AE2F64;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #e7c1d1;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DFE1E2;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #7D878B;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #7D878B;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 1rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .Form--VGW button[type=submit]:disabled, .Form--VGW .input-group button[type=submit]:disabled, .input-group .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .input-group button[type=submit]:not(:disabled) {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .Form--VGW button[type=submit]:focus:disabled, .Form--VGW .input-group button[type=submit]:focus:disabled, .input-group .Form--VGW button[type=submit]:focus:not(:disabled), .Form--VGW .input-group button[type=submit]:focus:not(:disabled) {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #141516;
  text-align: center;
  white-space: nowrap;
  background-color: #EBECED;
  border: 1px solid #9EA5A8;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.Form--VGW .input-group-lg > button[type=submit]:disabled,
.Form--VGW .input-group-lg > button[type=submit]:not(:disabled) {
  padding: 0.75em 1.25em;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.Form--VGW .input-group-sm > button[type=submit]:disabled,
.Form--VGW .input-group-sm > button[type=submit]:not(:disabled) {
  padding: 0.375em 0.75em;
  font-size: 1rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 4rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 1rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  color: #fff;
  background-color: #198754;
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.6em + 1rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%23198754%27%3E%3Cpolyline points=%27 6,12 10,16 18,8%27%3E%3C/polyline%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.25rem) center;
  background-size: calc(0.8em + 0.5rem) calc(0.8em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 1rem);
  background-position: top calc(0.4em + 0.25rem) right calc(0.4em + 0.25rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%2332393D%27%3E%3Cpolyline points=%2716,10 12,14 8,10%27%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%23198754%27%3E%3Cpolyline points=%27 6,12 10,16 18,8%27%3E%3C/polyline%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-position: right 1rem center, center right 3rem;
  background-size: 1.5rem;
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #a21b22;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 1rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  color: #fff;
  background-color: #a21b22;
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #a21b22;
  padding-right: calc(1.6em + 1rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%23a21b22%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711%27%3E%3C/circle%3E%3Cline x1=%2712%27 y1=%277%27 x2=%2712%27 y2=%2713%27%3E%3C/line%3E%3Ccircle cx=%2712%27 cy=%2717%27 r=%271%27 stroke=%27none%27 fill=%27%23a21b22%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.25rem) center;
  background-size: calc(0.8em + 0.5rem) calc(0.8em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #a21b22;
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 1rem);
  background-position: top calc(0.4em + 0.25rem) right calc(0.4em + 0.25rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #a21b22;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%2332393D%27%3E%3Cpolyline points=%2716,10 12,14 8,10%27%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%23a21b22%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711%27%3E%3C/circle%3E%3Cline x1=%2712%27 y1=%277%27 x2=%2712%27 y2=%2713%27%3E%3C/line%3E%3Ccircle cx=%2712%27 cy=%2717%27 r=%271%27 stroke=%27none%27 fill=%27%23a21b22%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-position: right 1rem center, center right 3rem;
  background-size: 1.5rem;
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #a21b22;
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #a21b22;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #a21b22;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #a21b22;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn, .Form--VGW button[type=submit]:disabled, .Form--VGW button[type=submit]:not(:disabled) {
  display: inline-block;
  font-weight: 600;
  line-height: 1.6;
  color: #141516;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .Form--VGW button[type=submit]:disabled, .Form--VGW button[type=submit]:not(:disabled) {
    transition: none;
  }
}
.btn:hover, .Form--VGW button[type=submit]:hover:disabled, .Form--VGW button[type=submit]:hover:not(:disabled) {
  color: #141516;
}
.btn-check:focus + .btn, .Form--VGW .btn-check:focus + button[type=submit]:disabled, .Form--VGW .btn-check:focus + button[type=submit]:not(:disabled), .btn:focus, .Form--VGW button[type=submit]:focus:disabled, .Form--VGW button[type=submit]:focus:not(:disabled) {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
}
.btn:disabled, .Form--VGW button[type=submit]:disabled, .btn.disabled, .Form--VGW button.disabled[type=submit]:not(:disabled), fieldset:disabled .btn, fieldset:disabled .Form--VGW button[type=submit]:not(:disabled), .Form--VGW fieldset:disabled button[type=submit]:not(:disabled) {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary, .Form--VGW button[type=submit]:not(:disabled) {
  color: #fff;
  background-color: #AE2F64;
  border-color: #AE2F64;
}
.btn-primary:hover, .Form--VGW button[type=submit]:hover:not(:disabled) {
  color: #fff;
  background-color: #942855;
  border-color: #8b2650;
}
.btn-check:focus + .btn-primary, .Form--VGW .btn-check:focus + button[type=submit]:not(:disabled), .btn-primary:focus, .Form--VGW button[type=submit]:focus:not(:disabled) {
  color: #fff;
  background-color: #942855;
  border-color: #8b2650;
  box-shadow: 0 0 0 0.25rem rgba(186, 78, 123, 0.5);
}
.btn-check:checked + .btn-primary, .Form--VGW .btn-check:checked + button[type=submit]:not(:disabled), .btn-check:active + .btn-primary, .Form--VGW .btn-check:active + button[type=submit]:not(:disabled), .btn-primary:active, .Form--VGW button[type=submit]:active:not(:disabled), .btn-primary.active, .Form--VGW button.active[type=submit]:not(:disabled), .show > .btn-primary.dropdown-toggle, .Form--VGW .show > button.dropdown-toggle[type=submit]:not(:disabled) {
  color: #fff;
  background-color: #8b2650;
  border-color: #83234b;
}
.btn-check:checked + .btn-primary:focus, .Form--VGW .btn-check:checked + button[type=submit]:focus:not(:disabled), .btn-check:active + .btn-primary:focus, .Form--VGW .btn-check:active + button[type=submit]:focus:not(:disabled), .btn-primary:active:focus, .Form--VGW button[type=submit]:active:focus:not(:disabled), .btn-primary.active:focus, .Form--VGW button.active[type=submit]:focus:not(:disabled), .show > .btn-primary.dropdown-toggle:focus, .Form--VGW .show > button.dropdown-toggle[type=submit]:focus:not(:disabled) {
  box-shadow: 0 0 0 0.25rem rgba(186, 78, 123, 0.5);
}
.btn-primary:disabled, .Form--VGW button[type=submit]:disabled:not(:disabled), .btn-primary.disabled, .Form--VGW button.disabled[type=submit]:not(:disabled) {
  color: #fff;
  background-color: #AE2F64;
  border-color: #AE2F64;
}

.btn-secondary {
  color: #fff;
  background-color: #032E43;
  border-color: #032E43;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #032739;
  border-color: #022536;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #032739;
  border-color: #022536;
  box-shadow: 0 0 0 0.25rem rgba(41, 77, 95, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #022536;
  border-color: #022332;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(41, 77, 95, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #032E43;
  border-color: #032E43;
}

.btn-third {
  color: #fff;
  background-color: #1B7986;
  border-color: #1B7986;
}
.btn-third:hover {
  color: #fff;
  background-color: #176772;
  border-color: #16616b;
}
.btn-check:focus + .btn-third, .btn-third:focus {
  color: #fff;
  background-color: #176772;
  border-color: #16616b;
  box-shadow: 0 0 0 0.25rem rgba(61, 141, 152, 0.5);
}
.btn-check:checked + .btn-third, .btn-check:active + .btn-third, .btn-third:active, .btn-third.active, .show > .btn-third.dropdown-toggle {
  color: #fff;
  background-color: #16616b;
  border-color: #145b65;
}
.btn-check:checked + .btn-third:focus, .btn-check:active + .btn-third:focus, .btn-third:active:focus, .btn-third.active:focus, .show > .btn-third.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(61, 141, 152, 0.5);
}
.btn-third:disabled, .btn-third.disabled {
  color: #fff;
  background-color: #1B7986;
  border-color: #1B7986;
}

.btn-fourth {
  color: #fff;
  background-color: #006ea9;
  border-color: #006ea9;
}
.btn-fourth:hover {
  color: #fff;
  background-color: #005e90;
  border-color: #005887;
}
.btn-check:focus + .btn-fourth, .btn-fourth:focus {
  color: #fff;
  background-color: #005e90;
  border-color: #005887;
  box-shadow: 0 0 0 0.25rem rgba(38, 132, 182, 0.5);
}
.btn-check:checked + .btn-fourth, .btn-check:active + .btn-fourth, .btn-fourth:active, .btn-fourth.active, .show > .btn-fourth.dropdown-toggle {
  color: #fff;
  background-color: #005887;
  border-color: #00537f;
}
.btn-check:checked + .btn-fourth:focus, .btn-check:active + .btn-fourth:focus, .btn-fourth:active:focus, .btn-fourth.active:focus, .show > .btn-fourth.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 132, 182, 0.5);
}
.btn-fourth:disabled, .btn-fourth.disabled {
  color: #fff;
  background-color: #006ea9;
  border-color: #006ea9;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #fff;
  background-color: #006ea9;
  border-color: #006ea9;
}
.btn-info:hover {
  color: #fff;
  background-color: #005e90;
  border-color: #005887;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #005e90;
  border-color: #005887;
  box-shadow: 0 0 0 0.25rem rgba(38, 132, 182, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #005887;
  border-color: #00537f;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 132, 182, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #006ea9;
  border-color: #006ea9;
}

.btn-warning {
  color: #141516;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #141516;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #141516;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(220, 167, 9, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #141516;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 167, 9, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #141516;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #a21b22;
  border-color: #a21b22;
}
.btn-danger:hover {
  color: #fff;
  background-color: #8a171d;
  border-color: #82161b;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #8a171d;
  border-color: #82161b;
  box-shadow: 0 0 0 0.25rem rgba(176, 61, 67, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #82161b;
  border-color: #7a141a;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(176, 61, 67, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #a21b22;
  border-color: #a21b22;
}

.btn-light, .Form--VGW button[type=submit]:disabled {
  color: #141516;
  background-color: #EBECED;
  border-color: #EBECED;
}
.btn-light:hover, .Form--VGW button[type=submit]:hover:disabled {
  color: #141516;
  background-color: #eeeff0;
  border-color: #edeeef;
}
.btn-check:focus + .btn-light, .Form--VGW .btn-check:focus + button[type=submit]:disabled, .btn-light:focus, .Form--VGW button[type=submit]:focus:disabled {
  color: #141516;
  background-color: #eeeff0;
  border-color: #edeeef;
  box-shadow: 0 0 0 0.25rem rgba(203, 204, 205, 0.5);
}
.btn-check:checked + .btn-light, .Form--VGW .btn-check:checked + button[type=submit]:disabled, .btn-check:active + .btn-light, .Form--VGW .btn-check:active + button[type=submit]:disabled, .btn-light:active, .Form--VGW button[type=submit]:active:disabled, .btn-light.active, .Form--VGW button.active[type=submit]:disabled, .show > .btn-light.dropdown-toggle, .Form--VGW .show > button.dropdown-toggle[type=submit]:disabled {
  color: #141516;
  background-color: #eff0f1;
  border-color: #edeeef;
}
.btn-check:checked + .btn-light:focus, .Form--VGW .btn-check:checked + button[type=submit]:focus:disabled, .btn-check:active + .btn-light:focus, .Form--VGW .btn-check:active + button[type=submit]:focus:disabled, .btn-light:active:focus, .Form--VGW button[type=submit]:active:focus:disabled, .btn-light.active:focus, .Form--VGW button.active[type=submit]:focus:disabled, .show > .btn-light.dropdown-toggle:focus, .Form--VGW .show > button.dropdown-toggle[type=submit]:focus:disabled {
  box-shadow: 0 0 0 0.25rem rgba(203, 204, 205, 0.5);
}
.btn-light:disabled, .Form--VGW button[type=submit]:disabled, .btn-light.disabled {
  color: #141516;
  background-color: #EBECED;
  border-color: #EBECED;
}

.btn-dark {
  color: #fff;
  background-color: #141516;
  border-color: #141516;
}
.btn-dark:hover {
  color: #fff;
  background-color: #111213;
  border-color: #101112;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #111213;
  border-color: #101112;
  box-shadow: 0 0 0 0.25rem rgba(55, 56, 57, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #101112;
  border-color: #0f1011;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 56, 57, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #141516;
  border-color: #141516;
}

.btn-outline-primary {
  color: #AE2F64;
  border-color: #AE2F64;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #AE2F64;
  border-color: #AE2F64;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #AE2F64;
  border-color: #AE2F64;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #AE2F64;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #032E43;
  border-color: #032E43;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #032E43;
  border-color: #032E43;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #032E43;
  border-color: #032E43;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(3, 46, 67, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #032E43;
  background-color: transparent;
}

.btn-outline-third {
  color: #1B7986;
  border-color: #1B7986;
}
.btn-outline-third:hover {
  color: #fff;
  background-color: #1B7986;
  border-color: #1B7986;
}
.btn-check:focus + .btn-outline-third, .btn-outline-third:focus {
  box-shadow: 0 0 0 0.25rem rgba(27, 121, 134, 0.5);
}
.btn-check:checked + .btn-outline-third, .btn-check:active + .btn-outline-third, .btn-outline-third:active, .btn-outline-third.active, .btn-outline-third.dropdown-toggle.show {
  color: #fff;
  background-color: #1B7986;
  border-color: #1B7986;
}
.btn-check:checked + .btn-outline-third:focus, .btn-check:active + .btn-outline-third:focus, .btn-outline-third:active:focus, .btn-outline-third.active:focus, .btn-outline-third.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(27, 121, 134, 0.5);
}
.btn-outline-third:disabled, .btn-outline-third.disabled {
  color: #1B7986;
  background-color: transparent;
}

.btn-outline-fourth {
  color: #006ea9;
  border-color: #006ea9;
}
.btn-outline-fourth:hover {
  color: #fff;
  background-color: #006ea9;
  border-color: #006ea9;
}
.btn-check:focus + .btn-outline-fourth, .btn-outline-fourth:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 110, 169, 0.5);
}
.btn-check:checked + .btn-outline-fourth, .btn-check:active + .btn-outline-fourth, .btn-outline-fourth:active, .btn-outline-fourth.active, .btn-outline-fourth.dropdown-toggle.show {
  color: #fff;
  background-color: #006ea9;
  border-color: #006ea9;
}
.btn-check:checked + .btn-outline-fourth:focus, .btn-check:active + .btn-outline-fourth:focus, .btn-outline-fourth:active:focus, .btn-outline-fourth.active:focus, .btn-outline-fourth.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 110, 169, 0.5);
}
.btn-outline-fourth:disabled, .btn-outline-fourth.disabled {
  color: #006ea9;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #006ea9;
  border-color: #006ea9;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #006ea9;
  border-color: #006ea9;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 110, 169, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #006ea9;
  border-color: #006ea9;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 110, 169, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #006ea9;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #141516;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #141516;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #a21b22;
  border-color: #a21b22;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #a21b22;
  border-color: #a21b22;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #a21b22;
  border-color: #a21b22;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #a21b22;
  background-color: transparent;
}

.btn-outline-light {
  color: #EBECED;
  border-color: #EBECED;
}
.btn-outline-light:hover {
  color: #141516;
  background-color: #EBECED;
  border-color: #EBECED;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(235, 236, 237, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #141516;
  background-color: #EBECED;
  border-color: #EBECED;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(235, 236, 237, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #EBECED;
  background-color: transparent;
}

.btn-outline-dark {
  color: #141516;
  border-color: #141516;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #141516;
  border-color: #141516;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 21, 22, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #141516;
  border-color: #141516;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 21, 22, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #141516;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #AE2F64;
  text-decoration: underline;
}
.btn-link:hover {
  color: #86244d;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6D7C82;
}

.btn-lg {
  padding: 0.75em 1.25em;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.375em 0.75em;
  font-size: 1rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #141516;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(20, 21, 22, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 23.5rem) {
  .dropdown-menu-xs-start {
    --bs-position: start;
  }
  .dropdown-menu-xs-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-end {
    --bs-position: end;
  }
  .dropdown-menu-xs-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 36rem) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 48rem) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 57rem) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 75rem) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 90rem) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(20, 21, 22, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #141516;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #121314;
  background-color: #EBECED;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #AE2F64;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #7D878B;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6D7C82;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #141516;
}

.dropdown-menu-dark {
  color: #DFE1E2;
  background-color: #32393D;
  border-color: rgba(20, 21, 22, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #DFE1E2;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #AE2F64;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #7D878B;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(20, 21, 22, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #DFE1E2;
}
.dropdown-menu-dark .dropdown-header {
  color: #7D878B;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #AE2F64;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #86244d;
}
.nav-link.disabled {
  color: #6D7C82;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #DFE1E2;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #EBECED #EBECED #DFE1E2;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6D7C82;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4D5B61;
  background-color: #fff;
  border-color: #DFE1E2 #DFE1E2 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #AE2F64;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem;
  font-size: 1rem;
  color: #141516;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #f7eaf0;
  box-shadow: inset 0 -1px 0 rgba(20, 21, 22, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27rgba%28255, 255, 255, 0.999%29%27%3e%3cpath d=%27M22,11H2c-0.6,0-1,0.4-1,1s0.4,1,1,1h20c0.6,0,1-0.4,1-1S22.6,11,22,11z%27/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27rgba%2820, 21, 22, 0.999%29%27%3e%3cpath d=%27M22,11h-9V2c0-0.6-0.4-1-1-1s-1,0.4-1,1v9H2c-0.6,0-1,0.4-1,1s0.4,1,1,1h9v9c0,0.6,0.4,1,1,1s1-0.4,1-1v-9h9 c0.6,0,1-0.4,1-1S22.6,11,22,11z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #c2638b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(20, 21, 22, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1.5rem 1rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.5em 0.65em;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge, .Form--VGW button[type=submit]:disabled .badge, .Form--VGW button[type=submit]:not(:disabled) .badge {
  position: relative;
  top: -1px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #141516;
  background: transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23141516%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #141516;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(20, 21, 22, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #141516;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #DFE1E2;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #DFE1E2;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 36rem) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 57rem) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 75rem) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 23.48rem) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xs-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 35.98rem) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 47.98rem) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 56.98rem) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 74.98rem) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 89.98rem) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #AE2F64;
}
.link-primary:hover, .link-primary:focus {
  color: #9d2a5a;
}

.link-secondary {
  color: #032E43;
}
.link-secondary:hover, .link-secondary:focus {
  color: #03293c;
}

.link-third {
  color: #1B7986;
}
.link-third:hover, .link-third:focus {
  color: #186d79;
}

.link-fourth {
  color: #006ea9;
}
.link-fourth:hover, .link-fourth:focus {
  color: #006398;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #177a4c;
}

.link-info {
  color: #006ea9;
}
.link-info:hover, .link-info:focus {
  color: #006398;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffc720;
}

.link-danger {
  color: #a21b22;
}
.link-danger:hover, .link-danger:focus {
  color: #92181f;
}

.link-light {
  color: #EBECED;
}
.link-light:hover, .link-light:focus {
  color: #edeeef;
}

.link-dark {
  color: #141516;
}
.link-dark:hover, .link-dark:focus {
  color: #121314;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 23.5rem) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 36rem) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 48rem) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 57rem) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 75rem) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 90rem) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden, .js .o-os-status, .js .visually-hidden-nojs,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(20, 21, 22, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(20, 21, 22, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(20, 21, 22, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #DFE1E2 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #DFE1E2 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #DFE1E2 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #DFE1E2 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #DFE1E2 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #AE2F64 !important;
}

.border-secondary {
  border-color: #032E43 !important;
}

.border-third {
  border-color: #1B7986 !important;
}

.border-fourth {
  border-color: #006ea9 !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #006ea9 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #a21b22 !important;
}

.border-light {
  border-color: #EBECED !important;
}

.border-dark {
  border-color: #141516 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-3 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}

.fs-6 {
  font-size: 1.25rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: 200 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: 700 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.5 !important;
}

.lh-base {
  line-height: 1.6 !important;
}

.lh-lg {
  line-height: 1.8 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-third {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-third-rgb), var(--bs-text-opacity)) !important;
}

.text-fourth {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-fourth-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #4D5B61 !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(20, 21, 22, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-third {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-third-rgb), var(--bs-bg-opacity)) !important;
}

.bg-fourth {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-fourth-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 23.5rem) {
  .float-xs-start {
    float: left !important;
  }
  .float-xs-end {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 0.25rem !important;
  }
  .gap-xs-2 {
    gap: 0.5rem !important;
  }
  .gap-xs-3 {
    gap: 1rem !important;
  }
  .gap-xs-4 {
    gap: 1.5rem !important;
  }
  .gap-xs-5 {
    gap: 3rem !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xs-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .me-xs-3 {
    margin-right: 1rem !important;
  }
  .me-xs-4 {
    margin-right: 1.5rem !important;
  }
  .me-xs-5 {
    margin-right: 3rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xs-3 {
    margin-left: 1rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xs-5 {
    margin-left: 3rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xs-3 {
    padding-right: 1rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xs-3 {
    padding-left: 1rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xs-5 {
    padding-left: 3rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 36rem) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 48rem) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 57rem) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 75rem) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 90rem) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 1.875rem !important;
  }
  .fs-3 {
    font-size: 1.625rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .fs-5 {
    font-size: 1.375rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.epi-editContainer {
  padding: 0;
  margin: 0;
}

.js .lazyload,
.js .lazyloading {
  opacity: 0;
}
.js .lazyloaded {
  opacity: 1;
  transition: opacity 0.5s ease 0.25s;
}

/*
*	Layout
*/
/*! purgecss start ignore */
.c-service-list__title a::after, .c-service__toggle::after, .c-promo-content a::after, .c-product .title a::after, .c-product .form-fs__legend a::after,
.c-product .title button::after,
.c-product .form-fs__legend button::after, .o-os__header a::after, .c-highlight__title a::after, .c-guide-list__link::after, .c-placard-item__text a:not([class*=btn])::after, .alphabet-list > li > a::after, .table--simple tbody tr a::after, .table tbody th > a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
  content: "";
}

.c-qs__sr a[href$=".pdf"]:not([data-filetype])::after,
.c-qs__sr a[href*=".doc"]:not([data-filetype])::after,
.c-qs__sr a[href*=".xsl"]:not([data-filetype])::after, a[href^=http][target=_blank]::after {
  /*! purgecss ignore current */
  background: transparent url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cg fill=%27rgba%2820, 21, 22, 0.999%29%27%3E%3Cpath d=%27M11.829.124A.5.5,0,0,0,11,.5V3A5.006,5.006,0,0,0,6,8,1,1,0,0,0,8,8a3,3,0,0,1,3-3V7.5a.5.5,0,0,0,.829.376l4-3.5a.5.5,0,0,0,0-.752Z%27%3E%3C/path%3E%3Cpath d=%27M13,10a1,1,0,0,0-1,1v2H2V5H4A1,1,0,0,0,4,3H2A2,2,0,0,0,0,5v8a2,2,0,0,0,2,2H12a2,2,0,0,0,2-2V11A1,1,0,0,0,13,10Z%27%3E%3C/path%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 100%;
  border-radius: 0;
  content: "";
  display: inline-block;
  height: 1rem;
  margin-left: 0.25em;
  vertical-align: middle;
  width: 1rem;
  transition: filter 0.25s ease;
}

a {
  display: inline-block;
  transition-property: background-color, border, color, opacity, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
a:visited {
  color: #5c36a1;
}
a:visited:hover {
  color: #3F0492;
}
a[href^="mailto:"], a[href^="tel:"] {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
}
a[href$=".pdf"]:not([data-filetype])::after, a[href*=".doc"]:not([data-filetype])::after, a[href*=".xsl"]:not([data-filetype])::after {
  background: #FBE6EE url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27%3E%3Cg stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%28174, 47, 100, 0.999%29%27 %3E%3Cpolygon points=%2710.5 11.5 1.5 11.5 1.5 0.5 7.5 0.5 10.5 3.5 10.5 11.5%27%3E%3C/polygon%3E%3Cpolyline points=%277.5 0.5 7.5 3.5 10.5 3.5%27%3E%3C/polyline%3E%3C/g%3E%3Cpolygon points=%277.5 0.5 7.5 3.5 10.5 3.5 7.5 0.5%27 fill=%27rgba%28174, 47, 100, 0.999%29%27%3E%3C/polygon%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 50%;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1.5rem;
  margin-left: 0.25em;
  vertical-align: middle;
  width: 1.5rem;
}
a[href$=".pdf"][data-filetype]::after, a[href*=".doc"][data-filetype]::after, a[href*=".xsl"][data-filetype]::after {
  content: attr(data-filetype);
  background: #FBE6EE;
  border: 1px solid transparent;
  border-radius: 0.2rem;
  color: #AE2F64;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.5;
  padding: 0.0675em 0.375em;
  text-transform: uppercase;
  user-select: none;
  vertical-align: text-top;
  margin-left: 0.25em;
  width: auto;
  height: auto;
}
[data-theme=primary] a:not([class*=btn]) {
  color: #AE2F64;
}
[data-theme=primary] a:not([class*=btn]):hover, [data-theme=primary] a:not([class*=btn]):active, [data-theme=primary] a:not([class*=btn]):focus {
  color: #902753;
}
[data-theme=primary] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=primary] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=primary] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=primary] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=primary] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #AE2F64;
  color: #AE2F64;
}
.accordion[data-theme=primary] a[data-filetype]::after {
  background-color: transparent;
  border-color: #AE2F64;
  color: #AE2F64;
}

[data-theme=secondary] a:not([class*=btn]) {
  color: #032E43;
}
[data-theme=secondary] a:not([class*=btn]):hover, [data-theme=secondary] a:not([class*=btn]):active, [data-theme=secondary] a:not([class*=btn]):focus {
  color: #01151e;
}
[data-theme=secondary] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=secondary] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=secondary] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=secondary] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=secondary] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #032E43;
  color: #032E43;
}
.accordion[data-theme=secondary] a[data-filetype]::after {
  background-color: transparent;
  border-color: #032E43;
  color: #032E43;
}

[data-theme=third] a:not([class*=btn]) {
  color: #1B7986;
}
[data-theme=third] a:not([class*=btn]):hover, [data-theme=third] a:not([class*=btn]):active, [data-theme=third] a:not([class*=btn]):focus {
  color: #155c66;
}
[data-theme=third] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=third] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=third] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=third] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=third] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #1B7986;
  color: #1B7986;
}
.accordion[data-theme=third] a[data-filetype]::after {
  background-color: transparent;
  border-color: #1B7986;
  color: #1B7986;
}

[data-theme=fourth] a:not([class*=btn]) {
  color: #006ea9;
}
[data-theme=fourth] a:not([class*=btn]):hover, [data-theme=fourth] a:not([class*=btn]):active, [data-theme=fourth] a:not([class*=btn]):focus {
  color: #005583;
}
[data-theme=fourth] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=fourth] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=fourth] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=fourth] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=fourth] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #006ea9;
  color: #006ea9;
}
.accordion[data-theme=fourth] a[data-filetype]::after {
  background-color: transparent;
  border-color: #006ea9;
  color: #006ea9;
}

[data-theme=success] a:not([class*=btn]) {
  color: #198754;
}
[data-theme=success] a:not([class*=btn]):hover, [data-theme=success] a:not([class*=btn]):active, [data-theme=success] a:not([class*=btn]):focus {
  color: #136740;
}
[data-theme=success] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=success] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=success] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=success] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=success] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #198754;
  color: #198754;
}
.accordion[data-theme=success] a[data-filetype]::after {
  background-color: transparent;
  border-color: #198754;
  color: #198754;
}

[data-theme=info] a:not([class*=btn]) {
  color: #006ea9;
}
[data-theme=info] a:not([class*=btn]):hover, [data-theme=info] a:not([class*=btn]):active, [data-theme=info] a:not([class*=btn]):focus {
  color: #005583;
}
[data-theme=info] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=info] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=info] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=info] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=info] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #006ea9;
  color: #006ea9;
}
.accordion[data-theme=info] a[data-filetype]::after {
  background-color: transparent;
  border-color: #006ea9;
  color: #006ea9;
}

[data-theme=warning] a:not([class*=btn]) {
  color: #ffc107;
}
[data-theme=warning] a:not([class*=btn]):hover, [data-theme=warning] a:not([class*=btn]):active, [data-theme=warning] a:not([class*=btn]):focus {
  color: #e0a800;
}
[data-theme=warning] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=warning] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=warning] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=warning] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=warning] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #ffc107;
  color: #ffc107;
}
.accordion[data-theme=warning] a[data-filetype]::after {
  background-color: transparent;
  border-color: #ffc107;
  color: #ffc107;
}

[data-theme=danger] a:not([class*=btn]) {
  color: #a21b22;
}
[data-theme=danger] a:not([class*=btn]):hover, [data-theme=danger] a:not([class*=btn]):active, [data-theme=danger] a:not([class*=btn]):focus {
  color: #81161b;
}
[data-theme=danger] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=danger] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=danger] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=danger] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=danger] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #a21b22;
  color: #a21b22;
}
.accordion[data-theme=danger] a[data-filetype]::after {
  background-color: transparent;
  border-color: #a21b22;
  color: #a21b22;
}

[data-theme=light] a:not([class*=btn]) {
  color: #EBECED;
}
[data-theme=light] a:not([class*=btn]):hover, [data-theme=light] a:not([class*=btn]):active, [data-theme=light] a:not([class*=btn]):focus {
  color: #d7d9db;
}
[data-theme=light] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=light] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=light] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=light] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=light] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #EBECED;
  color: #EBECED;
}
.accordion[data-theme=light] a[data-filetype]::after {
  background-color: transparent;
  border-color: #EBECED;
  color: #EBECED;
}

[data-theme=dark] a:not([class*=btn]) {
  color: #141516;
}
[data-theme=dark] a:not([class*=btn]):hover, [data-theme=dark] a:not([class*=btn]):active, [data-theme=dark] a:not([class*=btn]):focus {
  color: #020202;
}
[data-theme=dark] a:not([class*=btn]):visited {
  color: #5c36a1;
}
[data-theme=dark] a:not([class*=btn]):visited:hover {
  color: #3F0492;
}

.accordion[data-theme=dark] a[href$=".pdf"]:not([data-filetype])::after, .accordion[data-theme=dark] a[href*=".doc"]:not([data-filetype])::after, .accordion[data-theme=dark] a[href*=".xsl"]:not([data-filetype])::after {
  background-color: transparent;
  border: 1px solid #141516;
  color: #141516;
}
.accordion[data-theme=dark] a[data-filetype]::after {
  background-color: transparent;
  border-color: #141516;
  color: #141516;
}

.no-js a:active:focus, .tab-active a:active:focus, .no-js a:focus, .tab-active a:focus,
.no-js button:active:focus,
.tab-active button:active:focus,
.no-js button:focus,
.tab-active button:focus,
.no-js input:active:focus,
.tab-active input:active:focus,
.no-js input:focus,
.tab-active input:focus {
  /*!purgecss ignore current */
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #141516, inset 0 0 0 6px #fff;
  outline: none;
}

button {
  user-select: none;
}

img {
  height: auto;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

ol,
ul,
dl {
  margin-bottom: 1.25em;
}

.badge {
  display: inline-flex;
  align-items: center;
}
.badge__icon {
  display: inline-block;
  margin-right: 0.5em;
}
.badge__text {
  display: inline-block;
  font-size: 1rem;
}

svg {
  pointer-events: none;
}

.js .visually-hidden-nojs {
  /*! purgecss ignore current */
}

.no-js .hide-nojs {
  /*! purgecss ignore current */
  display: none;
}

mark, .mark {
  color: inherit;
  font-weight: 600;
  background-color: #fff4d3;
}

.edge .collapse:not(.show), .no-js .collapse:not(.show) {
  position: relative;
  display: block;
}

* {
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.25rem;
}
@supports (font-size: min(max(1rem, 0.6756756757vw), 1.25rem)) {
  body {
    font-size: min(max(1rem, 0.6756756757vw), 1.25rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  body {
    font-size: clamp(1rem, 0.7567567568rem + 0.6756756757vw, 1.25rem);
  }
}

b,
strong {
  font-weight: 600;
}

h1,
.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6, .display-title {
  /*! purgecss ignore current */
  letter-spacing: -0.025em;
}
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6,
* + .h1, * + .h2, * + .h3, * + .h4, * + .h5, * + .h6,
* + .display-1, * + .display-2, * + .display-3, * + .display-4, * + .display-5, * + .display-6, * + .display-title {
  margin-top: 1.75em;
}
.sup-title + h1, .c-sr-title .hit + h1, .form-control-wrapper .form-label:not(.form-label--special) + h1, .c-card__sup-title + h1, .c-ao-panel__category + h1, .sup-title + h2, .c-sr-title .hit + h2, .form-control-wrapper .form-label:not(.form-label--special) + h2, .c-card__sup-title + h2, .c-ao-panel__category + h2, .sup-title + h3, .c-sr-title .hit + h3, .form-control-wrapper .form-label:not(.form-label--special) + h3, .c-card__sup-title + h3, .c-ao-panel__category + h3, .sup-title + h4, .c-sr-title .hit + h4, .form-control-wrapper .form-label:not(.form-label--special) + h4, .c-card__sup-title + h4, .c-ao-panel__category + h4, .sup-title + h5, .c-sr-title .hit + h5, .form-control-wrapper .form-label:not(.form-label--special) + h5, .c-card__sup-title + h5, .c-ao-panel__category + h5, .sup-title + h6, .c-sr-title .hit + h6, .form-control-wrapper .form-label:not(.form-label--special) + h6, .c-card__sup-title + h6, .c-ao-panel__category + h6,
.sup-title + .h1,
.c-sr-title .hit + .h1,
.form-control-wrapper .form-label:not(.form-label--special) + .h1,
.c-card__sup-title + .h1,
.c-ao-panel__category + .h1, .sup-title + .h2, .c-sr-title .hit + .h2, .form-control-wrapper .form-label:not(.form-label--special) + .h2, .c-card__sup-title + .h2, .c-ao-panel__category + .h2, .sup-title + .h3, .c-sr-title .hit + .h3, .form-control-wrapper .form-label:not(.form-label--special) + .h3, .c-card__sup-title + .h3, .c-ao-panel__category + .h3, .sup-title + .h4, .c-sr-title .hit + .h4, .form-control-wrapper .form-label:not(.form-label--special) + .h4, .c-card__sup-title + .h4, .c-ao-panel__category + .h4, .sup-title + .h5, .c-sr-title .hit + .h5, .form-control-wrapper .form-label:not(.form-label--special) + .h5, .c-card__sup-title + .h5, .c-ao-panel__category + .h5, .sup-title + .h6, .c-sr-title .hit + .h6, .form-control-wrapper .form-label:not(.form-label--special) + .h6, .c-card__sup-title + .h6, .c-ao-panel__category + .h6,
.sup-title + .display-1,
.c-sr-title .hit + .display-1,
.form-control-wrapper .form-label:not(.form-label--special) + .display-1,
.c-card__sup-title + .display-1,
.c-ao-panel__category + .display-1, .sup-title + .display-2, .c-sr-title .hit + .display-2, .form-control-wrapper .form-label:not(.form-label--special) + .display-2, .c-card__sup-title + .display-2, .c-ao-panel__category + .display-2, .sup-title + .display-3, .c-sr-title .hit + .display-3, .form-control-wrapper .form-label:not(.form-label--special) + .display-3, .c-card__sup-title + .display-3, .c-ao-panel__category + .display-3, .sup-title + .display-4, .c-sr-title .hit + .display-4, .form-control-wrapper .form-label:not(.form-label--special) + .display-4, .c-card__sup-title + .display-4, .c-ao-panel__category + .display-4, .sup-title + .display-5, .c-sr-title .hit + .display-5, .form-control-wrapper .form-label:not(.form-label--special) + .display-5, .c-card__sup-title + .display-5, .c-ao-panel__category + .display-5, .sup-title + .display-6, .c-sr-title .hit + .display-6, .form-control-wrapper .form-label:not(.form-label--special) + .display-6, .c-card__sup-title + .display-6, .c-ao-panel__category + .display-6, .sup-title + .display-title, .c-sr-title .hit + .display-title, .form-control-wrapper .form-label:not(.form-label--special) + .display-title, .c-card__sup-title + .display-title, .c-ao-panel__category + .display-title {
  margin-top: 0;
}
h1 > .sup-title, .c-sr-title h1 > .hit, .form-control-wrapper h1 > .form-label:not(.form-label--special), h1 > .c-card__sup-title, h1 > .c-ao-panel__category, h2 > .sup-title, .c-sr-title h2 > .hit, .form-control-wrapper h2 > .form-label:not(.form-label--special), h2 > .c-card__sup-title, h2 > .c-ao-panel__category, h3 > .sup-title, .c-sr-title h3 > .hit, .form-control-wrapper h3 > .form-label:not(.form-label--special), h3 > .c-card__sup-title, h3 > .c-ao-panel__category, h4 > .sup-title, .c-sr-title h4 > .hit, .form-control-wrapper h4 > .form-label:not(.form-label--special), h4 > .c-card__sup-title, h4 > .c-ao-panel__category, h5 > .sup-title, .c-sr-title h5 > .hit, .form-control-wrapper h5 > .form-label:not(.form-label--special), h5 > .c-card__sup-title, h5 > .c-ao-panel__category, h6 > .sup-title, .c-sr-title h6 > .hit, .form-control-wrapper h6 > .form-label:not(.form-label--special), h6 > .c-card__sup-title, h6 > .c-ao-panel__category,
.h1 > .sup-title,
.c-sr-title .h1 > .hit,
.form-control-wrapper .h1 > .form-label:not(.form-label--special),
.h1 > .c-card__sup-title,
.h1 > .c-ao-panel__category, .h2 > .sup-title, .c-sr-title .h2 > .hit, .form-control-wrapper .h2 > .form-label:not(.form-label--special), .h2 > .c-card__sup-title, .h2 > .c-ao-panel__category, .h3 > .sup-title, .c-sr-title .h3 > .hit, .form-control-wrapper .h3 > .form-label:not(.form-label--special), .h3 > .c-card__sup-title, .h3 > .c-ao-panel__category, .h4 > .sup-title, .c-sr-title .h4 > .hit, .form-control-wrapper .h4 > .form-label:not(.form-label--special), .h4 > .c-card__sup-title, .h4 > .c-ao-panel__category, .h5 > .sup-title, .c-sr-title .h5 > .hit, .form-control-wrapper .h5 > .form-label:not(.form-label--special), .h5 > .c-card__sup-title, .h5 > .c-ao-panel__category, .h6 > .sup-title, .c-sr-title .h6 > .hit, .form-control-wrapper .h6 > .form-label:not(.form-label--special), .h6 > .c-card__sup-title, .h6 > .c-ao-panel__category,
.display-1 > .sup-title,
.c-sr-title .display-1 > .hit,
.form-control-wrapper .display-1 > .form-label:not(.form-label--special),
.display-1 > .c-card__sup-title,
.display-1 > .c-ao-panel__category, .display-2 > .sup-title, .c-sr-title .display-2 > .hit, .form-control-wrapper .display-2 > .form-label:not(.form-label--special), .display-2 > .c-card__sup-title, .display-2 > .c-ao-panel__category, .display-3 > .sup-title, .c-sr-title .display-3 > .hit, .form-control-wrapper .display-3 > .form-label:not(.form-label--special), .display-3 > .c-card__sup-title, .display-3 > .c-ao-panel__category, .display-4 > .sup-title, .c-sr-title .display-4 > .hit, .form-control-wrapper .display-4 > .form-label:not(.form-label--special), .display-4 > .c-card__sup-title, .display-4 > .c-ao-panel__category, .display-5 > .sup-title, .c-sr-title .display-5 > .hit, .form-control-wrapper .display-5 > .form-label:not(.form-label--special), .display-5 > .c-card__sup-title, .display-5 > .c-ao-panel__category, .display-6 > .sup-title, .c-sr-title .display-6 > .hit, .form-control-wrapper .display-6 > .form-label:not(.form-label--special), .display-6 > .c-card__sup-title, .display-6 > .c-ao-panel__category, .display-title > .sup-title, .c-sr-title .display-title > .hit, .form-control-wrapper .display-title > .form-label:not(.form-label--special), .display-title > .c-card__sup-title, .display-title > .c-ao-panel__category {
  margin-bottom: 0;
  color: #32393D;
}

h1, .h1 {
  color: #AE2F64;
}

p {
  word-wrap: break-word;
}
p.lead {
  margin-bottom: 1.5em;
}

.c-ao-panel__category, .title--underline, .form-fs__legend, .display-title {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #DFE1E2;
}
[data-theme=primary] .c-ao-panel__category, [data-theme=primary] .title--underline, [data-theme=primary] .form-fs__legend, [data-theme=primary] .display-title {
  border-color: #F7BFD6;
}
[data-theme=secondary] .c-ao-panel__category, [data-theme=secondary] .title--underline, [data-theme=secondary] .form-fs__legend, [data-theme=secondary] .display-title {
  border-color: #B9D8EE;
}
[data-theme=third] .c-ao-panel__category, [data-theme=third] .title--underline, [data-theme=third] .form-fs__legend, [data-theme=third] .display-title {
  border-color: #B2E7F0;
}
[data-theme=danger] .c-ao-panel__category, [data-theme=danger] .title--underline, [data-theme=danger] .form-fs__legend, [data-theme=danger] .display-title {
  border-color: #ecd1d3;
}
.title--letter, .c-ao-panel__title--letter {
  align-items: center;
  border: 1px solid #DFE1E2;
  border-radius: 50rem;
  display: flex;
  height: 2em;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 2em;
}

.title, .form-fs__legend {
  word-break: break-word;
  hyphens: auto;
}
.c-qs-ao__toggle, .c-anchor-nav-inner > .title, .c-anchor-nav-inner > .form-fs__legend, .sup-title, .c-sr-title .hit, .form-control-wrapper .form-label:not(.form-label--special), .c-card__sup-title, .c-ao-panel__category {
  color: inherit;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

.sup-title, .c-sr-title .hit, .form-control-wrapper .form-label:not(.form-label--special), .c-card__sup-title, .c-ao-panel__category {
  display: block;
  margin-bottom: 1em;
}
[data-theme=primary] .sup-title, [data-theme=primary] .c-sr-title .hit, .c-sr-title [data-theme=primary] .hit, [data-theme=primary] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=primary] .form-label:not(.form-label--special), [data-theme=primary] .c-card__sup-title, [data-theme=primary] .c-ao-panel__category {
  color: #AE2F64;
}
[data-theme=secondary] .sup-title, [data-theme=secondary] .c-sr-title .hit, .c-sr-title [data-theme=secondary] .hit, [data-theme=secondary] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=secondary] .form-label:not(.form-label--special), [data-theme=secondary] .c-card__sup-title, [data-theme=secondary] .c-ao-panel__category {
  color: #032E43;
}
[data-theme=third] .sup-title, [data-theme=third] .c-sr-title .hit, .c-sr-title [data-theme=third] .hit, [data-theme=third] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=third] .form-label:not(.form-label--special), [data-theme=third] .c-card__sup-title, [data-theme=third] .c-ao-panel__category {
  color: #1B7986;
}
[data-theme=fourth] .sup-title, [data-theme=fourth] .c-sr-title .hit, .c-sr-title [data-theme=fourth] .hit, [data-theme=fourth] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=fourth] .form-label:not(.form-label--special), [data-theme=fourth] .c-card__sup-title, [data-theme=fourth] .c-ao-panel__category {
  color: #006ea9;
}
[data-theme=success] .sup-title, [data-theme=success] .c-sr-title .hit, .c-sr-title [data-theme=success] .hit, [data-theme=success] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=success] .form-label:not(.form-label--special), [data-theme=success] .c-card__sup-title, [data-theme=success] .c-ao-panel__category {
  color: #198754;
}
[data-theme=info] .sup-title, [data-theme=info] .c-sr-title .hit, .c-sr-title [data-theme=info] .hit, [data-theme=info] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=info] .form-label:not(.form-label--special), [data-theme=info] .c-card__sup-title, [data-theme=info] .c-ao-panel__category {
  color: #006ea9;
}
[data-theme=warning] .sup-title, [data-theme=warning] .c-sr-title .hit, .c-sr-title [data-theme=warning] .hit, [data-theme=warning] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=warning] .form-label:not(.form-label--special), [data-theme=warning] .c-card__sup-title, [data-theme=warning] .c-ao-panel__category {
  color: #ffc107;
}
[data-theme=danger] .sup-title, [data-theme=danger] .c-sr-title .hit, .c-sr-title [data-theme=danger] .hit, [data-theme=danger] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=danger] .form-label:not(.form-label--special), [data-theme=danger] .c-card__sup-title, [data-theme=danger] .c-ao-panel__category {
  color: #a21b22;
}
[data-theme=light] .sup-title, [data-theme=light] .c-sr-title .hit, .c-sr-title [data-theme=light] .hit, [data-theme=light] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=light] .form-label:not(.form-label--special), [data-theme=light] .c-card__sup-title, [data-theme=light] .c-ao-panel__category {
  color: #EBECED;
}
[data-theme=dark] .sup-title, [data-theme=dark] .c-sr-title .hit, .c-sr-title [data-theme=dark] .hit, [data-theme=dark] .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper [data-theme=dark] .form-label:not(.form-label--special), [data-theme=dark] .c-card__sup-title, [data-theme=dark] .c-ao-panel__category {
  color: #141516;
}
.sup-title > .o-svg-icon, .c-sr-title .hit > .o-svg-icon, .form-control-wrapper .form-label:not(.form-label--special) > .o-svg-icon, .c-card__sup-title > .o-svg-icon, .c-ao-panel__category > .o-svg-icon {
  vertical-align: top;
}

.fs-base {
  font-size: 1rem;
}

/* source-sans-pro-300 - latin */
/*
@font-face {
	font-display: swap;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: local('Source Sans Pro Light'),
		local('SourceSansPro-Light'),
		url('/wwwroot/fonts/source-sans-pro/source-sans-pro-v18-latin-300.woff2?220222') format('woff2'),
		url('/wwwroot/fonts/source-sans-pro/source-sans-pro-v18-latin-300.woff?220222') format('woff');
}
*/
/* source-sans-pro-300italic - latin */
/*
@font-face {
	font-display: swap;
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 300;
	src: local('Source Sans Pro LightItalic'),
		local('SourceSansPro-LightItalic'),
		url('/wwwroot/fonts/source-sans-pro/source-sans-pro-v18-latin-300italic.woff2?220222') format('woff2'),
		url('/wwwroot/fonts/source-sans-pro/source-sans-pro-v18-latin-300italic.woff?220222') format('woff');
}
*/
/* source-sans-pro-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(/dist/fonts/16c0b7497e77742ecb85.woff2?220222) format("woff2");
}
/* source-sans-pro-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url(/dist/fonts/1ba3bed5c141762863d6.woff2?220222) format("woff2");
}
/* source-sans-pro-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(/dist/fonts/35ab5b65f5c70ff94fb8.woff2?220222) format("woff2");
}
/* source-sans-pro-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(/dist/fonts/5abb91054649912196d8.woff2?220222) format("woff2");
}
/* source-sans-pro-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: local("Source Sans Pro BoldItalic"), local("SourceSansPro-BoldItalic"), url(/dist/fonts/e5de5b09fddd7bf1bed9.woff2?220222) format("woff2");
}
.btn, .Form--VGW button[type=submit]:disabled, .Form--VGW button[type=submit]:not(:disabled),
.o-btn,
.c-qs-ao__toggle {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  min-height: 3rem;
}
@media (max-width: 47.98rem) {
  .btn, .Form--VGW button[type=submit]:disabled, .Form--VGW button[type=submit]:not(:disabled),
  .o-btn,
  .c-qs-ao__toggle {
    font-size: 1rem;
  }
}
.btn[disabled], .Form--VGW button[disabled][type=submit]:not(:disabled), .btn:disabled, .Form--VGW button[type=submit]:disabled,
.o-btn[disabled],
[disabled].c-qs-ao__toggle,
.o-btn:disabled,
.c-qs-ao__toggle:disabled {
  cursor: not-allowed;
  pointer-events: visible;
}

.btn, .Form--VGW button[type=submit]:disabled, .Form--VGW button[type=submit]:not(:disabled) {
  justify-content: center;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.btn-outline-primary {
  border-width: 2px;
  color: #141516;
}
.btn-outline-primary:visited {
  color: #141516;
}
.btn-outline-primary:visited:hover {
  color: #fff;
}
.btn-outline-primary.is-active {
  /*! purgecss ignore current */
  background: #AE2F64;
  color: #fff;
}
.btn-outline-primary:disabled {
  color: inherit;
}
.btn-outline-primary:hover::after {
  filter: invert(1);
}
.btn-primary:visited, .Form--VGW button[type=submit]:visited:not(:disabled), .btn-primary:visited:hover {
  color: #fff;
}
.btn-primary::after, .Form--VGW button[type=submit]:not(:disabled)::after {
  filter: invert(1);
}
[data-theme=primary] .btn-link {
  color: #AE2F64;
}
[data-theme=primary] .btn-link:hover, [data-theme=primary] .btn-link:focus {
  color: #9d2a5a;
}
.btn-outline-secondary {
  border-width: 2px;
  color: #141516;
}
.btn-outline-secondary:visited {
  color: #141516;
}
.btn-outline-secondary:visited:hover {
  color: #fff;
}
.btn-outline-secondary.is-active {
  /*! purgecss ignore current */
  background: #032E43;
  color: #fff;
}
.btn-outline-secondary:disabled {
  color: inherit;
}
.btn-outline-secondary:hover::after {
  filter: invert(1);
}
.btn-secondary:visited, .btn-secondary:visited:hover {
  color: #fff;
}
.btn-secondary::after {
  filter: invert(1);
}
[data-theme=secondary] .btn-link {
  color: #032E43;
}
[data-theme=secondary] .btn-link:hover, [data-theme=secondary] .btn-link:focus {
  color: #03293c;
}
.btn-outline-third {
  border-width: 2px;
  color: #141516;
}
.btn-outline-third:visited {
  color: #141516;
}
.btn-outline-third:visited:hover {
  color: #fff;
}
.btn-outline-third.is-active {
  /*! purgecss ignore current */
  background: #1B7986;
  color: #fff;
}
.btn-outline-third:disabled {
  color: inherit;
}
.btn-outline-third:hover::after {
  filter: invert(1);
}
.btn-third:visited, .btn-third:visited:hover {
  color: #fff;
}
.btn-third::after {
  filter: invert(1);
}
[data-theme=third] .btn-link {
  color: #1B7986;
}
[data-theme=third] .btn-link:hover, [data-theme=third] .btn-link:focus {
  color: #186d79;
}
.btn-outline-fourth {
  border-width: 2px;
  color: #141516;
}
.btn-outline-fourth:visited {
  color: #141516;
}
.btn-outline-fourth:visited:hover {
  color: #fff;
}
.btn-outline-fourth.is-active {
  /*! purgecss ignore current */
  background: #006ea9;
  color: #fff;
}
.btn-outline-fourth:disabled {
  color: inherit;
}
.btn-outline-fourth:hover::after {
  filter: invert(1);
}
.btn-fourth:visited, .btn-fourth:visited:hover {
  color: #fff;
}
.btn-fourth::after {
  filter: invert(1);
}
[data-theme=fourth] .btn-link {
  color: #006ea9;
}
[data-theme=fourth] .btn-link:hover, [data-theme=fourth] .btn-link:focus {
  color: #006398;
}
.btn-outline-success {
  border-width: 2px;
  color: #141516;
}
.btn-outline-success:visited {
  color: #141516;
}
.btn-outline-success:visited:hover {
  color: #fff;
}
.btn-outline-success.is-active {
  /*! purgecss ignore current */
  background: #198754;
  color: #fff;
}
.btn-outline-success:disabled {
  color: inherit;
}
.btn-outline-success:hover::after {
  filter: invert(1);
}
.btn-success:visited, .btn-success:visited:hover {
  color: #fff;
}
.btn-success::after {
  filter: invert(1);
}
[data-theme=success] .btn-link {
  color: #198754;
}
[data-theme=success] .btn-link:hover, [data-theme=success] .btn-link:focus {
  color: #177a4c;
}
.btn-outline-info {
  border-width: 2px;
  color: #141516;
}
.btn-outline-info:visited {
  color: #141516;
}
.btn-outline-info:visited:hover {
  color: #fff;
}
.btn-outline-info.is-active {
  /*! purgecss ignore current */
  background: #006ea9;
  color: #fff;
}
.btn-outline-info:disabled {
  color: inherit;
}
.btn-outline-info:hover::after {
  filter: invert(1);
}
.btn-info:visited, .btn-info:visited:hover {
  color: #fff;
}
.btn-info::after {
  filter: invert(1);
}
[data-theme=info] .btn-link {
  color: #006ea9;
}
[data-theme=info] .btn-link:hover, [data-theme=info] .btn-link:focus {
  color: #006398;
}
.btn-outline-warning {
  border-width: 2px;
  color: #141516;
}
.btn-outline-warning:visited {
  color: #141516;
}
.btn-outline-warning:visited:hover {
  color: #fff;
}
.btn-outline-warning.is-active {
  /*! purgecss ignore current */
  background: #ffc107;
  color: #fff;
}
.btn-outline-warning:disabled {
  color: inherit;
}
.btn-outline-warning:hover::after {
  filter: invert(1);
}
.btn-warning:visited, .btn-warning:visited:hover {
  color: #fff;
}
.btn-warning::after {
  filter: invert(1);
}
[data-theme=warning] .btn-link {
  color: #ffc107;
}
[data-theme=warning] .btn-link:hover, [data-theme=warning] .btn-link:focus {
  color: #ffc720;
}
.btn-outline-danger {
  border-width: 2px;
  color: #141516;
}
.btn-outline-danger:visited {
  color: #141516;
}
.btn-outline-danger:visited:hover {
  color: #fff;
}
.btn-outline-danger.is-active {
  /*! purgecss ignore current */
  background: #a21b22;
  color: #fff;
}
.btn-outline-danger:disabled {
  color: inherit;
}
.btn-outline-danger:hover::after {
  filter: invert(1);
}
.btn-danger:visited, .btn-danger:visited:hover {
  color: #fff;
}
.btn-danger::after {
  filter: invert(1);
}
[data-theme=danger] .btn-link {
  color: #a21b22;
}
[data-theme=danger] .btn-link:hover, [data-theme=danger] .btn-link:focus {
  color: #92181f;
}
.btn-outline-light {
  border-width: 2px;
  color: #141516;
}
.btn-outline-light:visited {
  color: #141516;
}
.btn-outline-light:visited:hover {
  color: #fff;
}
.btn-outline-light.is-active {
  /*! purgecss ignore current */
  background: #EBECED;
  color: #fff;
}
.btn-outline-light:disabled {
  color: inherit;
}
.btn-outline-light:hover::after {
  filter: invert(1);
}
.btn-light:visited, .Form--VGW button[type=submit]:visited:disabled, .btn-light:visited:hover {
  color: #fff;
}
.btn-light::after, .Form--VGW button[type=submit]:disabled::after {
  filter: invert(1);
}
[data-theme=light] .btn-link {
  color: #EBECED;
}
[data-theme=light] .btn-link:hover, [data-theme=light] .btn-link:focus {
  color: #edeeef;
}
.btn-outline-dark {
  border-width: 2px;
  color: #141516;
}
.btn-outline-dark:visited {
  color: #141516;
}
.btn-outline-dark:visited:hover {
  color: #fff;
}
.btn-outline-dark.is-active {
  /*! purgecss ignore current */
  background: #141516;
  color: #fff;
}
.btn-outline-dark:disabled {
  color: inherit;
}
.btn-outline-dark:hover::after {
  filter: invert(1);
}
.btn-dark:visited, .btn-dark:visited:hover {
  color: #fff;
}
.btn-dark::after {
  filter: invert(1);
}
[data-theme=dark] .btn-link {
  color: #141516;
}
[data-theme=dark] .btn-link:hover, [data-theme=dark] .btn-link:focus {
  color: #121314;
}
.btn__icon {
  display: flex;
  align-self: stretch;
  margin-left: -1rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  padding: 0.5rem 0.75rem;
}
.btn__icon .o-svg-icon {
  display: block;
  align-self: center;
}
.btn__text ~ .btn__icon {
  margin-left: 0;
  margin-right: -1rem;
}
.btn-outline-primary .btn__icon {
  background: #AE2F64;
  color: #fff;
  margin-right: 1rem;
}
.btn-outline-secondary .btn__icon {
  background: #032E43;
  color: #fff;
  margin-right: 1rem;
}
.btn-outline-third .btn__icon {
  background: #1B7986;
  color: #fff;
  margin-right: 1rem;
}
.btn-outline-fourth .btn__icon {
  background: #006ea9;
  color: #fff;
  margin-right: 1rem;
}
.btn-outline-success .btn__icon {
  background: #198754;
  color: #fff;
  margin-right: 1rem;
}
.btn-outline-info .btn__icon {
  background: #006ea9;
  color: #fff;
  margin-right: 1rem;
}
.btn-outline-warning .btn__icon {
  background: #ffc107;
  color: #fff;
  margin-right: 1rem;
}
.btn-outline-danger .btn__icon {
  background: #a21b22;
  color: #fff;
  margin-right: 1rem;
}
.btn-outline-light .btn__icon {
  background: #EBECED;
  color: #fff;
  margin-right: 1rem;
}
.btn-outline-dark .btn__icon {
  background: #141516;
  color: #fff;
  margin-right: 1rem;
}
.btn__text {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  text-align: left;
}
.btn--arrow {
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  text-align: left;
}
.btn--arrow {
  display: inline-flex;
}
.btn--arrow:hover::after, .btn--arrow:active::after, .btn--arrow:focus::after {
  opacity: 1;
  transform: translateX(0.25rem);
}
.btn--arrow::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%2820, 21, 22, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0;
  opacity: 0.5;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: inline-block;
  vertical-align: middle;
}
.btn--arrow::after {
  margin-left: 1rem;
}
.btn-sm {
  font-size: 1rem;
  min-height: 0;
  padding: 0.5rem;
}

.o-btn, .c-qs-ao__toggle {
  background: transparent;
  border: 0;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
.o-btn, .c-qs-ao__toggle, .o-btn:visited {
  color: #32393D;
}
.o-btn:hover, .c-qs-ao__toggle:hover, .o-btn:visited:hover, .o-btn.is-active, .is-active.c-qs-ao__toggle {
  background: #f2f2f2;
  color: #141516;
}
.o-btn--primary, .o-btn--primary:visited {
  background: #AE2F64;
  color: #fff;
}
.o-btn--primary:hover, .o-btn--primary:visited:hover, .o-btn--primary.is-active {
  background: #9a2a58;
  color: #fff;
}
.o-btn--secondary, .o-btn--secondary:visited {
  background: #032E43;
  color: #fff;
}
.o-btn--secondary:hover, .o-btn--secondary:visited:hover, .o-btn--secondary.is-active {
  background: #021d2b;
  color: #fff;
}
.o-btn--third, .o-btn--third:visited {
  background: #1B7986;
  color: #fff;
}
.o-btn--third:hover, .o-btn--third:visited:hover, .o-btn--third.is-active {
  background: #176671;
  color: #fff;
}
.o-btn--fourth, .o-btn--fourth:visited {
  background: #006ea9;
  color: #fff;
}
.o-btn--fourth:hover, .o-btn--fourth:visited:hover, .o-btn--fourth.is-active {
  background: #005d90;
  color: #fff;
}
.o-btn--success, .o-btn--success:visited {
  background: #198754;
  color: #fff;
}
.o-btn--success:hover, .o-btn--success:visited:hover, .o-btn--success.is-active {
  background: #157147;
  color: #fff;
}
.o-btn--info, .o-btn--info:visited {
  background: #006ea9;
  color: #fff;
}
.o-btn--info:hover, .o-btn--info:visited:hover, .o-btn--info.is-active {
  background: #005d90;
  color: #fff;
}
.o-btn--warning, .o-btn--warning:visited {
  background: #ffc107;
  color: #141516;
}
.o-btn--warning:hover, .o-btn--warning:visited:hover, .o-btn--warning.is-active {
  background: #edb100;
  color: #141516;
}
.o-btn--danger, .o-btn--danger:visited {
  background: #a21b22;
  color: #fff;
}
.o-btn--danger:hover, .o-btn--danger:visited:hover, .o-btn--danger.is-active {
  background: #8c171d;
  color: #fff;
}
.o-btn--light, .o-btn--light:visited {
  background: #EBECED;
  color: #141516;
}
.o-btn--light:hover, .o-btn--light:visited:hover, .o-btn--light.is-active {
  background: #dedfe1;
  color: #141516;
}
.o-btn--dark, .o-btn--dark:visited {
  background: #141516;
  color: #fff;
}
.o-btn--dark:hover, .o-btn--dark:visited:hover, .o-btn--dark.is-active {
  background: #080809;
  color: #fff;
}
.o-btn--sm, .c-qs-ao__toggle {
  font-size: 1rem;
}
.o-btn--lg {
  font-size: 1.25rem;
}
.o-btn__icon {
  position: relative;
}
svg.o-btn__icon {
  display: block;
}

.o-btn-outline--primary .o-btn__icon {
  background: #AE2F64;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -1rem;
  padding: 0.5rem 0.75em;
  color: #fff;
}
.o-btn__icon ~ .o-btn__text {
  margin-left: 0.5rem;
  margin-right: auto;
}
.o-btn--toggle, .c-qs-ao__toggle {
  border: 0;
  background: none;
}
.o-btn--toggle:hover, .c-qs-ao__toggle:hover, .o-btn--toggle:visited:hover, .o-btn--toggle.is-active, .is-active.c-qs-ao__toggle {
  background: none;
}
.o-btn--toggle .o-svg-icon, .c-qs-ao__toggle .o-svg-icon {
  transition: transform 0.25s ease;
}
.o-btn--toggle:not(.collapsed) .o-svg-icon, .c-qs-ao__toggle:not(.collapsed) .o-svg-icon {
  transform: rotate(-180deg);
}
.o-btn--up {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.o-btn--up::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke=%27%23000000%27%3E%3Cg stroke-linecap=%27square%27 stroke-width=%272%27 fill=%27none%27%3E%3Cpolyline points=%278,14 12,10 16,14%27%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
  background-size: cover;
  margin-right: 0.5em;
}
.o-btn--up:focus, .o-btn--up:hover, .o-btn--up:visited:hover, .o-btn--up.is-active {
  background-color: transparent;
  color: #AE2F64;
  text-decoration: underline;
}

.o-btn-toggle {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.375em;
  min-height: 2.5rem;
  background: none;
  border: 0;
}
.o-btn-toggle::after {
  aspect-ratio: 1/1;
  content: "";
  width: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M8,11a1,1,0,0,1-.707-.293l-4-4A1,1,0,0,1,4.707,5.293L8,8.586l3.293-3.293a1,1,0,1,1,1.414,1.414l-4,4A1,1,0,0,1,8,11Z%27%3E%3C/path%3E%3C/svg%3E");
  background-size: cover;
  transition: transform 0.25s ease;
}
.o-btn-toggle:not(.collapsed)::after {
  transform: rotate(-180deg);
  transform-origin: 50%;
}

.o-btn-group {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.o-btn-group > * {
  flex: 1;
  padding: 0.25rem;
}
@media (max-width: 23.48rem) {
  .o-btn-group > * {
    flex: 0 1 50%;
  }
}

.o-btn-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #141516;
  height: 100%;
  background-color: transparent;
  border-radius: 0.2rem;
  text-decoration: none;
  padding: 10%;
}
.o-btn-icon__symbol {
  max-width: 2rem;
  max-height: 2rem;
  margin-bottom: 1rem;
  margin-top: 0.25rem;
  color: #AE2F64;
  fill: #AE2F64;
  width: 50%;
  height: 50%;
}
[data-theme=primary] .o-btn-icon__symbol {
  fill: #AE2F64;
  color: #AE2F64;
}
[data-theme=secondary] .o-btn-icon__symbol {
  fill: #032E43;
  color: #032E43;
}
[data-theme=third] .o-btn-icon__symbol {
  fill: #1B7986;
  color: #1B7986;
}
[data-theme=fourth] .o-btn-icon__symbol {
  fill: #006ea9;
  color: #006ea9;
}
[data-theme=success] .o-btn-icon__symbol {
  fill: #198754;
  color: #198754;
}
[data-theme=info] .o-btn-icon__symbol {
  fill: #006ea9;
  color: #006ea9;
}
[data-theme=warning] .o-btn-icon__symbol {
  fill: #ffc107;
  color: #ffc107;
}
[data-theme=danger] .o-btn-icon__symbol {
  fill: #a21b22;
  color: #a21b22;
}
[data-theme=light] .o-btn-icon__symbol {
  fill: #EBECED;
  color: #EBECED;
}
[data-theme=dark] .o-btn-icon__symbol {
  fill: #141516;
  color: #141516;
}
.o-btn-icon__text {
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .o-btn-icon__text {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .o-btn-icon__text {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.o-btn-icon--lg .o-btn-icon__symbol {
  max-width: 3rem;
  max-height: 3rem;
}
.o-btn-icon--lg .o-btn-icon__text {
  font-size: 1.25rem;
  font-weight: 600;
}
@supports (font-size: min(max(1rem, 0.6756756757vw), 1.25rem)) {
  .o-btn-icon--lg .o-btn-icon__text {
    font-size: min(max(1rem, 0.6756756757vw), 1.25rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .o-btn-icon--lg .o-btn-icon__text {
    font-size: clamp(1rem, 0.7567567568rem + 0.6756756757vw, 1.25rem);
  }
}
.o-btn-icon:visited, .o-btn-icon:visited:active {
  color: inherit;
}
.o-btn-icon.is-active, .o-btn-icon.is-active:visited, .o-btn-icon:hover, .o-btn-icon:visited:hover {
  background: #FBE6EE;
  color: #AE2F64;
}
[data-theme=primary] .o-btn-icon.is-active, [data-theme=primary] .o-btn-icon.is-active:visited, [data-theme=primary] .o-btn-icon:hover, [data-theme=primary] .o-btn-icon:visited:hover {
  background: #FBE6EE;
  color: #AE2F64;
}
[data-theme=secondary] .o-btn-icon.is-active, [data-theme=secondary] .o-btn-icon.is-active:visited, [data-theme=secondary] .o-btn-icon:hover, [data-theme=secondary] .o-btn-icon:visited:hover {
  background: #EDF5FA;
  color: #032E43;
}
[data-theme=third] .o-btn-icon.is-active, [data-theme=third] .o-btn-icon.is-active:visited, [data-theme=third] .o-btn-icon:hover, [data-theme=third] .o-btn-icon:visited:hover {
  background: #EBF9FB;
  color: #1B7986;
}
[data-theme=fourth] .o-btn-icon.is-active, [data-theme=fourth] .o-btn-icon.is-active:visited, [data-theme=fourth] .o-btn-icon:hover, [data-theme=fourth] .o-btn-icon:visited:hover {
  color: #006ea9;
}
[data-theme=success] .o-btn-icon.is-active, [data-theme=success] .o-btn-icon.is-active:visited, [data-theme=success] .o-btn-icon:hover, [data-theme=success] .o-btn-icon:visited:hover {
  color: #198754;
}
[data-theme=info] .o-btn-icon.is-active, [data-theme=info] .o-btn-icon.is-active:visited, [data-theme=info] .o-btn-icon:hover, [data-theme=info] .o-btn-icon:visited:hover {
  color: #006ea9;
}
[data-theme=warning] .o-btn-icon.is-active, [data-theme=warning] .o-btn-icon.is-active:visited, [data-theme=warning] .o-btn-icon:hover, [data-theme=warning] .o-btn-icon:visited:hover {
  color: #ffc107;
}
[data-theme=danger] .o-btn-icon.is-active, [data-theme=danger] .o-btn-icon.is-active:visited, [data-theme=danger] .o-btn-icon:hover, [data-theme=danger] .o-btn-icon:visited:hover {
  background: #f6e8e9;
  color: #a21b22;
}
[data-theme=light] .o-btn-icon.is-active, [data-theme=light] .o-btn-icon.is-active:visited, [data-theme=light] .o-btn-icon:hover, [data-theme=light] .o-btn-icon:visited:hover {
  color: #EBECED;
}
[data-theme=dark] .o-btn-icon.is-active, [data-theme=dark] .o-btn-icon.is-active:visited, [data-theme=dark] .o-btn-icon:hover, [data-theme=dark] .o-btn-icon:visited:hover {
  color: #141516;
}

.o-btn-more {
  background: none;
  border: 0;
  color: #AE2F64;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  user-select: none;
}
.o-btn-more, .o-btn-more::after {
  transition-property: opacity, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
.o-btn-more::after {
  content: "";
  display: block;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpolyline stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%2820, 21, 22, 0.999%29%27 points=%271,8 12,16 23,8%27 stroke-linecap=%27butt%27%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 100%;
  opacity: 0.5;
  transform: translateY(-0.065rem);
}
.o-btn-more:hover, .o-btn-more:focus {
  color: #9a2a58;
}
.o-btn-more:hover::after, .o-btn-more:focus::after {
  opacity: 1;
  transform: translateY(0.065rem);
}
.o-btn-more.is-active::after {
  transform: rotate(-180deg);
}
.o-btn-more.is-active:hover::after, .o-btn-more.is-active:active::after, .o-btn-more.is-active:focus::after {
  transform: rotate(-180deg) translateY(0.125rem);
}
[data-theme=primary] .o-btn-more {
  color: #872959;
  /*
  				&::after {
  					background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolyline stroke-width='2' fill='none' stroke='"+rgba($theme,.999)+"' points='1,8 12,16 23,8' stroke-linecap='butt'%3E%3C/polyline%3E%3C/svg%3E");
  				}
  */
}
[data-theme=primary] .o-btn-more:hover, [data-theme=primary] .o-btn-more:focus {
  color: #9d2a5a;
}
[data-theme=secondary] .o-btn-more {
  color: #032E43;
  /*
  				&::after {
  					background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolyline stroke-width='2' fill='none' stroke='"+rgba($theme,.999)+"' points='1,8 12,16 23,8' stroke-linecap='butt'%3E%3C/polyline%3E%3C/svg%3E");
  				}
  */
}
[data-theme=secondary] .o-btn-more:hover, [data-theme=secondary] .o-btn-more:focus {
  color: #03293c;
}
[data-theme=third] .o-btn-more {
  color: #16565B;
  /*
  				&::after {
  					background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolyline stroke-width='2' fill='none' stroke='"+rgba($theme,.999)+"' points='1,8 12,16 23,8' stroke-linecap='butt'%3E%3C/polyline%3E%3C/svg%3E");
  				}
  */
}
[data-theme=third] .o-btn-more:hover, [data-theme=third] .o-btn-more:focus {
  color: #186d79;
}
[data-theme=danger] .o-btn-more {
  color: #200507;
  /*
  				&::after {
  					background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolyline stroke-width='2' fill='none' stroke='"+rgba($theme,.999)+"' points='1,8 12,16 23,8' stroke-linecap='butt'%3E%3C/polyline%3E%3C/svg%3E");
  				}
  */
}
[data-theme=danger] .o-btn-more:hover, [data-theme=danger] .o-btn-more:focus {
  color: #92181f;
}
.o-btn-more--compact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
}
.o-btn-more--compact::after {
  margin: 0;
  width: 1rem;
  height: 1rem;
}
a.o-btn-more--compact::after {
  transform: rotate(-90deg);
}

a.o-btn-more--compact:hover::after, a.o-btn-more--compact:active::after, a.o-btn-more--compact:focus::after {
  transform: rotate(-90deg) translateY(0.125rem);
}

.o-badge, .o-os-status {
  --badge-bg: #F7F8F8;
  --badge-border-color: transparent;
  --badge-color: #32393D;
  background-color: var(--badge-bg);
  border: 1px solid var(--badge-border-color);
  border-radius: 0.2rem;
  color: var(--badge-color);
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.5;
  padding: 0.125em 0.375em;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
}
.o-badge--outline {
  background-color: var(--badge-bg);
  border-color: var(--badge-border-color);
  color: var(--badge-color);
}
.o-badge--index {
  line-height: 1.3;
  vertical-align: super;
}
.o-badge--pill {
  border-radius: 50rem;
  min-width: 2rem;
  text-align: center;
}
*:not(.o-badge):not(.o-os-status) + .o-badge, *:not(.o-badge):not(.o-os-status) + .o-os-status {
  margin-left: 0.25rem;
}
.o-badge:not(:last-child), .o-os-status:not(:last-child) {
  margin-right: 0.25rem;
}
[data-theme=primary].o-badge, [data-theme=primary].o-os-status,
[data-theme=primary] .o-badge:not([data-theme]),
[data-theme=primary] .o-os-status:not([data-theme]) {
  --badge-bg: #FBE6EE;
  --badge-border-color: #FBE6EE;
  --badge-color: #872959;
}

[data-theme=secondary].o-badge, [data-theme=secondary].o-os-status,
[data-theme=secondary] .o-badge:not([data-theme]),
[data-theme=secondary] .o-os-status:not([data-theme]) {
  --badge-bg: #EDF5FA;
  --badge-border-color: #EDF5FA;
  --badge-color: #032E43;
}

[data-theme=third].o-badge, [data-theme=third].o-os-status,
[data-theme=third] .o-badge:not([data-theme]),
[data-theme=third] .o-os-status:not([data-theme]) {
  --badge-bg: #EBF9FB;
  --badge-border-color: #EBF9FB;
  --badge-color: #16565B;
}

[data-theme=fourth].o-badge, [data-theme=fourth].o-os-status,
[data-theme=fourth] .o-badge:not([data-theme]),
[data-theme=fourth] .o-os-status:not([data-theme]) {
  --badge-bg: ;
  --badge-border-color: ;
  --badge-color: ;
}

[data-theme=success].o-badge, [data-theme=success].o-os-status,
[data-theme=success] .o-badge:not([data-theme]),
[data-theme=success] .o-os-status:not([data-theme]) {
  --badge-bg: ;
  --badge-border-color: ;
  --badge-color: ;
}

[data-theme=info].o-badge, [data-theme=info].o-os-status,
[data-theme=info] .o-badge:not([data-theme]),
[data-theme=info] .o-os-status:not([data-theme]) {
  --badge-bg: ;
  --badge-border-color: ;
  --badge-color: ;
}

[data-theme=warning].o-badge, [data-theme=warning].o-os-status,
[data-theme=warning] .o-badge:not([data-theme]),
[data-theme=warning] .o-os-status:not([data-theme]) {
  --badge-bg: ;
  --badge-border-color: ;
  --badge-color: ;
}

[data-theme=danger].o-badge, [data-theme=danger].o-os-status,
[data-theme=danger] .o-badge:not([data-theme]),
[data-theme=danger] .o-os-status:not([data-theme]) {
  --badge-bg: #f6e8e9;
  --badge-border-color: #f6e8e9;
  --badge-color: #200507;
}

[data-theme=light].o-badge, [data-theme=light].o-os-status,
[data-theme=light] .o-badge:not([data-theme]),
[data-theme=light] .o-os-status:not([data-theme]) {
  --badge-bg: ;
  --badge-border-color: ;
  --badge-color: ;
}

[data-theme=dark].o-badge, [data-theme=dark].o-os-status,
[data-theme=dark] .o-badge:not([data-theme]),
[data-theme=dark] .o-os-status:not([data-theme]) {
  --badge-bg: ;
  --badge-border-color: ;
  --badge-color: ;
}

.o-badge--outline {
  --badge-bg: transparent;
  --badge-border-color: #32393D;
}
[data-theme=primary].o-badge--outline,
[data-theme=primary] .o-badge--outline:not([data-theme]) {
  --badge-bg: transparent;
  --badge-border-color: #AE2F64;
}

[data-theme=secondary].o-badge--outline,
[data-theme=secondary] .o-badge--outline:not([data-theme]) {
  --badge-bg: transparent;
  --badge-border-color: #032E43;
}

[data-theme=third].o-badge--outline,
[data-theme=third] .o-badge--outline:not([data-theme]) {
  --badge-bg: transparent;
  --badge-border-color: #1B7986;
}

[data-theme=fourth].o-badge--outline,
[data-theme=fourth] .o-badge--outline:not([data-theme]) {
  --badge-bg: transparent;
  --badge-border-color: #006ea9;
}

[data-theme=success].o-badge--outline,
[data-theme=success] .o-badge--outline:not([data-theme]) {
  --badge-bg: transparent;
  --badge-border-color: #198754;
}

[data-theme=info].o-badge--outline,
[data-theme=info] .o-badge--outline:not([data-theme]) {
  --badge-bg: transparent;
  --badge-border-color: #006ea9;
}

[data-theme=warning].o-badge--outline,
[data-theme=warning] .o-badge--outline:not([data-theme]) {
  --badge-bg: transparent;
  --badge-border-color: #ffc107;
}

[data-theme=danger].o-badge--outline,
[data-theme=danger] .o-badge--outline:not([data-theme]) {
  --badge-bg: transparent;
  --badge-border-color: #a21b22;
}

[data-theme=light].o-badge--outline,
[data-theme=light] .o-badge--outline:not([data-theme]) {
  --badge-bg: transparent;
  --badge-border-color: #EBECED;
}

[data-theme=dark].o-badge--outline,
[data-theme=dark] .o-badge--outline:not([data-theme]) {
  --badge-bg: transparent;
  --badge-border-color: #141516;
}

.o-date {
  display: block;
  color: #32393D;
  font-size: inherit;
}
.o-date > * {
  display: inline-block;
}
.o-date__end::before {
  content: "-";
  display: inline-block;
  margin-left: 0.125em;
  margin-right: 0.125em;
}

.p-page-footer .o-date,
.p-article-footer .o-date {
  font-size: 0.875em;
}
@media (max-width: 47.98rem) {
  .p-page-footer .o-date,
  .p-article-footer .o-date {
    margin-bottom: 1em;
  }
}

.c-newsfeed-list .o-date {
  margin-top: 0.125em;
  margin-bottom: 0.125em;
}

.o-fig__pic, .o-fig__vid {
  position: relative;
  display: block;
  overflow: hidden;
}
.no-js .o-fig__pic, .no-js .o-fig__vid {
  display: none;
}
.o-fig__caption {
  font-size: 1rem;
  color: #4D5B61;
  margin-top: 0.5rem;
}
.o-fig__caption::after {
  display: block;
  content: "";
  width: 4rem;
  height: 1px;
  border-bottom: 1px solid #AE2F64;
  margin: 1rem 0;
}
.o-fig--pix-left .o-fig__pic::before, .o-fig--pix-right .o-fig__pic::before {
  content: "";
  background: #AE2F64;
}
.o-fig--pix-left .o-fig__pic::before {
  position: absolute;
  width: 10%;
  height: 10%;
  z-index: 0;
  right: 100%;
  bottom: 100%;
}
.o-fig--pix-right .o-fig__pic::before {
  position: absolute;
  width: 10%;
  height: 10%;
  z-index: 0;
  left: 100%;
  top: 100%;
}

.no-js .o-zoom:active:focus, .tab-active .o-zoom:active:focus, .no-js .o-zoom:focus, .tab-active .o-zoom:focus {
  /*!purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
  outline: none;
}

.js .modal--zoom .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100% - 2rem);
}
@media (min-width: 36rem) {
  .js .modal--zoom .modal-dialog {
    max-width: none;
    min-height: calc(100% - 3.5rem);
  }
}
.js .modal--zoom .modal-content {
  width: auto;
  border: 0;
  box-shadow: 0 0.25rem 1rem rgba(20, 21, 22, 0.1);
}
.js .modal--zoom .modal-header {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 35.98rem) {
  .js .modal--zoom .modal-header {
    padding: 0.5rem 0.5rem 0 0.5rem;
  }
}
@media (max-width: 35.98rem) {
  .js .modal--zoom .modal-body {
    padding: 0.5rem;
  }
}
.js .modal--zoom .zoom-close {
  margin-left: auto;
}

.o-filter {
  display: flex;
  flex-flow: row nowrap;
  user-select: none;
  position: relative;
  font-size: 1rem;
  background-color: #F7F8F8;
  border: 1px solid #9EA5A8;
  border-radius: 50rem;
  transition: all 0.2s ease;
  margin: 0.125rem;
}
.no-js .o-filter:active:focus, .tab-active .o-filter:active:focus, .no-js .o-filter:focus, .tab-active .o-filter:focus {
  /*!purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
  outline: none;
}
.o-filter__text {
  display: flex;
  padding: 0.25rem 0.5rem 0.25rem;
  text-align: left;
}
.o-filter::after {
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-width=%271.5%27 fill=%27none%27 stroke=%27rgba%2820, 21, 22, 0.999%29%27%3E%3Cline x1=%2716%27 y1=%278%27 x2=%278%27 y2=%2716%27%3E%3C/line%3E%3Cline x1=%2716%27 y1=%2716%27 x2=%278%27 y2=%278%27%3E%3C/line%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: cover;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  align-self: center;
  opacity: 0.5;
  transition: opacity 0.25s ease;
}
.o-filter:active {
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.2);
}
.o-filter:hover, .o-filter:active, .o-filter:focus {
  background: #FBE6EE;
  border-color: #C3336A;
}
.o-filter:hover::after, .o-filter:active::after, .o-filter:focus::after {
  opacity: 1;
}
.o-filter--reset {
  border-color: transparent;
  background-color: transparent;
}
.o-filter--reset::after {
  content: none;
}
.o-filter--reset:active {
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.2);
}
.o-filter--reset:hover, .o-filter--reset:active, .o-filter--reset:focus {
  background-color: #FBE6EE;
  border-color: #AE2F64;
}

.o-filter-group {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
}

.o-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1em;
}
.o-link-list > * {
  display: block;
}
.o-link-list:last-child {
  margin-bottom: 0;
}
.o-link-list > li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
.o-link-list > li a {
  display: inline;
  padding: 0.25em 0;
}
.o-link-list > li a + span {
  display: inline-block;
  color: #32393D;
  margin-left: 0.25em;
}
.o-link-list ul {
  font-size: 90%;
  padding-left: 1rem;
  padding-top: 1em;
}
.o-link-list--docs a[href] {
  display: inline-block;
  padding-left: 2em;
  position: relative;
}
.o-link-list--docs a[href]::before {
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cg fill=%27rgba%28174, 47, 100, 0.999%29%27%3E%3Cpath d=%27M11,0C9.7,0,8.4,0.5,7.5,1.5L6.3,2.6C5.9,3,5.9,3.6,6.3,4s1,0.4,1.4,0l1.2-1.2c1.1-1.1,3.1-1.1,4.2,0 C13.7,3.4,14,4.2,14,5s-0.3,1.6-0.9,2.1L12,8.3c-0.4,0.4-0.4,1,0,1.4c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3l1.2-1.2 C15.5,7.6,16,6.3,16,5s-0.5-2.6-1.5-3.5C13.6,0.5,12.3,0,11,0z%27%3E%3C/path%3E%3Cpath d=%27M8.3,12l-1.2,1.2c-1.1,1.1-3.1,1.1-4.2,0C2.3,12.6,2,11.8,2,11s0.3-1.6,0.9-2.1L4,7.7c0.4-0.4,0.4-1,0-1.4 s-1-0.4-1.4,0L1.5,7.5C0.5,8.4,0,9.7,0,11s0.5,2.6,1.5,3.5C2.4,15.5,3.7,16,5,16s2.6-0.5,3.5-1.5l1.2-1.2c0.4-0.4,0.4-1,0-1.4 S8.7,11.6,8.3,12z%27%3E%3C/path%3E%3Cpath d=%27M9.4,5.2L5.2,9.4c-0.4,0.4-0.4,1,0,1.4c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3l4.2-4.2 c0.4-0.4,0.4-1,0-1.4C10.4,4.8,9.8,4.8,9.4,5.2z%27%3E%3C/path%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;
  display: inline-block;
  content: "";
  margin-left: -1.5em;
  margin-right: 0.5em;
  height: 1em;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}
.o-link-list--docs a[href][download]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cg fill=%27rgba%28174, 47, 100, 0.999%29%27%3E%3Cpath d=%27M8,12c0.3,0,0.5-0.1,0.7-0.3L14.4,6L13,4.6l-4,4V0H7v8.6l-4-4L1.6,6l5.7,5.7C7.5,11.9,7.7,12,8,12z%27%3E%3C/path%3E%3Crect x=%271%27 y=%2714%27 width=%2714%27 height=%272%27%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");
}
.o-link-list--docs .o-badge:last-child, .o-link-list--docs .o-os-status:last-child {
  margin-left: 0.5em;
  top: -0.0625em;
  position: relative;
}

.o-list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.5em;
}
.o-list-unstyled > * {
  display: block;
}
.o-list-unstyled li {
  margin-bottom: 0.5em;
}
.o-list-unstyled a {
  padding: 0.25em 0;
}

@media (min-width: 36rem) {
  .o-list-columns {
    position: relative;
    column-count: 2;
  }
  .o-list-columns li {
    break-inside: avoid-column;
  }
}

.columns-md-2 {
  position: relative;
}
@media (min-width: 48rem) {
  .columns-md-2 {
    column-count: 2;
  }
  .columns-md-2 li {
    break-inside: avoid-column;
  }
}

.columns-md-3 {
  position: relative;
}
@media (min-width: 48rem) {
  .columns-md-3 {
    column-count: 3;
  }
  .columns-md-3 li {
    break-inside: avoid-column;
  }
}

.columns-md-4 {
  position: relative;
}
@media (min-width: 48rem) {
  .columns-md-4 {
    column-count: 4;
  }
  .columns-md-4 li {
    break-inside: avoid-column;
  }
}

.o-list-inline {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem 1.5rem;
  margin: 0 0 1rem 0;
  padding: 0;
}

.o-list-ctaNav {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  background-color: #F7F8F8;
  padding: 0.25rem;
  border-radius: 0.25rem;
}
.o-list-ctaNav li {
  padding: 0.5rem;
  padding: 0.25rem;
}
.o-list-ctaNav .btn, .o-list-ctaNav .Form--VGW button[type=submit]:disabled, .Form--VGW .o-list-ctaNav button[type=submit]:disabled, .o-list-ctaNav .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .o-list-ctaNav button[type=submit]:not(:disabled) {
  margin: 0;
}

.c-block--ctaNav {
  margin-top: 0;
}

.o-list-grid,
.o-list-grid li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.o-list-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.25em;
}
@media (min-width: 36rem) {
  .o-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.o-list-grid p {
  margin-bottom: 0;
}

.o-icon-list {
  color: #AE2F64;
  list-style: none;
  padding: 0 0 0 2.75rem;
}
.o-icon-list li {
  padding: 0;
  margin-bottom: 0.5em;
}
.o-icon-list li > * {
  display: inline-block;
  vertical-align: middle;
}
.o-icon-list .o-svg-icon {
  margin-left: -2.5rem;
  margin-right: 0.75rem;
}
.o-icon-list a {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.o-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0.5em;
}
.o-list > * {
  display: block;
}
.o-list__title {
  font-size: 1.125rem;
  display: block;
  padding: 0.5em;
  font-weight: 600;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .o-list__title {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .o-list__title {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.o-list li {
  margin: 0.125rem 0;
}
.o-list__toggle {
  display: flex;
  align-items: center;
  padding: 0.5em;
  width: 100%;
  border: 0;
  background: transparent;
  color: #032E43;
  text-align: left;
}
.o-list__toggle > span {
  display: block;
  flex: auto;
}
.o-list__toggle:not(.collapsed) {
  font-weight: 600;
  border-radius: 0.25rem 0.25rem 0 0;
  color: #032E43;
}
.o-list__toggle:not(.collapsed), .o-list__toggle:not(.collapsed) + * {
  /*! purgecss ignore current */
  background-color: #F7F8F8;
}
.o-list__toggle:not(.collapsed) + * {
  /*! purgecss ignore current */
  border-radius: 0 0 0.25rem 0.25rem;
}
.o-list__toggle:not(.collapsed) .o-svg-icon {
  transform: rotate(-180deg);
}

.o-list-dl {
  display: grid;
  gap: 0.5rem 1rem;
  grid-template-columns: auto 1fr;
}
.o-list-dl dd {
  min-width: 1%;
  margin-bottom: 0;
}
.o-list-dl:last-child {
  margin-bottom: 0;
}

.o-list-group {
  display: flex;
}
@media (max-width: 47.98rem) {
  .o-list-group {
    flex-direction: column;
  }
}
.o-list-group > * {
  flex: 1;
}

.o-social-title {
  margin-bottom: 0;
}
.o-social-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  gap: 0.25rem;
}
.o-social__link {
  position: relative;
  padding: 0.75rem;
}
.o-social__link, .o-social__link:visited {
  color: #4D5B61;
}
.o-social__link:focus, .o-social__link:hover, .o-social__link:active, .o-social__link:visited:hover {
  color: #AE2F64;
}
.o-social__link:focus::after, .o-social__link:hover::after, .o-social__link:active::after, .o-social__link:visited:hover::after {
  transform: scale(1);
}
.o-social__link,
.o-social__link .o-svg-icon {
  display: block;
}
button.o-social__link {
  background: none;
  border: 0;
}

.o-social__link::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  content: "";
  background: #FBE6EE;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.25s ease;
}

.o-svg-icon {
  display: inline-block;
  min-width: 1rem;
  transition: all 0.2s ease;
}

.o-tag-list {
  margin: 0 -0.25rem 1.5rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.25rem 1.5rem;
  padding: 0;
}
.o-tag-list > * {
  display: inline-flex;
  max-width: 100%;
  padding: 0.125rem;
}
.o-tag-list .o-tag {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.o-tag-list:last-child {
  margin-bottom: 0;
}

.o-tag {
  background-color: transparent;
  border: 1px solid #AE2F64;
  border-radius: 50rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0.25rem 1rem;
}
.no-js .o-tag:active:focus, .tab-active .o-tag:active:focus, .no-js .o-tag:focus, .tab-active .o-tag:focus {
  /*!purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
  outline: none;
}
@media (max-width: 35.98rem) {
  .o-tag {
    font-size: 0.75rem;
  }
}
.o-tag, .o-tag:visited {
  color: #AE2F64;
}
.o-tag:hover, .o-tag:active, .o-tag:focus, .o-tag:visited:hover {
  background: #AE2F64;
  border-color: #AE2F64;
  color: #FBE6EE;
}
[data-theme=primary] .o-tag {
  border-color: #AE2F64;
}
[data-theme=primary] .o-tag, [data-theme=primary] .o-tag:not(.btn):visited {
  color: #AE2F64;
}
[data-theme=primary] .o-tag:not(.btn):hover, [data-theme=primary] .o-tag:not(.btn):active, [data-theme=primary] .o-tag:not(.btn):focus, [data-theme=primary] .o-tag:not(.btn):visited:hover {
  background-color: #AE2F64;
  border-color: #AE2F64;
  color: #FBE6EE;
}
[data-theme=secondary] .o-tag {
  border-color: #032E43;
}
[data-theme=secondary] .o-tag, [data-theme=secondary] .o-tag:not(.btn):visited {
  color: #032E43;
}
[data-theme=secondary] .o-tag:not(.btn):hover, [data-theme=secondary] .o-tag:not(.btn):active, [data-theme=secondary] .o-tag:not(.btn):focus, [data-theme=secondary] .o-tag:not(.btn):visited:hover {
  background-color: #032E43;
  border-color: #032E43;
  color: #EDF5FA;
}
[data-theme=third] .o-tag {
  border-color: #1B7986;
}
[data-theme=third] .o-tag, [data-theme=third] .o-tag:not(.btn):visited {
  color: #1B7986;
}
[data-theme=third] .o-tag:not(.btn):hover, [data-theme=third] .o-tag:not(.btn):active, [data-theme=third] .o-tag:not(.btn):focus, [data-theme=third] .o-tag:not(.btn):visited:hover {
  background-color: #1B7986;
  border-color: #1B7986;
  color: #EBF9FB;
}
[data-theme=fourth] .o-tag {
  border-color: #006ea9;
}
[data-theme=fourth] .o-tag, [data-theme=fourth] .o-tag:not(.btn):visited {
  color: #006ea9;
}
[data-theme=fourth] .o-tag:not(.btn):hover, [data-theme=fourth] .o-tag:not(.btn):active, [data-theme=fourth] .o-tag:not(.btn):focus, [data-theme=fourth] .o-tag:not(.btn):visited:hover {
  background-color: #006ea9;
  border-color: #006ea9;
}
[data-theme=success] .o-tag {
  border-color: #198754;
}
[data-theme=success] .o-tag, [data-theme=success] .o-tag:not(.btn):visited {
  color: #198754;
}
[data-theme=success] .o-tag:not(.btn):hover, [data-theme=success] .o-tag:not(.btn):active, [data-theme=success] .o-tag:not(.btn):focus, [data-theme=success] .o-tag:not(.btn):visited:hover {
  background-color: #198754;
  border-color: #198754;
}
[data-theme=info] .o-tag {
  border-color: #006ea9;
}
[data-theme=info] .o-tag, [data-theme=info] .o-tag:not(.btn):visited {
  color: #006ea9;
}
[data-theme=info] .o-tag:not(.btn):hover, [data-theme=info] .o-tag:not(.btn):active, [data-theme=info] .o-tag:not(.btn):focus, [data-theme=info] .o-tag:not(.btn):visited:hover {
  background-color: #006ea9;
  border-color: #006ea9;
}
[data-theme=warning] .o-tag {
  border-color: #ffc107;
}
[data-theme=warning] .o-tag, [data-theme=warning] .o-tag:not(.btn):visited {
  color: #ffc107;
}
[data-theme=warning] .o-tag:not(.btn):hover, [data-theme=warning] .o-tag:not(.btn):active, [data-theme=warning] .o-tag:not(.btn):focus, [data-theme=warning] .o-tag:not(.btn):visited:hover {
  background-color: #ffc107;
  border-color: #ffc107;
}
[data-theme=danger] .o-tag {
  border-color: #a21b22;
}
[data-theme=danger] .o-tag, [data-theme=danger] .o-tag:not(.btn):visited {
  color: #a21b22;
}
[data-theme=danger] .o-tag:not(.btn):hover, [data-theme=danger] .o-tag:not(.btn):active, [data-theme=danger] .o-tag:not(.btn):focus, [data-theme=danger] .o-tag:not(.btn):visited:hover {
  background-color: #a21b22;
  border-color: #a21b22;
  color: #f6e8e9;
}
[data-theme=light] .o-tag {
  border-color: #EBECED;
}
[data-theme=light] .o-tag, [data-theme=light] .o-tag:not(.btn):visited {
  color: #EBECED;
}
[data-theme=light] .o-tag:not(.btn):hover, [data-theme=light] .o-tag:not(.btn):active, [data-theme=light] .o-tag:not(.btn):focus, [data-theme=light] .o-tag:not(.btn):visited:hover {
  background-color: #EBECED;
  border-color: #EBECED;
}
[data-theme=dark] .o-tag {
  border-color: #141516;
}
[data-theme=dark] .o-tag, [data-theme=dark] .o-tag:not(.btn):visited {
  color: #141516;
}
[data-theme=dark] .o-tag:not(.btn):hover, [data-theme=dark] .o-tag:not(.btn):active, [data-theme=dark] .o-tag:not(.btn):focus, [data-theme=dark] .o-tag:not(.btn):visited:hover {
  background-color: #141516;
  border-color: #141516;
}
.o-tag--xs {
  font-size: 0.75rem;
  padding: 0.25rem 1rem;
}

.table {
  font-size: 1.125rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .table {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .table {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.table > :not(:first-child) {
  border-top: 0;
}
.table > thead > tr:first-child th:first-child {
  border-radius: 0.25rem 0 0 0;
}
.table > thead > tr:first-child th:last-child {
  border-radius: 0 0.25rem 0 0;
}
.table td,
.table th {
  min-width: 6rem;
  padding: 1rem;
  position: relative;
}
.table th {
  font-weight: 600;
}
.table caption {
  font-size: 1rem;
}
.table thead {
  background-color: #AE2F64;
  color: #fff;
}
.table thead th {
  white-space: nowrap;
}
.table tbody {
  background-color: #fff;
}
.table tbody tr {
  border-bottom: 1px solid #DFE1E2;
  margin-bottom: -1px;
  position: relative;
  transition: background-color 0.25s ease, border 0.25s ease, box-shadow 0.25s ease;
}
.table tbody tr:focus-within, .table tbody tr:hover {
  background-color: #FBE6EE;
  z-index: 2;
  border-color: #F7BFD6;
  box-shadow: inset 0 1px 0 0 #F7BFD6, 0 1px 0 0 #F7BFD6;
}
.table tbody th {
  max-width: 36rem;
}
.table-responsive {
  margin-bottom: 1.5rem;
  scrollbar-color: #AE2F64 #F7F8F8;
  scrollbar-width: auto;
}
.zoom-modal .table-responsive {
  margin-bottom: 0;
}
.table-responsive::-webkit-scrollbar {
  height: 0.75rem;
}
.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #F7F8F8;
  border-radius: 50rem;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #AE2F64;
  border: 0.125rem solid #F7F8F8;
  border-radius: 50rem;
}
.zoom-wrapper .table-responsive {
  margin-bottom: 0;
}
.zoom-wrapper .table-responsive table {
  margin-bottom: 0.25rem;
}
.table--nowrap {
  white-space: nowrap;
}
.table--sticky tr > th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
.table--sticky thead tr > th:first-child {
  background-color: #AE2F64;
  box-shadow: inset -1px 0 0 0 rgba(20, 21, 22, 0.2);
}
.table--sticky tbody tr > th:first-child {
  background-color: #fff;
  box-shadow: inset -1px 0 0 0 #DFE1E2;
}
.table--sticky tbody tr:hover > th:first-child {
  background-color: #F7F8F8;
}
@media (max-width: 47.98rem) {
  .table--mobile {
    display: flex;
    flex-direction: column;
  }
  .table--mobile thead, .table--mobile tbody, .table--mobile tfoot, .table--mobile tr, .table--mobile th, .table--mobile td, .table--mobile caption {
    display: block;
    padding: 0;
  }
  .table--mobile th, .table--mobile td {
    border: 0;
    position: unset;
    max-width: none;
  }
  .table--mobile caption {
    order: 2;
    padding: 0.5rem;
  }
  .table--mobile thead th:not(:first-child) {
    display: none;
  }
  .table--mobile thead th {
    padding: 0.5rem;
  }
  .table--mobile thead {
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .table--mobile tbody th,
  .table--mobile tbody td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .table--mobile tbody > tr > *:first-child {
    padding-top: 0.5rem;
  }
  .table--mobile tbody > tr > *:last-child {
    padding-bottom: 0.5rem;
  }
}
.table--simple {
  border-color: #F7BFD6;
}
.table--simple thead {
  background-color: transparent;
  color: #141516;
}
.table--simple td,
.table--simple th {
  padding: 0.5em 0;
}
.table--simple td:last-child:not(:first-child),
.table--simple th:last-child:not(:first-child) {
  text-align: right;
}
.table--simple tbody {
  background-color: transparent;
}
.table--simple tbody tr {
  position: relative;
  box-shadow: inset 0 -1px 0 0 #F7BFD6;
}
.table--simple tbody tr:focus-within,
.table--simple tbody tr:hover {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #F7BFD6;
}

.zoom-toggle, .zoom-modal {
  display: none;
}
@media (min-width: 48rem) {
  .js .zoom-wrapper {
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 2rem;
    position: relative;
  }
  .js .zoom-wrapper:has(.table-responsive:focus) .zoom-toggle {
    transform: translateY(calc(-100% - 1rem));
  }
  .js .zoom-toggle {
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    border: 0;
    border-radius: 50rem;
    background-color: #32393D;
    color: #F7F8F8;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    min-height: 2.75rem;
    opacity: 0.95;
    padding: 0.25em 1.25em 0.25em 1em;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
    user-select: none;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 10;
  }
  .js .zoom-toggle:hover, .js .zoom-toggle:focus {
    background-color: #141516;
    color: #fff;
    opacity: 1;
  }
  .js .zoom-toggle .btn__icon {
    margin-left: -0.5em;
    transition: transform 0.2s ease;
  }
  .js .zoom-toggle .o-svg-icon {
    width: 1rem;
    transition-duration: 0s;
  }
  .js .zoom-toggle:hover .btn__icon, .js .zoom-toggle:focus .btn__icon {
    transform: scale(1.25);
  }
  .js .zoom-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1232;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 4rem 2rem 2rem;
    overflow: auto;
    animation: modalBg 0.5s ease forwards;
  }
  .js .zoom-dialog {
    align-self: center;
    background-color: #fff;
    border-radius: 0.3rem;
    box-shadow: 0 0.25rem 1rem rgba(20, 21, 22, 0.2);
    max-width: 100%;
    min-width: 36rem;
    position: relative;
    animation: modalDialogFade 0.5s ease forwards;
  }
  .js .zoom-content {
    display: flex;
    flex-flow: column nowrap;
    padding: 0.5rem;
  }
}
@media (min-width: 48rem) and (min-width: 75rem) {
  .js .zoom-content {
    padding: 1rem 1rem 0.5rem;
  }
}
@media (min-width: 48rem) {
  .js .zoom-modal-is-open {
    overflow: hidden;
  }
}
.zoom-close {
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  border: 0;
  border-radius: 50rem;
  background-color: #32393D;
  color: #F7F8F8;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  min-height: 2.75rem;
  opacity: 0.95;
  padding: 0.25em 1.25em 0.25em 1em;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  user-select: none;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.zoom-close:hover, .zoom-close:focus {
  background-color: #141516;
  color: #fff;
  opacity: 1;
}
.zoom-close::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27#141516%27%3E%3Cpath%20d=%27M.293.293a1%201%200%20011.414%200L8%206.586%2014.293.293a1%201%200%20111.414%201.414L9.414%208l6.293%206.293a1%201%200%2001-1.414%201.414L8%209.414l-6.293%206.293a1%201%200%2001-1.414-1.414L6.586%208%20.293%201.707a1%201%200%20010-1.414z%27/%3E%3C/svg%3E");
  filter: invert(1);
  margin-right: 0.5rem;
  transform: scale(0.75);
  transition: transform 0.2s ease;
}
.zoom-close:hover::after, .zoom-close:focus::after {
  transform: scale(0.85);
}

@keyframes modalDialogFade {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modalBg {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #fff;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #fff;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #fff;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #fff;
}

.tooltip-inner {
  max-width: 15rem;
  padding: 0.5rem 1rem;
  color: #141516;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 1rem 3rem rgba(20, 21, 22, 0.175);
  border-radius: 0.25rem;
}

.tooltip-footnote {
  z-index: 1020;
}
.tooltip-footnote .tooltip-inner {
  max-width: 23.5rem;
}
@media (max-width: 23.48rem) {
  .tooltip-footnote .tooltip-inner {
    max-width: 100vw;
  }
}

/*
.o-zoom {
	@include linkfocus($link-focus-outset);
	cursor: zoom-in;
}

.o-zoom-reveal {
	 @include overlay(
		$p: fixed,
		$x: 0,
		$y: 0,
		$z: $zindex-modal,
		$w: map-get($grid-breakpoints, xs),
		$h: auto
	 );
	 background-color: $white;
	 box-shadow: 0 .25rem 1.5rem rgba($black, .1);
	 border-radius: $border-radius;
	 overflow: hidden;
	 opacity: 0;
	 transition: opacity .25s ease;
	 will-change: transform, opacity;

	img {
		width: 100%;
	}
}
*/
.fw {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.fw-h, .fw-m {
  flex: 0;
}
.fw-m {
  display: flex;
  flex-direction: column;
  flex: 2;
  padding-top: 9rem;
}
.fw-m > * {
  width: 100%;
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .fw-m {
    padding-top: 5rem;
  }
}
@media (max-width: 47.98rem) {
  .fw-m {
    padding-top: 8rem;
  }
}
.js .has-alert:not(.is-zoom) .fw-m {
  /*! purgecss ignore current */
  padding-top: 13rem;
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .js .has-alert:not(.is-zoom) .fw-m {
    padding-top: 9rem;
  }
}
@media (max-width: 47.98rem) {
  .js .has-alert:not(.is-zoom) .fw-m {
    padding-top: 12rem;
  }
}
.edge .fw-m, .no-js .fw-m {
  /*! purgecss ignore current */
  padding-top: 1rem;
}
.is-zoom .fw-m {
  /*! purgecss ignore current */
  padding-top: 0;
}
.fw-skip {
  position: fixed;
  width: 1px;
  height: 1px;
  z-index: 1080;
  left: 0;
  top: 0;
  border-radius: 0.25rem;
  overflow: hidden;
  text-align: center;
}
.fw-skip:focus-within {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  width: calc(100% - 1rem);
  height: auto;
  top: 0.5rem;
  left: 0.5rem;
  max-width: 23.5rem;
}
.fw-skip__link {
  border-radius: 0.25rem;
}
.fw-skip__link:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.fw-skip__link:hover {
  background-color: #EBECED;
  color: #86244d;
}
.fw-skip__link:active, .fw-skip__link:focus {
  display: block;
  color: #86244d;
  padding: 1rem;
}

.c {
  max-width: 75rem;
}
@media (max-width: 56.98rem) {
  .c-r {
    --bs-gutter-x: 1rem;
  }
}
.c-r > * {
  --bs-gutter-y: 2rem;
}
@media (max-width: 56.98rem) {
  .c-r > * {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
  }
}
.c-r__w {
  margin-top: 0;
}
.c-r__w > * {
  --bs-gutter-y: 2rem;
}
@media (max-width: 56.98rem) {
  .c-r__w > * {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
  }
}

.modal--consentBanner, .modal--consentWindow {
  pointer-events: none;
}
.modal--consentBanner .modal-dialog {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  height: 100%;
  padding: 1.5rem;
}
@media (min-width: 36rem) {
  .modal--consentBanner .modal-dialog {
    max-width: 36rem;
  }
}
.modal--consentBanner .modal-content {
  font-size: 1.125rem;
  line-height: 1.5;
  border: 0;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgba(20, 21, 22, 0.15);
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .modal--consentBanner .modal-content {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .modal--consentBanner .modal-content {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.modal--consentBanner .modal-header {
  border: 0;
  justify-content: center;
  padding: 1.5rem;
  padding-bottom: 0;
}
.modal--consentBanner .modal-header .icon {
  margin-bottom: 0.5rem;
}
.modal--consentBanner .modal-title {
  font-size: calc(1.2875rem + 0.45vw);
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .modal--consentBanner .modal-title {
    font-size: 1.625rem;
  }
}
.modal--consentBanner .modal-body {
  padding-top: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.modal--consentBanner .modal-body p:last-child {
  margin-bottom: 0;
}
.modal--consentBanner .modal-footer {
  border: 0;
  padding: 1.5rem;
  padding-top: 0;
  justify-content: center;
}
.modal--consentWindow .modal-dialog {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 36rem) {
  .modal--consentWindow .modal-dialog {
    max-width: 36rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 35.98rem) {
  .modal--consentWindow .modal-dialog {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .modal--consentWindow .modal-dialog > * {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
}
.modal--consentWindow .modal-content {
  border: 0;
}
@media (min-width: 36rem) {
  .modal--consentWindow .modal-content {
    max-height: calc(100vh - 3.5rem);
    box-shadow: 0 0.5rem 1rem rgba(20, 21, 22, 0.15);
  }
}
.modal--consentWindow .modal-header {
  display: block;
  padding: 1.5rem;
}
.modal--consentWindow .modal-title {
  font-size: calc(1.2875rem + 0.45vw);
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .modal--consentWindow .modal-title {
    font-size: 1.625rem;
  }
}
.modal--consentWindow .modal-body {
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 1.5rem;
}
.modal--consentWindow .modal-body::-webkit-scrollbar {
  display: none;
}
.modal--consentWindow .modal-body > * {
  scroll-snap-align: center;
}
@media (min-width: 36rem) {
  .modal--consentWindow .modal-body {
    max-height: 500px;
  }
}
.modal--consentWindow .modal-body .form {
  margin-top: 1.5rem;
}
.modal--consentWindow .modal-body .form-group {
  padding-top: 1.5rem;
  border-top: 1px solid #EBECED;
}
.modal--consentWindow .modal-body .form-checkbox__visual {
  height: 2rem;
  width: 2rem;
}
.modal--consentWindow .modal-body .form-checkbox__text {
  padding-left: 1em;
}
.modal--consentWindow .modal-footer {
  display: flex;
  justify-content: center;
  padding: 1.5rem;
}
.modal--consentWindow .modal-footer > * {
  flex: 1;
}
.modal-backdrop {
  /*! purgecss ignore current */
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1050;
  left: 0;
  top: 0;
  background-color: rgba(20, 21, 22, 0.5);
}

.fw-f {
  font-size: 1.125rem;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FBE6EE;
  color: #141516;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .fw-f {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .fw-f {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.fw-f-t {
  position: relative;
}
@media (min-width: 36rem) {
  .fw-f-t {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
  }
}
@media (max-width: 35.98rem) {
  .fw-f-t .c {
    --bs-gutter-x: 0;
  }
}
.fw-f-t__nav {
  position: relative;
}
@media (min-width: 36rem) {
  .fw-f-t__nav {
    display: inline-block;
  }
}
.fw-f-t__nav .c-r {
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 35.98rem) {
  .fw-f-t__nav .c-r {
    --bs-gutter-x: 0;
  }
}
.fw-f-t__nav .c-r > * {
  --bs-gutter-y: 0;
  min-width: 1px;
  padding: 0;
}
@media (max-width: 35.98rem) {
  .fw-f-t__nav .c-r > .c-block {
    flex: 1;
  }
}
.fw-f-t__nav .o-btn, .fw-f-t__nav .c-qs-ao__toggle {
  color: #fff;
  display: flex;
  background: #AE2F64;
  letter-spacing: 0.0625rem;
  padding: 1rem 1.5rem;
  width: 100%;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 36rem) and (max-width: 56.98rem) {
  .fw-f-t__nav .o-btn, .fw-f-t__nav .c-qs-ao__toggle {
    font-size: 0.875rem;
  }
}
@media (max-width: 47.98rem) {
  .fw-f-t__nav .o-btn, .fw-f-t__nav .c-qs-ao__toggle {
    padding: 1rem;
  }
}
@media (max-width: 35.98rem) {
  .fw-f-t__nav .o-btn, .fw-f-t__nav .c-qs-ao__toggle {
    flex-direction: column;
    text-align: center;
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}
.fw-f-t__nav .o-btn__icon {
  min-width: 1.25rem;
}
.fw-f-t__nav .o-btn__text {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 35.98rem) {
  .fw-f-t__nav .o-btn__text {
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
.fw-f-t__nav .o-btn:hover, .fw-f-t__nav .c-qs-ao__toggle:hover, .fw-f-t__nav .o-btn:active, .fw-f-t__nav .c-qs-ao__toggle:active, .fw-f-t__nav .o-btn:focus, .fw-f-t__nav .c-qs-ao__toggle:focus, .fw-f-t__nav .o-btn:visited:hover {
  background: #86244d;
  color: #fff;
}
.fw-f-t::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  background: #AE2F64;
  content: "";
  width: calc((100% - 73rem) * 0.5);
}
@media (max-width: 56.98rem) {
  .fw-f-t::before {
    width: 1rem;
  }
}
@media (max-width: 35.98rem) {
  .fw-f-t::before {
    content: none;
  }
}
@media (min-width: 57rem) {
  .fw-f-c {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 35.98rem) {
  .fw-f-c {
    padding-top: 2rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .fw-f-c {
    padding-top: 2rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .fw-f-c {
    padding-top: 1.5rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .fw-f-c {
    padding-top: 1.5rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .fw-f-c {
    padding-top: 2rem;
  }
}
@media (min-width: 90rem) {
  .fw-f-c {
    padding-top: 2rem;
  }
}
@media (max-width: 35.98rem) {
  .fw-f-c {
    padding-bottom: 2rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .fw-f-c {
    padding-bottom: 2rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .fw-f-c {
    padding-bottom: 3rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .fw-f-c {
    padding-bottom: 3rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .fw-f-c {
    padding-bottom: 4rem;
  }
}
@media (min-width: 90rem) {
  .fw-f-c {
    padding-bottom: 4rem;
  }
}
@media (max-width: 47.98rem) {
  .fw-f-c .c-r {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.fw-f-c .c-c {
  flex: 1;
}
@media (max-width: 47.98rem) {
  .fw-f-c .c-c {
    padding-bottom: 0;
    margin-top: 0;
  }
}
.fw-f-c .c-nav__header__title {
  color: inherit;
}
.fw-f-b {
  position: relative;
  font-size: 0.875rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 47.98rem) {
  .fw-f-b {
    background: #AE2F64;
    color: #fff;
  }
}
@media (max-width: 47.98rem) and (max-width: 35.98rem) {
  .fw-f-b {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 47.98rem) and (min-width: 36rem) and (max-width: 47.98rem) {
  .fw-f-b {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 47.98rem) and (min-width: 48rem) and (max-width: 56.98rem) {
  .fw-f-b {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 47.98rem) and (min-width: 57rem) and (max-width: 74.98rem) {
  .fw-f-b {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 47.98rem) and (min-width: 75rem) and (max-width: 89.98rem) {
  .fw-f-b {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 47.98rem) and (min-width: 90rem) {
  .fw-f-b {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.fw-f-b .c-r {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 47.98rem) {
  .fw-f-b .c-r {
    flex-direction: column-reverse;
  }
}
.fw-f-b .c-r > * {
  --bs-gutter-y: 0;
}
.fw-f-b__copy {
  width: auto;
  flex: 2;
}
@media (max-width: 47.98rem) {
  .fw-f-b__copy {
    color: #fff;
    text-align: center;
    padding-bottom: 1.5rem;
  }
}
.fw-f-b__logo {
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 47.98rem) {
  .fw-f-b__logo {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }
}
.fw-f-b .brand {
  display: block;
  position: relative;
  padding: 2rem;
  margin-right: -1rem;
  background: #AE2F64;
}
@media (max-width: 47.98rem) {
  .fw-f-b .brand {
    display: inline-block;
    margin: auto;
    padding: 1rem;
  }
}
.fw-f-b .brand, .fw-f-b .brand:visited {
  color: #fff;
}
.fw-f-b .brand:hover, .fw-f-b .brand:visited:hover, .fw-f-b .brand:focus {
  color: #FBE6EE;
}
.fw-f-b .brand__logo {
  margin-right: 0;
}
@media (max-width: 47.98rem) {
  .fw-f-b .brand__logo {
    max-width: 14rem;
  }
}
.fw-f-b::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  right: 0;
  top: 0;
  content: "";
  width: calc((100% - 75rem) / 2);
  background: #AE2F64;
}

.fw-h {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 1030;
  left: 0;
  top: 0;
  background-color: #AE2F64;
  color: #fff;
  font-size: 1.125rem;
  transition: transform 0.25s ease;
}
@media (max-width: 47.98rem) {
  .fw-h {
    font-size: 1rem;
  }
}
.fw-h .site-name {
  display: flex;
  align-items: center;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 35.98rem) {
  .fw-h .site-name {
    display: none;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .fw-h .site-name {
    line-height: 1.3;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .fw-h .site-name {
    display: none;
  }
}
.fw-h .site-name__title {
  display: inline-block;
  font-weight: 600;
}
.fw-h .site-name__desc {
  display: inline-block;
  color: #FBE6EE;
}
.fw-h .site-name::before {
  border-left: 1px solid #F7BFD6;
  content: "";
  display: block;
  height: calc(100% - 1.5rem);
  margin-right: 1rem;
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .fw-h .site-name::before {
    height: calc(100% - 1rem);
  }
}
.fw-h__alert {
  display: none;
  height: 4rem;
}
@media (max-width: 47.98rem) {
  .fw-h__alert {
    height: 4rem;
  }
}
.has-alert .fw-h__alert {
  display: block;
}
.fw-h__main {
  height: 5rem;
}
@media (max-width: 47.98rem) {
  .fw-h__main {
    height: 8rem;
    z-index: 2;
  }
}
.fw-h__main .c {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: 75rem;
}
@media (max-width: 47.98rem) {
  .fw-h__main .c {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.fw-h__main .c__l, .fw-h__main .c__r {
  display: flex;
}
@media (max-width: 47.98rem) {
  .fw-h__main .c__l, .fw-h__main .c__r {
    height: 4rem;
  }
}
@media (max-width: 47.98rem) {
  .fw-h__main .c__r {
    background-color: #FBE6EE;
  }
}
@media (max-width: 47.98rem) {
  .fw-h__main .c__r > * {
    flex: 1;
  }
}
.fw-h__main .c__r > * > * {
  height: 100%;
}
@media (min-width: 57rem) {
  .fw-h__main .c__r .nav {
    display: none;
  }
}
.no-js .fw-h__main .c__r .nav, .edge .fw-h__main .c__r .nav {
  /*! purgecss ignore current */
  display: none;
}
.fw-h__main .c__r .o-btn, .fw-h__main .c__r .c-qs-ao__toggle {
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-width: 1px;
}
@media (max-width: 47.98rem) {
  .fw-h__main .c__r .o-btn, .fw-h__main .c__r .c-qs-ao__toggle {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    width: 100%;
  }
  .fw-h__main .c__r .o-btn__icon {
    min-height: 1.5rem;
    min-width: 1.5rem;
  }
  .fw-h__main .c__r .o-btn__text {
    margin-left: 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.25rem;
    line-height: 1.5;
  }
}
.fw-h__main .c__r .o-btn[data-bs-toggle], .fw-h__main .c__r [data-bs-toggle].c-qs-ao__toggle {
  height: 100%;
}
.fw-h__main .c__r .o-btn[data-bs-toggle] path:first-child, .fw-h__main .c__r [data-bs-toggle].c-qs-ao__toggle path:first-child {
  display: none;
}
.fw-h__main .c__r .o-btn[data-bs-toggle].collapsed path:first-child, .fw-h__main .c__r [data-bs-toggle].collapsed.c-qs-ao__toggle path:first-child {
  display: block;
}
.fw-h__main .c__r .o-btn[data-bs-toggle].collapsed path:last-child, .fw-h__main .c__r [data-bs-toggle].collapsed.c-qs-ao__toggle path:last-child {
  display: none;
}
.fw-h__main .c__r .o-btn[data-bs-toggle].collapsed .o-btn__text:last-child, .fw-h__main .c__r [data-bs-toggle].collapsed.c-qs-ao__toggle .o-btn__text:last-child {
  /*! purgecss ignore current */
  display: none;
}
.fw-h__main .c__r .o-btn[data-bs-toggle]:not(.collapsed), .fw-h__main .c__r [data-bs-toggle].c-qs-ao__toggle:not(.collapsed) {
  background-color: #fff;
  color: #872959;
}
.fw-h__main .c__r .o-btn[data-bs-toggle]:not(.collapsed) .o-btn__text:first-of-type, .fw-h__main .c__r [data-bs-toggle].c-qs-ao__toggle:not(.collapsed) .o-btn__text:first-of-type {
  /*! purgecss ignore current */
  display: none;
}
@media (max-width: 47.98rem) {
  .fw-h__main .c__r .o-btn, .fw-h__main .c__r .c-qs-ao__toggle, .fw-h__main .c__r .o-btn:visited {
    background-color: transparent;
    color: #141516;
  }
  .fw-h__main .c__r .o-btn .o-svg-icon, .fw-h__main .c__r .c-qs-ao__toggle .o-svg-icon, .fw-h__main .c__r .o-btn:visited .o-svg-icon {
    color: #872959;
  }
  .fw-h__main .c__r .o-btn[data-bs-toggle]:not(.collapsed), .fw-h__main .c__r [data-bs-toggle].c-qs-ao__toggle:not(.collapsed), .fw-h__main .c__r .o-btn.is-active, .fw-h__main .c__r .is-active.c-qs-ao__toggle, .fw-h__main .c__r .o-btn:hover, .fw-h__main .c__r .c-qs-ao__toggle:hover, .fw-h__main .c__r .o-btn:visited:hover {
    /*! purgecss ignore current */
    background-color: #fff;
    color: #872959;
  }
}
.edge .fw-h__main .c__r button, .no-js .fw-h__main .c__r button {
  /*! purgecss ignore current */
  display: none;
}
.fw-h__nav {
  background-color: #FBE6EE;
}
@media (max-width: 56.98rem) {
  .fw-h__nav {
    display: none;
  }
}
.fw-h__nav .nav {
  height: 4rem;
  margin-left: -1rem;
  margin-right: -1rem;
  flex-wrap: nowrap;
  gap: 1px;
}
.fw-h__nav .nav-item, .fw-h__nav .nav-item > a {
  height: 100%;
}
.no-js .fw-h__nav .nav-item:focus-within .nav-link, .edge .fw-h__nav .nav-item:focus-within .nav-link {
  background-color: #fff;
  color: #872959;
  font-weight: 600;
}
.no-js .fw-h__nav .nav-item:focus-within .nav-link .o-svg-icon, .edge .fw-h__nav .nav-item:focus-within .nav-link .o-svg-icon {
  transform: scale(0.75) rotate(-180deg);
}
.no-js .fw-h__nav .nav-item:focus-within .dropdown-menu, .edge .fw-h__nav .nav-item:focus-within .dropdown-menu {
  /*! purgecss ignore current */
  display: block;
}
.fw-h__nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #141516;
  height: 100%;
  background-color: transparent;
  border: 0;
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .fw-h__nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.fw-h__nav .nav-link .o-svg-icon {
  position: relative;
  transform: scale(0.75);
  margin-left: 0.25em;
}
.fw-h__nav .nav-link:hover, .fw-h__nav .nav-link:active, .fw-h__nav .nav-link:focus {
  color: #872959;
}
.fw-h__nav .nav-link.is-active {
  background-color: #fff;
  font-weight: 600;
}
.fw-h__nav .nav-link.show {
  background-color: #fff;
}
.fw-h__nav .nav-link.show .o-svg-icon {
  transform: scale(0.75) rotate(-180deg);
}
.fw-h__nav .nav-link.dropdown-toggle::after {
  content: none;
}
.fw-h__nav .nav-qm {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  top: auto;
  box-shadow: 0 0.375rem 0.5rem rgba(20, 21, 22, 0.1);
}
.fw-h__nav .nav-qm-inner {
  background-color: #fff;
  padding: 1rem 1rem 1.5rem;
  text-align: left;
}
.fw-h__nav .nav-qm-inner > * {
  max-width: 75rem;
  margin: 0 auto;
}
.fw-h__nav .nav-qm-menu {
  column-count: 3;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
@media (min-width: 75rem) {
  .fw-h__nav .nav-qm-menu {
    gap: 2rem;
  }
}
.fw-h__nav .nav-qm-menu-item {
  break-inside: avoid;
  border-bottom: 1px solid #EBECED;
  padding: 0.125rem 0;
}
.fw-h__nav .nav-qm-menu-item a {
  display: flex;
  margin: 0;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}
.no-js .fw-h__nav .nav-qm-menu-item a:active:focus, .tab-active .fw-h__nav .nav-qm-menu-item a:active:focus, .no-js .fw-h__nav .nav-qm-menu-item a:focus, .tab-active .fw-h__nav .nav-qm-menu-item a:focus {
  /*!purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
  outline: none;
}
.fw-h__nav .nav-qm-menu-item a.is-active {
  font-weight: 600;
}
.fw-h__nav .nav-qm-menu-item a.is-active::after {
  opacity: 1;
}
.fw-h__nav .nav-qm-foot {
  margin-top: 1rem;
  text-align: center;
}
.fw-h__nav .nav-qm.dropdown-menu {
  margin-top: -2px !important;
  border: 0;
}
@media (max-width: 47.98rem) {
  .fw-h--min {
    /*! purgecss ignore current */
  }
  :not(.is-zoom) .fw-h--min {
    transform: translateY(-4rem);
  }
}
.has-alert:not(.is-zoom) .fw-h--min {
  /*! purgecss ignore current */
  transform: translateY(-4rem);
}
@media (max-width: 47.98rem) {
  .has-alert:not(.is-zoom) .fw-h--min {
    /*! purgecss ignore current */
    transform: translateY(-8rem);
  }
}
.is-scrolled:not(.is-zoom) .fw-h {
  /*! purgecss ignore current */
  will-change: transform;
  box-shadow: 0 0.25rem 1rem rgba(20, 21, 22, 0.1);
}
.no-js .fw-h {
  /*! purgecss ignore current */
  position: relative;
}
.is-zoom .fw-h {
  /*! purgecss ignore current */
  position: relative;
}

.brand {
  --brand-color: #fff;
  --brand-color-active: #FBE6EE;
  --brand-color-alt: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  padding: 1rem;
  transition: fill 0.25s ease;
}
.brand, .brand:visited {
  fill: var(--brand-color);
}
.brand:hover, .brand:visited:hover, .brand:focus {
  fill: var(--brand-color-active);
}
.brand__logo {
  width: 16rem;
  height: 100%;
  transition: color 0.25s ease;
}
@media (max-width: 56.98rem) {
  .brand__logo {
    width: 10rem;
  }
}

.fw-n {
  display: none;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1020;
}
@media (max-width: 56.98rem) {
  .fw-n {
    display: block;
    height: 100%;
    max-width: 23.5rem;
  }
}
.fw-n__inner {
  position: relative;
  background-color: #fff;
}
@media (max-width: 56.98rem) {
  .fw-n__inner {
    height: 100%;
    transition: transform 0.25s ease;
    display: flex;
    flex-direction: column;
  }
  .js .fw-n__inner {
    /*! purgecss ignore current */
    transform: translateX(100%);
  }
  .collaping .fw-n__inner, .collapse.show .fw-n__inner {
    /*! purgecss ignore current */
    transform: translateX(0);
  }
}
.js .fw-n__inner {
  padding-top: 5rem;
}
@media (max-width: 56.98rem) {
  .js .fw-n__inner {
    padding-top: 8rem;
  }
}
.js .has-alert .fw-n__inner {
  /*! purgecss ignore current */
  padding-top: 9rem;
}
@media (max-width: 47.98rem) {
  .js .has-alert .fw-n__inner {
    padding-top: 12rem;
  }
}
.fw-h--min + .fw-n > .fw-n__inner {
  /*! purgecss ignore current */
  padding-top: 5rem;
}
@media (max-width: 47.98rem) {
  .fw-h--min + .fw-n > .fw-n__inner {
    /*! purgecss ignore current */
    padding-top: 4rem;
  }
}
.fw-n__inner > .scroll-wrapper {
  height: 100%;
  overflow-y: auto;
  flex: 2;
}
.fw-n__inner .close-wrapper {
  display: none;
}
.fw-n__footer {
  background-color: #AE2F64;
  border-top: 1px solid #872959;
}
.fw-n__footer .c-r {
  --bs-gutter-x: 2rem;
  flex-wrap: nowrap;
  align-items: center;
}
.fw-n__footer .c-r > * {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
  min-width: 1px;
}
@media (max-width: 47.98rem) {
  .fw-n__footer .c-r > * {
    flex: 1;
  }
}
.fw-n__footer .o-btn, .fw-n__footer .c-qs-ao__toggle {
  color: #fff;
  display: flex;
  font-weight: 400;
  padding: 1rem 1.5rem;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 47.98rem) {
  .fw-n__footer .o-btn, .fw-n__footer .c-qs-ao__toggle {
    flex-direction: column;
    font-size: 0.875rem;
    padding: 0.5rem;
    text-align: center;
  }
}
.fw-n__footer .o-btn__icon {
  min-width: 1.25rem;
}
@media (max-width: 47.98rem) {
  .fw-n__footer .o-btn__icon {
    margin-top: 0.25rem;
  }
}
.fw-n__footer .o-btn__text {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 47.98rem) {
  .fw-n__footer .o-btn__text {
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
.fw-n__footer .o-btn:hover, .fw-n__footer .c-qs-ao__toggle:hover, .fw-n__footer .o-btn:active, .fw-n__footer .c-qs-ao__toggle:active, .fw-n__footer .o-btn:focus, .fw-n__footer .c-qs-ao__toggle:focus, .fw-n__footer .o-btn.is-active, .fw-n__footer .is-active.c-qs-ao__toggle {
  color: #F7BFD6;
  background: #872959;
  text-decoration: underline;
}
.fw-n .nav {
  list-style: none;
  margin: 0;
  padding: 1rem;
  flex-direction: column;
}
.fw-n .nav-item {
  border-bottom: 1px solid #F7BFD6;
}
.fw-n .nav-item:last-child:first-child {
  border-bottom: 0;
}
.fw-n .nav-item [data-bs-toggle] {
  color: #AE2F64;
  padding: 0.75em;
}
.fw-n .nav-item [data-bs-toggle] .o-svg-icon {
  position: relative;
}
.fw-n .nav-item [data-bs-toggle] .o-svg-icon::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  content: "";
  transform: scale(1.2);
  background-color: #AE2F64;
  border-radius: 50%;
}
.fw-n .nav-item [data-bs-toggle]:not(.collapsed) {
  /*! purgecss ignore current */
  background-color: rgba(237, 82, 137, 0.1);
  border-radius: 9rem 9rem 0 0;
  color: #872959;
}
.fw-n .nav-item a {
  position: relative;
  display: block;
  padding: 0.75em;
  color: #872959;
  z-index: 1;
  text-decoration: none;
}
.fw-n .nav-item a:hover, .fw-n .nav-item a:focus {
  text-decoration: underline;
}
.fw-n .nav-item a:hover::before, .fw-n .nav-item a:focus::before {
  transform: scaleX(1);
  transform-origin: 0 0;
}
.fw-n .nav-item.is-active > *:first-child {
  font-weight: 600;
}
.fw-n .nav-item.is-active a[aria-current=page] {
  text-decoration: underline;
}
.fw-n .nav-item.is-active a::before {
  transform: scaleX(1);
}
.fw-n .nav-item .nav {
  padding: 0;
}
.fw-n .nav-item-link {
  display: flex;
}
.fw-n .nav-item-link > a {
  flex: auto;
}
.fw-n .nav-item-dd {
  background-color: rgba(237, 82, 137, 0.1);
}
.fw-n::before {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(20, 21, 22, 0);
  transition: background-color 0.2s ease;
}
.fw-n.collapse::before {
  /*! purgecss ignore current */
  background-color: rgba(20, 21, 22, 0.8);
}
.fw-n.collapse:not(.show)::before {
  /*! purgecss ignore current */
  display: none;
}
.edge .fw-n.collapse, .no-js .fw-n.collapse {
  /*! purgecss ignore current */
  max-width: none;
}
@media (min-width: 57rem) {
  .edge .fw-n.collapse, .no-js .fw-n.collapse {
    display: none;
  }
}
.is-zoom .fw-n {
  /*! purgecss ignore current */
  z-index: 1030;
}

.is-zoom .fw-n__inner {
  /*! purgecss ignore current */
  padding-top: 0 !important;
}
.is-zoom .fw-n__inner .close-wrapper {
  /*! purgecss ignore current */
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
  margin-bottom: -1rem;
}
.is-zoom .fw-n__inner .close-wrapper .btn-close {
  /*! purgecss ignore current */
  background-position: 0.5rem 50%;
  width: auto;
  height: auto;
  padding-left: 2rem;
}

body:has(.fw-n.collapse.show) {
  overflow: hidden;
}

.s {
  position: relative;
}
@media (max-width: 35.98rem) {
  .s {
    padding-bottom: 1rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .s {
    padding-bottom: 2rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .s {
    padding-bottom: 2rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .s {
    padding-bottom: 2rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .s {
    padding-bottom: 2rem;
  }
}
@media (min-width: 90rem) {
  .s {
    padding-bottom: 2rem;
  }
}
@media (min-width: 57rem) {
  .s {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 35.98rem) {
  .s:last-child {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .s:last-child {
    padding-bottom: 8rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .s:last-child {
    padding-bottom: 8rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .s:last-child {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .s:last-child {
    padding-bottom: 9rem;
  }
}
@media (min-width: 90rem) {
  .s:last-child {
    padding-bottom: 9rem;
  }
}

@media (max-width: 35.98rem) {
  .p-article {
    padding-bottom: 2rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .p-article {
    padding-bottom: 6rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .p-article {
    padding-bottom: 6rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .p-article {
    padding-bottom: 8rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .p-article {
    padding-bottom: 8rem;
  }
}
@media (min-width: 90rem) {
  .p-article {
    padding-bottom: 8rem;
  }
}
@media (min-width: 36rem) {
  .p-article {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.p-article-top .c-r > * {
  --bs-gutter-y: 0;
  display: flex;
  width: auto;
}
@media (min-width: 36rem) {
  .p-article-top .c-r > * {
    min-height: 4rem;
  }
}
.p-article-top .c-r > *:first-child {
  flex: auto;
  align-items: center;
}
.p-article-top .c-r > *:not(:first-child) {
  align-items: flex-end;
}
.p-article-top .c::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #DFE1E2;
  margin-top: -2px;
}
.p-article-top .c-tabs {
  margin: 0;
  padding: 0;
}
.p-article-top .c-tabs__nav {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
.p-article-top .c-tabs__nav::before, .p-article-top .c-tabs__nav::after {
  content: none;
}
.p-article-sidebar {
  font-size: 1.125rem;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .p-article-sidebar {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .p-article-sidebar {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
@media (max-width: 35.98rem) {
  .p-article-sidebar {
    --bs-gutter-x: 1rem;
  }
}
.p-article-sidebar > * {
  margin-bottom: 1rem;
}
.p-article-sidebar .title, .p-article-sidebar .form-fs__legend {
  font-size: calc(1.2625rem + 0.15vw);
  color: #141516;
}
@media (min-width: 1200px) {
  .p-article-sidebar .title, .p-article-sidebar .form-fs__legend {
    font-size: 1.375rem;
  }
}
.p-article-sidebar .title--underline, .p-article-sidebar .form-fs__legend {
  border-bottom: 0;
  padding-bottom: 0;
}
.p-article-sidebar .btn, .p-article-sidebar .Form--VGW button[type=submit]:disabled, .Form--VGW .p-article-sidebar button[type=submit]:disabled, .p-article-sidebar .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .p-article-sidebar button[type=submit]:not(:disabled) {
  font-size: inherit;
}
.p-article-sidebar .row > *, .p-article-sidebar .epi-editContainer > *, .p-article-sidebar .c-r > *, .p-article-sidebar .c-r__w > * {
  --bs-gutter-x: 1rem;
}
.p-article-sidebar .c-block {
  background-color: #F7F8F8;
  padding: var(--bs-gutter-y) var(--bs-gutter-x);
  border-radius: 0.25rem;
}
.p-article-sidebar .c-block__footer {
  position: relative;
  padding: 0;
  margin-left: calc(var(--bs-gutter-x) * -1);
  margin-right: calc(var(--bs-gutter-x) * -1);
  margin-bottom: calc(var(--bs-gutter-y) * -1);
}
.p-article-sidebar .c-block__footer > .btn, .p-article-sidebar .Form--VGW .c-block__footer > button[type=submit]:disabled, .Form--VGW .p-article-sidebar .c-block__footer > button[type=submit]:disabled, .p-article-sidebar .Form--VGW .c-block__footer > button[type=submit]:not(:disabled), .Form--VGW .p-article-sidebar .c-block__footer > button[type=submit]:not(:disabled) {
  padding: 1rem 1.5rem;
}
.p-article-sidebar .c-block p:not(:first-child):last-child {
  margin-bottom: 0;
}
.p-article-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #DFE1E2;
}
@media (max-width: 35.98rem) {
  .p-article-footer {
    margin-top: 1.5rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .p-article-footer {
    margin-top: 1.5rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .p-article-footer {
    margin-top: 1.5rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .p-article-footer {
    margin-top: 1.5rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .p-article-footer {
    margin-top: 3rem;
  }
}
@media (min-width: 90rem) {
  .p-article-footer {
    margin-top: 3rem;
  }
}
@media (max-width: 35.98rem) {
  .p-article-footer {
    flex-direction: column;
    align-items: normal;
  }
}
.p-article-footer, .p-article-footer > * {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.p-article-footer .o-date,
.p-article-footer .o-social-list {
  margin: 0;
}
.p-article .title + .meta, .p-article .form-fs__legend + .meta {
  position: relative;
  margin-top: -0.5em;
}
.p-article .meta {
  margin-bottom: 1rem;
}

@media (max-width: 35.98rem) {
  .p-page {
    padding-bottom: 2rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .p-page {
    padding-bottom: 6rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .p-page {
    padding-bottom: 6rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .p-page {
    padding-bottom: 8rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .p-page {
    padding-bottom: 8rem;
  }
}
@media (min-width: 90rem) {
  .p-page {
    padding-bottom: 8rem;
  }
}
@media (min-width: 36rem) {
  .p-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 36rem) {
  .p-page-top .c-r {
    flex-wrap: nowrap;
  }
}
.p-page-top .c-r > * {
  --bs-gutter-y: 0;
  display: flex;
  width: auto;
}
@media (min-width: 36rem) {
  .p-page-top .c-r > * {
    min-height: 4rem;
  }
}
.p-page-top .c-r > *:first-child {
  flex: 1;
  align-items: center;
}
.p-page-top .c-r > *:not(:first-child) {
  align-items: flex-end;
}
.p-page-top .c::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #DFE1E2;
  margin-top: -2px;
}
.p-page-top .c-tabs {
  margin: 0;
  padding: 0;
}
.p-page-top .c-tabs__nav {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
.p-page-top .c-tabs__nav::before, .p-page-top .c-tabs__nav::after {
  content: none;
}
.p-page-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #DFE1E2;
}
@media (max-width: 35.98rem) {
  .p-page-footer {
    margin-top: 1.5rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .p-page-footer {
    margin-top: 1.5rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .p-page-footer {
    margin-top: 1.5rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .p-page-footer {
    margin-top: 1.5rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .p-page-footer {
    margin-top: 3rem;
  }
}
@media (min-width: 90rem) {
  .p-page-footer {
    margin-top: 3rem;
  }
}
@media (max-width: 35.98rem) {
  .p-page-footer {
    flex-direction: column;
    align-items: normal;
  }
}
.p-page-footer, .p-page-footer > * {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.p-page-footer .o-date,
.p-page-footer .o-social-list {
  margin: 0;
}
.p-page__info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.25em;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
@media (max-width: 35.98rem) {
  .p-page__info {
    margin-bottom: 1rem;
  }
}
.p-page__info > * {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.p-page--search .p-page-content {
  flex: 0 0 auto;
  width: 100%;
  padding-right: 1rem;
}

.p-sf .form-control-wrapper {
  border: 1px solid #DFE1E2;
  transition: border-color 0.25s ease;
}
.p-sf .form-control-wrapper:focus-within {
  border-color: #AE2F64;
}
.p-sf .form,
.p-sf .form:not(:last-child) {
  margin-bottom: 1rem;
}
.p-sf__info {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.p-sr-hits {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #EBECED;
}
.p-sr-item {
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  /*
  &__url {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	white-space: nowrap;
  	display: flex;
  	align-items: center;
  	font-size: $font-size-base;
  	font-style: normal;

  	@include media-breakpoint-down(sm){
  		display: none;
  	}

  	&-start {
  		&::after {
  			content: '›';
  			margin-left: 0.125rem;
  			margin-right: 0.125rem;
  		}
  	}

  	&-tree {
  		direction: rtl;
  		max-width: 100%;
  		white-space: nowrap;
  		overflow: hidden;
  		text-overflow: ellipsis;

  		& > span {
  			margin-left: 0.125rem;
  			margin-right: 0.125rem;
  		}
  	}
  }
  */
}
@media (max-width: 23.48rem) {
  .p-sr-item {
    padding-left: 0;
  }
}
.p-sr-hits .p-sr-item {
  background-color: #FBE6EE;
  padding: 1rem;
  /*
  @include media-breakpoint-down(sm){
  	&__url {
  		display: flex;
  	}
  	&__url-start,
  	&__url-tree {
  		display: none;
  	}
  	&__body > br {
  		display: block;
  	}
  }
  */
}
.p-sr-hits .p-sr-item__url .sup-title, .p-sr-hits .p-sr-item__url .c-sr-title .hit, .c-sr-title .p-sr-hits .p-sr-item__url .hit, .p-sr-hits .p-sr-item__url .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper .p-sr-hits .p-sr-item__url .form-label:not(.form-label--special), .p-sr-hits .p-sr-item__url .c-card__sup-title, .p-sr-hits .p-sr-item__url .c-ao-panel__category {
  margin-right: 0.5em;
  margin-bottom: 0;
}
.p-sr-hits .p-sr-item__url .sup-title::after, .p-sr-hits .p-sr-item__url .c-sr-title .hit::after, .c-sr-title .p-sr-hits .p-sr-item__url .hit::after, .p-sr-hits .p-sr-item__url .form-control-wrapper .form-label:not(.form-label--special)::after, .form-control-wrapper .p-sr-hits .p-sr-item__url .form-label:not(.form-label--special)::after, .p-sr-hits .p-sr-item__url .c-card__sup-title::after, .p-sr-hits .p-sr-item__url .c-ao-panel__category::after {
  display: inline-block;
  content: "•";
  margin-left: 0.5em;
}
@media (max-width: 47.98rem) {
  .p-sr-hits .p-sr-item__url .sup-title::after, .p-sr-hits .p-sr-item__url .c-sr-title .hit::after, .c-sr-title .p-sr-hits .p-sr-item__url .hit::after, .p-sr-hits .p-sr-item__url .form-control-wrapper .form-label:not(.form-label--special)::after, .form-control-wrapper .p-sr-hits .p-sr-item__url .form-label:not(.form-label--special)::after, .p-sr-hits .p-sr-item__url .c-card__sup-title::after, .p-sr-hits .p-sr-item__url .c-ao-panel__category::after {
    display: none;
  }
}
.p-sr-item__body {
  position: relative;
  flex: 2;
  max-width: 57rem;
  display: flex;
  flex-direction: column;
}
.p-sr-item__body .o-date {
  display: inline-block;
  font-weight: 600;
}
.p-sr-item__body .o-date::after {
  content: "—";
  margin-left: 0.25em;
  margin-right: 0.125em;
}
.p-sr-item__body .o-desc {
  display: inline;
}
.p-sr-item__body .o-tag-list {
  margin-top: 0.5em;
}
@media (max-width: 35.98rem) {
  .p-sr-item__body > br {
    display: none;
  }
}
.p-sr-item__url {
  font-size: 1rem;
  font-style: normal;
  order: -1;
}
@media (max-width: 47.98rem) {
  .p-sr-item__url > *:not(.sup-title):not(.c-card__sup-title):not(.c-ao-panel__category) {
    display: none;
  }
}
.p-sr-item__url-start::after {
  content: "›";
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.p-sr-item__url-tree > span {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.p-sr-item__title {
  margin-top: 0;
  margin-bottom: 0.25em;
}
.p-sr-item__title a {
  font-size: calc(1.275rem + 0.3vw);
  display: inline;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .p-sr-item__title a {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.125rem, 1.0135135135vw), 1.5rem)) {
  .p-sr-item__title a {
    font-size: min(max(1.125rem, 1.0135135135vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .p-sr-item__title a {
    font-size: clamp(1.125rem, 0.7601351351rem + 1.0135135135vw, 1.5rem);
  }
}
.p-sr-item__media {
  box-sizing: content-box;
  flex: 1;
  width: 100%;
  max-width: 4rem;
  padding-left: 1rem;
  margin-left: auto;
}
@media (min-width: 48rem) {
  .p-sr-item__media {
    max-width: 10rem;
    padding-left: 2rem;
  }
}
@media (max-width: 23.48rem) {
  .p-sr-item__media {
    display: none;
  }
}

.accordion {
  --accordion-color: #AE2F64;
  --accordion-color-light: #FBE6EE;
  --accordion-color-contrast: #fff;
  font-size: 1.125rem;
  margin-bottom: 1.25em;
}
.accordion[data-theme=primary] {
  --accordion-color: #AE2F64;
  --accordion-color-light: #FBE6EE;
  --accordion-color-contrast: #fff;
}
.accordion[data-theme=secondary] {
  --accordion-color: #032E43;
  --accordion-color-light: #EDF5FA;
  --accordion-color-contrast: #fff;
}
.accordion[data-theme=third] {
  --accordion-color: #1B7986;
  --accordion-color-light: #EBF9FB;
  --accordion-color-contrast: #fff;
}
.accordion[data-theme=fourth] {
  --accordion-color: #006ea9;
  --accordion-color-light: ;
  --accordion-color-contrast: #fff;
}
.accordion[data-theme=success] {
  --accordion-color: #198754;
  --accordion-color-light: ;
  --accordion-color-contrast: #fff;
}
.accordion[data-theme=info] {
  --accordion-color: #006ea9;
  --accordion-color-light: ;
  --accordion-color-contrast: #fff;
}
.accordion[data-theme=warning] {
  --accordion-color: #ffc107;
  --accordion-color-light: ;
  --accordion-color-contrast: #141516;
}
.accordion[data-theme=danger] {
  --accordion-color: #a21b22;
  --accordion-color-light: #f6e8e9;
  --accordion-color-contrast: #fff;
}
.accordion[data-theme=light] {
  --accordion-color: #EBECED;
  --accordion-color-light: ;
  --accordion-color-contrast: #141516;
}
.accordion[data-theme=dark] {
  --accordion-color: #141516;
  --accordion-color-light: ;
  --accordion-color-contrast: #fff;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .accordion {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .accordion {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.accordion-indicator, .accordion-button-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 2rem;
  flex-shrink: 0;
  background-color: var(--accordion-color-contrast);
  border: 1px solid var(--accordion-color);
  border-radius: 10rem;
  color: color-mix(in srgb, var(--accordion-color), #141516 20%);
  font-size: 1rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
}
.accordion-button {
  color: var(--accordion-color);
  font-size: 1.125rem;
  font-weight: 600;
  gap: 1rem;
}
.accordion-button::after {
  opacity: 0.7;
}
.no-js .accordion-button::after {
  display: none;
}
.accordion-button:hover, .accordion-button:focus {
  background: #F7F8F8;
}
.accordion-button:hover::after, .accordion-button:focus::after {
  opacity: 1;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: var(--accordion-color);
  color: var(--accordion-color-contrast);
}
.accordion-item:first-child > .accordion-header .accordion-button:not(.collapsed) {
  border-top-color: transparent;
  border-radius: 0.3rem 0.3rem 0 0;
}
.accordion-button:not(.collapsed)::after {
  opacity: 1;
}
.no-js .accordion-button.collapsed {
  background-color: var(--accordion-color);
  color: var(--accordion-color-contrast);
}
.accordion-body {
  background-color: #fff;
  border-bottom: 2px solid var(--accordion-color);
}
.accordion-body > *:last-child {
  margin-bottom: 0;
}
.accordion-group {
  --accordion-group-padding: 1rem;
  border: 1px solid var(--accordion-color);
  border-radius: 0.3rem;
  margin-top: 1.5rem;
  padding: 0 var(--accordion-group-padding) var(--accordion-group-padding) var(--accordion-group-padding);
}
@media (max-width: 47.98rem) {
  .accordion-group {
    --accordion-group-padding: 0.5rem;
  }
}
.accordion-group__label {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 0.25rem;
  padding: 0 0.25rem;
  position: relative;
  top: -0.5em;
  width: fit-content;
}
.accordion-col + .accordion-col {
  margin-top: -1px;
}
.accordion > .c-block {
  margin-bottom: 0 !important;
}
.accordion-flush .accordion-item:first-child > .accordion-header .accordion-button {
  border-top: 1px solid transparent;
}
.accordion-flush .accordion-item:first-child > .accordion-header .accordion-button.collapsed {
  border-top-color: rgba(20, 21, 22, 0.125);
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid rgba(20, 21, 22, 0.125);
}
.accordion-flush .accordion-body {
  background-color: var(--accordion-color-light);
}
.accordion-flush .c-block .accordion-item {
  border-bottom: 0;
}
.accordion-flush:last-child > .c-block:last-child .accordion-item:has(.accordion-button.collapsed) {
  border-bottom: 1px solid rgba(20, 21, 22, 0.125);
}
.accordion--box {
  background-color: #F7F8F8;
  border-radius: 0.3rem;
  border-bottom: 0;
  padding: 1rem;
}
@media (max-width: 47.98rem) {
  .accordion--box {
    padding: 0.5rem;
  }
}
@media (max-width: 35.98rem) {
  .accordion--box .accordion {
    margin: -0.5rem;
  }
}
.accordion--box .accordion-button.collapsed:hover, .accordion--box .accordion-button.collapsed:focus {
  background-color: var(--accordion-color-light);
}
.accordion--process {
  background-color: #F7F8F8;
  border-radius: 0.3rem;
  border-bottom: 0;
  padding: 1rem;
}
@media (max-width: 47.98rem) {
  .accordion--process {
    padding: 0.5rem;
  }
}
@media (max-width: 35.98rem) {
  .accordion--process .accordion {
    margin: -0.5rem;
  }
}
.accordion--process .accordion-item:first-of-type > .accordion-summary {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion--process .accordion-item:last-of-type > .accordion-summary:has(.collapsed) {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.accordion--process .accordion-summary {
  background-color: #fff;
  position: relative;
  padding: 1rem;
  transition: background-color 0.25s ease;
}
.accordion--process .accordion-summary:hover, .accordion--process .accordion-summary:focus-within {
  background-color: var(--accordion-color-light);
  outline: 1px solid color-mix(in srgb, var(--accordion-color) 30%, transparent);
}
.no-js .accordion--process .accordion-summary:focus-within, .tab-active .accordion--process .accordion-summary:focus-within {
  /*!purgecss ignore current */
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #141516, inset 0 0 0 6px #fff;
  outline: none;
}
.accordion--process .accordion-summary:not(:has(> .collapsed)) {
  background-color: var(--accordion-color);
  color: var(--accordion-color-contrast);
}
.accordion--process .accordion-summary:not(:has(> .collapsed)) .accordion-header::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27rgba%28255, 255, 255, 0.999%29%27%3e%3cpath d=%27M22,11H2c-0.6,0-1,0.4-1,1s0.4,1,1,1h20c0.6,0,1-0.4,1-1S22.6,11,22,11z%27/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion--process .accordion-summary:not(:has(> .collapsed)) .accordion-header__title {
  color: var(--accordion-color-contrast);
}
.accordion--process .accordion-header {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  gap: 1rem;
}
@media (max-width: 47.98rem) {
  .accordion--process .accordion-header {
    gap: 0.5rem;
  }
}
.accordion--process .accordion-header::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27rgba%2820, 21, 22, 0.999%29%27%3e%3cpath d=%27M22,11h-9V2c0-0.6-0.4-1-1-1s-1,0.4-1,1v9H2c-0.6,0-1,0.4-1,1s0.4,1,1,1h9v9c0,0.6,0.4,1,1,1s1-0.4,1-1v-9h9 c0.6,0,1-0.4,1-1S22.6,11,22,11z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion--process .accordion-header::after {
    transition: none;
  }
}
.accordion--process .accordion-desc {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.accordion--process .accordion .accordion-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.accordion--process .accordion .accordion-button::after {
  content: none;
}
.accordion--process .accordion .accordion-button.collapsed, .accordion--process .accordion .accordion-button:not(.collapsed), .accordion--process .accordion .accordion-button:focus, .accordion--process .accordion .accordion-button:hover {
  background-color: transparent;
}
.accordion--process .accordion-intro > *:last-child {
  margin-bottom: 0;
}
.accordion--process .accordion-intro__toggle {
  align-items: center;
  background: none;
  border: 0;
  display: flex;
  flex-flow: row nowrap;
  font-weight: 700;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.25rem 0 0 0;
  text-align: left;
  transition: color 0.25s ease;
  width: 100%;
}
.accordion--process .accordion-intro__toggle:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27rgba%28255, 255, 255, 0.999%29%27%3e%3cpath d=%27M22,11H2c-0.6,0-1,0.4-1,1s0.4,1,1,1h20c0.6,0,1-0.4,1-1S22.6,11,22,11z%27/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  filter: contrast(0) brightness(0);
}
.accordion--process .accordion-intro__toggle::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27rgba%2820, 21, 22, 0.999%29%27%3e%3cpath d=%27M22,11h-9V2c0-0.6-0.4-1-1-1s-1,0.4-1,1v9H2c-0.6,0-1,0.4-1,1s0.4,1,1,1h9v9c0,0.6,0.4,1,1,1s1-0.4,1-1v-9h9 c0.6,0,1-0.4,1-1S22.6,11,22,11z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion--process .accordion-intro__toggle::after {
    transition: none;
  }
}
.accordion--process .accordion-group__label {
  background-color: #F7F8F8;
}
.accordion--process .o-btn-group {
  border-top: 1px solid #DFE1E2;
  padding: 0.25rem;
  margin: 1rem 0 0;
}
@media (min-width: 48rem) {
  .accordion--process .o-btn-group {
    justify-content: flex-end;
  }
  .accordion--process .o-btn-group > * {
    flex: inherit;
    transition: color 0.25s ease;
  }
}
.accordion--process[data-theme=primary] .accordion-intro__toggle,
.accordion--process[data-theme=primary] .o-btn-toggle {
  color: #AE2F64;
}
.accordion--process[data-theme=primary] .accordion-intro__toggle:hover, .accordion--process[data-theme=primary] .accordion-intro__toggle:focus,
.accordion--process[data-theme=primary] .o-btn-toggle:hover,
.accordion--process[data-theme=primary] .o-btn-toggle:focus {
  color: #872959;
}
.accordion--process[data-theme=secondary] .accordion-intro__toggle,
.accordion--process[data-theme=secondary] .o-btn-toggle {
  color: #19425B;
}
.accordion--process[data-theme=secondary] .accordion-intro__toggle:hover, .accordion--process[data-theme=secondary] .accordion-intro__toggle:focus,
.accordion--process[data-theme=secondary] .o-btn-toggle:hover,
.accordion--process[data-theme=secondary] .o-btn-toggle:focus {
  color: #032E43;
}
.accordion--process[data-theme=third] .accordion-intro__toggle,
.accordion--process[data-theme=third] .o-btn-toggle {
  color: #1B7986;
}
.accordion--process[data-theme=third] .accordion-intro__toggle:hover, .accordion--process[data-theme=third] .accordion-intro__toggle:focus,
.accordion--process[data-theme=third] .o-btn-toggle:hover,
.accordion--process[data-theme=third] .o-btn-toggle:focus {
  color: #16565B;
}
.accordion--process[data-theme=danger] .accordion-intro__toggle,
.accordion--process[data-theme=danger] .o-btn-toggle {
  color: #410b0e;
}
.accordion--process[data-theme=danger] .accordion-intro__toggle:hover, .accordion--process[data-theme=danger] .accordion-intro__toggle:focus,
.accordion--process[data-theme=danger] .o-btn-toggle:hover,
.accordion--process[data-theme=danger] .o-btn-toggle:focus {
  color: #200507;
}
.accordion--cols {
  display: grid;
  border-bottom: 0;
}
@media (min-width: 48rem) {
  .accordion--cols > *:not(:last-child) > .accordion-item:last-child {
    border-bottom: 1px solid rgba(20, 21, 22, 0.125);
  }
}
.accordion--cols > *:last-child > .accordion-item:last-child {
  border-bottom: 1px solid rgba(20, 21, 22, 0.125);
}
@media (min-width: 48rem) {
  .displayMode-full .accordion--cols, .displayMode-auto .accordion--cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.accordion--cols .form-group[class*=col] {
  width: 100%;
}
.accordion--cols .form-checkbox__text {
  font-size: 1rem;
  line-height: 1.5;
}
.js .accordion:not(.accordion--box) .accordion .accordion-item,
.js .accordion:not(.accordion--box) .accordion .accordion-button.collapsed {
  background-color: transparent;
}
.accordion:not(.accordion--box) .accordion .accordion-button.collapsed {
  border-radius: 0;
}
.accordion:not(.accordion--box) .accordion .accordion-body {
  background-color: #fff;
}
.accordion:not(.accordion--box) .accordion:last-child {
  margin-bottom: 0;
}

@media (max-width: 47.98rem) {
  .c-block--accordion.displayMode-half + .c-block--accordion.displayMode-half {
    margin-top: -1px;
  }
}

.c-anchor-nav-menu ul a::before, .c-anchor-nav-menu a::before, .c-anchor-nav-toggle::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem;
  border-radius: 50%;
  content: "";
  flex: 0 0 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
  position: relative;
  top: 0.125rem;
  width: 1.5rem;
}

.c-anchor-nav {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
@media (max-width: 56.98rem) {
  .c-anchor-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    height: auto;
    z-index: 1019;
    box-shadow: 0 -0.25rem 1rem rgba(20, 21, 22, 0.2);
  }
}
.c-anchor-nav-inner {
  --anchorNavOffset: 10rem;
  position: sticky;
  top: var(--anchorNavOffset);
  z-index: 2;
  transition: top 0.25s ease;
  max-height: calc(100vh - var(--anchorNavOffset));
  display: flex;
  flex-direction: column;
}
.c-anchor-nav-inner > .title, .c-anchor-nav-inner > .form-fs__legend {
  align-self: flex-start;
  background-color: #DFE1E2;
  border-radius: 0.25rem 0.25rem 0 0;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
@media (max-width: 56.98rem) {
  .c-anchor-nav-inner > .title, .c-anchor-nav-inner > .form-fs__legend {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}
.js .has-alert .fw-h:not(.fw-h--min) ~ .fw-m .c-anchor-nav-inner {
  /*! purgecss ignore current */
  --anchorNavOffset: 14rem;
  top: var(--anchorNavOffset);
  max-height: calc(100vh - var(--anchorNavOffset));
}
.no-js .c-anchor-nav-inner {
  /*! purgecss ignore current */
  --anchorNavOffset: 1rem;
  top: var(--anchorNavOffset);
  max-height: calc(100vh - var(--anchorNavOffset));
}
.c-anchor-nav-body {
  background-color: #fff;
  border: 2px solid #DFE1E2;
  border-radius: 0 0.25rem 0.25rem 0.25rem;
  flex: 2;
  margin-bottom: 1rem;
  overflow: auto;
}
@media (max-width: 56.98rem) {
  .c-anchor-nav-body {
    border: 0;
    border-radius: 0;
    flex: auto;
    margin: 0;
    max-height: 50vh;
    position: relative;
    transition: height 0.25s ease;
  }
}
@media (min-width: 57rem) {
  .c-anchor-nav-body.collapse:not(.show) {
    display: block;
  }
}
.c-anchor-nav-toggle {
  display: none;
  border: 0;
  user-select: none;
}
@media (max-width: 56.98rem) {
  .c-anchor-nav-toggle {
    background-color: #AE2F64;
    color: #FBE6EE;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 0.5rem;
    font-weight: 600;
    font-size: 1.125rem;
    transition: color 0.25s ease, background-color 0.25s ease;
  }
  .c-anchor-nav-toggle:not(.collapsed) {
    color: #fff;
  }
  .c-anchor-nav-toggle:hover, .c-anchor-nav-toggle:active, .c-anchor-nav-toggle:focus {
    color: #fff;
    background-color: #872959;
  }
}
.c-anchor-nav-toggle::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27rgba%28251, 230, 238, 0.999%29%27%3E%3Cpath d=%27M4 10.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm0-6c-.83 0-1.5.67-1.5 1.5S3.17 7.5 4 7.5 5.5 6.83 5.5 6 4.83 4.5 4 4.5zm0 12c-.83 0-1.5.68-1.5 1.5s.68 1.5 1.5 1.5 1.5-.68 1.5-1.5-.67-1.5-1.5-1.5zM7 19h14v-2H7v2zm0-6h14v-2H7v2zm0-8v2h14V5H7z%27/%3E%3C/svg%3E");
  top: 0;
}
.c-anchor-nav-toggle .o-svg-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  transform: rotate(180deg);
}
:not(.collapsed).c-anchor-nav-toggle .o-svg-icon {
  transform: rotate(0);
}

.c-anchor-nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.125rem;
}
.c-anchor-nav-menu li {
  display: flex;
  flex-wrap: wrap;
}
.c-anchor-nav-menu > li:not(:last-child) {
  border-bottom: 1px solid #DFE1E2;
}
.c-anchor-nav-menu a {
  display: flex;
  flex-flow: row nowrap;
  flex: 2;
  gap: 0.5rem;
  padding: 0.5rem;
}
.c-anchor-nav-menu a::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 16 16%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpolygon fill=%27rgba%28135, 41, 89, 0.999%29%27 points=%278,1 6.8,2.2 11.6,7.1 1,7.1 1,8.9 11.6,8.9 6.8,13.8 8,15 15,8%27%3E%3C/polygon%3E%3C/svg%3E");
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease;
  transition-duration: 0.25s;
}
.c-anchor-nav-menu a:not(.is-active) {
  text-decoration: none;
}
.c-anchor-nav-menu a:hover::before {
  transform: translateX(0.25rem);
}
.c-anchor-nav-menu a.is-active {
  font-weight: bold;
}
.c-anchor-nav-menu a.is-active::before {
  background-color: #FBE6EE;
}
.c-anchor-nav-menu-toggle {
  border: 0;
  background: none;
  color: #872959;
  min-width: 2.5rem;
}
.c-anchor-nav-menu-toggle .o-svg-icon {
  width: 1.5rem;
  height: 1.5rem;
}
:not(.collapsed).c-anchor-nav-menu-toggle .o-svg-icon {
  transform: rotate(180deg);
}

.c-anchor-nav-menu-toggle:not(.collapsed) {
  background-color: #FBE6EE;
}
.c-anchor-nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  background-color: #FBE6EE;
  font-size: 1rem;
}
.c-anchor-nav-menu ul > li:not(:last-child) {
  border-bottom: 1px solid #F7BFD6;
}
.c-anchor-nav-menu ul a::before {
  opacity: 0;
}
.c-anchor-nav-menu ul a:hover::before  {
  opacity: 1;
}
.c-anchor-nav-menu ul a.is-active::before {
  background-color: #fff;
  opacity: 1;
}
.c-anchor-nav-menu-wrapper {
  padding: 0.5rem;
}
@media (max-width: 56.98rem) {
  .c-anchor-nav-menu-wrapper {
    padding: 0;
  }
}
.c-anchor-nav-submenu .c-anchor-nav-menu-toggle:not(.collapsed) {
  background-color: #F7BFD6;
}
.c-anchor-nav-submenu ul {
  background-color: #F7BFD6;
  border-top: 1px solid #F7BFD6;
}
.c-anchor-nav-submenu ul a {
  color: #872959;
}
.c-anchor-nav-content {
  padding: 0.5rem;
}
@media (max-width: 56.98rem) {
  .c-anchor-nav-content {
    padding: 1rem;
  }
}
.c-anchor-nav-content .title, .c-anchor-nav-content .form-fs__legend {
  font-size: 1.125rem;
  border-bottom-width: 1px;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-anchor-nav-content .title, .c-anchor-nav-content .form-fs__legend {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-anchor-nav-content .title, .c-anchor-nav-content .form-fs__legend {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
* + .c-anchor-nav-content .title, * + .c-anchor-nav-content .form-fs__legend {
  margin-top: 1rem;
}
.c-anchor-nav-content .c-more {
  position: sticky;
  margin-left: -1rem;
  margin-right: -1rem;
}
.c-anchor-nav-content .c-more-inner {
  /*! purgecss ignore current */
  padding: 0.25rem 1rem;
}
.c-anchor-nav-content .c-more__btn {
  /*! purgecss ignore current */
  position: sticky;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.5rem;
}
.c-anchor-nav-content .c-more__btn::after {
  /*! purgecss ignore current */
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27square%27 stroke-linejoin=%27miter%27 stroke-width=%273%27 fill=%27none%27 stroke=%27rgba%28135, 41, 89, 0.999%29%27 stroke-miterlimit=%2710%27%3E%3Cpolyline points=%272,7 12,17 22,7%27%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
  width: 1rem;
  height: 1rem;
}
.no-js .c-anchor-nav-content .c-more {
  /*! purgecss ignore current */
  padding: 0.25rem 1rem;
}
@media (max-width: 56.98rem) {
  .no-js .c-anchor-nav {
    display: none;
  }
}

.c-anchor-pane {
  padding-bottom: 1rem;
}
.c-anchor-pane--box {
  background-color: #F7F8F8;
  border-radius: 0.3rem;
  padding: 1.5rem;
  margin-bottom: 1.25em;
}

.c-ao-panel {
  border-bottom: 1px solid #DFE1E2;
}
@media (min-width: 48rem) {
  .c-ao-panel {
    border: 0;
    margin-top: 0;
  }
}
.c-ao-panel-header {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 3rem;
}
@media (min-width: 48rem) {
  .c-ao-panel-header {
    min-height: auto;
    margin-bottom: 0.5em;
  }
}
.c-ao-panel-header .o-btn--toggle, .c-ao-panel-header .c-qs-ao__toggle {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 48rem) {
  .c-ao-panel-header .o-btn--toggle, .c-ao-panel-header .c-qs-ao__toggle {
    display: none;
  }
}
.c-ao-panel__title {
  margin-bottom: 0;
  color: #AE2F64;
}
@media (max-width: 47.98rem) {
  .c-ao-panel__title--letter {
    border: 0;
    width: auto;
    height: auto;
  }
}
@media (min-width: 48rem) {
  .c-ao-panel__title {
    color: inherit;
  }
}
.c-ao-panel-group {
  --ao-color: #AE2F64;
  padding-bottom: 1em;
}
.c-ao-panel-group[data-ao-theme=kunskapsstod] {
  --ao-color: var(--bs-red);
}
.c-ao-panel-group[data-ao-theme=vardforlopp] {
  --ao-color: var(--bs-blue);
}
.c-ao-panel-group[data-ao-theme=vardprogram] {
  --ao-color: var(--bs-green);
}
.c-ao-panel-group[data-ao-theme=vardriktlinjer] {
  --ao-color: var(--bs-yellow);
}
.c-ao-panel-group + .c-ao-panel-group {
  margin-top: 1em;
}
.c-ao-panel__category {
  display: flex;
  border-width: 1px;
  padding-top: 1em;
  padding-bottom: 1em;
}
.c-ao-panel__category::before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: 0.5em;
  background-color: var(--ao-color);
  border-radius: 50rem;
}
.c-ao-panel .o-btn--up {
  display: none;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .c-ao-panel .o-btn--up {
    display: inline-flex;
  }
}
@media (min-width: 48rem) {
  .c-ao-panel .collapse:not(.show) {
    display: block;
  }
}
@media (max-width: 47.98rem) {
  .c-ao-panel .alphabet {
    margin-bottom: 0;
  }
  .c-ao-panel .alphabet-list > li:last-child {
    border-bottom: 0;
  }
}

.o-list-ao {
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  gap: 1px;
  width: 100%;
  border-bottom: 2px solid #DFE1E2;
  padding-bottom: 1.5rem;
}
@media (min-width: 57rem) {
  .o-list-ao > * {
    flex: auto;
  }
}
.o-list-ao a,
.o-list-ao button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 0.2rem;
  border: 1px solid #DFE1E2;
  color: #32393D;
  margin: 0 auto;
  min-width: 100%;
  padding: 0.25rem;
  text-decoration: none;
  user-select: none;
}
@media (max-width: 56.98rem) {
  .o-list-ao a,
  .o-list-ao button {
    min-width: 2.5rem;
    min-height: 2.5rem;
  }
}
.o-list-ao a:not([aria-disabled]):hover, .o-list-ao a:not([aria-disabled]):focus,
.o-list-ao button:not([aria-disabled]):hover,
.o-list-ao button:not([aria-disabled]):focus {
  background-color: #FBE6EE;
  border-color: #872959;
  color: #872959;
}
.o-list-ao a:not([aria-disabled]):active, .o-list-ao a:not([aria-disabled]):active:focus, .o-list-ao a:not([aria-disabled]).is-active,
.o-list-ao button:not([aria-disabled]):active,
.o-list-ao button:not([aria-disabled]):active:focus,
.o-list-ao button:not([aria-disabled]).is-active {
  background-color: #872959;
  border: 1px solid #872959;
  color: #fff;
}
.o-list-ao a[aria-disabled] {
  opacity: 0.2;
  cursor: not-allowed;
}
.o-list-ao a[aria-disabled]:hover {
  opacity: 0.5;
}
.o-list-ao button {
  transition: all 0.25s ease;
}
.o-list-ao button[aria-disabled], .o-list-ao button[disabled] {
  opacity: 0.2;
  cursor: not-allowed;
}
.o-list-ao button[aria-disabled]:hover, .o-list-ao button[disabled]:hover {
  opacity: 0.5;
}

.alphabet {
  --testPadding: 1rem;
  --testFlexDirection: row;
  margin-bottom: calc(var(--testPadding));
}
@media (max-width: 47.98rem) {
  .alphabet {
    --testPadding: 0.5rem;
    --testFlexPadding: column;
  }
}
.alphabet-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #DFE1E2;
}
.alphabet-list > li {
  display: flex;
  position: relative;
  border-bottom: 1px solid #DFE1E2;
  padding: var(--testPadding) 0;
  flex-direction: var(--testFlexPadding);
  transition: background-color 0.25s ease;
}
.alphabet-list > li > a {
  flex: 2;
  word-break: break-word;
  hyphens: auto;
  padding: 0 var(--testPadding);
}
.alphabet-list > li > span {
  flex: 0 1 40%;
  padding: 0 var(--testPadding);
}
.alphabet-list > li:hover, .alphabet-list > li:focus-within {
  background-color: #FBE6EE;
}
.alphabet-list > li a:active:focus,
.alphabet-list > li a:focus {
  box-shadow: none;
  outline: none;
}
.no-js .alphabet-list > li:focus-within, .tab-active .alphabet-list > li:focus-within {
  /*!purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
}
.alphabet-headerGroup {
  display: flex;
  padding: var(--testPadding) 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.125em;
}
@media (max-width: 47.98rem) {
  .alphabet-headerGroup {
    display: none;
  }
}
.alphabet-headerGroup > * {
  padding: 0 var(--testPadding);
}
.alphabet-headerGroup-name {
  flex: 2;
}
.alphabet-headerGroup-desc {
  flex: 0 1 40%;
}

.c-article-index {
  padding: 1.5rem;
  background-color: #FBE6EE;
}
[data-theme=primary] .c-article-index {
  background-color: #FBE6EE;
}
[data-theme=secondary] .c-article-index {
  background-color: #EDF5FA;
}
[data-theme=third] .c-article-index {
  background-color: #EBF9FB;
}
[data-theme=danger] .c-article-index {
  background-color: #f6e8e9;
}
.c-article-index .title, .c-article-index .form-fs__legend {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  .c-article-index .title, .c-article-index .form-fs__legend {
    font-size: 1.625rem;
  }
}
.c-article-index__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 36rem) {
  .c-article-index__list {
    column-count: 2;
  }
}
.c-article-index__list > * {
  border-left: 0.125rem solid #F7BFD6;
}
[data-theme=primary] .c-article-index__list > * {
  border-color: #F7BFD6;
}
[data-theme=secondary] .c-article-index__list > * {
  border-color: #B9D8EE;
}
[data-theme=third] .c-article-index__list > * {
  border-color: #B2E7F0;
}
[data-theme=danger] .c-article-index__list > * {
  border-color: #ecd1d3;
}
.c-article-index__list a {
  position: relative;
  padding: 0.5rem;
  padding-left: 1.5rem;
}
.c-article-index__list a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.125rem;
  height: 100%;
  border-left: 0.25rem solid #AE2F64;
}
[data-theme=primary] .c-article-index__list a:hover::before {
  border-color: #AE2F64;
}
[data-theme=secondary] .c-article-index__list a:hover::before {
  border-color: #032E43;
}
[data-theme=third] .c-article-index__list a:hover::before {
  border-color: #1B7986;
}
[data-theme=fourth] .c-article-index__list a:hover::before {
  border-color: #006ea9;
}
[data-theme=success] .c-article-index__list a:hover::before {
  border-color: #198754;
}
[data-theme=info] .c-article-index__list a:hover::before {
  border-color: #006ea9;
}
[data-theme=warning] .c-article-index__list a:hover::before {
  border-color: #ffc107;
}
[data-theme=danger] .c-article-index__list a:hover::before {
  border-color: #a21b22;
}
[data-theme=light] .c-article-index__list a:hover::before {
  border-color: #EBECED;
}
[data-theme=dark] .c-article-index__list a:hover::before {
  border-color: #141516;
}

.c-block, .c-block.displayMode-auto, .c-block.displayMode-full {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 48rem) {
  .c-block.displayMode-half {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 36rem) and (max-width: 56.98rem) {
  .c-block.displayMode-quarter {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 57rem) {
  .c-block.displayMode-quarter {
    flex: 0 0 auto;
    width: 25%;
  }
}
.c-block.displayMode-third {
  font-size: 1.125rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-block.displayMode-third {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-block.displayMode-third {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
@media (min-width: 48rem) {
  .c-block.displayMode-third {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
*:not(.c-r):not(.row):not(.epi-editContainer):not(.c-r):not(.c-r__w):not(.p-article-sidebar):not(.c-card-group) > .c-block:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 36rem) {
  *:not(.c-r):not(.row):not(.epi-editContainer):not(.c-r):not(.c-r__w):not(.p-article-sidebar):not(.c-card-group) > .c-block:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 57rem) {
  .p-article-sidebar .c-block.displayMode-half, .p-article-sidebar .c-block.displayMode-quarter, .p-article-sidebar .c-block.displayMode-third {
    width: 100%;
    flex: 0 0 auto;
  }
}
.c-block__header {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  gap: 0.25em;
  flex-direction: column;
}
@media (min-width: 23.5rem) {
  .c-block__header {
    display: grid;
    gap: 0;
    align-items: center;
    grid-template-columns: 1fr;
    grid-template-areas: "header other" "desc other";
  }
}
.c-block__header > *:first-child {
  margin-bottom: 0;
  grid-area: header;
}
.c-block__header > *:first-child:not(.title--underline):not(.form-fs__legend) + .desc {
  margin-top: 0.5em;
}
.c-block__header > .desc {
  grid-area: desc;
  max-width: 48rem;
}
.c-block__header > .desc p:last-child {
  margin-bottom: 0;
}
.c-block__header:has(.c-tabs) > .desc p:last-child {
  margin-bottom: 1.25em;
}
.c-block__header > .c-tabs {
  grid-area: other;
  margin-bottom: -2px;
}
@media (min-width: 23.5rem) {
  .c-block__header > .c-tabs {
    align-self: flex-end;
  }
}
.p-article-sidebar .c-block__header, .p-page-sidebar .c-block__header {
  margin-bottom: 0.5rem;
}
.c-block__header:has(.title--underline, .form-fs__legend) {
  border-bottom: 2px solid #DFE1E2;
}
.c-block__header:has(.title--underline, .form-fs__legend) .title--underline, .c-block__header:has(.title--underline, .form-fs__legend) .form-fs__legend {
  border-bottom: 0;
}
@media (min-width: 23.5rem) {
  .c-block__header:has(.title--underline + *, .form-fs__legend + *) {
    align-items: flex-end;
  }
}
.c-block__header:has(.title--underline + *, .form-fs__legend + *) .title--underline, .c-block__header:has(.title--underline + *, .form-fs__legend + *) .form-fs__legend {
  padding-bottom: 0.5em;
}
@media (max-width: 23.48rem) {
  .c-block__header:has(.title--underline + *, .form-fs__legend + *) .title--underline, .c-block__header:has(.title--underline + *, .form-fs__legend + *) .form-fs__legend {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.c-block__body:has(img[style*=float])::after {
  clear: both;
  content: "";
  display: block;
}
.c-block__footer {
  border-top: 1px solid #DFE1E2;
  padding-top: 0.5rem;
}
.c-block__title + .o-date {
  margin-top: -0.5em;
}
.c-block__title + .o-date:last-child {
  margin-bottom: 1em;
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .c-block--service.displayMode-half {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 57rem) {
  .c-block--service.displayMode-half {
    flex: 0 0 auto;
    width: 50%;
  }
}
.c-block--image .o-fig {
  margin-bottom: 0;
}
.p-article-sidebar .c-block--contact {
  padding-top: 0;
}
@media (min-width: 36rem) and (max-width: 56.98rem) {
  .p-article-sidebar .c-block--contact.displayMode-full {
    max-width: 50%;
    flex: 0 0 auto;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-block--contact.displayMode-half {
    max-width: 50%;
    flex: 0 0 auto;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-block--promo.displayMode-half {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-block--promo.displayMode-quarter {
    flex: 0 0 auto;
    width: 50%;
  }
}
.c-block--heroSearchContainer .c-block--highlight {
  margin-bottom: 0 !important;
}
.c-block--article .c-block__body {
  max-width: 48rem;
}
.c-block--cards:not(:first-child) {
  --bs-gutter-y: 4rem;
}
@media (max-width: 56.98rem) {
  .c-block--cards:not(:first-child) {
    --bs-gutter-y: 2rem;
  }
}
.c-block--btnIcon, .c-block--btnIcon.displayMode-auto {
  width: auto;
}
@media (max-width: 35.98rem) {
  .c-block--error {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-block--error {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .c-block--error {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .c-block--error {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .c-block--error {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media (min-width: 90rem) {
  .c-block--error {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.c-block--error .sup-title, .c-block--error .c-sr-title .hit, .c-sr-title .c-block--error .hit, .c-block--error .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper .c-block--error .form-label:not(.form-label--special), .c-block--error .c-card__sup-title, .c-block--error .c-ao-panel__category {
  color: #032E43;
}
.c-block--error .c-block__body {
  position: relative;
}
.c-block--error .c-block__body::before {
  position: absolute;
  width: auto;
  height: auto;
  z-index: -1;
  left: 0;
  top: 0;
  font-size: calc(2.375rem + 13.5vw);
  content: attr(data-bg-text);
  color: #FBE6EE;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .c-block--error .c-block__body::before {
    font-size: 12.5rem;
  }
}
@supports (font-size: min(max(5rem, 20.2702702703vw), 12.5rem)) {
  .c-block--error .c-block__body::before {
    font-size: min(max(5rem, 20.2702702703vw), 12.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-block--error .c-block__body::before {
    font-size: clamp(5rem, -2.2972972973rem + 20.2702702703vw, 12.5rem);
  }
}
.c-block--box {
  background-color: #F7F8F8;
  border-radius: 0.3rem;
  padding: 1.5rem;
}

.c-breadcrumb {
  margin: 0.5rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0.5rem 0;
  padding: 0;
  font-size: 1rem;
}
.c-breadcrumb-item {
  display: inline;
}
@media (max-width: 47.98rem) {
  .c-breadcrumb-item {
    white-space: nowrap;
  }
}
.c-breadcrumb-item > a,
.c-breadcrumb-item > span {
  display: inline-block;
  padding: 0.25rem;
}
@media (max-width: 47.98rem) {
  .c-breadcrumb-item > a,
  .c-breadcrumb-item > span {
    padding: 0.5rem 0.25rem;
  }
}
.c-breadcrumb-item:last-child {
  color: #141516;
  font-weight: 600;
}
.c-breadcrumb-item + li::before {
  content: "›";
  display: inline-block;
  color: #7D878B;
  font-weight: 700;
  margin-left: 0.25rem;
}
@media (max-width: 47.98rem) {
  .c-breadcrumb-item {
    display: none;
  }
  .c-breadcrumb-item:nth-last-child(2) {
    display: block;
  }
  .c-breadcrumb-item + li::before {
    transform: scaleX(-1);
  }
}
.c-breadcrumb-nav {
  position: relative;
}

.c-card-group {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  --bs-gutter-y: 2rem;
}
@media (max-width: 56.98rem) {
  .c-card-group {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
}
.c-card-group > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (max-width: 56.98rem) {
  .c-card-group > * {
    --bs-gutter-x: 1rem;
  }
}
@media (max-width: 56.98rem) {
  .c-card-group--scroll {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overflow: -moz-scrollbars-none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: relative;
    padding-bottom: 1rem;
  }
  .c-card-group--scroll::-webkit-scrollbar {
    display: none;
  }
  .c-card-group--scroll > * {
    scroll-snap-align: center;
  }
  .c-card-group--scroll::before, .c-card-group--scroll::after {
    content: "";
    display: block;
    flex: 0 0 0.5rem;
  }
}
@media (max-width: 56.98rem) {
  .c-card-group--scroll > * {
    flex: 1 !important;
    width: auto;
    min-width: 18rem;
  }
}

.c-card-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background: #F7F8F8;
}
.c-card__media {
  position: relative;
  background: #141516;
}
.c-card__media .o-fig {
  margin-bottom: 0;
}
.c-card__body {
  order: 2;
  padding: 1rem 1.5rem 1.5rem;
}
@media (max-width: 35.98rem) {
  .c-card__body {
    padding: 1rem;
  }
}
.c-card__body:focus-within > .btn, .Form--VGW .c-card__body:focus-within > button[type=submit]:disabled, .Form--VGW .c-card__body:focus-within > button[type=submit]:not(:disabled) {
  position: relative;
}
.no-js .c-card__body .btn, .no-js .c-card__body .Form--VGW button[type=submit]:disabled, .Form--VGW .no-js .c-card__body button[type=submit]:disabled, .no-js .c-card__body .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .no-js .c-card__body button[type=submit]:not(:disabled) {
  display: none;
}
.c-card__info {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.c-card__title {
  font-size: calc(1.2875rem + 0.45vw);
  margin-bottom: 0.25em;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .c-card__title {
    font-size: 1.625rem;
  }
}
.c-card__title a {
  text-decoration: none;
  outline: none;
}
.tab-active .c-card__title a {
  /*! purgecss ignore current */
  box-shadow: none;
}
.js .c-card:hover .c-card__title a, .c-card__title a:focus, .c-card__title a:hover {
  text-decoration: underline;
}
.tab-active .c-card:focus-within {
  /*! purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
}
.c-card--free .c-card-inner {
  background-color: transparent;
  overflow: initial;
}
.c-card--free .c-card__body {
  color: #4D5B61;
  padding: 1rem 0;
}
.displayMode-quarter .c-card--free .c-card__body {
  font-size: 1rem;
}
.c-card--free .c-card__body p:last-child {
  margin-bottom: 0;
}
.displayMode-quarter .c-card--free .c-card__title {
  font-size: 1.125rem;
}
@media (min-width: 57rem) {
  .displayMode-quarter .c-card--free .c-card__title {
    font-size: 1.25rem;
  }
}
.c-card--full .c-card__inner {
  z-index: 1;
  background: none;
}
.c-card--full .c-card-media__pic {
  display: block;
}
.no-js .c-card--full .c-card-media__pic {
  display: none;
}
.c-card--full .c-card-media__obj {
  width: 100%;
}
.c-card--full .c-card-body {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
  left: 0;
  bottom: 0;
  text-align: center;
  background: linear-gradient(0deg, rgba(20, 21, 22, 0.9) 40%, rgba(20, 21, 22, 0) 100%);
  padding-top: 3rem;
  max-height: 100%;
}
.c-card--full .c-card__sup-title {
  color: #F7BFD6;
}
.c-card--full .c-card__title {
  margin-bottom: 0.5em;
}
.c-card--full .c-card__title a {
  color: #fff;
}

.c-placard-list {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin-bottom: 1rem;
  --bs-gutter-y: 2rem;
}
@media (max-width: 56.98rem) {
  .c-placard-list {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
}
.c-placard-list > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 0 !important;
}
.displayMode-full .c-placard-list > *, .displayMode-auto .c-placard-list > * {
  flex: 0 0 auto;
  width: 25%;
}
@media (max-width: 56.98rem) {
  .displayMode-full .c-placard-list > *, .displayMode-auto .c-placard-list > * {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
  }
}
@media (max-width: 35.98rem) {
  .displayMode-full .c-placard-list > *, .displayMode-auto .c-placard-list > * {
    flex: 0 0 auto;
    width: 50%;
  }
}
.c-placard-item {
  background-color: #fff;
  color: #141516;
  border-radius: 0.25rem;
  min-height: 100%;
  padding: 1rem;
  position: relative;
  transition-property: background-color, box-shadow, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  z-index: 1;
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-placard-item {
    padding: 0.5rem;
  }
}
.p-page [data-theme=primary] .c-placard-item, .p-article [data-theme=primary] .c-placard-item {
  background-color: #FBE6EE;
}
.p-page [data-theme=secondary] .c-placard-item, .p-article [data-theme=secondary] .c-placard-item {
  background-color: #EDF5FA;
}
.p-page [data-theme=third] .c-placard-item, .p-article [data-theme=third] .c-placard-item {
  background-color: #EBF9FB;
}
.p-page [data-theme=danger] .c-placard-item, .p-article [data-theme=danger] .c-placard-item {
  background-color: #f6e8e9;
}
.c-placard-item__image {
  padding: 0.5rem;
  color: #AE2F64;
  margin-bottom: 0.5rem;
}
[data-theme=primary] .c-placard-item__image {
  color: #AE2F64;
}
[data-theme=secondary] .c-placard-item__image {
  color: #032E43;
}
[data-theme=third] .c-placard-item__image {
  color: #1B7986;
}
[data-theme=fourth] .c-placard-item__image {
  color: #006ea9;
}
[data-theme=success] .c-placard-item__image {
  color: #198754;
}
[data-theme=info] .c-placard-item__image {
  color: #006ea9;
}
[data-theme=warning] .c-placard-item__image {
  color: #ffc107;
}
[data-theme=danger] .c-placard-item__image {
  color: #a21b22;
}
[data-theme=light] .c-placard-item__image {
  color: #EBECED;
}
[data-theme=dark] .c-placard-item__image {
  color: #141516;
}
.c-placard-item__image img,
.c-placard-item__image .o-svg-icon {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: auto;
  color: inherit;
}
.c-placard-item__text {
  font-size: 1.125rem;
  color: inherit;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.c-placard-item__text a:not([class*=btn]) {
  padding: 0.25rem;
}
.c-placard-item__text a:not([class*=btn]), .c-placard-item__text a:not([class*=btn]):hover, .c-placard-item__text a:not([class*=btn]):hover:visited, .c-placard-item__text a:not([class*=btn]):active, .c-placard-item__text a:not([class*=btn]):focus, .c-placard-item__text a:not([class*=btn]):visited {
  color: inherit;
  text-decoration: none;
}
.c-placard-item:hover, .c-placard-item:focus-within {
  background-color: #FBE6EE;
  box-shadow: 0 0.125rem 0.25rem rgba(20, 21, 22, 0.2);
  transform: translateY(-0.125rem);
}
.p-page [data-theme=primary] .c-placard-item:hover, .p-article [data-theme=primary] .c-placard-item:hover, .p-page [data-theme=primary] .c-placard-item:focus-within, .p-article [data-theme=primary] .c-placard-item:focus-within {
  background-color: #AE2F64;
  color: #fff;
}
.p-page [data-theme=primary] .c-placard-item:hover img, .p-article [data-theme=primary] .c-placard-item:hover img, .p-page [data-theme=primary] .c-placard-item:focus-within img, .p-article [data-theme=primary] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=primary] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=primary] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=primary] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=primary] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=secondary] .c-placard-item:hover, .p-article [data-theme=secondary] .c-placard-item:hover, .p-page [data-theme=secondary] .c-placard-item:focus-within, .p-article [data-theme=secondary] .c-placard-item:focus-within {
  background-color: #032E43;
  color: #fff;
}
.p-page [data-theme=secondary] .c-placard-item:hover img, .p-article [data-theme=secondary] .c-placard-item:hover img, .p-page [data-theme=secondary] .c-placard-item:focus-within img, .p-article [data-theme=secondary] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=secondary] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=secondary] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=secondary] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=secondary] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=third] .c-placard-item:hover, .p-article [data-theme=third] .c-placard-item:hover, .p-page [data-theme=third] .c-placard-item:focus-within, .p-article [data-theme=third] .c-placard-item:focus-within {
  background-color: #1B7986;
  color: #fff;
}
.p-page [data-theme=third] .c-placard-item:hover img, .p-article [data-theme=third] .c-placard-item:hover img, .p-page [data-theme=third] .c-placard-item:focus-within img, .p-article [data-theme=third] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=third] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=third] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=third] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=third] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=fourth] .c-placard-item:hover, .p-article [data-theme=fourth] .c-placard-item:hover, .p-page [data-theme=fourth] .c-placard-item:focus-within, .p-article [data-theme=fourth] .c-placard-item:focus-within {
  background-color: #006ea9;
  color: #fff;
}
.p-page [data-theme=fourth] .c-placard-item:hover img, .p-article [data-theme=fourth] .c-placard-item:hover img, .p-page [data-theme=fourth] .c-placard-item:focus-within img, .p-article [data-theme=fourth] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=fourth] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=fourth] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=fourth] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=fourth] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=success] .c-placard-item:hover, .p-article [data-theme=success] .c-placard-item:hover, .p-page [data-theme=success] .c-placard-item:focus-within, .p-article [data-theme=success] .c-placard-item:focus-within {
  background-color: #198754;
  color: #fff;
}
.p-page [data-theme=success] .c-placard-item:hover img, .p-article [data-theme=success] .c-placard-item:hover img, .p-page [data-theme=success] .c-placard-item:focus-within img, .p-article [data-theme=success] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=success] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=success] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=success] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=success] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=info] .c-placard-item:hover, .p-article [data-theme=info] .c-placard-item:hover, .p-page [data-theme=info] .c-placard-item:focus-within, .p-article [data-theme=info] .c-placard-item:focus-within {
  background-color: #006ea9;
  color: #fff;
}
.p-page [data-theme=info] .c-placard-item:hover img, .p-article [data-theme=info] .c-placard-item:hover img, .p-page [data-theme=info] .c-placard-item:focus-within img, .p-article [data-theme=info] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=info] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=info] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=info] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=info] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=warning] .c-placard-item:hover, .p-article [data-theme=warning] .c-placard-item:hover, .p-page [data-theme=warning] .c-placard-item:focus-within, .p-article [data-theme=warning] .c-placard-item:focus-within {
  background-color: #ffc107;
  color: #fff;
}
.p-page [data-theme=warning] .c-placard-item:hover img, .p-article [data-theme=warning] .c-placard-item:hover img, .p-page [data-theme=warning] .c-placard-item:focus-within img, .p-article [data-theme=warning] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=warning] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=warning] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=warning] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=warning] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=danger] .c-placard-item:hover, .p-article [data-theme=danger] .c-placard-item:hover, .p-page [data-theme=danger] .c-placard-item:focus-within, .p-article [data-theme=danger] .c-placard-item:focus-within {
  background-color: #a21b22;
  color: #fff;
}
.p-page [data-theme=danger] .c-placard-item:hover img, .p-article [data-theme=danger] .c-placard-item:hover img, .p-page [data-theme=danger] .c-placard-item:focus-within img, .p-article [data-theme=danger] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=danger] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=danger] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=danger] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=danger] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=light] .c-placard-item:hover, .p-article [data-theme=light] .c-placard-item:hover, .p-page [data-theme=light] .c-placard-item:focus-within, .p-article [data-theme=light] .c-placard-item:focus-within {
  background-color: #EBECED;
  color: #fff;
}
.p-page [data-theme=light] .c-placard-item:hover img, .p-article [data-theme=light] .c-placard-item:hover img, .p-page [data-theme=light] .c-placard-item:focus-within img, .p-article [data-theme=light] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=light] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=light] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=light] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=light] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}
.p-page [data-theme=dark] .c-placard-item:hover, .p-article [data-theme=dark] .c-placard-item:hover, .p-page [data-theme=dark] .c-placard-item:focus-within, .p-article [data-theme=dark] .c-placard-item:focus-within {
  background-color: #141516;
  color: #fff;
}
.p-page [data-theme=dark] .c-placard-item:hover img, .p-article [data-theme=dark] .c-placard-item:hover img, .p-page [data-theme=dark] .c-placard-item:focus-within img, .p-article [data-theme=dark] .c-placard-item:focus-within img {
  filter: invert(100);
}
.p-page [data-theme=dark] .c-placard-item:hover .o-svg-icon, .p-article [data-theme=dark] .c-placard-item:hover .o-svg-icon, .p-page [data-theme=dark] .c-placard-item:focus-within .o-svg-icon, .p-article [data-theme=dark] .c-placard-item:focus-within .o-svg-icon {
  color: #fff;
}

.c-contact {
  display: flex;
  flex-direction: column;
}
.c-contact__body {
  font-size: 1.125rem;
  flex: 2;
  min-width: 1px;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-contact__body {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-contact__body {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.c-contact__media {
  order: -1;
}
.c-contact__name {
  font-size: calc(1.2625rem + 0.15vw);
  color: #141516;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.25em;
}
@media (min-width: 1200px) {
  .c-contact__name {
    font-size: 1.375rem;
  }
}
@supports (font-size: min(max(1.25rem, 0.3378378378vw), 1.375rem)) {
  .c-contact__name {
    font-size: min(max(1.25rem, 0.3378378378vw), 1.375rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-contact__name {
    font-size: clamp(1.25rem, 1.1283783784rem + 0.3378378378vw, 1.375rem);
  }
}
.c-contact__jobtitle {
  margin-bottom: 0.5em;
  color: #4D5B61;
}
@media (max-width: 35.98rem) {
  .c-contact__jobtitle span {
    display: block;
  }
}
.c-contact__jobtitle p {
  margin: 0;
}
.c-contact__info {
  margin-bottom: 0;
}
@media (min-width: 23.5rem) {
  .displayMode-auto > .c-contact .c-contact__info, .displayMode-full > .c-contact .c-contact__info {
    display: grid;
    grid-template-columns: minmax(6rem, 1fr) 3fr;
    grid-template-rows: auto;
  }
  .displayMode-auto > .c-contact .c-contact__info > *, .displayMode-full > .c-contact .c-contact__info > * {
    min-width: 1%;
  }
}
.c-contact__info a {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.p-article-sidebar .c-contact__info .o-badge, .p-article-sidebar .c-contact__info .o-os-status {
  background-color: #FBE6EE;
  color: #872959;
}
.c-contact:first-child:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 57rem) {
  .c-contact:first-child:last-child {
    margin-bottom: 2rem;
  }
}
.c-contact:not(:first-child:last-child) {
  border-bottom: 0.0625rem solid #DFE1E2;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.c-crisis {
  position: relative;
  background: #872959;
  z-index: 1050;
}
.c-crisis-bar, .c-crisis-bar > .c {
  position: relative;
  height: 100%;
}
.c-crisis-bar {
  font-weight: 400;
}
.c-crisis-bar .c {
  position: relative;
  display: flex;
  align-items: center;
}
.c-crisis-bar__count {
  background: #fff;
  color: #141516;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex: 0 0 2rem;
}
.c-crisis-bar__title {
  line-height: 1.5;
  max-height: 100%;
  overflow: hidden;
  padding: 0 1rem;
  position: relative;
}
@media (max-width: 23.48rem) {
  .c-crisis-bar__title {
    font-size: 0.875rem;
  }
}
.c-crisis-bar__btn {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.5rem 0;
  color: #fff;
}
.c-crisis-bar__btn span {
  margin-right: 0.5em;
}
@media (max-width: 47.98rem) {
  .c-crisis-bar__btn span {
    display: none;
  }
}
.c-crisis-bar__btn .o-svg-icon {
  border: 0.125rem solid #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  transition: transform 0.25s ease;
}
.no-js .c-crisis-bar__btn[aria-hidden] {
  display: none;
}
.c-crisis-bar__btn:hover, .c-crisis-bar__btn:active, .c-crisis-bar__btn:focus, .c-crisis-bar__btn:visited, .c-crisis-bar__btn:hover:visited {
  color: inherit;
}
.c-crisis-bar__toggle {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  background: none;
  border: 0;
  color: #fff;
}
.c-crisis-bar__toggle:not(.collapsed) + .c .o-svg-icon {
  transform: rotate(-180deg);
}
.no-js .c-crisis-bar__toggle {
  display: none;
}
.c-crisis-bar noscript {
  margin-left: auto;
}
.c-crisis-messages {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 100%;
  border-top: 1px solid #AE2F64;
  background: #872959;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
}
.c-crisis-messages-item + .c-crisis-messages-item {
  border-top: 1px solid #AE2F64;
}
.c-crisis-messages.collapsing {
  height: 0;
}
.edge .c-crisis-messages.collapse:not(.show), .no-js .c-crisis-messages.collapse:not(.show) {
  display: none;
}
.c-crisis-message {
  display: flex;
  gap: 2rem;
  width: 100%;
  padding: 1.5rem 1rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media (max-width: 47.98rem) {
  .c-crisis-message {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.c-crisis-message:focus-within {
  /*! purgecss ignore current */
}
.no-js .c-crisis-message:focus-within, .tab-active .c-crisis-message:focus-within {
  /*!purgecss ignore current */
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #141516, inset 0 0 0 6px #fff;
  outline: none;
}
.c-crisis-message a {
  text-decoration: none;
}
.c-crisis-message a, .c-crisis-message a:hover, .c-crisis-message a:visited, .c-crisis-message a:active {
  color: #fff;
}
.c-crisis-message a:focus, .c-crisis-message a:active:focus {
  box-shadow: none;
}
.c-crisis-message__desc {
  color: #FBE6EE;
  display: block;
  max-width: 57rem;
}
.c-crisis-message::before {
  display: block;
  content: "";
  flex: 0 0 2rem;
  align-self: center;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27rgba%28251, 230, 238, 0.999%29%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M23.1,24H0.9c-0.3,0-0.6-0.2-0.8-0.4c-0.2-0.3-0.2-0.6,0-0.9L11.2,0.5c0.3-0.6,1.3-0.6,1.7,0l11.1,22.2 c0.1,0.3,0.1,0.7,0,0.9C23.7,23.8,23.4,24,23.1,24zM2.4,22.1h19.2L12,2.9L2.4,22.1zM11.4,16.1c0,0.3,0.3,0.6,0.6,0.6s0.6-0.3,0.6-0.6l0.3-6.2c0-0.5-0.4-0.9-0.9-0.9c-0.5,0-0.9,0.4-0.9,0.9L11.4,16.1zM12.8,17.5c-0.2-0.2-0.5-0.3-0.8-0.3c-0.3,0-0.6,0.1-0.8,0.3c-0.2,0.2-0.3,0.5-0.3,0.9c0,0.4,0.1,0.6,0.3,0.9 s0.5,0.3,0.8,0.3c0.3,0,0.6-0.1,0.8-0.3c0.2-0.2,0.3-0.5,0.3-0.9C13.2,18,13.1,17.7,12.8,17.5z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.js.tab-active .c-crisis:focus-within .c-crisis-messages {
  display: block;
}

.c-fc-header {
  border-bottom: 1px solid #EBECED;
  padding-bottom: 1rem;
}
@media (min-width: 57rem) {
  .c-fc-header {
    padding-bottom: 2rem;
  }
}
.c-fc-results {
  margin-bottom: 1rem;
}
@media (min-width: 57rem) {
  .c-fc-results {
    margin-bottom: 2rem;
  }
}
.c-fc-results .o-list {
  display: grid;
  gap: 1rem;
  padding: 1rem 0 0 0;
}
@media (min-width: 36rem) and (max-width: 56.98rem) {
  .c-fc-results .o-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 57rem) {
  .c-fc-results .o-list {
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 2rem;
  }
}
.c-fc-results-item {
  margin: 0;
  min-width: 1px;
}
.c-fc-results__title {
  font-size: calc(1.2625rem + 0.15vw);
  margin-bottom: 0.25em;
}
@media (min-width: 1200px) {
  .c-fc-results__title {
    font-size: 1.375rem;
  }
}
@supports (font-size: min(max(1.125rem, 0.6756756757vw), 1.375rem)) {
  .c-fc-results__title {
    font-size: min(max(1.125rem, 0.6756756757vw), 1.375rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-fc-results__title {
    font-size: clamp(1.125rem, 0.8817567568rem + 0.6756756757vw, 1.375rem);
  }
}
.c-fc-results__list {
  padding: 0;
  /*

  & > li {
  	&:hover .o-svg-icon,
  	&:focus-within .o-svg-icon {
  		color: $body-color;
  	}
  	& > a {
  		padding: 0;
  	}
  }

  .o-svg-icon {
  	color: $gray-600;
  }
  */
}
.c-fc-results__list > * {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  padding: 0.25em 0;
}
.c-fc-results__list .o-svg-icon {
  align-self: flex-start;
  margin: 0.5rem;
}
.c-fc-results__list a {
  padding: 0;
}
.c-fc .c-pager-nav {
  border-top: 0;
  padding-top: 1rem;
}

.c-feedback {
  width: 100%;
  background: #FBE6EE;
}
.c-feedback:not(:last-child) {
  margin-bottom: 2rem;
}
.c-feedback__title {
  font-size: 1.25rem;
  margin-bottom: 0;
}
@supports (font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem)) {
  .c-feedback__title {
    font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-feedback__title {
    font-size: clamp(1.125rem, 1.0033783784rem + 0.3378378378vw, 1.25rem);
  }
}
@media (max-width: 35.98rem) {
  .c-feedback__title {
    text-align: center;
    margin-bottom: 0.5em;
  }
}
.c-feedback-intro {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
@media (max-width: 35.98rem) {
  .c-feedback-intro {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 47.98rem) {
  .c-feedback-intro {
    padding: 1rem;
  }
}
.c-feedback-intro__left {
  display: flex;
  align-items: center;
  min-height: 3rem;
}
.c-feedback-intro__right {
  white-space: nowrap;
}
.c-feedback-intro__right .btn, .c-feedback-intro__right .Form--VGW button[type=submit]:disabled, .Form--VGW .c-feedback-intro__right button[type=submit]:disabled, .c-feedback-intro__right .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .c-feedback-intro__right button[type=submit]:not(:disabled) {
  margin-top: 0;
  margin-bottom: 0;
}
.c-feedback-intro .btn, .c-feedback-intro .Form--VGW button[type=submit]:disabled, .Form--VGW .c-feedback-intro button[type=submit]:disabled, .c-feedback-intro .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .c-feedback-intro button[type=submit]:not(:disabled) {
  display: inline-block;
  min-width: 5rem;
  text-align: center;
}
.c-feedback-intro .btn + .btn, .c-feedback-intro .Form--VGW button[type=submit]:disabled + .btn, .Form--VGW .c-feedback-intro button[type=submit]:disabled + .btn, .c-feedback-intro .Form--VGW .btn + button[type=submit]:disabled, .Form--VGW .c-feedback-intro .btn + button[type=submit]:disabled, .c-feedback-intro .Form--VGW button[type=submit]:disabled + button[type=submit]:disabled, .Form--VGW .c-feedback-intro button[type=submit]:disabled + button[type=submit]:disabled, .c-feedback-intro .Form--VGW button[type=submit]:not(:disabled) + .btn, .c-feedback-intro .Form--VGW button[type=submit]:not(:disabled) + button[type=submit]:disabled, .Form--VGW .c-feedback-intro button[type=submit]:not(:disabled) + .btn, .Form--VGW .c-feedback-intro button[type=submit]:not(:disabled) + button[type=submit]:disabled, .c-feedback-intro .Form--VGW .btn + button[type=submit]:not(:disabled), .c-feedback-intro .Form--VGW button[type=submit]:disabled + button[type=submit]:not(:disabled), .Form--VGW .c-feedback-intro .btn + button[type=submit]:not(:disabled), .Form--VGW .c-feedback-intro button[type=submit]:disabled + button[type=submit]:not(:disabled), .c-feedback-intro .Form--VGW button[type=submit]:not(:disabled) + button[type=submit]:not(:disabled), .Form--VGW .c-feedback-intro button[type=submit]:not(:disabled) + button[type=submit]:not(:disabled) {
  margin-left: 0.5rem;
}
.c-feedback-content__inner {
  padding: 1rem 1.5rem;
}
@media (max-width: 47.98rem) {
  .c-feedback-content__inner {
    padding: 1rem;
  }
}
.c-feedback .form {
  font-size: 1.125rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-feedback .form {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-feedback .form {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.c-feedback .form-desc {
  border-top: 1px solid #F497BA;
  padding-top: 1rem;
}
.c-feedback .form-radio__visual, .c-feedback .form-checkbox__visual {
  background-color: #fff;
}
.c-feedback .form-footer {
  margin: 1rem 0;
}
.no-js .c-feedback {
  display: none;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 1rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  color: #fff;
  background-color: #198754;
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.6em + 1rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%23198754%27%3E%3Cpolyline points=%27 6,12 10,16 18,8%27%3E%3C/polyline%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.25rem) center;
  background-size: calc(0.8em + 0.5rem) calc(0.8em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 1rem);
  background-position: top calc(0.4em + 0.25rem) right calc(0.4em + 0.25rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%2332393D%27%3E%3Cpolyline points=%2716,10 12,14 8,10%27%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%23198754%27%3E%3Cpolyline points=%27 6,12 10,16 18,8%27%3E%3C/polyline%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-position: right 1rem center, center right 3rem;
  background-size: 1.5rem;
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #a21b22;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 1rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  color: #fff;
  background-color: #a21b22;
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #a21b22;
  padding-right: calc(1.6em + 1rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%23a21b22%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711%27%3E%3C/circle%3E%3Cline x1=%2712%27 y1=%277%27 x2=%2712%27 y2=%2713%27%3E%3C/line%3E%3Ccircle cx=%2712%27 cy=%2717%27 r=%271%27 stroke=%27none%27 fill=%27%23a21b22%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.25rem) center;
  background-size: calc(0.8em + 0.5rem) calc(0.8em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #a21b22;
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 1rem);
  background-position: top calc(0.4em + 0.25rem) right calc(0.4em + 0.25rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #a21b22;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%2332393D%27%3E%3Cpolyline points=%2716,10 12,14 8,10%27%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27%23a21b22%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711%27%3E%3C/circle%3E%3Cline x1=%2712%27 y1=%277%27 x2=%2712%27 y2=%2713%27%3E%3C/line%3E%3Ccircle cx=%2712%27 cy=%2717%27 r=%271%27 stroke=%27none%27 fill=%27%23a21b22%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
  background-position: right 1rem center, center right 3rem;
  background-size: 1.5rem;
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #a21b22;
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #a21b22;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #a21b22;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #a21b22;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.c-filter {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  /*! purgecss ignore current */
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-filter {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 35.98rem) {
  .c-filter {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.c-filter-inner {
  padding: 0.5rem 1.5rem;
  background-color: #F7F8F8;
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-filter-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.c-filter-form {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
@media (max-width: 47.98rem) {
  .c-filter-form {
    flex-direction: column;
  }
}
.c-filter-form > * {
  padding: 0.25rem 0.5rem;
}
.c-filter-form > *:last-child {
  margin-left: auto;
}
.c-filter .btn, .c-filter .Form--VGW button[type=submit]:disabled, .Form--VGW .c-filter button[type=submit]:disabled, .c-filter .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .c-filter button[type=submit]:not(:disabled) {
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 47.98rem) {
  .c-filter .btn, .c-filter .Form--VGW button[type=submit]:disabled, .Form--VGW .c-filter button[type=submit]:disabled, .c-filter .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .c-filter button[type=submit]:not(:disabled) {
    width: 100%;
  }
}
.c-filter .btn .o-svg-icon, .c-filter .Form--VGW button[type=submit]:disabled .o-svg-icon, .Form--VGW .c-filter button[type=submit]:disabled .o-svg-icon, .c-filter .Form--VGW button[type=submit]:not(:disabled) .o-svg-icon, .Form--VGW .c-filter button[type=submit]:not(:disabled) .o-svg-icon {
  color: #7D878B;
}
.c-filter .btn:hover .o-svg-icon, .c-filter .Form--VGW button[type=submit]:hover:disabled .o-svg-icon, .Form--VGW .c-filter button[type=submit]:hover:disabled .o-svg-icon, .c-filter .Form--VGW button[type=submit]:hover:not(:disabled) .o-svg-icon, .Form--VGW .c-filter button[type=submit]:hover:not(:disabled) .o-svg-icon, .c-filter .btn:focus .o-svg-icon, .c-filter .Form--VGW button[type=submit]:focus:disabled .o-svg-icon, .Form--VGW .c-filter button[type=submit]:focus:disabled .o-svg-icon, .c-filter .Form--VGW button[type=submit]:focus:not(:disabled) .o-svg-icon, .Form--VGW .c-filter button[type=submit]:focus:not(:disabled) .o-svg-icon {
  color: inherit;
}
.c-filter .btn-toggle {
  align-self: flex-end;
  order: 2;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #F7F8F8;
  justify-content: flex-start;
}
.c-filter .btn-toggle .o-svg-icon {
  color: #32393D;
}
.c-filter .btn-toggle.collapsed {
  /*! purgecss ignore current */
  background-color: transparent;
}
.c-filter .btn-toggle.collapsed .o-svg-icon {
  color: #7D878B;
}
.c-filter .dropdown-toggle {
  background-color: #fff;
  border: 1px solid #DFE1E2;
  border-radius: 0.2rem;
  justify-content: space-between;
}
@media (min-width: 48rem) {
  .c-filter .dropdown-toggle {
    min-width: 12rem;
  }
}
.c-filter .dropdown-toggle::after {
  margin-left: 1rem;
}
.c-filter .dropdown-toggle:hover {
  border-color: #32393D;
}
.c-filter .dropdown-toggle:active, .c-filter .dropdown-toggle:focus {
  border-color: #AE2F64;
}
.c-filter .dropdown-title {
  font-weight: 600;
  padding-bottom: 0.25rem;
  user-select: none;
}
.c-filter .dropdown-menu ul {
  margin: 0;
  list-style: none;
  padding: 0;
  min-width: 12rem;
}
.c-filter .dropdown-menu ul > li {
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-filter .dropdown-menu ul > li:not([class]):hover, .c-filter .dropdown-menu ul > li:not([class]):focus-within {
  background-color: #F7F8F8;
}
.c-filter .dropdown-menu ul .form-radio,
.c-filter .dropdown-menu ul .form-checkbox {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.c-filter .dropdown-menu ul .form-radio--tick,
.c-filter .dropdown-menu ul .form-checkbox--tick {
  padding-right: 1rem;
  margin-left: -0.5rem;
}
.c-filter .dropdown-menu ul .form-radio__visual,
.c-filter .dropdown-menu ul .form-checkbox__visual {
  margin-bottom: 0;
}
.c-filter .dropdown-menu fieldset + fieldset {
  border-top: 1px solid #DFE1E2;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
.c-filter .dropdown-menu legend {
  font-size: inherit;
  font-weight: 600;
  padding-bottom: 0.25rem;
  user-select: none;
  padding-bottom: 0;
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.o-count {
  /*! purgecss ignore current */
  background-color: #EDF5FA;
  border-radius: 50rem;
  color: #032E43;
  padding: 0.25em 0.75em;
  min-width: 1.5rem;
  display: inline-block;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  margin-left: 0.5em;
  margin-right: auto;
}
.c-footnote {
  font-size: 1rem;
  border: 4px solid #F7F8F8;
  border-radius: 0.3rem;
  padding: 1.5rem;
  color: #4D5B61;
}
.c-footnote ol > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.c-footnote a {
  display: inline;
  word-break: break-all;
}

.o-footnote {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.o-footnote > * {
  font-size: 1rem;
  padding: 0.25rem 0.125rem;
  min-width: 1.5rem;
  text-align: center;
}

.Form--VGW .Form__Element > :is(select):not([multiple]), .Form--VGW .Form__Element > :is(button.FormTextbox__Select), .form-control:is(select) {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27%3E%3Cg fill=%27none%27 stroke=%27rgba%2820, 21, 22, 0.99%29%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpolyline points=%273.5,4.5 8,0.5 12.5,4.5 %27%3E%3C/polyline%3E%3Cpolyline points=%273.5,11.5 8,15.5 12.5,11.5%27%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: right 1rem top 50%;
  cursor: pointer;
  padding-right: 3rem;
}

.form:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .form:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.form-fs + .form-fs {
  margin-top: 1rem;
}
.form-label {
  font-size: 1rem;
  cursor: pointer;
}
.form-control-wrapper .form-label--special {
  font-size: 1.25rem;
  align-items: center;
  color: #4D5B61;
  display: flex;
  font-weight: 400;
  height: 100%;
  margin-bottom: 0;
  padding-left: 1rem;
  pointer-events: none;
  position: absolute;
  transition-property: height, transform, padding;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  width: 100%;
  z-index: 3;
}
@supports (font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem)) {
  .form-control-wrapper .form-label--special {
    font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .form-control-wrapper .form-label--special {
    font-size: clamp(1.125rem, 1.0033783784rem + 0.3378378378vw, 1.25rem);
  }
}
.form-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-control {
  font-size: 1.125rem;
  min-height: 3rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .form-control {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .form-control {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.form-control:not(:disabled):hover {
  border-color: #52585b;
}
.form-control-wrapper .form-control {
  font-size: 1.25rem;
  min-width: 12rem;
  min-height: 3.5rem;
  border: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
@supports (font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem)) {
  .form-control-wrapper .form-control {
    font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .form-control-wrapper .form-control {
    font-size: clamp(1.125rem, 1.0033783784rem + 0.3378378378vw, 1.25rem);
  }
}
@media (min-width: 48rem) {
  .form-control-wrapper .form-control {
    min-height: 4.5rem;
  }
}
.form-control-wrapper .form-control:focus {
  box-shadow: none;
  outline: none;
  z-index: 2;
}
.tab-active .form-control-wrapper .form-control:focus {
  /*! purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
}
.form-control-wrapper .form-control, .form-control-wrapper .form-control::-webkit-search-decoration, .form-control-wrapper .form-control::-webkit-search-cancel-button, .form-control-wrapper .form-control::-webkit-search-results-button, .form-control-wrapper .form-control::-webkit-search-results-decoration {
  appearance: none;
}
.form-control-wrapper .form-control:not(:placeholder-shown) + .form-label--special, .form-control-wrapper .form-control:focus + .form-label--special {
  color: #141516;
  height: 75%;
  padding-left: 1.5rem;
  transform: scale(0.75);
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.form-control-wrapper .form-control--special {
  padding-top: 1.5rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
}
.form-control-wrapper {
  display: flex;
  background: #fff;
  border: 1px solid #9EA5A8;
  border-radius: 0.25rem;
  flex: auto;
  position: relative;
  transition: border 0.25s ease, box-shadow 0.25s ease;
}
.form-control-wrapper:hover {
  border-color: #52585b;
}
.form-control-wrapper:focus-within {
  border-color: #c2638b;
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
}
.c-qs .dropdown + .form-control-wrapper {
  border-radius: 0;
}
.form-control-wrapper .o-btn:focus, .form-control-wrapper .c-qs-ao__toggle:focus {
  box-shadow: none;
  outline: none;
}
.tab-active .form-control-wrapper .o-btn:focus, .tab-active .form-control-wrapper .c-qs-ao__toggle:focus {
  /*! purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
}
.form-control-wrapper + .form-control-wrapper {
  margin-top: 0.5rem;
}
.form-text {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 0.5rem;
}
.form-footer {
  text-align: center;
}
@media (min-width: 48rem) {
  .form-footer {
    margin-top: 1rem;
    text-align: left;
  }
}
.form-indicator {
  color: #a21b22;
  font-weight: 400;
  font-size: 90%;
  font-style: italic;
}
.form-indicator::before {
  content: "(";
}
.form-indicator::after {
  content: ")";
}
.form-label, .form-check-input, .form-check-label {
  cursor: pointer;
}
.form-radio, .form-checkbox {
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  user-select: none;
  margin-bottom: 0.5rem;
}
.form-radio__input, .form-checkbox__input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.form-radio__input:not(:disabled) + *, .form-radio__input:not(:disabled) + * + *, .form-checkbox__input:not(:disabled) + *, .form-checkbox__input:not(:disabled) + * + * {
  cursor: pointer;
}
.form-radio__visual, .form-checkbox__visual {
  background-color: #fff;
  border: 1px solid #9EA5A8;
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  top: 0.1875em;
  margin-bottom: 0.5rem;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
*:hover > input:not(:disabled):not(:checked) + .form-radio__visual, *:hover > input:not(:disabled):not(:checked) + .form-checkbox__visual {
  border-color: #52585b;
}
input:not(:disabled):not(:checked):focus + .form-radio__visual, input:not(:disabled):not(:checked):focus + .form-checkbox__visual {
  border-color: #c2638b;
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
  outline: 0;
}
input:checked:focus + .form-radio__visual, input:checked:focus + .form-checkbox__visual {
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
  outline: 0;
}
input:checked + .form-radio__visual, input:checked + .form-checkbox__visual {
  border-color: #c2638b;
}
input:disabled + .form-radio__visual, input:disabled + .form-checkbox__visual {
  filter: grayscale(100);
  opacity: 0.5;
}
.form-radio__text, .form-checkbox__text {
  font-size: 1.125rem;
  flex: 2;
  padding-left: 0.75em;
  align-self: center;
  hyphens: auto;
  max-width: 100%;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .form-radio__text, .form-checkbox__text {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .form-radio__text, .form-checkbox__text {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.form-radio__text .o-badge, .form-radio__text .o-os-status, .form-checkbox__text .o-badge, .form-checkbox__text .o-os-status {
  margin-left: 0.25em;
}
.form-radio--lg .form-radio__visual, .form-radio--lg .form-checkbox__visual, .form-checkbox--lg .form-radio__visual, .form-checkbox--lg .form-checkbox__visual {
  height: 2rem;
  width: 2rem;
}
.form-radio--lg .form-radio__text, .form-radio--lg .form-checkbox__text, .form-checkbox--lg .form-radio__text, .form-checkbox--lg .form-checkbox__text {
  font-size: 1.25rem;
}
.form-radio__visual {
  border-radius: 50%;
}
.form-radio__visual::after {
  background-color: #AE2F64;
  border-radius: 50rem;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.25s ease, opacity 0.15s ease;
  width: 100%;
}
input:checked + .form-radio__visual::after {
  opacity: 1;
  transform: scale(0.5);
}
.form-radio--tick .form-radio__visual {
  border: 0;
  background-color: transparent;
}
.form-radio--tick .form-radio__visual::after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%28174, 47, 100, 0.999%29%27 d=%27M6 12l4 4 8-8%27/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: cover;
  transition: opacity 0.15s ease;
}
.form-radio--tick > input:checked + .form-radio__visual {
  box-shadow: none;
}
.form-radio--tick > input:checked + .form-radio__visual::after {
  transform: scale(1);
}

.form-radio--tick .form-radio__text {
  padding-left: 0.25em;
}
.form-checkbox__visual {
  border-radius: 0.25em;
}
.form-checkbox__visual::after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%28255, 255, 255, 0.999%29%27 d=%27M6 12l4 4 8-8%27/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  transform: translateY(0.25rem);
  transition: transform 0.25s ease, opacity 0.15s ease;
  width: 100%;
}
input:checked + .form-checkbox__visual::after {
  opacity: 1;
  transform: translateY(0);
}
input:checked + .form-checkbox__visual {
  background-color: #AE2F64;
}
.was-validated input:valid:checked + .form-checkbox__visual {
  /*! purgecss ignore current */
  background-color: #198754;
  border-color: #198754;
}

.was-validated input:valid:focus:checked + .form-checkbox__visual {
  /*! purgecss ignore current */
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated input:invalid + .form-checkbox__visual {
  /*! purgecss ignore current */
  border-color: #a21b22;
}
.was-validated input:invalid + .form-checkbox__visual + .form-checkbox__text {
  /*! purgecss ignore current */
  color: #a21b22;
}

.was-validated input:invalid:focus + .form-checkbox__visual {
  /*! purgecss ignore current */
  box-shadow: 0 0 0 0.25rem rgba(162, 27, 34, 0.25);
}

.form-check {
  font-size: 1.125rem;
  cursor: pointer;
  padding-left: 0;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .form-check {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .form-check {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.form-check-label {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  user-select: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.form-switch .form-check-input {
  margin: 0;
  float: none;
}

.form-check-text {
  flex: 2;
  padding-left: 0.75em;
}
.form-checkgroup > *:not(.form-checkbox) {
  padding-left: 1rem;
}
.form-tag-select {
  display: flex;
  flex-flow: row wrap;
  user-select: none;
  position: relative;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
.form-tag-select > input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.form-tag-select > input:not(:disabled) + *, .form-tag-select > input:not(:disabled) + * + * {
  cursor: pointer;
}
.form-tag-select__visual {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  border: 1px solid #6D7C82;
  background-color: transparent;
  border-radius: 50rem;
  transition: all 0.2s ease;
}
input:checked + .form-tag-select__visual {
  background-color: #EDF5FA;
  border-color: #19425B;
}
input:disabled + .form-tag-select__visual {
  border-color: #4D5B61;
  opacity: 0.5;
}
.no-js input:focus + .form-tag-select__visual, .tab-active input:focus + .form-tag-select__visual {
  /*!purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
  outline: none;
}
*:hover > .form-tag-select__visual {
  border-color: #32393D;
}
.form-tag-select__text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
.form-tag-select__text::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke-width=%271.5%27 fill=%27none%27 stroke=%27rgba%2820, 21, 22, 0.999%29%27 d=%27M6 12l4 4 8-8%27/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1.5rem;
  margin-left: -0.25rem;
  margin-right: 0.25rem;
  opacity: 0;
  transform: translateY(0.25rem);
  transition: transform 0.25s ease, opacity 0.15s ease, width 0.1s ease 0.15s;
  width: 0;
}
input:checked + * + .form-tag-select__text::before {
  width: 1.5rem;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.25s ease, opacity 0.15s ease, width 0.1s ease;
}
input:disabled + * + .form-tag-select__text {
  color: #4D5B61;
  opacity: 0.5;
  cursor: not-allowed;
}

/* EPI/Optimizly */
.Form--VGW button[type=submit]:disabled {
  opacity: 0.5;
}
.Form--VGW button[type=submit].Form__Element {
  margin-bottom: 1.25em;
}
.Form--VGW .hide {
  display: none !important;
}
.Form--VGW .Form__Original__ParagraphText {
  display: none;
}
.Form--VGW .Validation__Summary .Validation__Summary__Item {
  margin-bottom: 0.25em;
}
.Form--VGW .Form__Title + .Form__Description {
  margin-top: -0.5em;
}
.Form--VGW .Form__Description {
  margin-bottom: 1.25em;
}
.Form--VGW .Form__Element {
  display: block;
}
.Form--VGW .Form__Element__Caption {
  font-size: 1.125rem;
  cursor: pointer;
  display: block;
  font-weight: 600;
  margin-bottom: 0.125em;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .Form--VGW .Form__Element__Caption {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .Form--VGW .Form__Element__Caption {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.Form--VGW .Form__Element__Caption:is(legend) {
  cursor: default;
  margin-bottom: 0.25em;
}
.Form--VGW .Form__Element.ValidationRequired .Form__Element__Caption::after {
  content: "*";
  color: #a21b22;
  margin-left: 0.25em;
}
.Form--VGW .Form__Element:is(div) {
  display: flex;
  flex-flow: column wrap;
}
.Form--VGW .Form__Element > :is(input, textarea, select, button.FormTextbox__Select) {
  font-size: 1.125rem;
  background-color: #fff;
  border: 1px solid #9EA5A8;
  border-radius: 0.25rem;
  min-height: 3rem;
  padding: 0.5em 0.75em;
  transition: border 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .Form--VGW .Form__Element > :is(input, textarea, select, button.FormTextbox__Select) {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .Form--VGW .Form__Element > :is(input, textarea, select, button.FormTextbox__Select) {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.Form--VGW .Form__Element > :is(input, textarea, select, button.FormTextbox__Select):hover {
  border-color: #52585b;
}
.Form--VGW .Form__Element > :is(input, textarea, select, button.FormTextbox__Select):focus {
  outline: none;
  border-color: #c2638b;
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
}
.Form--VGW .Form__Element > :is(select):not([multiple]), .Form--VGW .Form__Element > :is(button.FormTextbox__Select) {
  text-align: left;
}
.Form--VGW .Form__Element.ValidationFail > :is(input, textarea, select, button.FormTextbox__Select) {
  background-color: #f6e8e9;
  border-color: #a21b22;
}
.Form--VGW .Form__Element.ValidationFail > :is(input, textarea, select, button.FormTextbox__Select):hover {
  border-color: #82161b;
}
.Form--VGW .Form__Element.ValidationFail > :is(input, textarea, select, button.FormTextbox__Select):focus {
  background-color: #fff;
}
.Form--VGW .Form__Element__ValidationError {
  font-size: 1rem;
  color: #a21b22;
  display: flex;
  gap: 0.375em;
  line-height: 1.5;
  margin-top: 0.25em;
}
.Form--VGW .Form__Element__ValidationError::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27rgba%28162, 27, 34, 0.999%29%27 viewBox=%270 0 18 18%27%3E%3Cpath d=%27M9 1.03c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zM10 13H8v-2h2v2zm0-3H8V5h2v5z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  vertical-align: middle;
  aspect-ratio: 1/1;
  flex: 0 0 1rem;
  position: relative;
  top: 0.25em;
}
.Form--VGW .Form__Element .dropdown-menu {
  box-shadow: 0 0.25rem 0.5rem rgba(20, 21, 22, 0.1);
  overflow: hidden;
}
.Form--VGW .Form__Element .dropdown-header {
  /*! purgecss ignore current */
  color: #4D5B61;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-top: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.Form--VGW .Form__Element .item:hover {
  background-color: #EBECED;
}
.Form--VGW .Form__Element .item .form-checkbox {
  margin: 0;
  padding: 0.25rem 0.5rem;
}
.Form--VGW .Form__Element .item .form-checkbox__visual {
  transform: scale(0.83333);
}
.Form--VGW .Form__Element .ddmFilter-body {
  max-height: 17rem;
  margin-bottom: -0.5rem;
  padding-top: 0.5rem;
  overflow: auto;
  position: relative;
}
@media (min-width: 36rem) {
  .Form--VGW .Form__Element .ddmFilter-body {
    display: flex;
  }
  .Form--VGW .Form__Element .ddmFilter-body > * {
    display: flex;
    flex-flow: column nowrap;
    flex: 1;
  }
}
.Form--VGW .Form__Element .ddmFilterSearch {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  white-space: nowrap;
}
.Form--VGW .Form__Element .ddmFilterSearch > .form-control {
  flex: 2;
  min-width: 16rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M12.7,11.3c0.9-1.2,1.4-2.6,1.4-4.2C14.1,3.2,11,0,7.1,0S0,3.2,0,7.1c0,3.9,3.2,7.1,7.1,7.1 c1.6,0,3.1-0.5,4.2-1.4l3,3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L12.7,11.3z M7.1,12.1 C4.3,12.1,2,9.9,2,7.1S4.3,2,7.1,2s5.1,2.3,5.1,5.1S9.9,12.1,7.1,12.1z%27%3E%3C/path%3E%3C/svg%3E") 1rem center no-repeat;
  background-size: 1rem;
  border: 0;
  font-size: 1rem;
  padding-left: 2.5rem;
}
.Form--VGW .Form__Element .ddmFilterSearch > div {
  display: flex;
  flex-flow: row wrap;
  margin: 0.125rem 0;
}
.Form--VGW .Form__Element .ddmFilterSearch .btn-link {
  text-decoration: none;
  border-radius: 50rem;
  border: 1px solid #4D5B61;
  color: #4D5B61;
  padding: 0.25em 1em;
  margin: 0.125rem;
  font-weight: 400;
}
.Form--VGW .Form__Element .ddmFilterSearch .btn-link:hover, .Form--VGW .Form__Element .ddmFilterSearch .btn-link:focus {
  border-color: #141516;
  color: #141516;
}
.Form--VGW .Form__Element .ddmFilterSearch .btn-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 21, 22, 0.25);
}
.Form--VGW .Form__Element .ddmFilterSearch .btn-link:active {
  background-color: #AE2F64;
  border-color: #AE2F64;
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
  color: #fff;
}
.Form--VGW .Form__NavigationBar {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DFE1E2;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
.Form--VGW .Form__NavigationBar__ProgressBar__ProgressLabel {
  margin-right: 0.5em;
}
.Form--VGW .Form__NavigationBar__ProgressBar--Text {
  font-size: 1rem;
  color: #4D5B61;
  display: flex;
  font-weight: 600;
  justify-content: center;
  text-transform: uppercase;
}
.Form--VGW .Form__Success > *, .Form--VGW .Form__Error > * {
  border-radius: 0.25rem;
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
}
.Form--VGW .Form__Success > * *:last-child, .Form--VGW .Form__Error > * *:last-child {
  margin-bottom: 0;
}
.Form--VGW .Form__Success > * .title, .Form--VGW .Form__Success > * .form-fs__legend, .Form--VGW .Form__Error > * .title, .Form--VGW .Form__Error > * .form-fs__legend {
  color: inherit;
  margin-bottom: 0.25em;
}
.Form--VGW .Form__Success > * a, .Form--VGW .Form__Error > * a {
  font-weight: 600;
  color: inherit;
}
.Form--VGW .Form__Success > * {
  border: 1px solid #badbcc;
  background-color: #e8f3ee;
  color: #0f5132;
}
.Form--VGW .Form__Success > * a:hover, .Form--VGW .Form__Success > * a:active, .Form--VGW .Form__Success > * a:focus {
  color: #072617;
}
.Form--VGW .Form__Error > * {
  border: 1px solid #e3bbbd;
  background-color: #f6e8e9;
  color: #611014;
}
.Form--VGW .Form__Error > * a:hover, .Form--VGW .Form__Error > * a:active, .Form--VGW .Form__Error > * a:focus {
  color: #35090b;
}
.Form--VGW .FormStep > * {
  margin-bottom: 1.25em;
}
.Form--VGW .FormTextbox__Input {
  max-width: 100%;
}
.Form--VGW .FormChoice:not(.FormChoice--Custom) fieldset > div {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0.5rem;
}
.Form--VGW .FormChoice:not(.FormChoice--Custom) fieldset > div, .Form--VGW .FormChoice:not(.FormChoice--Custom) fieldset > div > * {
  cursor: pointer;
}
.Form--VGW .FormChoice:not(.FormChoice--Custom) .FormChoice__Input {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  accent-color: #AE2F64;
}
.Form--VGW .FormChoice:not(.FormChoice--Custom) .FormChoice__Label {
  font-size: 1.125rem;
  flex: 2;
  align-self: center;
  padding-left: 0.5rem;
  user-select: none;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .Form--VGW .FormChoice:not(.FormChoice--Custom) .FormChoice__Label {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .Form--VGW .FormChoice:not(.FormChoice--Custom) .FormChoice__Label {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.Form--VGW .FormChoice--Custom .FormChoice__Label {
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  user-select: none;
  margin-bottom: 0.5rem;
}
.Form--VGW .FormChoice--Custom .FormChoice__Label:hover > input:not(:disabled):not(:checked) + .FormChoice__Visual {
  border-color: #52585b;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input:not(:disabled) + *, .Form--VGW .FormChoice--Custom .FormChoice__Input:not(:disabled) + * + * {
  cursor: pointer;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input:not(:disabled):not(:checked):focus + .FormChoice__Visual {
  border-color: #c2638b;
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
  outline: 0;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input:checked:focus + .FormChoice__Visual {
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
  outline: 0;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input:checked + .FormChoice__Visual {
  border-color: #c2638b;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input:disabled + .FormChoice__Visual {
  filter: grayscale(100);
  opacity: 0.5;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input[type=radio] + .FormChoice__Visual {
  border-radius: 50%;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input[type=radio] + .FormChoice__Visual::after {
  background-color: #AE2F64;
  border-radius: 50rem;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.25s ease, opacity 0.15s ease;
  width: 100%;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input[type=radio]:checked + .FormChoice__Visual::after {
  opacity: 1;
  transform: scale(0.5);
}
.Form--VGW .FormChoice--Custom .FormChoice__Input[type=checkbox] + .FormChoice__Visual {
  border-radius: 0.25em;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input[type=checkbox] + .FormChoice__Visual::after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%28255, 255, 255, 0.999%29%27 d=%27M6 12l4 4 8-8%27/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  transform: translateY(0.25rem);
  transition: transform 0.25s ease, opacity 0.15s ease;
  width: 100%;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input[type=checkbox]:checked + .FormChoice__Visual {
  background-color: #AE2F64;
}
.Form--VGW .FormChoice--Custom .FormChoice__Input[type=checkbox]:checked + .FormChoice__Visual::after {
  opacity: 1;
  transform: translateY(0);
}
.Form--VGW .FormChoice--Custom .FormChoice__Visual {
  background-color: #fff;
  border: 1px solid #9EA5A8;
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  top: 0.1875em;
  margin-bottom: 0.5rem;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.Form--VGW .FormChoice--Custom .FormChoice__Text {
  font-size: 1.125rem;
  flex: 2;
  padding-left: 0.75em;
  align-self: center;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .Form--VGW .FormChoice--Custom .FormChoice__Text {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .Form--VGW .FormChoice--Custom .FormChoice__Text {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}

/*
[type="search"]{
	//webkit
	&::-webkit-search-decoration,
	&::-webkit-search-cancel-button,
	&::-webkit-search-results-button,
	&::-webkit-search-results-decoration {
		-webkit-appearance:none;
	}
	//ie
	&::-ms-clear,
	&::-ms-reveal {
		display: none;
		width: 0;
		height: 0;
	}
}
*/
.c-guide .c-block__header .title, .c-guide .c-block__header .form-fs__legend {
  margin-bottom: 1.25em;
}
[data-theme=primary] .c-guide .c-block__header .title, [data-theme=primary] .c-guide .c-block__header .form-fs__legend {
  color: #AE2F64;
}
[data-theme=secondary] .c-guide .c-block__header .title, [data-theme=secondary] .c-guide .c-block__header .form-fs__legend {
  color: #032E43;
}
[data-theme=third] .c-guide .c-block__header .title, [data-theme=third] .c-guide .c-block__header .form-fs__legend {
  color: #1B7986;
}
[data-theme=fourth] .c-guide .c-block__header .title, [data-theme=fourth] .c-guide .c-block__header .form-fs__legend {
  color: #006ea9;
}
[data-theme=success] .c-guide .c-block__header .title, [data-theme=success] .c-guide .c-block__header .form-fs__legend {
  color: #198754;
}
[data-theme=info] .c-guide .c-block__header .title, [data-theme=info] .c-guide .c-block__header .form-fs__legend {
  color: #006ea9;
}
[data-theme=warning] .c-guide .c-block__header .title, [data-theme=warning] .c-guide .c-block__header .form-fs__legend {
  color: #ffc107;
}
[data-theme=danger] .c-guide .c-block__header .title, [data-theme=danger] .c-guide .c-block__header .form-fs__legend {
  color: #a21b22;
}
[data-theme=light] .c-guide .c-block__header .title, [data-theme=light] .c-guide .c-block__header .form-fs__legend {
  color: #EBECED;
}
[data-theme=dark] .c-guide .c-block__header .title, [data-theme=dark] .c-guide .c-block__header .form-fs__legend {
  color: #141516;
}
.c-guide-list {
  padding-left: 0;
  list-style: none;
  counter-reset: item;
}
.c-guide-list:last-child {
  margin-bottom: 0;
}
.c-guide-list__item {
  position: relative;
  display: flex;
}
.c-guide-list__item > * {
  align-self: center;
}
.c-guide-list__item h2, .c-guide-list__item .h2, .c-guide-list__item h3, .c-guide-list__item .h3, .c-guide-list__item h4, .c-guide-list__item .h4 {
  margin-bottom: 0.5em;
}
[data-theme=primary] .c-guide-list__item h2, [data-theme=primary] .c-guide-list__item .h2, [data-theme=primary] .c-guide-list__item h3, [data-theme=primary] .c-guide-list__item .h3, [data-theme=primary] .c-guide-list__item h4, [data-theme=primary] .c-guide-list__item .h4 {
  color: #AE2F64;
}
[data-theme=secondary] .c-guide-list__item h2, [data-theme=secondary] .c-guide-list__item .h2, [data-theme=secondary] .c-guide-list__item h3, [data-theme=secondary] .c-guide-list__item .h3, [data-theme=secondary] .c-guide-list__item h4, [data-theme=secondary] .c-guide-list__item .h4 {
  color: #032E43;
}
[data-theme=third] .c-guide-list__item h2, [data-theme=third] .c-guide-list__item .h2, [data-theme=third] .c-guide-list__item h3, [data-theme=third] .c-guide-list__item .h3, [data-theme=third] .c-guide-list__item h4, [data-theme=third] .c-guide-list__item .h4 {
  color: #1B7986;
}
[data-theme=fourth] .c-guide-list__item h2, [data-theme=fourth] .c-guide-list__item .h2, [data-theme=fourth] .c-guide-list__item h3, [data-theme=fourth] .c-guide-list__item .h3, [data-theme=fourth] .c-guide-list__item h4, [data-theme=fourth] .c-guide-list__item .h4 {
  color: #006ea9;
}
[data-theme=success] .c-guide-list__item h2, [data-theme=success] .c-guide-list__item .h2, [data-theme=success] .c-guide-list__item h3, [data-theme=success] .c-guide-list__item .h3, [data-theme=success] .c-guide-list__item h4, [data-theme=success] .c-guide-list__item .h4 {
  color: #198754;
}
[data-theme=info] .c-guide-list__item h2, [data-theme=info] .c-guide-list__item .h2, [data-theme=info] .c-guide-list__item h3, [data-theme=info] .c-guide-list__item .h3, [data-theme=info] .c-guide-list__item h4, [data-theme=info] .c-guide-list__item .h4 {
  color: #006ea9;
}
[data-theme=warning] .c-guide-list__item h2, [data-theme=warning] .c-guide-list__item .h2, [data-theme=warning] .c-guide-list__item h3, [data-theme=warning] .c-guide-list__item .h3, [data-theme=warning] .c-guide-list__item h4, [data-theme=warning] .c-guide-list__item .h4 {
  color: #ffc107;
}
[data-theme=danger] .c-guide-list__item h2, [data-theme=danger] .c-guide-list__item .h2, [data-theme=danger] .c-guide-list__item h3, [data-theme=danger] .c-guide-list__item .h3, [data-theme=danger] .c-guide-list__item h4, [data-theme=danger] .c-guide-list__item .h4 {
  color: #a21b22;
}
[data-theme=light] .c-guide-list__item h2, [data-theme=light] .c-guide-list__item .h2, [data-theme=light] .c-guide-list__item h3, [data-theme=light] .c-guide-list__item .h3, [data-theme=light] .c-guide-list__item h4, [data-theme=light] .c-guide-list__item .h4 {
  color: #EBECED;
}
[data-theme=dark] .c-guide-list__item h2, [data-theme=dark] .c-guide-list__item .h2, [data-theme=dark] .c-guide-list__item h3, [data-theme=dark] .c-guide-list__item .h3, [data-theme=dark] .c-guide-list__item h4, [data-theme=dark] .c-guide-list__item .h4 {
  color: #141516;
}
.c-guide-list__item::before {
  font-size: calc(1.3125rem + 0.75vw);
  background-color: #AE2F64;
  border-radius: 0.25rem;
  color: #fff;
  counter-increment: item;
  content: counter(item);
  display: flex;
  align-items: center;
  align-self: flex-start;
  flex: 0 0 1.75em;
  height: 1.75em;
  justify-content: center;
  line-height: 100%;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  transition: background-color 0.25s ease;
  width: 1.75em;
}
@media (min-width: 1200px) {
  .c-guide-list__item::before {
    font-size: 1.875rem;
  }
}
@supports (font-size: min(max(1.375rem, 1.3513513514vw), 1.875rem)) {
  .c-guide-list__item::before {
    font-size: min(max(1.375rem, 1.3513513514vw), 1.875rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-guide-list__item::before {
    font-size: clamp(1.375rem, 0.8885135135rem + 1.3513513514vw, 1.875rem);
  }
}
[data-theme=primary] .c-guide-list__item::before {
  background-color: #AE2F64;
}
[data-theme=secondary] .c-guide-list__item::before {
  background-color: #032E43;
}
[data-theme=third] .c-guide-list__item::before {
  background-color: #1B7986;
}
[data-theme=fourth] .c-guide-list__item::before {
  background-color: #006ea9;
}
[data-theme=success] .c-guide-list__item::before {
  background-color: #198754;
}
[data-theme=info] .c-guide-list__item::before {
  background-color: #006ea9;
}
[data-theme=warning] .c-guide-list__item::before {
  background-color: #ffc107;
}
[data-theme=danger] .c-guide-list__item::before {
  background-color: #a21b22;
}
[data-theme=light] .c-guide-list__item::before {
  background-color: #EBECED;
}
[data-theme=dark] .c-guide-list__item::before {
  background-color: #141516;
}
.c-guide-list__item:hover::before, .c-guide-list__item:focus-within::before {
  background: #cc447d;
}
[data-theme=primary] .c-guide-list__item:hover::before, [data-theme=primary] .c-guide-list__item:focus-within::before {
  background-color: #cc447d;
}
[data-theme=secondary] .c-guide-list__item:hover::before, [data-theme=secondary] .c-guide-list__item:focus-within::before {
  background-color: #055074;
}
[data-theme=third] .c-guide-list__item:hover::before, [data-theme=third] .c-guide-list__item:focus-within::before {
  background-color: #249fb0;
}
[data-theme=fourth] .c-guide-list__item:hover::before, [data-theme=fourth] .c-guide-list__item:focus-within::before {
  background-color: #008fdc;
}
[data-theme=success] .c-guide-list__item:hover::before, [data-theme=success] .c-guide-list__item:focus-within::before {
  background-color: #21b26f;
}
[data-theme=info] .c-guide-list__item:hover::before, [data-theme=info] .c-guide-list__item:focus-within::before {
  background-color: #008fdc;
}
[data-theme=warning] .c-guide-list__item:hover::before, [data-theme=warning] .c-guide-list__item:focus-within::before {
  background-color: #ffce3a;
}
[data-theme=danger] .c-guide-list__item:hover::before, [data-theme=danger] .c-guide-list__item:focus-within::before {
  background-color: #ce222b;
}
[data-theme=light] .c-guide-list__item:hover::before, [data-theme=light] .c-guide-list__item:focus-within::before {
  background-color: white;
}
[data-theme=dark] .c-guide-list__item:hover::before, [data-theme=dark] .c-guide-list__item:focus-within::before {
  background-color: #2c2f31;
}
.c-guide-list__item + .c-guide-list__item {
  margin-top: 1rem;
}
.c-guide-list__link {
  font-weight: 600;
}
.c-guide--card {
  border-radius: 0.25rem;
}
.p-article__sidebar .c-guide--card {
  border: 1px solid #DFE1E2;
}
.c-guide--card .c-guide-list__item::before {
  font-size: 1.5em;
}
.c-guide--card .c-block__header {
  padding: 1rem;
  padding-bottom: 0;
}
.c-guide--card .c-block__header .title, .c-guide--card .c-block__header .form-fs__legend {
  margin-bottom: 0;
}
.c-guide--card .c-block__body {
  padding: 1rem;
}
.c-guide--card .c-block__footer {
  padding: 1rem;
}
.c-guide--card .c-block__footer .btn, .c-guide--card .c-block__footer .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .c-guide--card .c-block__footer button[type=submit]:not(:disabled), .c-guide--card .c-block__footer .Form--VGW button[type=submit]:disabled, .Form--VGW .c-guide--card .c-block__footer button[type=submit]:disabled {
  margin: 0;
  width: 100%;
}
[data-theme=primary] .c-guide--card {
  background-color: #FBE6EE;
}
[data-theme=primary] .c-guide--card .c-block__footer {
  border-top-color: #F7BFD6;
}
.p-article__sidebar [data-theme=primary] .c-guide--card .c-block__footer {
  border-top-color: #DFE1E2;
}
[data-theme=secondary] .c-guide--card {
  background-color: #EDF5FA;
}
[data-theme=secondary] .c-guide--card .c-block__footer {
  border-top-color: #B9D8EE;
}
.p-article__sidebar [data-theme=secondary] .c-guide--card .c-block__footer {
  border-top-color: #DFE1E2;
}
[data-theme=third] .c-guide--card {
  background-color: #EBF9FB;
}
[data-theme=third] .c-guide--card .c-block__footer {
  border-top-color: #B2E7F0;
}
.p-article__sidebar [data-theme=third] .c-guide--card .c-block__footer {
  border-top-color: #DFE1E2;
}
.p-article__sidebar [data-theme=fourth] .c-guide--card .c-block__footer {
  border-top-color: #DFE1E2;
}
.p-article__sidebar [data-theme=success] .c-guide--card .c-block__footer {
  border-top-color: #DFE1E2;
}
.p-article__sidebar [data-theme=info] .c-guide--card .c-block__footer {
  border-top-color: #DFE1E2;
}
.p-article__sidebar [data-theme=warning] .c-guide--card .c-block__footer {
  border-top-color: #DFE1E2;
}
[data-theme=danger] .c-guide--card {
  background-color: #f6e8e9;
}
[data-theme=danger] .c-guide--card .c-block__footer {
  border-top-color: #ecd1d3;
}
.p-article__sidebar [data-theme=danger] .c-guide--card .c-block__footer {
  border-top-color: #DFE1E2;
}
.p-article__sidebar [data-theme=light] .c-guide--card .c-block__footer {
  border-top-color: #DFE1E2;
}
.p-article__sidebar [data-theme=dark] .c-guide--card .c-block__footer {
  border-top-color: #DFE1E2;
}
@media (min-width: 48rem) {
  .c-guide--index .c-guide-list {
    column-count: 2;
  }
}
.c-guide--index .c-guide-list > * {
  break-inside: avoid-column;
}
.c-guide--index .c-guide-list__link {
  font-weight: normal;
}
[data-theme=primary] .c-guide--index .c-guide-list__link {
  color: #AE2F64;
}
[data-theme=primary] .c-guide--index .c-guide-list__link:hover, [data-theme=primary] .c-guide--index .c-guide-list__link:active, [data-theme=primary] .c-guide--index .c-guide-list__link:visited, [data-theme=primary] .c-guide--index .c-guide-list__link:visited:hover, [data-theme=primary] .c-guide--index .c-guide-list__link:focus {
  color: #86244d;
}
[data-theme=secondary] .c-guide--index .c-guide-list__link {
  color: #032E43;
}
[data-theme=secondary] .c-guide--index .c-guide-list__link:hover, [data-theme=secondary] .c-guide--index .c-guide-list__link:active, [data-theme=secondary] .c-guide--index .c-guide-list__link:visited, [data-theme=secondary] .c-guide--index .c-guide-list__link:visited:hover, [data-theme=secondary] .c-guide--index .c-guide-list__link:focus {
  color: #010c12;
}
[data-theme=third] .c-guide--index .c-guide-list__link {
  color: #1B7986;
}
[data-theme=third] .c-guide--index .c-guide-list__link:hover, [data-theme=third] .c-guide--index .c-guide-list__link:active, [data-theme=third] .c-guide--index .c-guide-list__link:visited, [data-theme=third] .c-guide--index .c-guide-list__link:visited:hover, [data-theme=third] .c-guide--index .c-guide-list__link:focus {
  color: #12535c;
}
[data-theme=fourth] .c-guide--index .c-guide-list__link {
  color: #006ea9;
}
[data-theme=fourth] .c-guide--index .c-guide-list__link:hover, [data-theme=fourth] .c-guide--index .c-guide-list__link:active, [data-theme=fourth] .c-guide--index .c-guide-list__link:visited, [data-theme=fourth] .c-guide--index .c-guide-list__link:visited:hover, [data-theme=fourth] .c-guide--index .c-guide-list__link:focus {
  color: #004d76;
}
[data-theme=success] .c-guide--index .c-guide-list__link {
  color: #198754;
}
[data-theme=success] .c-guide--index .c-guide-list__link:hover, [data-theme=success] .c-guide--index .c-guide-list__link:active, [data-theme=success] .c-guide--index .c-guide-list__link:visited, [data-theme=success] .c-guide--index .c-guide-list__link:visited:hover, [data-theme=success] .c-guide--index .c-guide-list__link:focus {
  color: #115c39;
}
[data-theme=info] .c-guide--index .c-guide-list__link {
  color: #006ea9;
}
[data-theme=info] .c-guide--index .c-guide-list__link:hover, [data-theme=info] .c-guide--index .c-guide-list__link:active, [data-theme=info] .c-guide--index .c-guide-list__link:visited, [data-theme=info] .c-guide--index .c-guide-list__link:visited:hover, [data-theme=info] .c-guide--index .c-guide-list__link:focus {
  color: #004d76;
}
[data-theme=warning] .c-guide--index .c-guide-list__link {
  color: #ffc107;
}
[data-theme=warning] .c-guide--index .c-guide-list__link:hover, [data-theme=warning] .c-guide--index .c-guide-list__link:active, [data-theme=warning] .c-guide--index .c-guide-list__link:visited, [data-theme=warning] .c-guide--index .c-guide-list__link:visited:hover, [data-theme=warning] .c-guide--index .c-guide-list__link:focus {
  color: #d39e00;
}
[data-theme=danger] .c-guide--index .c-guide-list__link {
  color: #a21b22;
}
[data-theme=danger] .c-guide--index .c-guide-list__link:hover, [data-theme=danger] .c-guide--index .c-guide-list__link:active, [data-theme=danger] .c-guide--index .c-guide-list__link:visited, [data-theme=danger] .c-guide--index .c-guide-list__link:visited:hover, [data-theme=danger] .c-guide--index .c-guide-list__link:focus {
  color: #761419;
}
[data-theme=light] .c-guide--index .c-guide-list__link {
  color: #EBECED;
}
[data-theme=light] .c-guide--index .c-guide-list__link:hover, [data-theme=light] .c-guide--index .c-guide-list__link:active, [data-theme=light] .c-guide--index .c-guide-list__link:visited, [data-theme=light] .c-guide--index .c-guide-list__link:visited:hover, [data-theme=light] .c-guide--index .c-guide-list__link:focus {
  color: #d0d3d5;
}
[data-theme=dark] .c-guide--index .c-guide-list__link {
  color: #141516;
}
[data-theme=dark] .c-guide--index .c-guide-list__link:hover, [data-theme=dark] .c-guide--index .c-guide-list__link:active, [data-theme=dark] .c-guide--index .c-guide-list__link:visited, [data-theme=dark] .c-guide--index .c-guide-list__link:visited:hover, [data-theme=dark] .c-guide--index .c-guide-list__link:focus {
  color: black;
}
@media (min-width: 36rem) {
  .c-guide--index .c-block__header {
    padding: 1.5rem;
    padding-bottom: 0;
  }
}
.c-guide--index .c-block__header .title, .c-guide--index .c-block__header .form-fs__legend {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  .c-guide--index .c-block__header .title, .c-guide--index .c-block__header .form-fs__legend {
    font-size: 1.625rem;
  }
}
@media (min-width: 36rem) {
  .c-guide--index .c-block__body {
    padding: 1.5rem;
  }
}
@media (min-width: 36rem) {
  .c-guide--index .c-block__footer {
    padding: 1.5rem;
  }
}

.c-hero {
  position: relative;
  color: #fff;
  background: #AE2F64;
}
@media (max-width: 35.98rem) {
  .c-hero {
    padding-bottom: 2rem;
  }
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-hero {
    padding-bottom: 2rem;
  }
}
@media (min-width: 48rem) and (max-width: 56.98rem) {
  .c-hero {
    padding-bottom: 2rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .c-hero {
    padding-bottom: 2rem;
  }
}
@media (min-width: 75rem) and (max-width: 89.98rem) {
  .c-hero {
    padding-bottom: 2rem;
  }
}
@media (min-width: 90rem) {
  .c-hero {
    padding-bottom: 2rem;
  }
}
@media (min-width: 57rem) {
  .c-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.c-hero .c {
  position: relative;
  z-index: 2;
}
.c-hero .title, .c-hero .form-fs__legend {
  color: inherit;
}
.c-hero h1.display-title, .c-hero .display-title.h1 {
  font-size: calc(1.525rem + 3.3vw);
  margin-bottom: 0.5em;
}
@media (min-width: 1200px) {
  .c-hero h1.display-title, .c-hero .display-title.h1 {
    font-size: 4rem;
  }
}
@supports (font-size: min(max(2.5rem, 4.0540540541vw), 4rem)) {
  .c-hero h1.display-title, .c-hero .display-title.h1 {
    font-size: min(max(2.5rem, 4.0540540541vw), 4rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-hero h1.display-title, .c-hero .display-title.h1 {
    font-size: clamp(2.5rem, 1.0405405405rem + 4.0540540541vw, 4rem);
  }
}
.c-hero a:visited {
  color: #fff;
}

.c-hero-block {
  position: relative;
}
@media (max-width: 35.98rem) {
  .c-hero-block::before {
    position: relative;
    display: block;
    padding-top: 50%;
    content: "";
  }
}
.c-hero-block__content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}
@media (min-width: 57rem) {
  .c-hero-block__content {
    position: absolute;
    padding: 2rem;
  }
}
.c-hero-block__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  border-radius: 0.3rem;
  overflow: hidden;
}
@media (min-width: 57rem) {
  .c-hero-block__bg {
    position: relative;
    padding-top: 50%;
    width: auto;
    height: auto;
    min-height: 23.5rem;
  }
}
.c-hero-block__bg .o-bg-obj {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  background-position: 50% 50%;
  background-size: cover;
}
.js .c-hero-block__bg .o-bg-obj.lazyload {
  /*! purgecss ignore current */
  transform: scale(1.5);
  opacity: 0;
}
.js .c-hero-block__bg .o-bg-obj.lazyloading, .js .c-hero-block__bg .o-bg-obj.lazyloaded {
  /*! purgecss ignore current */
  opacity: 1;
  transform: scale(1);
  transition: transform 5s ease, opacity 0.5s ease;
}
.no-js .c-hero-block__bg .o-bg-obj.lazyload {
  /*! purgecss ignore current */
  display: none;
}
.c-hero-block .c-links {
  background-color: #FBE6EE;
  flex: 1;
  margin-left: auto;
  max-width: 23.5rem;
  padding: 1.5rem;
}
.c-hero-block .c-links:last-child {
  margin-bottom: 0;
}
.c-hero-block .c-links__title {
  font-size: calc(1.275rem + 0.3vw);
  color: #872959;
}
@media (min-width: 1200px) {
  .c-hero-block .c-links__title {
    font-size: 1.5rem;
  }
}
.c-hero-block .c-links-list {
  margin-bottom: 0;
}
.c-highlight {
  display: flex;
  position: relative;
  margin-bottom: 1rem;
}
.c-highlight__media {
  border-radius: 0.3rem;
  overflow: hidden;
  width: 4rem;
  order: -1;
  margin-right: 1rem;
}
.c-highlight__content {
  flex: 2;
  align-self: center;
}
.c-highlight__title {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@supports (font-size: min(max(1rem, 0.6756756757vw), 1.25rem)) {
  .c-highlight__title {
    font-size: min(max(1rem, 0.6756756757vw), 1.25rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-highlight__title {
    font-size: clamp(1rem, 0.7567567568rem + 0.6756756757vw, 1.25rem);
  }
}
.c-links {
  --linksListColor: #DFE1E2;
  font-size: 1.125rem;
}
[data-theme=primary] .c-links, .c-links[data-theme=primary] {
  --linksListColor: #F497BA;
}
[data-theme=secondary] .c-links, .c-links[data-theme=secondary] {
  --linksListColor: #9ABCD6;
}
[data-theme=third] .c-links, .c-links[data-theme=third] {
  --linksListColor: #80D7E6;
}
[data-theme=fourth] .c-links, .c-links[data-theme=fourth] {
  --linksListColor: ;
}
[data-theme=success] .c-links, .c-links[data-theme=success] {
  --linksListColor: ;
}
[data-theme=info] .c-links, .c-links[data-theme=info] {
  --linksListColor: ;
}
[data-theme=warning] .c-links, .c-links[data-theme=warning] {
  --linksListColor: ;
}
[data-theme=danger] .c-links, .c-links[data-theme=danger] {
  --linksListColor: #daa4a7;
}
[data-theme=light] .c-links, .c-links[data-theme=light] {
  --linksListColor: ;
}
[data-theme=dark] .c-links, .c-links[data-theme=dark] {
  --linksListColor: ;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-links {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-links {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.c-links__title {
  padding-bottom: 0.5em;
  margin-bottom: 0;
}
.c-links-list {
  font-size: 1.125rem;
  padding-left: 0;
  list-style: none;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-links-list {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-links-list {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.c-links-list__item {
  border-bottom: 1px solid var(--linksListColor);
}
.c-links-list__item:first-child {
  border-top: 1px solid var(--linksListColor);
}
.c-links-list__link {
  padding: 0.5rem 0;
}
.no-js .c-links-list__link:active:focus, .tab-active .c-links-list__link:active:focus, .no-js .c-links-list__link:focus, .tab-active .c-links-list__link:focus {
  /*!purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
  outline: none;
}
.c-links-list--arrows .c-links-list__link {
  text-decoration: none;
}
.c-links-list--arrows .c-links-list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-links-list--arrows .c-links-list__link:hover::after, .c-links-list--arrows .c-links-list__link:active::after, .c-links-list--arrows .c-links-list__link:focus::after {
  opacity: 1;
  transform: translateX(0.25rem);
}
.c-links-list--arrows .c-links-list__link::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%2820, 21, 22, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0 0.25rem;
  opacity: 0.5;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: block;
  flex: 0 0 1.5rem;
}
.c-links-list:last-child  {
  margin-bottom: 0;
}
.c-block--accordion [data-theme=primary] .c-links-list__item, .c-hero-block [data-theme=primary] .c-links-list__item {
  border-bottom-color: var(--linksListColor);
}
.c-block--accordion [data-theme=primary] .c-links-list__item:first-child, .c-hero-block [data-theme=primary] .c-links-list__item:first-child {
  border-top-color: var(--linksListColor);
}
.c-block--accordion [data-theme=primary] .c-links-list--arrows .c-links-list__link, .c-hero-block [data-theme=primary] .c-links-list--arrows .c-links-list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-block--accordion [data-theme=primary] .c-links-list--arrows .c-links-list__link:hover::after, .c-block--accordion [data-theme=primary] .c-links-list--arrows .c-links-list__link:active::after, .c-block--accordion [data-theme=primary] .c-links-list--arrows .c-links-list__link:focus::after, .c-hero-block [data-theme=primary] .c-links-list--arrows .c-links-list__link:hover::after, .c-hero-block [data-theme=primary] .c-links-list--arrows .c-links-list__link:active::after, .c-hero-block [data-theme=primary] .c-links-list--arrows .c-links-list__link:focus::after {
  opacity: 1;
  transform: translateX(0.25rem);
}
.c-block--accordion [data-theme=primary] .c-links-list--arrows .c-links-list__link::after, .c-hero-block [data-theme=primary] .c-links-list--arrows .c-links-list__link::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%28174, 47, 100, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0 0.25rem;
  opacity: 0.5;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: block;
  flex: 0 0 1.5rem;
}
.c-block--accordion [data-theme=secondary] .c-links-list__item, .c-hero-block [data-theme=secondary] .c-links-list__item {
  border-bottom-color: var(--linksListColor);
}
.c-block--accordion [data-theme=secondary] .c-links-list__item:first-child, .c-hero-block [data-theme=secondary] .c-links-list__item:first-child {
  border-top-color: var(--linksListColor);
}
.c-block--accordion [data-theme=secondary] .c-links-list--arrows .c-links-list__link, .c-hero-block [data-theme=secondary] .c-links-list--arrows .c-links-list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-block--accordion [data-theme=secondary] .c-links-list--arrows .c-links-list__link:hover::after, .c-block--accordion [data-theme=secondary] .c-links-list--arrows .c-links-list__link:active::after, .c-block--accordion [data-theme=secondary] .c-links-list--arrows .c-links-list__link:focus::after, .c-hero-block [data-theme=secondary] .c-links-list--arrows .c-links-list__link:hover::after, .c-hero-block [data-theme=secondary] .c-links-list--arrows .c-links-list__link:active::after, .c-hero-block [data-theme=secondary] .c-links-list--arrows .c-links-list__link:focus::after {
  opacity: 1;
  transform: translateX(0.25rem);
}
.c-block--accordion [data-theme=secondary] .c-links-list--arrows .c-links-list__link::after, .c-hero-block [data-theme=secondary] .c-links-list--arrows .c-links-list__link::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%283, 46, 67, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0 0.25rem;
  opacity: 0.5;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: block;
  flex: 0 0 1.5rem;
}
.c-block--accordion [data-theme=third] .c-links-list__item, .c-hero-block [data-theme=third] .c-links-list__item {
  border-bottom-color: var(--linksListColor);
}
.c-block--accordion [data-theme=third] .c-links-list__item:first-child, .c-hero-block [data-theme=third] .c-links-list__item:first-child {
  border-top-color: var(--linksListColor);
}
.c-block--accordion [data-theme=third] .c-links-list--arrows .c-links-list__link, .c-hero-block [data-theme=third] .c-links-list--arrows .c-links-list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-block--accordion [data-theme=third] .c-links-list--arrows .c-links-list__link:hover::after, .c-block--accordion [data-theme=third] .c-links-list--arrows .c-links-list__link:active::after, .c-block--accordion [data-theme=third] .c-links-list--arrows .c-links-list__link:focus::after, .c-hero-block [data-theme=third] .c-links-list--arrows .c-links-list__link:hover::after, .c-hero-block [data-theme=third] .c-links-list--arrows .c-links-list__link:active::after, .c-hero-block [data-theme=third] .c-links-list--arrows .c-links-list__link:focus::after {
  opacity: 1;
  transform: translateX(0.25rem);
}
.c-block--accordion [data-theme=third] .c-links-list--arrows .c-links-list__link::after, .c-hero-block [data-theme=third] .c-links-list--arrows .c-links-list__link::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%2827, 121, 134, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0 0.25rem;
  opacity: 0.5;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: block;
  flex: 0 0 1.5rem;
}
.c-block--accordion [data-theme=fourth] .c-links-list__item, .c-hero-block [data-theme=fourth] .c-links-list__item {
  border-bottom-color: var(--linksListColor);
}
.c-block--accordion [data-theme=fourth] .c-links-list__item:first-child, .c-hero-block [data-theme=fourth] .c-links-list__item:first-child {
  border-top-color: var(--linksListColor);
}
.c-block--accordion [data-theme=fourth] .c-links-list--arrows .c-links-list__link, .c-hero-block [data-theme=fourth] .c-links-list--arrows .c-links-list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-block--accordion [data-theme=fourth] .c-links-list--arrows .c-links-list__link:hover::after, .c-block--accordion [data-theme=fourth] .c-links-list--arrows .c-links-list__link:active::after, .c-block--accordion [data-theme=fourth] .c-links-list--arrows .c-links-list__link:focus::after, .c-hero-block [data-theme=fourth] .c-links-list--arrows .c-links-list__link:hover::after, .c-hero-block [data-theme=fourth] .c-links-list--arrows .c-links-list__link:active::after, .c-hero-block [data-theme=fourth] .c-links-list--arrows .c-links-list__link:focus::after {
  opacity: 1;
  transform: translateX(0.25rem);
}
.c-block--accordion [data-theme=fourth] .c-links-list--arrows .c-links-list__link::after, .c-hero-block [data-theme=fourth] .c-links-list--arrows .c-links-list__link::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%280, 110, 169, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0 0.25rem;
  opacity: 0.5;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: block;
  flex: 0 0 1.5rem;
}
.c-block--accordion [data-theme=success] .c-links-list__item, .c-hero-block [data-theme=success] .c-links-list__item {
  border-bottom-color: var(--linksListColor);
}
.c-block--accordion [data-theme=success] .c-links-list__item:first-child, .c-hero-block [data-theme=success] .c-links-list__item:first-child {
  border-top-color: var(--linksListColor);
}
.c-block--accordion [data-theme=success] .c-links-list--arrows .c-links-list__link, .c-hero-block [data-theme=success] .c-links-list--arrows .c-links-list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-block--accordion [data-theme=success] .c-links-list--arrows .c-links-list__link:hover::after, .c-block--accordion [data-theme=success] .c-links-list--arrows .c-links-list__link:active::after, .c-block--accordion [data-theme=success] .c-links-list--arrows .c-links-list__link:focus::after, .c-hero-block [data-theme=success] .c-links-list--arrows .c-links-list__link:hover::after, .c-hero-block [data-theme=success] .c-links-list--arrows .c-links-list__link:active::after, .c-hero-block [data-theme=success] .c-links-list--arrows .c-links-list__link:focus::after {
  opacity: 1;
  transform: translateX(0.25rem);
}
.c-block--accordion [data-theme=success] .c-links-list--arrows .c-links-list__link::after, .c-hero-block [data-theme=success] .c-links-list--arrows .c-links-list__link::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%2825, 135, 84, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0 0.25rem;
  opacity: 0.5;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: block;
  flex: 0 0 1.5rem;
}
.c-block--accordion [data-theme=info] .c-links-list__item, .c-hero-block [data-theme=info] .c-links-list__item {
  border-bottom-color: var(--linksListColor);
}
.c-block--accordion [data-theme=info] .c-links-list__item:first-child, .c-hero-block [data-theme=info] .c-links-list__item:first-child {
  border-top-color: var(--linksListColor);
}
.c-block--accordion [data-theme=info] .c-links-list--arrows .c-links-list__link, .c-hero-block [data-theme=info] .c-links-list--arrows .c-links-list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-block--accordion [data-theme=info] .c-links-list--arrows .c-links-list__link:hover::after, .c-block--accordion [data-theme=info] .c-links-list--arrows .c-links-list__link:active::after, .c-block--accordion [data-theme=info] .c-links-list--arrows .c-links-list__link:focus::after, .c-hero-block [data-theme=info] .c-links-list--arrows .c-links-list__link:hover::after, .c-hero-block [data-theme=info] .c-links-list--arrows .c-links-list__link:active::after, .c-hero-block [data-theme=info] .c-links-list--arrows .c-links-list__link:focus::after {
  opacity: 1;
  transform: translateX(0.25rem);
}
.c-block--accordion [data-theme=info] .c-links-list--arrows .c-links-list__link::after, .c-hero-block [data-theme=info] .c-links-list--arrows .c-links-list__link::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%280, 110, 169, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0 0.25rem;
  opacity: 0.5;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: block;
  flex: 0 0 1.5rem;
}
.c-block--accordion [data-theme=warning] .c-links-list__item, .c-hero-block [data-theme=warning] .c-links-list__item {
  border-bottom-color: var(--linksListColor);
}
.c-block--accordion [data-theme=warning] .c-links-list__item:first-child, .c-hero-block [data-theme=warning] .c-links-list__item:first-child {
  border-top-color: var(--linksListColor);
}
.c-block--accordion [data-theme=warning] .c-links-list--arrows .c-links-list__link, .c-hero-block [data-theme=warning] .c-links-list--arrows .c-links-list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-block--accordion [data-theme=warning] .c-links-list--arrows .c-links-list__link:hover::after, .c-block--accordion [data-theme=warning] .c-links-list--arrows .c-links-list__link:active::after, .c-block--accordion [data-theme=warning] .c-links-list--arrows .c-links-list__link:focus::after, .c-hero-block [data-theme=warning] .c-links-list--arrows .c-links-list__link:hover::after, .c-hero-block [data-theme=warning] .c-links-list--arrows .c-links-list__link:active::after, .c-hero-block [data-theme=warning] .c-links-list--arrows .c-links-list__link:focus::after {
  opacity: 1;
  transform: translateX(0.25rem);
}
.c-block--accordion [data-theme=warning] .c-links-list--arrows .c-links-list__link::after, .c-hero-block [data-theme=warning] .c-links-list--arrows .c-links-list__link::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%28255, 193, 7, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0 0.25rem;
  opacity: 0.5;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: block;
  flex: 0 0 1.5rem;
}
.c-block--accordion [data-theme=danger] .c-links-list__item, .c-hero-block [data-theme=danger] .c-links-list__item {
  border-bottom-color: var(--linksListColor);
}
.c-block--accordion [data-theme=danger] .c-links-list__item:first-child, .c-hero-block [data-theme=danger] .c-links-list__item:first-child {
  border-top-color: var(--linksListColor);
}
.c-block--accordion [data-theme=danger] .c-links-list--arrows .c-links-list__link, .c-hero-block [data-theme=danger] .c-links-list--arrows .c-links-list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-block--accordion [data-theme=danger] .c-links-list--arrows .c-links-list__link:hover::after, .c-block--accordion [data-theme=danger] .c-links-list--arrows .c-links-list__link:active::after, .c-block--accordion [data-theme=danger] .c-links-list--arrows .c-links-list__link:focus::after, .c-hero-block [data-theme=danger] .c-links-list--arrows .c-links-list__link:hover::after, .c-hero-block [data-theme=danger] .c-links-list--arrows .c-links-list__link:active::after, .c-hero-block [data-theme=danger] .c-links-list--arrows .c-links-list__link:focus::after {
  opacity: 1;
  transform: translateX(0.25rem);
}
.c-block--accordion [data-theme=danger] .c-links-list--arrows .c-links-list__link::after, .c-hero-block [data-theme=danger] .c-links-list--arrows .c-links-list__link::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%28162, 27, 34, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0 0.25rem;
  opacity: 0.5;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: block;
  flex: 0 0 1.5rem;
}
.c-block--accordion [data-theme=light] .c-links-list__item, .c-hero-block [data-theme=light] .c-links-list__item {
  border-bottom-color: var(--linksListColor);
}
.c-block--accordion [data-theme=light] .c-links-list__item:first-child, .c-hero-block [data-theme=light] .c-links-list__item:first-child {
  border-top-color: var(--linksListColor);
}
.c-block--accordion [data-theme=light] .c-links-list--arrows .c-links-list__link, .c-hero-block [data-theme=light] .c-links-list--arrows .c-links-list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-block--accordion [data-theme=light] .c-links-list--arrows .c-links-list__link:hover::after, .c-block--accordion [data-theme=light] .c-links-list--arrows .c-links-list__link:active::after, .c-block--accordion [data-theme=light] .c-links-list--arrows .c-links-list__link:focus::after, .c-hero-block [data-theme=light] .c-links-list--arrows .c-links-list__link:hover::after, .c-hero-block [data-theme=light] .c-links-list--arrows .c-links-list__link:active::after, .c-hero-block [data-theme=light] .c-links-list--arrows .c-links-list__link:focus::after {
  opacity: 1;
  transform: translateX(0.25rem);
}
.c-block--accordion [data-theme=light] .c-links-list--arrows .c-links-list__link::after, .c-hero-block [data-theme=light] .c-links-list--arrows .c-links-list__link::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%28235, 236, 237, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0 0.25rem;
  opacity: 0.5;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: block;
  flex: 0 0 1.5rem;
}
.c-block--accordion [data-theme=dark] .c-links-list__item, .c-hero-block [data-theme=dark] .c-links-list__item {
  border-bottom-color: var(--linksListColor);
}
.c-block--accordion [data-theme=dark] .c-links-list__item:first-child, .c-hero-block [data-theme=dark] .c-links-list__item:first-child {
  border-top-color: var(--linksListColor);
}
.c-block--accordion [data-theme=dark] .c-links-list--arrows .c-links-list__link, .c-hero-block [data-theme=dark] .c-links-list--arrows .c-links-list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-block--accordion [data-theme=dark] .c-links-list--arrows .c-links-list__link:hover::after, .c-block--accordion [data-theme=dark] .c-links-list--arrows .c-links-list__link:active::after, .c-block--accordion [data-theme=dark] .c-links-list--arrows .c-links-list__link:focus::after, .c-hero-block [data-theme=dark] .c-links-list--arrows .c-links-list__link:hover::after, .c-hero-block [data-theme=dark] .c-links-list--arrows .c-links-list__link:active::after, .c-hero-block [data-theme=dark] .c-links-list--arrows .c-links-list__link:focus::after {
  opacity: 1;
  transform: translateX(0.25rem);
}
.c-block--accordion [data-theme=dark] .c-links-list--arrows .c-links-list__link::after, .c-hero-block [data-theme=dark] .c-links-list--arrows .c-links-list__link::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%2820, 21, 22, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0 0.25rem;
  opacity: 0.5;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: block;
  flex: 0 0 1.5rem;
}
.c-links:last-child {
  margin-bottom: 1rem;
}

.c-nav {
  padding-left: 0;
  list-style: none;
}
.c-nav__header {
  position: relative;
  border-bottom: 1px solid #F7BFD6;
}
.c-nav__header__title {
  font-size: 1.25rem;
  color: #AE2F64;
  font-weight: 600;
  padding: 0.75em 0;
  margin: 0;
}
@supports (font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem)) {
  .c-nav__header__title {
    font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-nav__header__title {
    font-size: clamp(1.125rem, 1.0033783784rem + 0.3378378378vw, 1.25rem);
  }
}
@media (max-width: 47.98rem) {
  .c-nav__header__title {
    pointer-events: none;
    position: relative;
    z-index: 2;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media (max-width: 47.98rem) {
  .c-nav__header {
    transition: color 0.25s ease;
  }
  .c-nav__header:hover, .c-nav__header:has(.o-btn:active, .c-qs-ao__toggle:active), .c-nav__header:has(.o-btn:focus, .c-qs-ao__toggle:focus) {
    color: #872959;
  }
}
.c-nav__header .o-btn--toggle, .c-nav__header .c-qs-ao__toggle {
  display: none;
}
@media (max-width: 47.98rem) {
  .c-nav__header .o-btn--toggle, .c-nav__header .c-qs-ao__toggle {
    display: block;
    text-align: right;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
  }
}
@media (min-width: 48rem) {
  .c-nav__header + .c-nav__content.collapse:not(.show) {
    display: block;
  }
}
.c-nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-nav-menu > * {
  display: block;
}
.c-nav-menu > li {
  border-bottom: 1px solid #F7BFD6;
  /*
  .o-btn--toggle {
  	border-left: 1px solid transparent;
  	border-right: 1px solid transparent;

  	&.collapsed {
  		border-color: map-get($palette, primary-100);
  		border-color: map-get($palette, primary-100);
  	}
  }
  */
}
.c-nav-menu > li ul {
  border-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.c-nav-menu > li ul > li {
  border-bottom-color: #F497BA;
}
.c-nav-menu > li ul > li:last-child {
  border-bottom: 0;
}
.c-nav-menu > li.is-active > a {
  font-weight: 600;
  text-decoration: underline;
}
.c-nav-menu > li .o-btn--toggle, .c-nav-menu > li .c-qs-ao__toggle {
  border-left: 0;
}
.c-nav-menu__content {
  border-top: 1px solid #fad6e5;
}
.c-nav-menu__link-wrapper {
  display: flex;
}
.c-nav-menu__link-wrapper a {
  flex: auto;
}
.c-nav-menu .c-nav-menu {
  background-color: #fad6e5;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.c-nav-menu .o-btn--toggle, .c-nav-menu .c-qs-ao__toggle {
  border-left: 1px solid #fad6e5;
}
.c-nav-menu .o-btn--toggle.collapsed, .c-nav-menu .collapsed.c-qs-ao__toggle {
  border-color: #F7BFD6;
}
.c-nav .o-btn--toggle:not(.collapsed), .c-nav .c-qs-ao__toggle:not(.collapsed) {
  background-color: #fad6e5;
}
.c-nav .o-btn--toggle.collapsed:hover, .c-nav .collapsed.c-qs-ao__toggle:hover, .c-nav .o-btn--toggle.collapsed:focus-visible, .c-nav .collapsed.c-qs-ao__toggle:focus-visible {
  background-color: #fad6e5;
}
.c-nav .o-btn--toggle .o-svg-icon, .c-nav .c-qs-ao__toggle .o-svg-icon {
  color: #AE2F64;
}
.c-nav a {
  display: flex;
  align-items: center;
  padding: 0.5em;
  color: #AE2F64;
  text-decoration: none;
}
.c-nav a:hover, .c-nav a:active, .c-nav a:focus {
  color: #872959;
  text-decoration: underline;
}
.c-nav a:visited {
  color: #5c36a1;
}
.c-nav a:visited:hover {
  color: #3F0492;
}

.c-newsfeed {
  font-size: 1.125rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-newsfeed {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-newsfeed {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.c-newsfeed-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.c-newsfeed-list__item {
  display: flex;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.tab-active .c-newsfeed-list__item:focus-within {
  /*! purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
}
.c-newsfeed-list__item:not(:last-child) {
  border-bottom: 1px solid #DFE1E2;
}
.c-newsfeed-list__info {
  display: flex;
  align-items: center;
}
.c-newsfeed-list__body {
  flex: 2;
}
.c-newsfeed-list__media {
  box-sizing: content-box;
  flex: 1;
  width: 100%;
  max-width: 4rem;
  padding-left: 1rem;
}
.c-newsfeed-list__link {
  display: block;
  font-weight: 600;
}
.tab-active .c-newsfeed-list__link:focus {
  /*! purgecss ignore current */
  box-shadow: none;
}
.c-newsfeed-list--showIndicators .c-newsfeed-list__item {
  position: relative;
  padding-left: 2rem;
}
.c-newsfeed-list--showIndicators .c-newsfeed-list__item::before {
  position: absolute;
  top: 0.65rem;
  left: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #DFE1E2;
  content: "";
  border-radius: 50%;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.c-newsfeed-list--showIndicators .c-newsfeed-list__item:hover::before, .c-newsfeed-list--showIndicators .c-newsfeed-list__item:focus-within::before {
  background: #9EA5A8;
}
.c-newsfeed-list--showIndicators .c-newsfeed-list__item.is-new::before {
  background: #DA3770;
  box-shadow: 0 0 0 0.25rem rgba(218, 55, 112, 0.2);
}
.c-newsfeed-list--showIndicators .c-newsfeed-list__item.is-new:hover::before, .c-newsfeed-list--showIndicators .c-newsfeed-list__item.is-new:focus-within::before {
  background: #C3336A;
  box-shadow: 0 0 0 0.375rem rgba(218, 55, 112, 0.2);
}
.c-newsfeed-list--split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 36rem) {
  .c-newsfeed-list--split {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.c-newsfeed-list--split .c-newsfeed-list__media {
  order: -1;
  padding-left: 0;
  padding-right: 1rem;
}
.c-newsfeed-list--split .c-newsfeed-list__media img {
  border-radius: 0.25rem;
}
.c-newsfeed-list--split .c-newsfeed-list__item {
  margin-bottom: 0;
}

.p-article-sidebar .c-newsfeed-list__item {
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.p-article-sidebar .c-newsfeed-list__body .o-date {
  font-size: 1rem;
}
.c-newsfeed--archive .c-newsfeed-list__item {
  padding-bottom: 1rem;
}
@media (max-width: 23.48rem) {
  .c-newsfeed--archive .c-newsfeed-list__item {
    padding-left: 0;
  }
}
@media (min-width: 48rem) {
  .c-newsfeed--archive .c-newsfeed-list__media {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
    max-width: 10rem;
  }
}
.c-newsfeed--archive .c-newsfeed-list__title {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.c-newsfeed--archive .c-newsfeed-list__link {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .c-newsfeed--archive .c-newsfeed-list__link {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.125rem, 1.0135135135vw), 1.5rem)) {
  .c-newsfeed--archive .c-newsfeed-list__link {
    font-size: min(max(1.125rem, 1.0135135135vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-newsfeed--archive .c-newsfeed-list__link {
    font-size: clamp(1.125rem, 0.7601351351rem + 1.0135135135vw, 1.5rem);
  }
}

.c-message {
  background-color: #FBE6EE;
  border: 1px solid #F7BFD6;
  border-radius: 0.25rem;
  display: flex;
  padding: 1.5rem 2rem;
  position: relative;
}
@media (max-width: 47.98rem) {
  .c-message {
    padding: 1rem;
  }
}
.c-message:not(:last-child) {
  margin-bottom: 1rem;
}
.c-message:has(.o-os) {
  padding: 0;
}
.c-message__icon {
  --icon-size: 3rem;
  color: #AE2F64;
  min-width: var(--icon-size);
  width: var(--icon-size);
  height: var(--icon-size);
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-message__icon {
    --icon-size: 2rem;
  }
}
@media (max-width: 35.98rem) {
  .c-message__icon {
    --icon-size: 1.5rem;
  }
}
.c-message__icon + .c-message-body {
  padding-left: 2rem;
}
@media (max-width: 47.98rem) {
  .c-message__icon + .c-message-body {
    padding-left: 1rem;
  }
}
.c-message-body {
  min-width: 1px;
  align-self: center;
}
.c-message__date {
  font-size: 1rem;
  display: block;
  color: #C3336A;
}
.c-message__title {
  font-size: calc(1.275rem + 0.3vw);
  margin-top: 0;
  margin-bottom: 0.25em;
}
@media (min-width: 1200px) {
  .c-message__title {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.125rem, 1.0135135135vw), 1.5rem)) {
  .c-message__title {
    font-size: min(max(1.125rem, 1.0135135135vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-message__title {
    font-size: clamp(1.125rem, 0.7601351351rem + 1.0135135135vw, 1.5rem);
  }
}
.c-message__content > p:last-child {
  margin-bottom: 0;
}
.c-message .c-more::before {
  background: linear-gradient(0deg, #FBE6EE 30%, rgba(251, 230, 238, 0) 100%);
}
.c-message[data-theme=primary] {
  background-color: #f5e6ec;
  border-color: #e5bccd;
}
.c-message[data-theme=primary] a {
  color: #681c3c;
}
.c-message[data-theme=primary] a:hover, .c-message[data-theme=primary] a:active, .c-message[data-theme=primary] a:focus {
  color: #541730;
}
.c-message[data-theme=primary] .c-message__date {
  color: #230914;
}
.c-message[data-theme=primary] .c-message__title {
  color: #541730;
}
.c-message[data-theme=primary] .c-message__icon {
  color: #541730;
}
.c-message[data-theme=primary] .c-more::before {
  background: linear-gradient(0deg, #f5e6ec 30%, rgba(245, 230, 236, 0) 100%);
}
.c-message[data-theme=secondary] {
  background-color: #e1e6e8;
  border-color: #aebcc3;
}
.c-message[data-theme=secondary] a {
  color: #021c28;
}
.c-message[data-theme=secondary] a:hover, .c-message[data-theme=secondary] a:active, .c-message[data-theme=secondary] a:focus {
  color: #010b10;
}
.c-message[data-theme=secondary] .c-message__date {
  color: #01090d;
}
.c-message[data-theme=secondary] .c-message__title {
  color: #010b10;
}
.c-message[data-theme=secondary] .c-message__icon {
  color: #010b10;
}
.c-message[data-theme=secondary] .c-more::before {
  background: linear-gradient(0deg, #e1e6e8 30%, rgba(225, 230, 232, 0) 100%);
}
.c-message[data-theme=third] {
  background-color: #e4eff0;
  border-color: #b6d4d8;
}
.c-message[data-theme=third] a {
  color: #104950;
}
.c-message[data-theme=third] a:hover, .c-message[data-theme=third] a:active, .c-message[data-theme=third] a:focus {
  color: #0c363b;
}
.c-message[data-theme=third] .c-message__date {
  color: #05181b;
}
.c-message[data-theme=third] .c-message__title {
  color: #0c363b;
}
.c-message[data-theme=third] .c-message__icon {
  color: #0c363b;
}
.c-message[data-theme=third] .c-more::before {
  background: linear-gradient(0deg, #e4eff0 30%, rgba(228, 239, 240, 0) 100%);
}
.c-message[data-theme=fourth] {
  background-color: #e0eef5;
  border-color: #add1e3;
}
.c-message[data-theme=fourth] a {
  color: #004265;
}
.c-message[data-theme=fourth] a:hover, .c-message[data-theme=fourth] a:active, .c-message[data-theme=fourth] a:focus {
  color: #00314c;
}
.c-message[data-theme=fourth] .c-message__date {
  color: #001622;
}
.c-message[data-theme=fourth] .c-message__title {
  color: #00314c;
}
.c-message[data-theme=fourth] .c-message__icon {
  color: #00314c;
}
.c-message[data-theme=fourth] .c-more::before {
  background: linear-gradient(0deg, #e0eef5 30%, rgba(224, 238, 245, 0) 100%);
}
.c-message[data-theme=success] {
  background-color: #e3f1ea;
  border-color: #b5d9c8;
}
.c-message[data-theme=success] a {
  color: #0f5132;
}
.c-message[data-theme=success] a:hover, .c-message[data-theme=success] a:active, .c-message[data-theme=success] a:focus {
  color: #0b3b25;
}
.c-message[data-theme=success] .c-message__date {
  color: #051b11;
}
.c-message[data-theme=success] .c-message__title {
  color: #0b3b25;
}
.c-message[data-theme=success] .c-message__icon {
  color: #0b3b25;
}
.c-message[data-theme=success] .c-more::before {
  background: linear-gradient(0deg, #e3f1ea 30%, rgba(227, 241, 234, 0) 100%);
}
.c-message[data-theme=info] {
  background-color: #e0eef5;
  border-color: #add1e3;
}
.c-message[data-theme=info] a {
  color: #004265;
}
.c-message[data-theme=info] a:hover, .c-message[data-theme=info] a:active, .c-message[data-theme=info] a:focus {
  color: #00314c;
}
.c-message[data-theme=info] .c-message__date {
  color: #001622;
}
.c-message[data-theme=info] .c-message__title {
  color: #00314c;
}
.c-message[data-theme=info] .c-message__icon {
  color: #00314c;
}
.c-message[data-theme=info] .c-more::before {
  background: linear-gradient(0deg, #e0eef5 30%, rgba(224, 238, 245, 0) 100%);
}
.c-message[data-theme=warning] {
  background-color: #fff8e1;
  border-color: #ffebb0;
}
.c-message[data-theme=warning] a {
  color: #997404;
}
.c-message[data-theme=warning] a:hover, .c-message[data-theme=warning] a:active, .c-message[data-theme=warning] a:focus {
  color: #806103;
}
.c-message[data-theme=warning] .c-message__date {
  color: #332701;
}
.c-message[data-theme=warning] .c-message__title {
  color: #806103;
}
.c-message[data-theme=warning] .c-message__icon {
  color: #806103;
}
.c-message[data-theme=warning] .c-more::before {
  background: linear-gradient(0deg, #fff8e1 30%, rgba(255, 248, 225, 0) 100%);
}
.c-message[data-theme=danger] {
  background-color: #f4e4e4;
  border-color: #e1b6b8;
}
.c-message[data-theme=danger] a {
  color: #611014;
}
.c-message[data-theme=danger] a:hover, .c-message[data-theme=danger] a:active, .c-message[data-theme=danger] a:focus {
  color: #4b0c0f;
}
.c-message[data-theme=danger] .c-message__date {
  color: #200507;
}
.c-message[data-theme=danger] .c-message__title {
  color: #4b0c0f;
}
.c-message[data-theme=danger] .c-message__icon {
  color: #4b0c0f;
}
.c-message[data-theme=danger] .c-more::before {
  background: linear-gradient(0deg, #f4e4e4 30%, rgba(244, 228, 228, 0) 100%);
}
.c-message[data-theme=light] {
  background-color: #fdfdfd;
  border-color: #f9f9f9;
}
.c-message[data-theme=light] a {
  color: #8d8e8e;
}
.c-message[data-theme=light] a:hover, .c-message[data-theme=light] a:active, .c-message[data-theme=light] a:focus {
  color: #808181;
}
.c-message[data-theme=light] .c-message__date {
  color: #2f2f2f;
}
.c-message[data-theme=light] .c-message__title {
  color: #808181;
}
.c-message[data-theme=light] .c-message__icon {
  color: #808181;
}
.c-message[data-theme=light] .c-more::before {
  background: linear-gradient(0deg, #fdfdfd 30%, rgba(253, 253, 253, 0) 100%);
}
.c-message[data-theme=dark] {
  background-color: #e3e3e3;
  border-color: #b4b4b4;
}
.c-message[data-theme=dark] a {
  color: #0c0d0d;
}
.c-message[data-theme=dark] a:hover, .c-message[data-theme=dark] a:active, .c-message[data-theme=dark] a:focus {
  color: black;
}
.c-message[data-theme=dark] .c-message__date {
  color: #040404;
}
.c-message[data-theme=dark] .c-message__title {
  color: black;
}
.c-message[data-theme=dark] .c-message__icon {
  color: black;
}
.c-message[data-theme=dark] .c-more::before {
  background: linear-gradient(0deg, #e3e3e3 30%, rgba(227, 227, 227, 0) 100%);
}
.c-message .btn-close {
  order: 2;
  padding: 1rem;
  margin-left: auto;
  background-size: 0.75rem;
  transition: opacity 0.25s ease;
}

@media (min-width: 57rem) {
  :not(.c-r) > .c-block--message {
    margin-bottom: 2rem !important;
  }
}

.c-more {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}
.c-more-inner {
  padding-bottom: 2rem;
}
.c-more-inner *:last-child {
  margin-bottom: 0;
}
.c-more__btn {
  position: sticky;
  width: 100%;
  height: auto;
  z-index: 2;
  left: 0;
  bottom: 0;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 -1rem 1rem #fff;
  color: #AE2F64;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 600;
  order: 2;
  padding: 0.5rem 1rem;
  text-align: center;
  transition: box-shadow 0.25s ease 0.25s, color 0.25s ease;
  user-select: none;
}
.no-js .c-more__btn:active:focus, .tab-active .c-more__btn:active:focus, .no-js .c-more__btn:focus, .tab-active .c-more__btn:focus {
  /*!purgecss ignore current */
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #141516, inset 0 0 0 6px #fff;
  outline: none;
}
.c-more__btn::after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27  viewBox=%270 0 24 24%27%3E%3Cpolyline stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%28174, 47, 100, 0.999%29%27 points=%271,8 12,16 23,8%27 stroke-linecap=%27butt%27%3E%3C/polyline%3E%3C/svg%3E") 50% no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.6;
  transition: transform 0.25s ease, opacity 0.25s ease;
  vertical-align: middle;
  transform: translateY(-1px);
}
.c-more__btn:hover, .c-more__btn:focus {
  color: #872959;
}
.c-more__btn:hover::after, .c-more__btn:focus::after {
  opacity: 1;
}
.c-more__btn:hover::after {
  transform: translateY(1px);
}
.c-more__btn.is-active {
  box-shadow: 0 0 0 #fff;
  transition-delay: 0s;
}
.c-more__btn.is-active::after {
  transform: rotate(180deg);
  opacity: 1;
}
.c-more__btn.is-active:hover::after {
  transform: rotate(180deg) translateY(1px);
}
.c-more:not(:last-child) {
  margin-bottom: 1.25em;
}

.c-os__header {
  flex-flow: row wrap;
  justify-content: space-between;
  border-bottom: 2px solid #DFE1E2;
}
.no-js .c-os__header {
  padding-bottom: 0.75em;
}
.c-os__header, .c-os__header-title {
  display: flex;
  align-items: center;
}
.c-os__header .title, .c-os__header .form-fs__legend {
  flex-flow: row nowrap;
  margin: 0;
}
.c-os__header .title:last-child, .c-os__header .form-fs__legend:last-child {
  margin-left: 0.25em;
}
.c-os__header .c-tabs {
  overflow: auto;
  box-shadow: none;
  margin-bottom: -2px;
}
.no-js .c-os__header .c-tabs {
  margin: 0 0 -0.75em;
}
.c-os__header .c-tabs__nav {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
.c-os__header .c-tabs__nav::before, .c-os__header .c-tabs__nav::after {
  content: none;
}
.c-os__header .c-tabs__nav-item > :not(.btn) {
  padding: 0.95em 1em;
}
.c-os__header .c-tabs a {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.c-os__footer {
  margin-top: 0.25rem;
}
.no-js .c-os .c-tabs {
  /*! purgecss ignore current */
  display: none;
}
.no-js .c-os .tab-content > .tab-pane {
  /*! purgecss ignore current */
  display: block;
  opacity: 1;
}

.o-list-status {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #EDF5FA;
  overflow: hidden;
}
.o-list-status > * {
  display: block;
}
.js .o-list-status {
  border-radius: 0 0 0.25rem 0.25rem;
}
.o-list-status__item {
  transition: background-color 0.25s ease;
}
.js .o-list-status__item:not(:last-child) {
  border-bottom: 1px solid #B9D8EE;
}
.no-js .o-list-status__item {
  border-bottom: 1px solid #B9D8EE;
}
.o-list-status__item:hover {
  background-color: #d9eaf4;
}
.o-list-status[data-theme=primary] {
  background-color: #FBE6EE;
}
[data-theme=primary] .o-list-status__item:not(:last-child) {
  border-color: #F7BFD6;
}
[data-theme=primary] .o-list-status__item:hover {
  background-color: #f7d0df;
}
.o-list-status[data-theme=secondary] {
  background-color: #EDF5FA;
}
[data-theme=secondary] .o-list-status__item:not(:last-child) {
  border-color: #B9D8EE;
}
[data-theme=secondary] .o-list-status__item:hover {
  background-color: #d9eaf4;
}
.o-list-status[data-theme=third] {
  background-color: #EBF9FB;
}
[data-theme=third] .o-list-status__item:not(:last-child) {
  border-color: #B2E7F0;
}
[data-theme=third] .o-list-status__item:hover {
  background-color: #d6f3f7;
}
.o-list-status[data-theme=danger] {
  background-color: #f6e8e9;
}
[data-theme=danger] .o-list-status__item:not(:last-child) {
  border-color: #ecd1d3;
}
[data-theme=danger] .o-list-status__item:hover {
  background-color: #efd6d7;
}

.o-os {
  font-size: 1.125rem;
  padding: 1rem;
  position: relative;
  width: 100%;
}
@media (max-width: 23.48rem) {
  .o-os {
    padding: 0.5rem;
  }
}
.o-os__header {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  font-weight: 600;
}
.o-os__header .title, .o-os__header .form-fs__legend {
  font-size: var(--bs-font-sans-serif);
  margin-top: 0;
  margin-bottom: 0.25em;
}
.o-os__header .o-svg-icon {
  margin-right: 0.5rem;
  top: 0.44em;
  position: relative;
  max-width: 1rem;
  max-height: 1rem;
}
.o-os-info {
  padding: 0 0 0 1.5rem;
  list-style: none;
  display: flex;
  flex-flow: column wrap;
  gap: 0;
  padding: 0 0 0 1.5rem;
}
@media (min-width: 36rem) {
  .o-os-info {
    flex-direction: row;
    gap: 0.5rem 1rem;
  }
}
.o-os-info__item {
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
}
.o-os-info__name {
  font-weight: 600;
}
.o-os-status {
  margin-right: 0.5em;
}
[data-theme=secondary] .o-os-status {
  background-color: #032E43;
  color: #fff;
}
.no-js .c-op-filter {
  display: none;
}
.c-op-filter .c-tabs {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  position: relative;
}
.c-op-filter .c-tabs::-webkit-scrollbar {
  display: none;
}
.c-op-filter .c-tabs > * {
  scroll-snap-align: center;
}
.c-op-tags {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.js .c-op-pane {
  display: none;
}
.js .c-op-pane.show {
  display: block;
}
.c-op-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-op-list {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-op-list {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.c-op-list-item {
  border-bottom: 1px solid #EBECED;
}
.c-op-list-item:first-child {
  border-top: 1px solid #EBECED;
}
.c-op-list__header {
  --op-bg: #19425B;
  --op-color: #fff;
  background-color: var(--op-bg);
  color: var(--op-color);
  min-height: 4.25rem;
  transition: background-color 0.25s ease;
}
.js li:hover:has(.op-toggle.collapsed) > .c-op-list__header, .js li:has(.op-toggle.collapsed) > .c-op-list__header:focus-within {
  --op-bg: #EDF5FA;
}
.c-op-list__header .icon {
  position: relative;
  justify-self: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.c-op-list__header .headline {
  flex: 2;
}
.c-op-list__header .title, .c-op-list__header .form-fs__legend {
  color: var(--op-color);
  font-size: inherit;
  margin-bottom: 0;
}
@media (max-width: 47.98rem) {
  .c-op-list__header .title, .c-op-list__header .form-fs__legend {
    margin-bottom: 0.125em;
  }
}
.js .c-op-list__header:has(.op-toggle.collapsed) {
  --op-bg: #fff;
  --op-color: #032E43;
}
.no-js .c-op-list__header:has(.op-toggle.collapsed) .o-badge--outline {
  --badge-color: #fff;
  --badge-border-color: #fff;
}
.c-op-list__header:not(:has(.op-toggle.collapsed)) .o-badge--outline {
  --badge-border-color: #fff;
  --badge-color: #fff;
}
.c-op-list__header:not(:has(.op-toggle.collapsed)) .o-badge--outline {
  --badge-border-color: #fff;
  --badge-color: #fff;
}
.c-op-list__body {
  background-color: #EDF5FA;
}
.c-op-list__body > * {
  padding: 1.5rem;
}
@media (max-width: 47.98rem) {
  .c-op-list__body > * {
    padding: 1rem;
  }
}
li:last-child .c-op-list__body {
  border-radius: 0 0 0.25rem 0.25rem;
}
@media (max-width: 47.98rem) {
  .c-op-list .op-head {
    display: grid;
    grid-template: "col1 col1 col5" "col2 col2 col5" "col3 col3 col5" "col4 col4 col5";
  }
  .c-op-list .op-head::after {
    grid-area: col5;
  }
}
.c-op-list .op-head-col {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.c-op-list .op-head-col--1 {
  gap: 0.5rem;
}
@media (max-width: 47.98rem) {
  .c-op-list .op-head-col--1 {
    grid-area: col1;
    padding-bottom: 0;
  }
  .c-op-list .op-head-col--2 {
    grid-area: col2;
    padding-bottom: 0.25em;
    padding-top: 0.25em;
  }
  .c-op-list .op-head-col--3 {
    grid-area: col3;
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-op-list .op-head-col--4 {
    grid-area: col4;
    padding-top: 0;
  }
  .c-op-list .op-head-col--2, .c-op-list .op-head-col--3, .c-op-list .op-head-col--4 {
    padding-left: 3.5rem;
    max-width: none;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .c-op-list .op-head-col--2 > *, .c-op-list .op-head-col--3 > *, .c-op-list .op-head-col--4 > * {
    margin-right: 0.25em;
  }
}
.c-op-list .op-toggle {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  right: 0;
  top: 0;
  border: 0;
  display: flex;
  align-items: center;
  padding: 0;
}
.c-op-list .op-toggle__icon {
  display: none;
}
.c-op-list .op-toggle:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27rgba%28255, 255, 255, 0.999%29%27%3e%3cpath d=%27M22,11H2c-0.6,0-1,0.4-1,1s0.4,1,1,1h20c0.6,0,1-0.4,1-1S22.6,11,22,11z%27/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.c-op-list .op-toggle::after {
  transition: transform 0.2s ease, opacity 0.2s ease;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27rgba%2820, 21, 22, 0.999%29%27%3e%3cpath d=%27M22,11h-9V2c0-0.6-0.4-1-1-1s-1,0.4-1,1v9H2c-0.6,0-1,0.4-1,1s0.4,1,1,1h9v9c0,0.6,0.4,1,1,1s1-0.4,1-1v-9h9 c0.6,0,1-0.4,1-1S22.6,11,22,11z%27/%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  flex-shrink: 0;
  height: 4rem;
  margin-left: auto;
  width: 4rem;
}
@media (prefers-reduced-motion: reduce) {
  .c-op-list .op-toggle::after {
    transition: none;
  }
}
.js .c-op-list .op-toggle {
  background-color: transparent;
}
.no-js .c-op-list .op-toggle {
  display: none;
}
.js .c-op-list .accordion-item,
.js .c-op-list .accordion-button.collapsed {
  background-color: transparent;
}
.js .c-op-list .accordion-button.collapsed:hover {
  background-color: color-mix(in srgb, var(--accordion-color) 5%, transparent);
}
.c-op-list .accordion-body {
  --accordion-color-light: #fff;
}

.op-head {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}
.op-head-col {
  flex: 2;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  padding: 0.5rem;
}
.op-head-col--1 {
  flex-wrap: nowrap;
  flex: 2;
}
.op-head-col--2, .op-head-col--3, .op-head-col--4 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  max-width: 20%;
}
.op-head-col--2 {
  align-items: center;
  max-width: 15%;
}
.op-head:not(.c-op-list__header) {
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 47.98rem) {
  .op-head:not(.c-op-list__header) {
    display: none;
  }
}
.op-head::after {
  display: block;
  content: "";
  width: 4rem;
}

.c-pager {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
}
.c-pager-item {
  display: block;
  text-align: center;
  margin: 1px;
}
.c-pager-item > * {
  padding: 0.25rem;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  min-height: 100%;
}
.c-pager__space {
  color: #AE2F64;
  user-select: none;
}
.c-pager__link {
  border-radius: 0.2rem;
  color: #32393D;
  font-size: 1rem;
  font-weight: 600;
  min-height: 2.5rem;
  min-width: 2.5rem;
  text-decoration: none;
  user-select: none;
}
.c-pager__link:focus, .c-pager__link:hover, .c-pager__link:visited:hover {
  background-color: #F7F8F8;
  color: #141516;
  text-decoration: underline;
}
.c-pager__link:active, .c-pager__link:active:hover {
  background-color: #EBECED;
}
.is-active .c-pager__link {
  background-color: #FBE6EE;
  color: #872959;
}
.is-active .c-pager__link:hover {
  background-color: #F7BFD6;
}
.is-disabled .c-pager__link, .is-disabled .c-pager__link:visited {
  color: #9EA5A8 !important;
  background-color: transparent;
  cursor: not-allowed;
}
.c-pager-nav {
  display: flex;
  flex-flow: row wrap;
  border-top: 1px solid #EBECED;
  padding: 1rem 0;
}
@media (min-width: 36rem) {
  .c-pager-nav {
    flex-direction: row;
    align-items: center;
  }
}
.c-pager-nav__result {
  display: flex;
  align-items: center;
  font-size: 1rem;
  flex: 2;
  position: relative;
  white-space: nowrap;
}
.c-pager-nav__result > * {
  padding: 0.25em 0;
}

.c-products {
  margin: 0 0 2em 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 56.98rem) {
  .c-products {
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 47.98rem) {
  .c-products {
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.c-products-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-product {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.c-product-head, .c-product-body {
  display: flex;
  flex-direction: column;
}
.c-product-head {
  padding-top: 0.5rem;
  z-index: 1;
}
.c-product-body {
  z-index: 2;
}
.c-product-media {
  background-color: #F7F8F8;
  border: 1px solid #F7F8F8;
  border-radius: 0.2rem;
  order: -1;
  padding: 0.5rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
.c-product-media img {
  aspect-ratio: 1/1;
  object-fit: cover;
  mix-blend-mode: multiply;
  width: 100%;
}
:hover > .c-product-media {
  border-color: #7D878B;
  opacity: 0.8;
}

:active > .c-product-media {
  border-color: #AE2F64;
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
}

.c-product .title, .c-product .form-fs__legend {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.25em;
}
.c-product .title a, .c-product .form-fs__legend a,
.c-product .title button,
.c-product .form-fs__legend button {
  display: flex;
  flex-flow: column wrap;
  text-decoration: none;
}
.c-product .title a:active:focus, .c-product .title a:focus, .c-product .form-fs__legend a:focus,
.c-product .title button:active:focus,
.c-product .title button:focus,
.c-product .form-fs__legend button:focus {
  box-shadow: none;
  outline: none;
}
.no-js .c-product .title a:focus::after, .no-js .c-product .form-fs__legend a:focus::after, .tab-active .c-product .title a:focus::after, .tab-active .c-product .form-fs__legend a:focus::after,
.no-js .c-product .title button:focus::after,
.no-js .c-product .form-fs__legend button:focus::after,
.tab-active .c-product .title button:focus::after,
.tab-active .c-product .form-fs__legend button:focus::after {
  /*!purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
}
.no-js .c-product .title > button, .no-js .c-product .form-fs__legend > button {
  display: none;
}
.c-product .title .o-badge, .c-product .form-fs__legend .o-badge, .c-product .title .o-os-status, .c-product .form-fs__legend .o-os-status {
  align-self: flex-start;
  margin-left: 0;
  margin-bottom: 0.25em;
  order: -1;
  z-index: -1;
}
.c-product .company {
  color: #AE2F64;
  font-size: 1rem;
}
.c-product .name {
  font-size: 1.25rem;
  color: #141516;
  font-weight: 600;
}
.c-product .btn, .c-product .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .c-product button[type=submit]:not(:disabled), .c-product .Form--VGW button[type=submit]:disabled, .Form--VGW .c-product button[type=submit]:disabled {
  align-self: flex-start;
  margin-top: auto;
}
.c-product .btn:focus, .c-product .Form--VGW button[type=submit]:focus:not(:disabled), .Form--VGW .c-product button[type=submit]:focus:not(:disabled), .c-product .Form--VGW button[type=submit]:focus:disabled, .Form--VGW .c-product button[type=submit]:focus:disabled, .tab-active .c-product .btn:focus {
  box-shadow: none;
}
.c-product .btn::before, .c-product .Form--VGW button[type=submit]:not(:disabled)::before, .Form--VGW .c-product button[type=submit]:not(:disabled)::before, .c-product .Form--VGW button[type=submit]:disabled::before, .Form--VGW .c-product button[type=submit]:disabled::before {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
  left: 0;
  bottom: 100%;
  content: "";
  aspect-ratio: 1/1;
}
.c-product .btn-outline-primary:focus {
  color: #fff;
  background-color: #ca3a76;
  border-color: #ca3a76;
}
.c-product .btn-outline-primary:focus:hover {
  color: #fff;
  background-color: #ac3164;
  border-color: #a22e5e;
}
.btn-check:focus + .c-product .btn-outline-primary:focus, .c-product .btn-outline-primary:focus:focus {
  color: #fff;
  background-color: #ac3164;
  border-color: #a22e5e;
  box-shadow: 0 0 0 0.25rem rgba(210, 88, 139, 0.5);
}
.btn-check:checked + .c-product .btn-outline-primary:focus, .btn-check:active + .c-product .btn-outline-primary:focus, .c-product .btn-outline-primary:focus:active, .c-product .btn-outline-primary:focus.active, .show > .c-product .btn-outline-primary:focus.dropdown-toggle {
  color: #fff;
  background-color: #a22e5e;
  border-color: #982c59;
}
.btn-check:checked + .c-product .btn-outline-primary:focus:focus, .btn-check:active + .c-product .btn-outline-primary:focus:focus, .c-product .btn-outline-primary:focus:active:focus, .c-product .btn-outline-primary:focus.active:focus, .show > .c-product .btn-outline-primary:focus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(210, 88, 139, 0.5);
}
.c-product .btn-outline-primary:focus:disabled, .c-product .btn-outline-primary:focus.disabled {
  color: #fff;
  background-color: #ca3a76;
  border-color: #ca3a76;
}
.c-product .btn-outline-secondary:focus {
  color: #fff;
  background-color: #054768;
  border-color: #054768;
}
.c-product .btn-outline-secondary:focus:hover {
  color: #fff;
  background-color: #043c58;
  border-color: #043953;
}
.btn-check:focus + .c-product .btn-outline-secondary:focus, .c-product .btn-outline-secondary:focus:focus {
  color: #fff;
  background-color: #043c58;
  border-color: #043953;
  box-shadow: 0 0 0 0.25rem rgba(43, 99, 127, 0.5);
}
.btn-check:checked + .c-product .btn-outline-secondary:focus, .btn-check:active + .c-product .btn-outline-secondary:focus, .c-product .btn-outline-secondary:focus:active, .c-product .btn-outline-secondary:focus.active, .show > .c-product .btn-outline-secondary:focus.dropdown-toggle {
  color: #fff;
  background-color: #043953;
  border-color: #04354e;
}
.btn-check:checked + .c-product .btn-outline-secondary:focus:focus, .btn-check:active + .c-product .btn-outline-secondary:focus:focus, .c-product .btn-outline-secondary:focus:active:focus, .c-product .btn-outline-secondary:focus.active:focus, .show > .c-product .btn-outline-secondary:focus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 99, 127, 0.5);
}
.c-product .btn-outline-secondary:focus:disabled, .c-product .btn-outline-secondary:focus.disabled {
  color: #fff;
  background-color: #054768;
  border-color: #054768;
}
.c-product .btn-outline-third:focus {
  color: #141516;
  background-color: #2196a6;
  border-color: #2196a6;
}
.c-product .btn-outline-third:focus:hover {
  color: #141516;
  background-color: #42a6b3;
  border-color: #37a1af;
}
.btn-check:focus + .c-product .btn-outline-third:focus, .c-product .btn-outline-third:focus:focus {
  color: #141516;
  background-color: #42a6b3;
  border-color: #37a1af;
  box-shadow: 0 0 0 0.25rem rgba(31, 131, 144, 0.5);
}
.btn-check:checked + .c-product .btn-outline-third:focus, .btn-check:active + .c-product .btn-outline-third:focus, .c-product .btn-outline-third:focus:active, .c-product .btn-outline-third:focus.active, .show > .c-product .btn-outline-third:focus.dropdown-toggle {
  color: #141516;
  background-color: #4dabb8;
  border-color: #37a1af;
}
.btn-check:checked + .c-product .btn-outline-third:focus:focus, .btn-check:active + .c-product .btn-outline-third:focus:focus, .c-product .btn-outline-third:focus:active:focus, .c-product .btn-outline-third:focus.active:focus, .show > .c-product .btn-outline-third:focus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(31, 131, 144, 0.5);
}
.c-product .btn-outline-third:focus:disabled, .c-product .btn-outline-third:focus.disabled {
  color: #141516;
  background-color: #2196a6;
  border-color: #2196a6;
}
.c-product .btn-outline-fourth:focus {
  color: #141516;
  background-color: #0087cf;
  border-color: #0087cf;
}
.c-product .btn-outline-fourth:focus:hover {
  color: #141516;
  background-color: #2699d6;
  border-color: #1a93d4;
}
.btn-check:focus + .c-product .btn-outline-fourth:focus, .c-product .btn-outline-fourth:focus:focus {
  color: #141516;
  background-color: #2699d6;
  border-color: #1a93d4;
  box-shadow: 0 0 0 0.25rem rgba(3, 118, 179, 0.5);
}
.btn-check:checked + .c-product .btn-outline-fourth:focus, .btn-check:active + .c-product .btn-outline-fourth:focus, .c-product .btn-outline-fourth:focus:active, .c-product .btn-outline-fourth:focus.active, .show > .c-product .btn-outline-fourth:focus.dropdown-toggle {
  color: #141516;
  background-color: #339fd9;
  border-color: #1a93d4;
}
.btn-check:checked + .c-product .btn-outline-fourth:focus:focus, .btn-check:active + .c-product .btn-outline-fourth:focus:focus, .c-product .btn-outline-fourth:focus:active:focus, .c-product .btn-outline-fourth:focus.active:focus, .show > .c-product .btn-outline-fourth:focus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(3, 118, 179, 0.5);
}
.c-product .btn-outline-fourth:focus:disabled, .c-product .btn-outline-fourth:focus.disabled {
  color: #141516;
  background-color: #0087cf;
  border-color: #0087cf;
}
.c-product .btn-outline-success:focus {
  color: #141516;
  background-color: #1fa768;
  border-color: #1fa768;
}
.c-product .btn-outline-success:focus:hover {
  color: #141516;
  background-color: #41b47f;
  border-color: #35b077;
}
.btn-check:focus + .c-product .btn-outline-success:focus, .c-product .btn-outline-success:focus:focus {
  color: #141516;
  background-color: #41b47f;
  border-color: #35b077;
  box-shadow: 0 0 0 0.25rem rgba(29, 145, 92, 0.5);
}
.btn-check:checked + .c-product .btn-outline-success:focus, .btn-check:active + .c-product .btn-outline-success:focus, .c-product .btn-outline-success:focus:active, .c-product .btn-outline-success:focus.active, .show > .c-product .btn-outline-success:focus.dropdown-toggle {
  color: #141516;
  background-color: #4cb986;
  border-color: #35b077;
}
.btn-check:checked + .c-product .btn-outline-success:focus:focus, .btn-check:active + .c-product .btn-outline-success:focus:focus, .c-product .btn-outline-success:focus:active:focus, .c-product .btn-outline-success:focus.active:focus, .show > .c-product .btn-outline-success:focus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(29, 145, 92, 0.5);
}
.c-product .btn-outline-success:focus:disabled, .c-product .btn-outline-success:focus.disabled {
  color: #141516;
  background-color: #1fa768;
  border-color: #1fa768;
}
.c-product .btn-outline-info:focus {
  color: #141516;
  background-color: #0087cf;
  border-color: #0087cf;
}
.c-product .btn-outline-info:focus:hover {
  color: #141516;
  background-color: #2699d6;
  border-color: #1a93d4;
}
.btn-check:focus + .c-product .btn-outline-info:focus, .c-product .btn-outline-info:focus:focus {
  color: #141516;
  background-color: #2699d6;
  border-color: #1a93d4;
  box-shadow: 0 0 0 0.25rem rgba(3, 118, 179, 0.5);
}
.btn-check:checked + .c-product .btn-outline-info:focus, .btn-check:active + .c-product .btn-outline-info:focus, .c-product .btn-outline-info:focus:active, .c-product .btn-outline-info:focus.active, .show > .c-product .btn-outline-info:focus.dropdown-toggle {
  color: #141516;
  background-color: #339fd9;
  border-color: #1a93d4;
}
.btn-check:checked + .c-product .btn-outline-info:focus:focus, .btn-check:active + .c-product .btn-outline-info:focus:focus, .c-product .btn-outline-info:focus:active:focus, .c-product .btn-outline-info:focus.active:focus, .show > .c-product .btn-outline-info:focus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(3, 118, 179, 0.5);
}
.c-product .btn-outline-info:focus:disabled, .c-product .btn-outline-info:focus.disabled {
  color: #141516;
  background-color: #0087cf;
  border-color: #0087cf;
}
.c-product .btn-outline-warning:focus {
  color: #141516;
  background-color: #ffcb2d;
  border-color: #ffcb2d;
}
.c-product .btn-outline-warning:focus:hover {
  color: #141516;
  background-color: #ffd34d;
  border-color: #ffd042;
}
.btn-check:focus + .c-product .btn-outline-warning:focus, .c-product .btn-outline-warning:focus:focus {
  color: #141516;
  background-color: #ffd34d;
  border-color: #ffd042;
  box-shadow: 0 0 0 0.25rem rgba(220, 176, 42, 0.5);
}
.btn-check:checked + .c-product .btn-outline-warning:focus, .btn-check:active + .c-product .btn-outline-warning:focus, .c-product .btn-outline-warning:focus:active, .c-product .btn-outline-warning:focus.active, .show > .c-product .btn-outline-warning:focus.dropdown-toggle {
  color: #141516;
  background-color: #ffd557;
  border-color: #ffd042;
}
.btn-check:checked + .c-product .btn-outline-warning:focus:focus, .btn-check:active + .c-product .btn-outline-warning:focus:focus, .c-product .btn-outline-warning:focus:active:focus, .c-product .btn-outline-warning:focus.active:focus, .show > .c-product .btn-outline-warning:focus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 176, 42, 0.5);
}
.c-product .btn-outline-warning:focus:disabled, .c-product .btn-outline-warning:focus.disabled {
  color: #141516;
  background-color: #ffcb2d;
  border-color: #ffcb2d;
}
.c-product .btn-outline-danger:focus {
  color: #fff;
  background-color: #c32029;
  border-color: #c32029;
}
.c-product .btn-outline-danger:focus:hover {
  color: #fff;
  background-color: #a61b23;
  border-color: #9c1a21;
}
.btn-check:focus + .c-product .btn-outline-danger:focus, .c-product .btn-outline-danger:focus:focus {
  color: #fff;
  background-color: #a61b23;
  border-color: #9c1a21;
  box-shadow: 0 0 0 0.25rem rgba(204, 65, 73, 0.5);
}
.btn-check:checked + .c-product .btn-outline-danger:focus, .btn-check:active + .c-product .btn-outline-danger:focus, .c-product .btn-outline-danger:focus:active, .c-product .btn-outline-danger:focus.active, .show > .c-product .btn-outline-danger:focus.dropdown-toggle {
  color: #fff;
  background-color: #9c1a21;
  border-color: #92181f;
}
.btn-check:checked + .c-product .btn-outline-danger:focus:focus, .btn-check:active + .c-product .btn-outline-danger:focus:focus, .c-product .btn-outline-danger:focus:active:focus, .c-product .btn-outline-danger:focus.active:focus, .show > .c-product .btn-outline-danger:focus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 65, 73, 0.5);
}
.c-product .btn-outline-danger:focus:disabled, .c-product .btn-outline-danger:focus.disabled {
  color: #fff;
  background-color: #c32029;
  border-color: #c32029;
}
.c-product .btn-outline-light:focus {
  color: #141516;
  background-color: white;
  border-color: white;
}
.c-product .btn-outline-light:focus:hover {
  color: #141516;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .c-product .btn-outline-light:focus, .c-product .btn-outline-light:focus:focus {
  color: #141516;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(220, 220, 220, 0.5);
}
.btn-check:checked + .c-product .btn-outline-light:focus, .btn-check:active + .c-product .btn-outline-light:focus, .c-product .btn-outline-light:focus:active, .c-product .btn-outline-light:focus.active, .show > .c-product .btn-outline-light:focus.dropdown-toggle {
  color: #141516;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .c-product .btn-outline-light:focus:focus, .btn-check:active + .c-product .btn-outline-light:focus:focus, .c-product .btn-outline-light:focus:active:focus, .c-product .btn-outline-light:focus.active:focus, .show > .c-product .btn-outline-light:focus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 220, 220, 0.5);
}
.c-product .btn-outline-light:focus:disabled, .c-product .btn-outline-light:focus.disabled {
  color: #141516;
  background-color: white;
  border-color: white;
}
.c-product .btn-outline-dark:focus {
  color: #fff;
  background-color: #26282a;
  border-color: #26282a;
}
.c-product .btn-outline-dark:focus:hover {
  color: #fff;
  background-color: #202224;
  border-color: #1e2022;
}
.btn-check:focus + .c-product .btn-outline-dark:focus, .c-product .btn-outline-dark:focus:focus {
  color: #fff;
  background-color: #202224;
  border-color: #1e2022;
  box-shadow: 0 0 0 0.25rem rgba(71, 72, 74, 0.5);
}
.btn-check:checked + .c-product .btn-outline-dark:focus, .btn-check:active + .c-product .btn-outline-dark:focus, .c-product .btn-outline-dark:focus:active, .c-product .btn-outline-dark:focus.active, .show > .c-product .btn-outline-dark:focus.dropdown-toggle {
  color: #fff;
  background-color: #1e2022;
  border-color: #1d1e20;
}
.btn-check:checked + .c-product .btn-outline-dark:focus:focus, .btn-check:active + .c-product .btn-outline-dark:focus:focus, .c-product .btn-outline-dark:focus:active:focus, .c-product .btn-outline-dark:focus.active:focus, .show > .c-product .btn-outline-dark:focus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(71, 72, 74, 0.5);
}
.c-product .btn-outline-dark:focus:disabled, .c-product .btn-outline-dark:focus.disabled {
  color: #fff;
  background-color: #26282a;
  border-color: #26282a;
}
.c-product .o-alert {
  order: -1;
}
@media (max-width: 35.98rem) {
  .c-product .o-alert {
    align-self: flex-start;
    justify-content: flex-start;
    padding: 0.5rem;
    transform: translateY(-100%);
    margin-top: -1rem;
    margin-left: 0.5rem;
  }
  .c-product .o-alert .o-svg-icon {
    margin: 0 !important;
  }
  .c-product .o-alert__text {
    display: none;
  }
}
.tab-active .c-product:focus-within {
  /*! purgecss ignore current */
  box-shadow: 0 0 0 0.25rem #fff;
  outline: 0.25rem solid #51d09b;
  outline-offset: 0.25rem;
}
@supports selector(:has(*)) {
  .tab-active .c-product:focus-within {
    /*! purgecss ignore current */
    box-shadow: none;
    outline: none;
    outline-offset: 0;
  }
  .tab-active .c-product:has(.btn:focus, .Form--VGW button[type=submit]:focus:not(:disabled), .Form--VGW button[type=submit]:focus:disabled) {
    /*! purgecss ignore current */
    box-shadow: 0 0 0 0.25rem #fff;
    outline: 0.25rem solid #51d09b;
    outline-offset: 0.25rem;
  }
}

.o-choice {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 0.25em;
  color: #141516;
}
[data-theme] a:not([class*=btn]).o-choice {
  color: #AE2F64;
  text-decoration: none;
}
[data-theme] a:not([class*=btn]).o-choice:hover, [data-theme] a:not([class*=btn]).o-choice:active, [data-theme] a:not([class*=btn]).o-choice:focus {
  color: #86244d;
}
[data-theme] a:not([class*=btn]).o-choice:hover span, [data-theme] a:not([class*=btn]).o-choice:active span, [data-theme] a:not([class*=btn]).o-choice:focus span {
  text-decoration: underline;
}

.o-choice::before {
  content: attr(data-number);
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  border: 1px solid #AE2F64;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.2;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
[data-theme] a:not([class*=btn]).o-choice::before {
  color: #141516;
}

.o-status {
  font-size: 1rem;
  color: #141516;
}
.o-status::before {
  border: 0.5rem solid transparent;
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  position: relative;
  vertical-align: middle;
  margin-top: -0.125em;
}
.o-status[data-status="0"]::before {
  border-color: #E34B53;
}
.o-status[data-status="1"]::before {
  border-color: #FFB200;
}
.o-status[data-status="2"]::before {
  border-color: #7DD05D;
}
.o-status[data-status="3"]::before {
  border-top-color: #7DD05D;
  border-right-color: #FFB200;
  border-bottom-color: #FFB200;
  border-left-color: #7DD05D;
}

.o-info {
  display: block;
  font-size: 1rem;
}
.o-info::before {
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27rgba%2877, 91, 97, 0.999%29%27%3E%3Cpath d=%27M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8,8-3.6,8-8S12.4,0,8,0Zm1,11.5c0,.276-.224,.5-.5,.5h-1c-.276,0-.5-.224-.5-.5V7.5c0-.276,.224-.5,.5-.5h1c.276,0,.5,.224,.5,.5v4Zm-1-5.5c-.552,0-1-.448-1-1s.448-1,1-1,1,.448,1,1-.448,1-1,1Z%27%3E%3C/path%3E%3C/svg%3E") no-repeat;
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  margin-top: -0.125em;
  position: relative;
}

.o-alert {
  color: #fff;
  background-color: #a21b22;
  align-items: center;
  border: 0;
  border-radius: 50rem;
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding: 0.5rem 1rem;
  text-align: left;
  user-select: none;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.o-alert .alert-link {
  color: #cccccc;
}
.o-alert__text {
  flex: 2;
}
.o-alert .o-svg-icon:first-child {
  margin-right: 0.75rem;
}
.o-alert .o-svg-icon:last-child {
  margin-left: 0.75rem;
}
.o-alert:hover, .o-alert:focus {
  background-color: #8c171d;
}
a.o-alert {
  border-radius: 0.2rem;
  display: flex;
  margin-bottom: 1.25em;
  text-decoration: none;
}
a.o-alert:hover, a.o-alert:visited {
  color: #fff;
}

.c-alert-notice .o-alert {
  border-radius: 0.2rem;
  display: flex;
  width: 100%;
  margin-bottom: 0;
}

.c-alert-notice {
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
  font-size: 1rem;
  margin-bottom: 1.5em;
}
.c-alert-notice__toggle:not(.collapsed) > .o-svg-icon:last-child {
  transform: rotate(-180deg);
}
.c-alert-notice__toggle:not(.collapsed) {
  border-radius: 0;
}
.c-alert-notice__body {
  background-color: #FBE6EE;
  padding: 1rem;
}
.c-alert-notice__body > *:last-child {
  margin-bottom: 0;
}

.modal--product .modal-dialog {
  max-width: 75rem;
  margin: 0 auto;
  padding: 1rem;
  height: auto;
  overflow: hidden;
}
@media (max-width: 35.98rem) {
  .modal--product .modal-dialog {
    margin: 0;
    padding: 0;
  }
}
.modal--product .modal-content {
  border: 0;
  box-shadow: 0 0.25rem 0.5rem rgba(20, 21, 22, 0.1);
  align-self: center;
  flex-flow: row nowrap;
}
@media (max-width: 47.98rem) {
  .modal--product .modal-content {
    flex-direction: column;
    max-height: none;
    overflow: auto;
  }
}
.modal--product .modal-content__main {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}
.modal--product .modal-content__media {
  background-color: #F7F8F8;
  flex: 1;
  order: -1;
  padding: 1rem;
}
@media (max-width: 47.98rem) {
  .modal--product .modal-content__media {
    padding: 0.5rem;
  }
}
.modal--product .modal-content__media img {
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
  mix-blend-mode: multiply;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.modal--product .modal-content .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 1rem;
  background-color: #F7F8F8;
  background-size: 1rem;
  border-radius: 50%;
  opacity: 0.9;
  transition: all 0.25s ease;
  z-index: 10;
}
@media (max-width: 35.98rem) {
  .modal--product .modal-content .btn-close {
    padding: 1rem;
    position: fixed;
  }
}
.modal--product .modal-content .btn-close:hover, .modal--product .modal-content .btn-close:focus {
  background-color: #EBECED;
  opacity: 1;
  transform: scale(1.1);
}
.modal--product .modal-header, .modal--product .modal-body__inner, .modal--product .modal-footer {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 56.98rem) {
  .modal--product .modal-header, .modal--product .modal-body__inner, .modal--product .modal-footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 35.98rem) {
  .modal--product .modal-header, .modal--product .modal-body__inner, .modal--product .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.modal--product .modal-header {
  border-bottom: 0;
  padding-top: 1.5rem;
}
.modal--product .modal-title > * {
  display: block;
  line-height: 1.3;
}
.modal--product .modal-title .company {
  color: #AE2F64;
  font-size: 1rem;
  font-weight: 400;
}
.modal--product .modal-body {
  font-size: 1.125rem;
  flex: 2;
  padding: 0;
  position: relative;
  overflow: hidden;
  /*
  &::after {
  	@include overlay(
  		$c: '',
  		$h: $grid-gutter-width,
  		$z: 2,
  		$ttb: false,

  	);
  	background: linear-gradient(0deg, rgba($white,1) 25%, rgba($white,0) 100%);
  }
  */
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .modal--product .modal-body {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .modal--product .modal-body {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.modal--product .modal-body__inner {
  overflow-y: auto;
  height: 100%;
  position: relative;
}
.no-js .modal--product .modal-body__inner:active:focus, .tab-active .modal--product .modal-body__inner:active:focus, .no-js .modal--product .modal-body__inner:focus, .tab-active .modal--product .modal-body__inner:focus {
  /*!purgecss ignore current */
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #141516, inset 0 0 0 6px #fff;
  outline: none;
}
.modal--product .modal-body .o-alert {
  min-height: 3rem;
}
.modal--product .modal-footer {
  border-top: 0;
  padding-bottom: 1.5rem;
  justify-content: flex-start;
}
.modal--edit {
  display: block;
  height: auto;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.modal--edit .btn-close {
  display: none;
}
.modal--edit .c-product-list {
  margin-bottom: 0;
}
.modal--edit .modal-content {
  height: auto;
  max-height: none;
  overflow: visible;
}
.modal--edit .modal-content__media {
  align-self: flex-start;
}
.modal--edit .modal-content__media img {
  margin: 0 auto;
}
.modal--edit .modal-dialog {
  padding: 0;
  height: auto;
}

.c-product-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 0;
}
.c-product-list-item {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
.c-product-list__body {
  display: flex;
  flex-direction: column;
  flex: 2;
}
.c-product-list__media {
  align-self: flex-start;
  background-color: #F7F8F8;
  border-radius: 0.2rem;
  flex: 1;
  max-width: 5rem;
  order: -1;
  position: relative;
}
.c-product-list__media a {
  border-radius: 0.2rem;
  border: 1px solid transparent;
  display: block;
  padding: 0.25rem;
}
.c-product-list__media a:hover {
  background-color: #EBECED;
  border-color: #7D878B;
}
.c-product-list__media a:active {
  border-color: #AE2F64;
  box-shadow: 0 0 0 0.25rem rgba(174, 47, 100, 0.25);
}
.c-product-list__media a::after {
  position: absolute;
  width: 3rem;
  height: 3rem;
  z-index: 0;
  left: 50%;
  top: 50%;
  content: "";
  right: auto;
  bottom: auto;
  background: rgba(255, 255, 255, 0.9) url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cg stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%2820, 21, 22, 0.99%29%27%3E%3Cline x1=%2710%27 y1=%277%27 x2=%2710%27 y2=%2713%27%3E%3C/line%3E%3Cline x1=%2713%27 y1=%2710%27 x2=%277%27 y2=%2710%27%3E%3C/line%3E%3Cline x1=%2722%27 y1=%2722%27 x2=%2715.656%27 y2=%2715.656%27%3E%3C/line%3E%3Ccircle cx=%2710%27 cy=%2710%27 r=%278%27%3E%3C/circle%3E%3C/g%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 1.5rem;
  border-radius: 50rem;
  opacity: 0;
  transform: translate(-50%, -40%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.c-product-list__media a:hover::after, .c-product-list__media a:focus::after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.c-product-list__media img {
  align-self: center;
  aspect-ratio: 1/1;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.c-product-list .title, .c-product-list .form-fs__legend {
  font-size: 1.25rem;
  margin-bottom: 0.25em;
}
@supports (font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem)) {
  .c-product-list .title, .c-product-list .form-fs__legend {
    font-size: min(max(1.125rem, 0.3378378378vw), 1.25rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-product-list .title, .c-product-list .form-fs__legend {
    font-size: clamp(1.125rem, 1.0033783784rem + 0.3378378378vw, 1.25rem);
  }
}
.c-product-list .info {
  color: #AE2F64;
  font-size: 1rem;
  order: -1;
}
.c-product-list .desc {
  font-size: 1rem;
}
.c-product-list ul {
  line-height: 1.3;
}
.c-product-list ul, .c-product-list ul > li {
  margin: 0;
}
.c-product-list ul .info {
  order: 0;
}
.c-product-list--columns {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.c-promo {
  position: relative;
  height: 100%;
  background-color: #141516;
}
.c-promo:not(.c-promo--sign) .c-promo-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
.c-promo-media {
  position: relative;
  margin-bottom: 0;
  height: 100%;
  padding-bottom: 75%;
}
@media (max-width: 35.98rem) {
  .c-promo-media {
    padding-bottom: 100%;
  }
}
.c-promo-media__pic {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
.c-promo-media__pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-promo-media:not([aria-hidden])::before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: #141516;
  content: "";
  opacity: 0;
  transition: opacity 0.25s ease;
}
.c-promo-content > * {
  padding: 1rem 1.5rem;
  transition: background-color 0.25s ease;
}
.c-promo-content a {
  color: inherit;
  text-decoration: none;
  word-break: break-word;
  hyphens: auto;
}
@media (max-width: 56.98rem) {
  .c-promo-content a {
    padding: 1rem;
  }
}
.c-promo__title {
  font-size: calc(1.275rem + 0.3vw);
  display: block;
  color: inherit;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-promo__title {
    font-size: 1.5rem;
  }
}
@supports (font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem)) {
  .c-promo__title {
    font-size: min(max(1.25rem, 0.6756756757vw), 1.5rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-promo__title {
    font-size: clamp(1.25rem, 1.0067567568rem + 0.6756756757vw, 1.5rem);
  }
}
.c-promo .sup-title, .c-promo .c-sr-title .hit, .c-sr-title .c-promo .hit, .c-promo .c-ao-panel__category, .c-promo .c-card__sup-title, .c-promo .form-control-wrapper .form-label:not(.form-label--special), .form-control-wrapper .c-promo .form-label:not(.form-label--special) {
  color: inherit;
}
.c-promo--sign {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 10rem;
}
.c-promo--sign .c-promo-content {
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media (max-width: 56.98rem) {
  .c-promo--sign .c-promo-content > * {
    padding: 1rem;
  }
}
.c-promo--sign::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  content: "";
  background: #141516;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.c-promo--sign:focus-within::after, .c-promo--sign:hover::after {
  opacity: 0.2;
}
.c-promo[data-theme=primary] .c-promo-content > * {
  background-color: rgba(174, 47, 100, 0.9);
  color: #fff;
}
.c-promo[data-theme=primary]:hover .c-promo-content > *, .c-promo[data-theme=primary]:focus-within .c-promo-content > * {
  background-color: #c23470;
  color: #fff;
}
.c-promo[data-theme=secondary] .c-promo-content > * {
  background-color: rgba(3, 46, 67, 0.9);
  color: #fff;
}
.c-promo[data-theme=secondary]:hover .c-promo-content > *, .c-promo[data-theme=secondary]:focus-within .c-promo-content > * {
  background-color: #043f5b;
  color: #fff;
}
.c-promo[data-theme=third] .c-promo-content > * {
  background-color: rgba(27, 121, 134, 0.9);
  color: #fff;
}
.c-promo[data-theme=third]:hover .c-promo-content > *, .c-promo[data-theme=third]:focus-within .c-promo-content > * {
  background-color: #1f8c9b;
  color: #fff;
}
.c-promo[data-theme=fourth] .c-promo-content > * {
  background-color: rgba(0, 110, 169, 0.9);
  color: #fff;
}
.c-promo[data-theme=fourth]:hover .c-promo-content > *, .c-promo[data-theme=fourth]:focus-within .c-promo-content > * {
  background-color: #007fc3;
  color: #fff;
}
.c-promo[data-theme=success] .c-promo-content > * {
  background-color: rgba(25, 135, 84, 0.9);
  color: #fff;
}
.c-promo[data-theme=success]:hover .c-promo-content > *, .c-promo[data-theme=success]:focus-within .c-promo-content > * {
  background-color: #1d9d61;
  color: #fff;
}
.c-promo[data-theme=info] .c-promo-content > * {
  background-color: rgba(0, 110, 169, 0.9);
  color: #fff;
}
.c-promo[data-theme=info]:hover .c-promo-content > *, .c-promo[data-theme=info]:focus-within .c-promo-content > * {
  background-color: #007fc3;
  color: #fff;
}
.c-promo[data-theme=warning] .c-promo-content > * {
  background-color: rgba(255, 193, 7, 0.9);
  color: #141516;
}
.c-promo[data-theme=warning]:hover .c-promo-content > *, .c-promo[data-theme=warning]:focus-within .c-promo-content > * {
  background-color: #ffc721;
  color: #141516;
}
.c-promo[data-theme=danger] .c-promo-content > * {
  background-color: rgba(162, 27, 34, 0.9);
  color: #fff;
}
.c-promo[data-theme=danger]:hover .c-promo-content > *, .c-promo[data-theme=danger]:focus-within .c-promo-content > * {
  background-color: #b81f27;
  color: #fff;
}
.c-promo[data-theme=light] .c-promo-content > * {
  background-color: rgba(235, 236, 237, 0.9);
  color: #141516;
}
.c-promo[data-theme=light]:hover .c-promo-content > *, .c-promo[data-theme=light]:focus-within .c-promo-content > * {
  background-color: #f8f9f9;
  color: #141516;
}
.c-promo[data-theme=dark] .c-promo-content > * {
  background-color: rgba(20, 21, 22, 0.9);
  color: #fff;
}
.c-promo[data-theme=dark]:hover .c-promo-content > *, .c-promo[data-theme=dark]:focus-within .c-promo-content > * {
  background-color: #202223;
  color: #fff;
}
.c-promo a, .c-promo[data-theme] a {
  color: inherit;
}
.c-promo a:active:focus,
.c-promo a:focus, .c-promo[data-theme] a:active:focus,
.c-promo[data-theme] a:focus {
  box-shadow: none;
  outline: none;
}
.c-promo a:hover,
.c-promo a:active,
.c-promo a:focus,
.c-promo a:visited,
.c-promo a:visited:hover, .c-promo[data-theme] a:hover,
.c-promo[data-theme] a:active,
.c-promo[data-theme] a:focus,
.c-promo[data-theme] a:visited,
.c-promo[data-theme] a:visited:hover {
  color: #fff;
}
.no-js .c-promo:focus-within, .tab-active .c-promo:focus-within, .no-js .c-promo[data-theme]:focus-within, .tab-active .c-promo[data-theme]:focus-within {
  /*!purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
}

.c-qs {
  position: relative;
}
.c-qs-wrapper {
  display: flex;
}
.c-qs-wrapper .form-control-wrapper {
  flex-wrap: nowrap;
}
@media (min-width: 36rem) {
  .c-qs-wrapper .form-control-wrapper {
    flex-wrap: nowrap;
  }
}
.c-qs-wrapper .form-control-wrapper__col {
  display: flex;
  position: relative;
  width: 100%;
}
@media (min-width: 36rem) {
  .c-qs-wrapper .form-control-wrapper__col {
    width: auto;
  }
  .c-qs-wrapper .form-control-wrapper__col::after {
    display: block;
    position: relative;
    height: calc(100% - 1rem);
    border-left: 1px solid #DFE1E2;
    content: "";
    align-self: center;
  }
}
.c-qs-wrapper .form-control-wrapper__col + .form-control-wrapper__col {
  border-top: 1px solid #9EA5A8;
}
@media (min-width: 36rem) {
  .c-qs-wrapper .form-control-wrapper__col + .form-control-wrapper__col {
    border-top: 0;
  }
}
.c-qs--extended .c-qs-wrapper .form-control-wrapper {
  flex-wrap: wrap;
}

.c-qs-wrapper .dropdown {
  position: inherit;
}
.c-qs-wrapper .dropdown-toggle {
  display: flex;
  height: 100%;
  margin: 0;
  border-radius: 0.25rem 0 0 0.25rem;
}
.c-qs-wrapper .dropdown-toggle::after {
  margin-left: 1em;
}
@media (max-width: 35.98rem) {
  .c-qs-wrapper .dropdown-toggle {
    width: 100%;
    min-height: 3.5rem;
    margin-bottom: 0.5rem;
    justify-content: space-between;
    border-radius: 0.25rem;
  }
}
.c-qs [data-theme=primary] .dropdown-toggle {
  background-color: #AE2F64;
  color: #fff;
}
.c-qs [data-theme=primary] .dropdown-toggle:hover, .c-qs [data-theme=primary] .dropdown-toggle:focus, .c-qs [data-theme=primary] .dropdown-toggle.show {
  background-color: #9a2a58;
  color: #fff;
}

.c-qs [data-theme=secondary] .dropdown-toggle {
  background-color: #032E43;
  color: #fff;
}
.c-qs [data-theme=secondary] .dropdown-toggle:hover, .c-qs [data-theme=secondary] .dropdown-toggle:focus, .c-qs [data-theme=secondary] .dropdown-toggle.show {
  background-color: #021d2b;
  color: #fff;
}

.c-qs [data-theme=third] .dropdown-toggle {
  background-color: #1B7986;
  color: #fff;
}
.c-qs [data-theme=third] .dropdown-toggle:hover, .c-qs [data-theme=third] .dropdown-toggle:focus, .c-qs [data-theme=third] .dropdown-toggle.show {
  background-color: #176671;
  color: #fff;
}

.c-qs [data-theme=fourth] .dropdown-toggle {
  background-color: #006ea9;
  color: #fff;
}
.c-qs [data-theme=fourth] .dropdown-toggle:hover, .c-qs [data-theme=fourth] .dropdown-toggle:focus, .c-qs [data-theme=fourth] .dropdown-toggle.show {
  background-color: #005d90;
  color: #fff;
}

.c-qs [data-theme=success] .dropdown-toggle {
  background-color: #198754;
  color: #fff;
}
.c-qs [data-theme=success] .dropdown-toggle:hover, .c-qs [data-theme=success] .dropdown-toggle:focus, .c-qs [data-theme=success] .dropdown-toggle.show {
  background-color: #157147;
  color: #fff;
}

.c-qs [data-theme=info] .dropdown-toggle {
  background-color: #006ea9;
  color: #fff;
}
.c-qs [data-theme=info] .dropdown-toggle:hover, .c-qs [data-theme=info] .dropdown-toggle:focus, .c-qs [data-theme=info] .dropdown-toggle.show {
  background-color: #005d90;
  color: #fff;
}

.c-qs [data-theme=warning] .dropdown-toggle {
  background-color: #ffc107;
  color: #141516;
}
.c-qs [data-theme=warning] .dropdown-toggle:hover, .c-qs [data-theme=warning] .dropdown-toggle:focus, .c-qs [data-theme=warning] .dropdown-toggle.show {
  background-color: #edb100;
  color: #141516;
}

.c-qs [data-theme=danger] .dropdown-toggle {
  background-color: #a21b22;
  color: #fff;
}
.c-qs [data-theme=danger] .dropdown-toggle:hover, .c-qs [data-theme=danger] .dropdown-toggle:focus, .c-qs [data-theme=danger] .dropdown-toggle.show {
  background-color: #8c171d;
  color: #fff;
}

.c-qs [data-theme=light] .dropdown-toggle {
  background-color: #EBECED;
  color: #141516;
}
.c-qs [data-theme=light] .dropdown-toggle:hover, .c-qs [data-theme=light] .dropdown-toggle:focus, .c-qs [data-theme=light] .dropdown-toggle.show {
  background-color: #dedfe1;
  color: #141516;
}

.c-qs [data-theme=dark] .dropdown-toggle {
  background-color: #141516;
  color: #fff;
}
.c-qs [data-theme=dark] .dropdown-toggle:hover, .c-qs [data-theme=dark] .dropdown-toggle:focus, .c-qs [data-theme=dark] .dropdown-toggle.show {
  background-color: #080809;
  color: #fff;
}

.no-js .c-qs-wrapper .dropdown-toggle:active:focus, .tab-active .c-qs-wrapper .dropdown-toggle:active:focus, .no-js .c-qs-wrapper .dropdown-toggle:focus, .tab-active .c-qs-wrapper .dropdown-toggle:focus {
  /*!purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
  outline: none;
}
.c-qs-wrapper .dropdown-menu {
  width: 100%;
  box-shadow: 0 0.25rem 0.5rem rgba(20, 21, 22, 0.2);
  border: 0;
  padding-top: 0;
}
@media (max-width: 35.98rem) {
  .choice-opened .c-qs-wrapper .dropdown-menu {
    /*! purgecss ignore current */
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0) !important;
    z-index: 100000;
    display: flex;
    flex-direction: column;
  }
  .choice-opened .c-qs-wrapper .dropdown-menu__content {
    /*! purgecss ignore current */
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    flex: 2;
  }
}
.c-qs-wrapper .dropdown-menu__header, .c-qs-wrapper .dropdown-menu__footer {
  display: none;
  padding: 0.5rem 1rem;
}
.c-qs-wrapper .dropdown-menu__header {
  padding-top: 1rem;
}
@media (max-width: 35.98rem) {
  .c-qs-wrapper .dropdown-menu__header {
    display: flex;
    align-items: center;
  }
}
.c-qs-wrapper .dropdown-menu__header span {
  flex: 2;
  font-weight: 600;
}
.c-qs-wrapper .dropdown-menu__footer {
  border-top: 1px solid #EBECED;
}
@media (max-width: 35.98rem) {
  .c-qs-wrapper .dropdown-menu__footer {
    display: block;
  }
}
.c-qs-wrapper .dropdown-menu__footer .btn, .c-qs-wrapper .dropdown-menu__footer .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .c-qs-wrapper .dropdown-menu__footer button[type=submit]:not(:disabled), .c-qs-wrapper .dropdown-menu__footer .Form--VGW button[type=submit]:disabled, .Form--VGW .c-qs-wrapper .dropdown-menu__footer button[type=submit]:disabled {
  width: 100%;
}
@media (min-width: 48rem) and (max-width: 74.98rem) {
  .c-qs-wrapper .dropdown .o-list-columns {
    column-count: 3;
    column-gap: 1em;
  }
}
@media (min-width: 75rem) {
  .c-qs-wrapper .dropdown .o-list-columns {
    column-count: 4;
  }
}
.c-qs-wrapper .dropdown .o-list__title:not(:first-child) {
  margin-top: 1em;
}
@media (max-width: 47.98rem) {
  .c-qs-wrapper .dropdown .c-tabs {
    margin-left: 0;
    margin-right: 0;
  }
  .c-qs-wrapper .dropdown .c-tabs__nav::after, .c-qs-wrapper .dropdown .c-tabs__nav::before {
    content: none;
  }
}
.c-qs-wrapper .dropdown .show-on-check {
  display: none;
}
.c-qs-wrapper .dropdown.is-checked .show-on-check {
  /*! purgecss ignore current */
  display: block;
  margin-left: auto;
}
.c-qs-wrapper .dropdown .c-tabs .btn-submit {
  display: inline-flex;
}
.c-qs-wrapper .dropdown .c-tabs .btn-submit:hover::after, .c-qs-wrapper .dropdown .c-tabs .btn-submit:active::after, .c-qs-wrapper .dropdown .c-tabs .btn-submit:focus::after {
  opacity: 1;
  transform: translateX(0.25rem);
}
.c-qs-wrapper .dropdown .c-tabs .btn-submit::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 stroke-width=%272%27 fill=%27none%27 stroke=%27rgba%28174, 47, 100, 0.999%29%27%3E%3Cline x1=%272%27 y1=%2712%27 x2=%2722%27 y2=%2712%27%3E%3C/line%3E%3Cpolyline points=%2715,5 22,12 15,19 %27%3E%3C/polyline%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  margin: 0 0 0 0.5em;
  opacity: 0.5;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: inline-block;
  vertical-align: middle;
}
.c-qs-choice {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.c-qs-choice__input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.c-qs-choice__text {
  display: flex;
  align-items: center;
  padding: 0.5em;
  user-select: none;
}
[data-theme=primary] .c-qs-choice__text {
  color: #AE2F64;
}
[data-theme=primary] .c-qs-choice__text:hover, [data-theme=primary] .c-qs-choice__text:active, [data-theme=primary] .c-qs-choice__text:focus {
  color: #872959;
}
[data-theme=secondary] .c-qs-choice__text {
  color: #19425B;
}
[data-theme=secondary] .c-qs-choice__text:hover, [data-theme=secondary] .c-qs-choice__text:active, [data-theme=secondary] .c-qs-choice__text:focus {
  color: #032E43;
}
[data-theme=third] .c-qs-choice__text {
  color: #1B7986;
}
[data-theme=third] .c-qs-choice__text:hover, [data-theme=third] .c-qs-choice__text:active, [data-theme=third] .c-qs-choice__text:focus {
  color: #16565B;
}
[data-theme=danger] .c-qs-choice__text {
  color: #410b0e;
}
[data-theme=danger] .c-qs-choice__text:hover, [data-theme=danger] .c-qs-choice__text:active, [data-theme=danger] .c-qs-choice__text:focus {
  color: #200507;
}
input:checked + .c-qs-choice__text {
  border-radius: 0.2rem;
  color: #fff;
}
input:checked + .c-qs-choice__text::before {
  content: "";
  min-width: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.25em;
  margin-right: 0.5em;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27%3E%3Cpath fill=%27#fff%27%20d=%27M10.293,1.293,4,7.586,1.707,5.293A1,1,0,0,0,.293,6.707l3,3a1,1,0,0,0,1.414,0l7-7a1,1,0,0,0-1.414-1.414Z%27%3E%3C/path%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: cover;
}
[data-theme=primary] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #AE2F64;
}
[data-theme=secondary] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #032E43;
}
[data-theme=third] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #1B7986;
}
[data-theme=fourth] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #006ea9;
}
[data-theme=success] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #198754;
}
[data-theme=info] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #006ea9;
}
[data-theme=warning] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #ffc107;
}
[data-theme=danger] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #a21b22;
}
[data-theme=light] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #EBECED;
}
[data-theme=dark] input:checked + .c-qs-choice__text {
  color: #fff;
  background-color: #141516;
}
.tab-active input:focus + .c-qs-choice__text {
  /*! purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
  outline: none;
}
.c-qs__dropdown {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 100;
  left: 0;
  top: 100%;
  background: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(20, 21, 22, 0.1);
  display: none;
  margin-top: 0.25rem;
}
.c-qs__dropdown.is-active {
  /*! purgecss ignore current */
  display: block;
}
.c-qs__sr {
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  max-height: 23.5rem;
}
.c-qs__sr::-webkit-scrollbar {
  display: none;
}
.c-qs__sr > * {
  scroll-snap-align: center;
}
.c-qs .o-btn--reset {
  position: relative;
  background: none;
  color: #6D7C82;
}
.c-qs .o-btn--reset .o-btn__icon {
  width: 0.75rem;
  height: 0.75rem;
  z-index: 2;
}
@media (min-width: 36rem) {
  .c-qs--extended.c-qs .o-btn--reset .o-btn__text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

.c-qs .o-btn--reset::after {
  position: absolute;
  width: 1rem;
  height: 1rem;
  z-index: 1;
  left: auto;
  top: auto;
  content: "";
  right: auto;
  bottom: auto;
  background-color: #F7F8F8;
  border-radius: 50%;
  transform: scale(2);
  transition: background-color 0.25s ease, transform 0.25s ease;
}
@media (min-width: 48rem) {
  .c-qs div + .o-btn--reset {
    margin-left: 1rem;
  }
}

.c-qs .o-btn--reset:focus, .c-qs .o-btn--reset:hover, .c-qs .o-btn--reset:active {
  color: #141516;
}
.c-qs .o-btn--reset:focus::after, .c-qs .o-btn--reset:hover::after, .c-qs .o-btn--reset:active::after {
  background-color: #EBECED;
  transform: scale(3);
}
.c-qs .o-btn--search {
  background: #fff;
  border-radius: 0 0.25rem 0.25rem 0;
  padding: 1rem;
}
@media (min-width: 48rem) {
  .c-qs .o-btn--search {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.c-qs .o-btn--search .o-btn__icon {
  margin: 0;
  color: #7D878B;
}
.c-qs .o-btn--search:focus .o-btn__icon, .c-qs .o-btn--search:hover .o-btn__icon, .c-qs .o-btn--search:active .o-btn__icon {
  color: #141516;
}
.c-qs--extended.c-qs .o-btn--search {
  flex: none;
}
@media (max-width: 35.98rem) {
  .c-qs--extended.c-qs .o-btn--search {
    flex: auto;
    text-align: center;
    background-color: #AE2F64;
    color: #FBE6EE;
    justify-content: center;
    margin-top: 0.25rem;
    border-radius: 0 0 0.2rem 0.2rem;
  }
  .c-qs--extended.c-qs .o-btn--search .o-btn__icon {
    color: inherit;
  }
  .c-qs--extended.c-qs .o-btn--search .o-btn__text {
    margin-right: 1rem;
  }
}
@media (min-width: 36rem) {
  .c-qs--extended.c-qs .o-btn--search .o-btn__text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

.choice-opened {
  /*! purgecss ignore current */
}
@media (max-width: 35.98rem) {
  .choice-opened {
    overflow: hidden;
  }
  .choice-opened .s--hero-care .c {
    /*! purgecss ignore current */
    z-index: auto;
  }
}

.o-list-result {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #141516;
  padding: 0.25rem;
}
.o-list-result__separator {
  border-bottom: 1px solid #EBECED;
}
.o-list-result__link {
  align-items: center;
  border-radius: 0.2rem;
  display: flex;
  padding: 0.75rem 1rem;
  text-decoration: none;
}
.o-list-result__link .o-svg-icon {
  color: #6D7C82;
  margin-right: 1rem;
  width: 1rem;
}
.o-list-result__link, .o-list-result__link:visited {
  color: #4D5B61;
}
.c-qs .o-list-result__link, .c-qs .o-list-result__link:visited {
  color: inherit;
}
.o-list-result__link.is-selected, .o-list-result__link:hover, .o-list-result__link:active, .o-list-result__link:focus {
  background: #F7F8F8;
}
.o-list-result__link.is-selected, .o-list-result__link.is-selected:visited, .o-list-result__link:hover, .o-list-result__link:hover:visited, .o-list-result__link:active, .o-list-result__link:active:visited, .o-list-result__link:focus, .o-list-result__link:focus:visited {
  color: #141516;
}
.o-list-result__link.is-selected .o-svg-icon, .o-list-result__link:hover .o-svg-icon, .o-list-result__link:active .o-svg-icon, .o-list-result__link:focus .o-svg-icon {
  color: inherit;
}
.tab-active .o-list-result__link:focus {
  /*! purgecss ignore current */
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
}
.o-list-result__no-hits {
  display: block;
  padding: 0.75rem 1.5rem;
  font-style: italic;
}
.o-list-result__phrase {
  display: block;
  flex: 2;
}
a:hover .o-list-result__phrase, a:active .o-list-result__phrase, a:focus .o-list-result__phrase {
  text-decoration: underline;
}
.o-list-result__goto {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  opacity: 0;
  transition: opacity 0.25s ease;
}
@media (max-width: 35.98rem) {
  .o-list-result__goto {
    display: none;
  }
}
a:hover .o-list-result__goto, a:active .o-list-result__goto, a:focus .o-list-result__goto {
  opacity: 1;
}

.c-qs-ao {
  margin-bottom: 0.5rem;
}
.c-qs-ao__toggle {
  padding-left: 0;
  padding-right: 0;
}
.c-qs-ao__toggle:hover, .c-qs-ao__toggle:active {
  background: none;
}
.c-qs-ao__toggle .o-svg-icon {
  margin-left: 0.5em;
}
.c-qs-ao__toggle:not(.collapsed) {
  color: #AE2F64;
}
.c-qs-resultinfo {
  font-size: 1rem;
  color: #4D5B61;
}

.c-qs-hint {
  font-size: 1rem;
  display: flex;
  flex-flow: row wrap;
  padding: 0.5rem 0;
}
.c-qs-hint__title {
  font-size: 100%;
  font-weight: 600;
  margin: 0.25rem 0.5rem 0.25rem 0;
}
@media (min-width: 36rem) {
  .c-qs-hint__title {
    padding: 0.5rem 0;
  }
}
.c-qs-hint ul {
  justify-items: center;
  align-self: center;
  gap: 0;
}
.c-qs-hint ul li:not(:last-child)::after {
  content: ",";
  margin-right: 0.25em;
}
@media (min-width: 36rem) {
  .c-qs-hint ul a {
    padding: 0.5rem 0;
  }
}

.c-quickInfo {
  background: #AE2F64;
  border-radius: 0.25rem;
  color: #fff;
  list-style: none;
  margin-bottom: 0;
  padding: 0.125rem;
}
.c-quickInfo .o-btn, .c-quickInfo .c-qs-ao__toggle {
  position: relative;
  display: flex;
  background: #AE2F64;
  color: #FBE6EE;
}
.c-quickInfo .o-btn:hover, .c-quickInfo .c-qs-ao__toggle:hover, .c-quickInfo .o-btn:active, .c-quickInfo .c-qs-ao__toggle:active, .c-quickInfo .o-btn:focus, .c-quickInfo .c-qs-ao__toggle:focus {
  background: #9a2a58;
  color: #fff;
  z-index: 2;
}
.c-quickInfo .o-btn__icon {
  min-width: 1.5rem;
}
.c-quickInfo--primary {
  background: #AE2F64;
  color: #fff;
}
.c-quickInfo--primary .o-btn, .c-quickInfo--primary .c-qs-ao__toggle {
  background: #AE2F64;
  color: #fff;
}
.c-quickInfo--primary .o-btn:hover, .c-quickInfo--primary .c-qs-ao__toggle:hover, .c-quickInfo--primary .o-btn:active, .c-quickInfo--primary .c-qs-ao__toggle:active, .c-quickInfo--primary .o-btn:focus, .c-quickInfo--primary .c-qs-ao__toggle:focus {
  background: #9a2a58;
  color: #fff;
}
.c-quickInfo--secondary {
  background: #032E43;
  color: #fff;
}
.c-quickInfo--secondary .o-btn, .c-quickInfo--secondary .c-qs-ao__toggle {
  background: #032E43;
  color: #fff;
}
.c-quickInfo--secondary .o-btn:hover, .c-quickInfo--secondary .c-qs-ao__toggle:hover, .c-quickInfo--secondary .o-btn:active, .c-quickInfo--secondary .c-qs-ao__toggle:active, .c-quickInfo--secondary .o-btn:focus, .c-quickInfo--secondary .c-qs-ao__toggle:focus {
  background: #021d2b;
  color: #fff;
}
.c-quickInfo--third {
  background: #1B7986;
  color: #fff;
}
.c-quickInfo--third .o-btn, .c-quickInfo--third .c-qs-ao__toggle {
  background: #1B7986;
  color: #fff;
}
.c-quickInfo--third .o-btn:hover, .c-quickInfo--third .c-qs-ao__toggle:hover, .c-quickInfo--third .o-btn:active, .c-quickInfo--third .c-qs-ao__toggle:active, .c-quickInfo--third .o-btn:focus, .c-quickInfo--third .c-qs-ao__toggle:focus {
  background: #176671;
  color: #fff;
}
.c-quickInfo--fourth {
  background: #006ea9;
  color: #fff;
}
.c-quickInfo--fourth .o-btn, .c-quickInfo--fourth .c-qs-ao__toggle {
  background: #006ea9;
  color: #fff;
}
.c-quickInfo--fourth .o-btn:hover, .c-quickInfo--fourth .c-qs-ao__toggle:hover, .c-quickInfo--fourth .o-btn:active, .c-quickInfo--fourth .c-qs-ao__toggle:active, .c-quickInfo--fourth .o-btn:focus, .c-quickInfo--fourth .c-qs-ao__toggle:focus {
  background: #005d90;
  color: #fff;
}
.c-quickInfo--success {
  background: #198754;
  color: #fff;
}
.c-quickInfo--success .o-btn, .c-quickInfo--success .c-qs-ao__toggle {
  background: #198754;
  color: #fff;
}
.c-quickInfo--success .o-btn:hover, .c-quickInfo--success .c-qs-ao__toggle:hover, .c-quickInfo--success .o-btn:active, .c-quickInfo--success .c-qs-ao__toggle:active, .c-quickInfo--success .o-btn:focus, .c-quickInfo--success .c-qs-ao__toggle:focus {
  background: #157147;
  color: #fff;
}
.c-quickInfo--info {
  background: #006ea9;
  color: #fff;
}
.c-quickInfo--info .o-btn, .c-quickInfo--info .c-qs-ao__toggle {
  background: #006ea9;
  color: #fff;
}
.c-quickInfo--info .o-btn:hover, .c-quickInfo--info .c-qs-ao__toggle:hover, .c-quickInfo--info .o-btn:active, .c-quickInfo--info .c-qs-ao__toggle:active, .c-quickInfo--info .o-btn:focus, .c-quickInfo--info .c-qs-ao__toggle:focus {
  background: #005d90;
  color: #fff;
}
.c-quickInfo--warning {
  background: #ffc107;
  color: #141516;
}
.c-quickInfo--warning .o-btn, .c-quickInfo--warning .c-qs-ao__toggle {
  background: #ffc107;
  color: #141516;
}
.c-quickInfo--warning .o-btn:hover, .c-quickInfo--warning .c-qs-ao__toggle:hover, .c-quickInfo--warning .o-btn:active, .c-quickInfo--warning .c-qs-ao__toggle:active, .c-quickInfo--warning .o-btn:focus, .c-quickInfo--warning .c-qs-ao__toggle:focus {
  background: #edb100;
  color: #141516;
}
.c-quickInfo--danger {
  background: #a21b22;
  color: #fff;
}
.c-quickInfo--danger .o-btn, .c-quickInfo--danger .c-qs-ao__toggle {
  background: #a21b22;
  color: #fff;
}
.c-quickInfo--danger .o-btn:hover, .c-quickInfo--danger .c-qs-ao__toggle:hover, .c-quickInfo--danger .o-btn:active, .c-quickInfo--danger .c-qs-ao__toggle:active, .c-quickInfo--danger .o-btn:focus, .c-quickInfo--danger .c-qs-ao__toggle:focus {
  background: #8c171d;
  color: #fff;
}
.c-quickInfo--light {
  background: #EBECED;
  color: #141516;
}
.c-quickInfo--light .o-btn, .c-quickInfo--light .c-qs-ao__toggle {
  background: #EBECED;
  color: #141516;
}
.c-quickInfo--light .o-btn:hover, .c-quickInfo--light .c-qs-ao__toggle:hover, .c-quickInfo--light .o-btn:active, .c-quickInfo--light .c-qs-ao__toggle:active, .c-quickInfo--light .o-btn:focus, .c-quickInfo--light .c-qs-ao__toggle:focus {
  background: #dedfe1;
  color: #141516;
}
.c-quickInfo--dark {
  background: #141516;
  color: #fff;
}
.c-quickInfo--dark .o-btn, .c-quickInfo--dark .c-qs-ao__toggle {
  background: #141516;
  color: #fff;
}
.c-quickInfo--dark .o-btn:hover, .c-quickInfo--dark .c-qs-ao__toggle:hover, .c-quickInfo--dark .o-btn:active, .c-quickInfo--dark .c-qs-ao__toggle:active, .c-quickInfo--dark .o-btn:focus, .c-quickInfo--dark .c-qs-ao__toggle:focus {
  background: #080809;
  color: #fff;
}
@media (min-width: 36rem) {
  .c-quickInfo--alt {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .c-quickInfo--alt > li {
    flex: 1;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-quickInfo--alt .o-btn, .c-quickInfo--alt .c-qs-ao__toggle {
    border-radius: 0.25rem;
    min-height: 4rem;
  }
}

.c-region {
  --regional-border-width: 3px;
  min-height: 2.5rem;
  position: relative;
  padding-bottom: 1px;
}
.c-region__prop + * {
  margin-top: 0;
}
.c-region::before {
  font-size: 1rem;
  background-color: #FBE6EE;
  color: #AE2F64;
  content: "Norrbotten";
  display: inline-flex;
  font-weight: 600;
  left: calc(-1rem + var(--regional-border-width));
  margin-bottom: 1rem;
  padding: 0.25rem 0.5rem;
  position: relative;
  white-space: nowrap;
}
@supports (font-size: min(max(0.75rem, 0.6756756757vw), 1rem)) {
  .c-region::before {
    font-size: min(max(0.75rem, 0.6756756757vw), 1rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-region::before {
    font-size: clamp(0.75rem, 0.5067567568rem + 0.6756756757vw, 1rem);
  }
}
@media (min-width: 48rem) and (max-width: 89.98rem) {
  .c-region::before {
    left: calc(-1.5rem + var(--regional-border-width));
  }
}
@media (min-width: 90rem) {
  .c-region::before {
    position: absolute;
    top: 0;
    right: calc(100% + 1.5rem);
    left: auto;
  }
}
.c-region + .c-region::before {
  display: none;
}

.c-region::after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  height: 100%;
  border-left: var(--regional-border-width) solid #AE2F64;
}
@media (min-width: 48rem) {
  .c-region::after {
    left: -1.5rem;
  }
}
.c-region:not(:has(+ .c-region)) {
  margin-bottom: 1.25em;
}
.c-region:not(:has(+ .c-region)) *:last-child {
  margin-bottom: 0;
}
.c-region.c-anchor-pane {
  padding-bottom: 1.25em;
}
.c-region.c-anchor-pane:not(:has(~ .c-region)) {
  padding-bottom: 1px;
  margin-bottom: 1.25em;
}

.c-sr {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-sr-item {
  display: flex;
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (max-width: 35.98rem) {
  .c-sr-item:not(.c-sr-item--highlight) {
    padding: 0;
  }
}
@media (max-width: 35.98rem) {
  .c-sr-item:not(.c-sr-item--highlight):not(:last-child) {
    border-bottom: 1px solid #DFE1E2;
    padding-bottom: 1rem;
  }
}
.c-sr-item__content {
  flex: 2;
  max-width: 57rem;
}
.c-sr-item__head {
  position: relative;
}
@media (max-width: 47.98rem) {
  .c-sr-item__head {
    margin-bottom: 0.5rem;
  }
}
.c-sr-item__head a {
  text-decoration: none;
}
.c-sr-item__head .meta {
  order: -1;
}
.c-sr-item__body {
  position: relative;
  flex: 2;
  display: flex;
  flex-direction: column;
}
.c-sr-item__media {
  margin-left: auto;
  padding-left: 2rem;
  flex: 0 0 25%;
}
.c-sr-item__media img {
  width: 100%;
  border-radius: 0.25rem;
}
@media (max-width: 35.98rem) {
  .c-sr-item__media {
    display: none;
  }
}
.no-js .c-sr-item__media {
  display: none;
}
.c-sr-item--highlight {
  background-color: #FBE6EE;
  border-radius: 0.25rem;
}
.c-sr-item--highlight a[data-filetype]::after {
  background-color: #AE2F64;
  border-color: #AE2F64;
  color: #fff;
  vertical-align: text-bottom;
}
.c-sr-item--highlight mark, .c-sr-item--highlight .mark {
  background-color: transparent;
  font-weight: 700;
}
.c-sr-title {
  display: inline;
  margin-bottom: 0.5rem;
}
.c-sr-title .hit {
  color: #872959;
  margin-bottom: 0;
  margin-bottom: 0.25em;
}
.c-sr-title .category {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: normal;
}
.c-sr-title .category__color {
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5rem;
  border-radius: 50rem;
  background-color: #F7F8F8;
}
.c-sr-title .title, .c-sr-title .form-fs__legend {
  text-decoration: underline;
  color: #AE2F64;
  transition: color 0.25s ease;
}
a:hover .c-sr-title .title, a:hover .c-sr-title .form-fs__legend, a:active .c-sr-title .title, a:active .c-sr-title .form-fs__legend, a:focus .c-sr-title .title, a:focus .c-sr-title .form-fs__legend {
  color: #86244d;
}
.c-sr-title .title:not(:last-child), .c-sr-title .form-fs__legend:not(:last-child) {
  margin-right: 0.25em;
}
.c-sr-title .title:not(:first-child), .c-sr-title .form-fs__legend:not(:first-child) {
  margin-top: 0.25em;
}
.c-sr-title .o-badge, .c-sr-title .o-os-status {
  margin-left: 0;
}
.c-sr-desc .o-date {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-sr-desc .o-date {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-sr-desc .o-date {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.c-sr-desc > .o-date:first-child:not(:last-child) {
  font-size: inherit;
  font-weight: 600;
}
.c-sr-desc > .o-date:first-child:not(:last-child)::after {
  content: "—";
  margin-left: 0.25em;
  margin-right: 0.125em;
}
.c-sr-desc .o-desc {
  display: inline;
}
.c-sr-desc .o-tag-list {
  margin-top: 0.5em;
}
.c-sr-tags:last-child {
  margin-top: 1rem;
}
.c-sr-tags:not(:last-child) {
  margin-bottom: 0.5rem;
}
.c-sr-url {
  font-size: 1rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-style: normal;
  margin: 0 -0.25rem;
  padding: 0.25rem 0;
}
.c-sr-url > * {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  white-space: nowrap;
}
@media (max-width: 23.48rem) {
  .c-sr-url > * {
    display: none;
  }
  .c-sr-url > *:nth-last-child(-n+2) {
    display: block;
  }
}
.c-sr-url > a {
  text-decoration: none;
  color: #32393D;
}
.c-sr-url > a:hover, .c-sr-url > a:active, .c-sr-url > a:focus {
  color: #141516;
  text-decoration: underline;
}
@media (max-width: 47.98rem) {
  .c-sr-url {
    display: none;
  }
}
.c-sr-hits {
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #DFE1E2;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-sr-hits {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-sr-hits {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.c-sr-hits__text {
  font-weight: 600;
  margin-right: 1rem;
}
.c-sr-hits__selected {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  order: 2;
}
.c-sr-hits__selected__text {
  font-weight: 600;
  margin-right: 1rem;
  padding: 0.25em 0;
  white-space: nowrap;
}
.c-sr-hits__selected__filter {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.c-sr-hits__selected .o-filter {
  flex-flow: nowrap;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
}
.c-sr-no-hits {
  border-top: 1px solid #EBECED;
  padding-top: 1.5rem;
  padding-top: 1.5rem;
}
.c-sr--events .c-sr-item {
  margin-bottom: 2rem;
  padding: 0;
}
.c-sr--events .c-sr-item__head a {
  display: flex;
  flex-direction: column;
}
.c-sr .meta {
  font-size: 1.125rem;
  display: flex;
  flex-flow: row wrap;
  color: #32393D;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0.25rem;
  gap: 0.5rem;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-sr .meta {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-sr .meta {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.c-sr .meta > * + *::before {
  display: inline-block;
  content: "•";
  color: #32393D;
  margin-left: 0.125em;
  margin-right: 0.5rem;
}
.c-sr .meta .o-date__start {
  font-size: inherit;
  font-weight: 600;
}
.c-sr .meta .o-date__start::before {
  display: inline-block;
  vertical-align: baseline;
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27rgba%2850, 57, 61, 0.99%29%27%3E%3Cpath d=%27M15,3h-2V1c0-.552-.447-1-1-1s-1,.448-1,1V3H5V1c0-.552-.447-1-1-1s-1,.448-1,1V3H1c-.553,0-1,.448-1,1V15c0,.552,.447,1,1,1H15c.553,0,1-.448,1-1V4c0-.552-.447-1-1-1Zm-1,11H2V6H14V14Z%27%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-right: 0.25em;
  position: relative;
  top: 1px;
}
.c-sr .meta .o-status {
  font-size: inherit;
}
.c-sr .meta--bg {
  background-color: #F7F8F8;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
}
.c-sr-filter-hit {
  color: #4D5B61;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}

.c-service {
  --service-color: #AE2F64;
  --service-color-light: #FBE6EE;
}
.c-service[data-theme=primary] {
  --service-color: #AE2F64;
  --service-color-light: #FBE6EE;
}
.c-service[data-theme=secondary] {
  --service-color: #19425B;
  --service-color-light: #EDF5FA;
}
.c-service[data-theme=third] {
  --service-color: #1B7986;
  --service-color-light: #EBF9FB;
}
.c-service[data-theme=danger] {
  --service-color: #410b0e;
  --service-color-light: #f6e8e9;
}
@media (max-width: 56.98rem) {
  .c-service:has(.c-service__header:not(.visually-hidden)) {
    border: 0.125rem solid #F7F8F8;
    padding: 1rem;
  }
}
.c-service__header {
  display: flex;
  color: var(--service-color);
  position: relative;
}
@media (min-width: 57rem) {
  .c-service__header {
    border-bottom: 0.125rem solid var(--service-color);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.c-service__title {
  color: inherit;
  margin-bottom: 0;
  flex: 2;
}
.c-service__toggle {
  background: none;
  border: 0;
}
.c-service__toggle .o-icon {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.c-service__toggle .o-icon::before, .c-service__toggle .o-icon::after {
  position: absolute;
  width: 1rem;
  height: 0.125rem;
  z-index: 0;
  left: 0;
  top: 0;
  content: "";
  bottom: 0;
  right: 0;
  margin: auto;
  background: var(--service-color);
  transform-origin: 50%;
  transition: transform 0.25s ease;
}
.c-service__toggle.collapsed .o-icon::before {
  /*! purgecss ignore current */
  transform: rotate(-90deg);
}
.c-service__toggle.collapsed .o-icon::after {
  /*! purgecss ignore current */
  transform: rotate(-180deg);
}
@media (min-width: 57rem) {
  .c-service__toggle {
    display: none !important;
  }
}
@media (min-width: 57rem) {
  .c-service__body.collapse:not(.show) {
    display: block !important;
  }
}
.c-service-list {
  margin: 0;
  padding: 0;
  list-style: none;
  --grid-layout-gap: 2rem;
  --grid-column-count: 4;
  --grid-item--min-width: 12.5rem;
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
  grid-gap: var(--grid-layout-gap);
}
@media (max-width: 56.98rem) {
  .c-service-list {
    --grid-layout-gap: 1rem;
  }
  .c-service__header:not(.visually-hidden) + .c-service__body > .c-service-list {
    border-top: 2px solid var(--service-color);
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.c-service-list__item {
  font-size: 1rem;
}
.c-service-list__item p {
  margin: 0;
}
.c-service-list__box {
  border-radius: 0.25rem;
  color: #4D5B61;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: relative;
  transition: background-color 0.25s ease;
}
.c-service-list__box:hover, .c-service-list__box:focus-visible {
  background-color: var(--service-color-light);
}
.c-service-list__title {
  font-size: calc(1.2625rem + 0.15vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .c-service-list__title {
    font-size: 1.375rem;
  }
}
@supports (font-size: min(max(1.125rem, 0.6756756757vw), 1.375rem)) {
  .c-service-list__title {
    font-size: min(max(1.125rem, 0.6756756757vw), 1.375rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-service-list__title {
    font-size: clamp(1.125rem, 0.8817567568rem + 0.6756756757vw, 1.375rem);
  }
}
.c-service-list__title:not(:last-child) {
  margin-bottom: 0.25em;
}
.c-service-list__title a {
  padding: 0.25em 0;
  color: var(--service-color);
}
.c-service-list__title a:hover, .c-service-list__title a:active, .c-service-list__title a:focus {
  text-decoration: underline;
  color: var(--service-color);
}

.c-spotlight {
  background-color: #F7F8F8;
  border-radius: 0.2rem;
  padding: 1.5rem;
}
@media (max-width: 35.98rem) {
  .c-spotlight {
    padding: 1rem;
  }
}
.c-spotlight[data-theme=primary] {
  background-color: #FBE6EE;
}
.c-spotlight[data-theme=secondary] {
  background-color: #EDF5FA;
}
.c-spotlight[data-theme=third] {
  background-color: #EBF9FB;
}
.c-spotlight[data-theme=danger] {
  background-color: #f6e8e9;
}
.c-spotlight-list {
  display: grid;
  gap: 2rem;
  list-style: none;
  margin: 0 0 -1rem;
  padding: 0;
  position: relative;
}
@media (max-width: 56.98rem) {
  .c-spotlight-list {
    gap: 0;
  }
}
.displayMode-full .c-spotlight-list, .displayMode-auto .c-spotlight-list {
  grid-template-columns: 1fr;
}
@media (min-width: 57rem) {
  .displayMode-full .c-spotlight-list, .displayMode-auto .c-spotlight-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-spotlight-list__item {
  display: flex;
  margin-bottom: 1rem;
}
.tab-active .c-spotlight-list__item:focus-within {
  /*! purgecss ignore current */
  box-shadow: 0 0 0 0.25rem #a21b22;
}
.c-spotlight-list__body {
  flex: 2;
}
.c-spotlight-list__media {
  order: -1;
  box-sizing: content-box;
  flex: 1;
  width: 100%;
  max-width: 6rem;
  padding-right: 1rem;
}
@media (max-width: 35.98rem) {
  .c-spotlight-list__media {
    max-width: 4rem;
  }
}
@media (min-width: 57rem) and (max-width: 74.98rem) {
  .displayMode-full .c-spotlight-list__media, .displayMode-auto .c-spotlight-list__media {
    max-width: 4rem;
  }
}
.c-spotlight__body + .c-spotlight-list__media {
  padding-left: 1rem;
  padding-right: 0;
}
.c-spotlight-list__media img {
  width: 100%;
  border-radius: 0.2rem;
}
.c-spotlight-list__link {
  font-size: 1.125rem;
  display: block;
  font-weight: 600;
  line-height: 1.5;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-spotlight-list__link {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-spotlight-list__link {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
@media (min-width: 36rem) and (max-width: 56.98rem) {
  .c-spotlight-list__link {
    font-size: 1.25rem;
  }
}
.tab-active .c-spotlight-list__link:focus, .tab-active .c-spotlight-list__link:active:focus {
  /*! purgecss ignore current */
  box-shadow: none;
}

.c-block--spotlight .c-block__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.c-block--spotlight .c-block__header .title, .c-block--spotlight .c-block__header .form-fs__legend {
  flex: 2;
  margin-bottom: 0;
  align-self: center;
}
.c-block--spotlight .c-block__header .btn, .c-block--spotlight .c-block__header .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .c-block--spotlight .c-block__header button[type=submit]:not(:disabled), .c-block--spotlight .c-block__header .Form--VGW button[type=submit]:disabled, .Form--VGW .c-block--spotlight .c-block__header button[type=submit]:disabled {
  margin: 0;
}
@media (max-width: 35.98rem) {
  .c-block--spotlight .c-block__header .btn, .c-block--spotlight .c-block__header .Form--VGW button[type=submit]:not(:disabled), .Form--VGW .c-block--spotlight .c-block__header button[type=submit]:not(:disabled), .c-block--spotlight .c-block__header .Form--VGW button[type=submit]:disabled, .Form--VGW .c-block--spotlight .c-block__header button[type=submit]:disabled {
    display: none;
  }
}
.c-block--spotlight .c-block__footer {
  border-top: 0;
}
@media (min-width: 36rem) {
  .c-block--spotlight .c-block__footer {
    display: none;
  }
}

.c-tabs {
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  box-shadow: inset 0 -2px 0 0 #DFE1E2;
  position: relative;
}
.c-tabs::-webkit-scrollbar {
  display: none;
}
.c-tabs__nav {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  font-size: 1.125rem;
  padding: 0;
  margin-bottom: 0;
}
@supports (font-size: min(max(1rem, 0.3378378378vw), 1.125rem)) {
  .c-tabs__nav {
    font-size: min(max(1rem, 0.3378378378vw), 1.125rem);
  }
}
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  .c-tabs__nav {
    font-size: clamp(1rem, 0.8783783784rem + 0.3378378378vw, 1.125rem);
  }
}
.c-tabs__nav-item > a:not(.btn), .c-tabs__nav-item > button:not(.btn) {
  position: relative;
  display: inline-block;
  background: none;
  border: 0;
  padding: 1rem 1.5rem;
  text-decoration: none;
  white-space: nowrap;
  /*
  &[disabled] {
  	color: $gray-500 !important;

  	&::after {
  		content: none;
  	}
  }
  */
}
.c-tabs__nav-item > a:not(.btn), .c-tabs__nav-item > a:not(.btn):visited, .c-tabs__nav-item > button:not(.btn), .c-tabs__nav-item > button:not(.btn):visited {
  color: #4D5B61;
}
.c-tabs__nav-item > a:not(.btn)::after, .c-tabs__nav-item > button:not(.btn)::after {
  position: absolute;
  width: 100%;
  height: 0.125rem;
  z-index: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: #7D878B;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 100%;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.c-tabs__nav-item > a:not(.btn):hover, .c-tabs__nav-item > a:not(.btn):visited:hover, .c-tabs__nav-item > button[data-bs-toggle=tab]:hover, .c-tabs__nav-item > button[data-bs-toggle=tab]:visited:hover {
  color: #32393D;
}
.c-tabs__nav-item > a:not(.btn):hover::after, .c-tabs__nav-item > button[data-bs-toggle=tab]:hover::after {
  transform: scaleY(1);
  opacity: 1;
}
.c-tabs__nav-item > a:not(.btn).active, .c-tabs__nav-item > button[data-bs-toggle=tab].active {
  color: #141516;
  font-weight: 600;
}
.c-tabs__nav-item > a:not(.btn).active::after, .c-tabs__nav-item > button[data-bs-toggle=tab].active::after {
  background-color: #AE2F64;
  transform: scaleY(2);
  opacity: 1;
}
[data-theme=primary] .c-tabs__nav-item > a:not(.btn), [data-theme=primary] .c-tabs__nav-item > a:not(.btn):visited, [data-theme=primary] .c-tabs__nav-item > button[data-bs-toggle=tab], [data-theme=primary] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited {
  color: #4D5B61;
}
[data-theme=primary] .c-tabs__nav-item > a:not(.btn):hover, [data-theme=primary] .c-tabs__nav-item > a:not(.btn):visited:hover, [data-theme=primary] .c-tabs__nav-item > button[data-bs-toggle=tab]:hover, [data-theme=primary] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited:hover {
  color: #32393D;
}
[data-theme=primary] .c-tabs__nav-item > a:not(.btn).active, [data-theme=primary] .c-tabs__nav-item > button[data-bs-toggle=tab].active {
  color: #141516;
}
[data-theme=primary] .c-tabs__nav-item > a:not(.btn).active::after, [data-theme=primary] .c-tabs__nav-item > button[data-bs-toggle=tab].active::after {
  background-color: #AE2F64;
}
[data-theme=secondary] .c-tabs__nav-item > a:not(.btn), [data-theme=secondary] .c-tabs__nav-item > a:not(.btn):visited, [data-theme=secondary] .c-tabs__nav-item > button[data-bs-toggle=tab], [data-theme=secondary] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited {
  color: #4D5B61;
}
[data-theme=secondary] .c-tabs__nav-item > a:not(.btn):hover, [data-theme=secondary] .c-tabs__nav-item > a:not(.btn):visited:hover, [data-theme=secondary] .c-tabs__nav-item > button[data-bs-toggle=tab]:hover, [data-theme=secondary] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited:hover {
  color: #32393D;
}
[data-theme=secondary] .c-tabs__nav-item > a:not(.btn).active, [data-theme=secondary] .c-tabs__nav-item > button[data-bs-toggle=tab].active {
  color: #141516;
}
[data-theme=secondary] .c-tabs__nav-item > a:not(.btn).active::after, [data-theme=secondary] .c-tabs__nav-item > button[data-bs-toggle=tab].active::after {
  background-color: #032E43;
}
[data-theme=third] .c-tabs__nav-item > a:not(.btn), [data-theme=third] .c-tabs__nav-item > a:not(.btn):visited, [data-theme=third] .c-tabs__nav-item > button[data-bs-toggle=tab], [data-theme=third] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited {
  color: #4D5B61;
}
[data-theme=third] .c-tabs__nav-item > a:not(.btn):hover, [data-theme=third] .c-tabs__nav-item > a:not(.btn):visited:hover, [data-theme=third] .c-tabs__nav-item > button[data-bs-toggle=tab]:hover, [data-theme=third] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited:hover {
  color: #32393D;
}
[data-theme=third] .c-tabs__nav-item > a:not(.btn).active, [data-theme=third] .c-tabs__nav-item > button[data-bs-toggle=tab].active {
  color: #141516;
}
[data-theme=third] .c-tabs__nav-item > a:not(.btn).active::after, [data-theme=third] .c-tabs__nav-item > button[data-bs-toggle=tab].active::after {
  background-color: #1B7986;
}
[data-theme=fourth] .c-tabs__nav-item > a:not(.btn), [data-theme=fourth] .c-tabs__nav-item > a:not(.btn):visited, [data-theme=fourth] .c-tabs__nav-item > button[data-bs-toggle=tab], [data-theme=fourth] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited {
  color: #4D5B61;
}
[data-theme=fourth] .c-tabs__nav-item > a:not(.btn):hover, [data-theme=fourth] .c-tabs__nav-item > a:not(.btn):visited:hover, [data-theme=fourth] .c-tabs__nav-item > button[data-bs-toggle=tab]:hover, [data-theme=fourth] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited:hover {
  color: #32393D;
}
[data-theme=fourth] .c-tabs__nav-item > a:not(.btn).active, [data-theme=fourth] .c-tabs__nav-item > button[data-bs-toggle=tab].active {
  color: #141516;
}
[data-theme=fourth] .c-tabs__nav-item > a:not(.btn).active::after, [data-theme=fourth] .c-tabs__nav-item > button[data-bs-toggle=tab].active::after {
  background-color: #006ea9;
}
[data-theme=success] .c-tabs__nav-item > a:not(.btn), [data-theme=success] .c-tabs__nav-item > a:not(.btn):visited, [data-theme=success] .c-tabs__nav-item > button[data-bs-toggle=tab], [data-theme=success] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited {
  color: #4D5B61;
}
[data-theme=success] .c-tabs__nav-item > a:not(.btn):hover, [data-theme=success] .c-tabs__nav-item > a:not(.btn):visited:hover, [data-theme=success] .c-tabs__nav-item > button[data-bs-toggle=tab]:hover, [data-theme=success] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited:hover {
  color: #32393D;
}
[data-theme=success] .c-tabs__nav-item > a:not(.btn).active, [data-theme=success] .c-tabs__nav-item > button[data-bs-toggle=tab].active {
  color: #141516;
}
[data-theme=success] .c-tabs__nav-item > a:not(.btn).active::after, [data-theme=success] .c-tabs__nav-item > button[data-bs-toggle=tab].active::after {
  background-color: #198754;
}
[data-theme=info] .c-tabs__nav-item > a:not(.btn), [data-theme=info] .c-tabs__nav-item > a:not(.btn):visited, [data-theme=info] .c-tabs__nav-item > button[data-bs-toggle=tab], [data-theme=info] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited {
  color: #4D5B61;
}
[data-theme=info] .c-tabs__nav-item > a:not(.btn):hover, [data-theme=info] .c-tabs__nav-item > a:not(.btn):visited:hover, [data-theme=info] .c-tabs__nav-item > button[data-bs-toggle=tab]:hover, [data-theme=info] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited:hover {
  color: #32393D;
}
[data-theme=info] .c-tabs__nav-item > a:not(.btn).active, [data-theme=info] .c-tabs__nav-item > button[data-bs-toggle=tab].active {
  color: #141516;
}
[data-theme=info] .c-tabs__nav-item > a:not(.btn).active::after, [data-theme=info] .c-tabs__nav-item > button[data-bs-toggle=tab].active::after {
  background-color: #006ea9;
}
[data-theme=warning] .c-tabs__nav-item > a:not(.btn), [data-theme=warning] .c-tabs__nav-item > a:not(.btn):visited, [data-theme=warning] .c-tabs__nav-item > button[data-bs-toggle=tab], [data-theme=warning] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited {
  color: #4D5B61;
}
[data-theme=warning] .c-tabs__nav-item > a:not(.btn):hover, [data-theme=warning] .c-tabs__nav-item > a:not(.btn):visited:hover, [data-theme=warning] .c-tabs__nav-item > button[data-bs-toggle=tab]:hover, [data-theme=warning] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited:hover {
  color: #32393D;
}
[data-theme=warning] .c-tabs__nav-item > a:not(.btn).active, [data-theme=warning] .c-tabs__nav-item > button[data-bs-toggle=tab].active {
  color: #141516;
}
[data-theme=warning] .c-tabs__nav-item > a:not(.btn).active::after, [data-theme=warning] .c-tabs__nav-item > button[data-bs-toggle=tab].active::after {
  background-color: #ffc107;
}
[data-theme=danger] .c-tabs__nav-item > a:not(.btn), [data-theme=danger] .c-tabs__nav-item > a:not(.btn):visited, [data-theme=danger] .c-tabs__nav-item > button[data-bs-toggle=tab], [data-theme=danger] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited {
  color: #4D5B61;
}
[data-theme=danger] .c-tabs__nav-item > a:not(.btn):hover, [data-theme=danger] .c-tabs__nav-item > a:not(.btn):visited:hover, [data-theme=danger] .c-tabs__nav-item > button[data-bs-toggle=tab]:hover, [data-theme=danger] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited:hover {
  color: #32393D;
}
[data-theme=danger] .c-tabs__nav-item > a:not(.btn).active, [data-theme=danger] .c-tabs__nav-item > button[data-bs-toggle=tab].active {
  color: #141516;
}
[data-theme=danger] .c-tabs__nav-item > a:not(.btn).active::after, [data-theme=danger] .c-tabs__nav-item > button[data-bs-toggle=tab].active::after {
  background-color: #a21b22;
}
[data-theme=light] .c-tabs__nav-item > a:not(.btn), [data-theme=light] .c-tabs__nav-item > a:not(.btn):visited, [data-theme=light] .c-tabs__nav-item > button[data-bs-toggle=tab], [data-theme=light] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited {
  color: #4D5B61;
}
[data-theme=light] .c-tabs__nav-item > a:not(.btn):hover, [data-theme=light] .c-tabs__nav-item > a:not(.btn):visited:hover, [data-theme=light] .c-tabs__nav-item > button[data-bs-toggle=tab]:hover, [data-theme=light] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited:hover {
  color: #32393D;
}
[data-theme=light] .c-tabs__nav-item > a:not(.btn).active, [data-theme=light] .c-tabs__nav-item > button[data-bs-toggle=tab].active {
  color: #141516;
}
[data-theme=light] .c-tabs__nav-item > a:not(.btn).active::after, [data-theme=light] .c-tabs__nav-item > button[data-bs-toggle=tab].active::after {
  background-color: #EBECED;
}
[data-theme=dark] .c-tabs__nav-item > a:not(.btn), [data-theme=dark] .c-tabs__nav-item > a:not(.btn):visited, [data-theme=dark] .c-tabs__nav-item > button[data-bs-toggle=tab], [data-theme=dark] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited {
  color: #4D5B61;
}
[data-theme=dark] .c-tabs__nav-item > a:not(.btn):hover, [data-theme=dark] .c-tabs__nav-item > a:not(.btn):visited:hover, [data-theme=dark] .c-tabs__nav-item > button[data-bs-toggle=tab]:hover, [data-theme=dark] .c-tabs__nav-item > button[data-bs-toggle=tab]:visited:hover {
  color: #32393D;
}
[data-theme=dark] .c-tabs__nav-item > a:not(.btn).active, [data-theme=dark] .c-tabs__nav-item > button[data-bs-toggle=tab].active {
  color: #141516;
}
[data-theme=dark] .c-tabs__nav-item > a:not(.btn).active::after, [data-theme=dark] .c-tabs__nav-item > button[data-bs-toggle=tab].active::after {
  background-color: #141516;
}
@media (max-width: 47.98rem) {
  .c-tabs__nav::after {
    content: "";
    flex: 0 0 2rem;
  }
}
@media (max-width: 35.98rem) {
  .c-tabs__nav::after {
    flex: 0 0 1rem;
  }
}
.c-tabs__nav .btn-reset,
.c-tabs__nav .btn-submit {
  font-size: 1.125rem;
  font-weight: 400;
  height: 100%;
  margin: 0;
}
.c-tabs__nav .btn-reset:hover, .c-tabs__nav .btn-reset:active, .c-tabs__nav .btn-reset:focus,
.c-tabs__nav .btn-submit:hover,
.c-tabs__nav .btn-submit:active,
.c-tabs__nav .btn-submit:focus {
  box-shadow: none;
}
.no-js .c-tabs__nav .btn-reset:active:focus, .tab-active .c-tabs__nav .btn-reset:active:focus, .no-js .c-tabs__nav .btn-reset:focus, .tab-active .c-tabs__nav .btn-reset:focus,
.no-js .c-tabs__nav .btn-submit:active:focus,
.tab-active .c-tabs__nav .btn-submit:active:focus,
.no-js .c-tabs__nav .btn-submit:focus,
.tab-active .c-tabs__nav .btn-submit:focus {
  /*!purgecss ignore current */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #141516, 0 0 0 6px #fff;
  outline: none;
}
.c-tabs__nav .btn-reset {
  color: #6D7C82;
}
.c-tabs__nav .btn-reset:hover, .c-tabs__nav .btn-reset:active, .c-tabs__nav .btn-reset:focus {
  color: #141516;
}
.c-tabs__nav .btn-submit {
  font-weight: 600;
}
@media (max-width: 35.98rem) {
  .c-tabs__nav .btn-submit {
    display: none;
  }
}
[data-theme=primary] .c-tabs__nav .btn-submit {
  color: #AE2F64;
}
[data-theme=primary] .c-tabs__nav .btn-submit:hover, [data-theme=primary] .c-tabs__nav .btn-submit:active, [data-theme=primary] .c-tabs__nav .btn-submit:focus {
  color: #86244d;
}
[data-theme=secondary] .c-tabs__nav .btn-submit {
  color: #032E43;
}
[data-theme=secondary] .c-tabs__nav .btn-submit:hover, [data-theme=secondary] .c-tabs__nav .btn-submit:active, [data-theme=secondary] .c-tabs__nav .btn-submit:focus {
  color: #010c12;
}
[data-theme=third] .c-tabs__nav .btn-submit {
  color: #1B7986;
}
[data-theme=third] .c-tabs__nav .btn-submit:hover, [data-theme=third] .c-tabs__nav .btn-submit:active, [data-theme=third] .c-tabs__nav .btn-submit:focus {
  color: #12535c;
}
[data-theme=fourth] .c-tabs__nav .btn-submit {
  color: #006ea9;
}
[data-theme=fourth] .c-tabs__nav .btn-submit:hover, [data-theme=fourth] .c-tabs__nav .btn-submit:active, [data-theme=fourth] .c-tabs__nav .btn-submit:focus {
  color: #004d76;
}
[data-theme=success] .c-tabs__nav .btn-submit {
  color: #198754;
}
[data-theme=success] .c-tabs__nav .btn-submit:hover, [data-theme=success] .c-tabs__nav .btn-submit:active, [data-theme=success] .c-tabs__nav .btn-submit:focus {
  color: #115c39;
}
[data-theme=info] .c-tabs__nav .btn-submit {
  color: #006ea9;
}
[data-theme=info] .c-tabs__nav .btn-submit:hover, [data-theme=info] .c-tabs__nav .btn-submit:active, [data-theme=info] .c-tabs__nav .btn-submit:focus {
  color: #004d76;
}
[data-theme=warning] .c-tabs__nav .btn-submit {
  color: #ffc107;
}
[data-theme=warning] .c-tabs__nav .btn-submit:hover, [data-theme=warning] .c-tabs__nav .btn-submit:active, [data-theme=warning] .c-tabs__nav .btn-submit:focus {
  color: #d39e00;
}
[data-theme=danger] .c-tabs__nav .btn-submit {
  color: #a21b22;
}
[data-theme=danger] .c-tabs__nav .btn-submit:hover, [data-theme=danger] .c-tabs__nav .btn-submit:active, [data-theme=danger] .c-tabs__nav .btn-submit:focus {
  color: #761419;
}
[data-theme=light] .c-tabs__nav .btn-submit {
  color: #EBECED;
}
[data-theme=light] .c-tabs__nav .btn-submit:hover, [data-theme=light] .c-tabs__nav .btn-submit:active, [data-theme=light] .c-tabs__nav .btn-submit:focus {
  color: #d0d3d5;
}
[data-theme=dark] .c-tabs__nav .btn-submit {
  color: #141516;
}
[data-theme=dark] .c-tabs__nav .btn-submit:hover, [data-theme=dark] .c-tabs__nav .btn-submit:active, [data-theme=dark] .c-tabs__nav .btn-submit:focus {
  color: black;
}
.c-tabs__nav .show-on-checked {
  display: none;
}
.is-checked .c-tabs__nav .show-on-checked {
  /*! purgecss ignore current */
  display: inline-flex;
}
.js .c-tabs__content .c-tabs-pane {
  /*! purgecss ignore current */
  display: none;
}
.js .c-tabs__content .c-tabs-pane.active {
  /*! purgecss ignore current */
  display: block;
}
.no-js .c-tabs__content .fade:not(.show) {
  /*! purgecss ignore current */
  opacity: 1;
}
.title + .c-tabs, .form-fs__legend + .c-tabs {
  margin-bottom: -2px;
}

.c-tabs-filter {
  background: #F7F8F8;
  font-size: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .c-tabs-filter-inner.collapse:not(.show) {
    display: block;
  }
}
.c-tabs-filter .c-r {
  --bs-gutter-x: 0;
  padding-bottom: 0.5rem;
}
.c-tabs-filter .c-r > * {
  --bs-gutter-y: 0.5rem;
  --bs-gutter-x: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (min-width: 36rem) {
  .c-tabs-filter .c-r > * {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 48rem) {
  .c-tabs-filter .c-r > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.c-tabs-filter .form-control {
  height: auto;
}
.c-tabs-filter .o-btn, .c-tabs-filter .c-qs-ao__toggle {
  width: 100%;
}
@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-tabs-filter .o-btn, .c-tabs-filter .c-qs-ao__toggle {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-tabs-filter .o-btn:not(.collapsed) .o-btn__icon, .c-tabs-filter .c-qs-ao__toggle:not(.collapsed) .o-btn__icon {
  transform: rotate(-180deg);
}

@media (min-width: 36rem) and (max-width: 47.98rem) {
  .c-tabs,
  .c-tabs-filter {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 35.98rem) {
  .c-tabs,
  .c-tabs-filter {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.link-wrapper,
.c-anchor-pane > div:has(a),
.c-anchor-pane ~ div:has(a) {
  margin-bottom: 0.5em;
}

/*! purgecss end ignore */
h4.PanelHeading, .PanelHeading.h4 {
  font-size: 1.125rem;
  margin-bottom: 0px;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./Areas/Vardgivarwebben/Features/nkk/referencepopup.css ***!
  \****************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Stil för referens-popup */
.reference {
  cursor: pointer;
  color: #AE2F64;
  text-decoration: underline;
}

/* Modal-styling */
.nkkModal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.nkkModal-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 50%;
  box-shadow: 0px 0px 10px #000;
  text-align: left;
}

.nkkClose {
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.nkkClose:hover {
  color: black;
}

.reference-popup {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  max-width: 400px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  font-size: 14px;
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
  white-space: normal;
  word-break: break-word;
}

.nkkClose-popup {
  float: right;
  cursor: pointer;
  right: 10px;
  position: absolute;
  top: 0px;
  font-size: 24px;
}

.nkk-accordion {
  --accordion-color: #AE2F64;
  --accordion-color-light: #FBE6EE;
  --accordion-color-contrast: #fff;
  font-size: 1rem;
  margin-bottom: 1.25em;
}

.nkk-accordion p {
  word-break: break-word;
  overflow-wrap: break-word;
}

.nkk-accordion a {
  word-break: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 100%;
}

/* Responsiv design för mobil */
@media (max-width: 600px) {
  .reference-popup {
    max-width: 90%; /* Anpassa bredden på mobilen */
    left: 5% !important; /* Se till att den centrerar sig */
  }
}

/*# sourceMappingURL=main.min.css.map*/