@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
:root {
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

:root {
  --bs-blue: #1B62B3;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #E51F40;
  --bs-orange: #fd7e14;
  --bs-yellow: #F5DC00;
  --bs-green: #008563;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #215FA6;
  --bs-secondary: #7A765C;
  --bs-danger: #E51F40;
  --bs-success: #008563;
  --bs-dark: #3a4d59;
  --bs-font-sans-serif: 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)); }

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3a4d59;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(31, 44, 51, 0); }

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 1.75rem; } }

h2, .h2 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 1.75rem; } }

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

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

h5, .h5 {
  font-size: 1rem; }

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

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 700; }

small, .small {
  font-size: 80%; }

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #215FA6;
  text-decoration: underline; }
  a:hover {
    color: #1a4c85; }

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: 80%; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 80%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 4px; }
  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: #7A765C;
  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: 1.125rem;
  font-weight: 400; }

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

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

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

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

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

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      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: 80%;
  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: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 100%; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 960px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1024px; } }

.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    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.33333%; }

.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.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 2rem; }

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

@media (min-width: 576px) {
  .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.33333%; }
  .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.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .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: 2rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2rem; } }

@media (min-width: 768px) {
  .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.33333%; }
  .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.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .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: 2rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2rem; } }

@media (min-width: 992px) {
  .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.33333%; }
  .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.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .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: 2rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2rem; } }

@media (min-width: 1200px) {
  .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.33333%; }
  .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.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .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: 2rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2rem; } }

@media (min-width: 1400px) {
  .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.33333%; }
  .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.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .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: 2rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 2rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #3a4d59;
  --bs-table-striped-bg: rgba(251, 241, 153, 0.2);
  --bs-table-active-color: #3a4d59;
  --bs-table-active-bg: rgba(31, 44, 51, 0.1);
  --bs-table-hover-color: #3a4d59;
  --bs-table-hover-bg: rgba(31, 44, 51, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #3a4d59;
  vertical-align: top;
  border-color: #bdcad9; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.75rem;
    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(:last-child) > :last-child > * {
    border-bottom-color: 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-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-success {
  --bs-table-bg: #004332;
  --bs-table-striped-bg: #33695b;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #1a5647;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #135141;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: #1a5647; }

.table-danger {
  --bs-table-bg: #731020;
  --bs-table-striped-bg: #8f404d;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #812836;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #7e2231;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: #812836; }

.table-light {
  --bs-table-bg: #E2EAF0;
  --bs-table-striped-bg: #bbc4ca;
  --bs-table-striped-color: #1f2c33;
  --bs-table-active-bg: #cfd7dd;
  --bs-table-active-color: #1f2c33;
  --bs-table-hover-bg: #d3dce2;
  --bs-table-hover-color: #1f2c33;
  color: #1f2c33;
  border-color: #cfd7dd; }

.table-dark {
  --bs-table-bg: #3a4d59;
  --bs-table-striped-bg: #61717a;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #4e5f6a;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #495a65;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: #4e5f6a; }

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: 0.5rem; }

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

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

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

.form-text {
  margin-top: 0.5rem;
  font-size: 80%;
  color: #7A765C; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5em 0.75em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3a4d59;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c7d5e4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5em;
  box-shadow: 0;
  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: #3a4d59;
    background-color: #ffffff;
    border-color: #ceccc3;
    outline: 0;
    box-shadow: 0, 0 0.5em 1em 0 rgba(122, 118, 92, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::-moz-placeholder {
    color: #76a1d1;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #76a1d1;
    opacity: 1; }
  .form-control::placeholder {
    color: #76a1d1;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: rgba(58, 77, 89, 0.075);
    border-color: rgba(58, 77, 89, 0.15);
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.5em 0.75em;
    margin: -0.5em -0.75em;
    -webkit-margin-end: 0.75em;
            margin-inline-end: 0.75em;
    color: #3a4d59;
    background-color: #E2EAF0;
    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: #d7dee4; }
  .form-control::-webkit-file-upload-button {
    padding: 0.5em 0.75em;
    margin: -0.5em -0.75em;
    -webkit-margin-end: 0.75em;
            margin-inline-end: 0.75em;
    color: #3a4d59;
    background-color: #E2EAF0;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-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;
    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 {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #d7dee4; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #3a4d59;
  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.5em + 0.5em + 4px);
  padding: 0.25em 0.5em;
  font-size: 0.875rem;
  border-radius: 4px; }
  .form-control-sm::file-selector-button {
    padding: 0.25em 0.5em;
    margin: -0.25em -0.5em;
    -webkit-margin-end: 0.5em;
            margin-inline-end: 0.5em; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25em 0.5em;
    margin: -0.25em -0.5em;
    -webkit-margin-end: 0.5em;
            margin-inline-end: 0.5em; }

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

textarea.form-control {
  min-height: calc(1.875em + 1em + 4px); }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5em + 4px); }

textarea.form-control-lg {
  min-height: calc(1.5 + 2em + 4px); }

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.5em 2.25em 0.5em 0.75em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3a4d59;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%239CA6AC' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75em center;
  background-size: 16px 12px;
  border: 1px solid #c7d5e4;
  border-radius: 0.5em;
  box-shadow: inset 0 1px 2px rgba(31, 44, 51, 0.075);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-select:focus {
    border-color: #ceccc3;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(31, 44, 51, 0.075), 0 0.5em 1em 0 rgba(122, 118, 92, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75em;
    background-image: none; }
  .form-select:disabled {
    background-color: #E2EAF0;
    border-color: rgba(58, 77, 89, 0.15); }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #3a4d59; }

.form-select-sm {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.5em;
  font-size: 0.875rem; }

.form-select-lg {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1.5em;
  font-size: 1.125rem; }

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

.form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(31, 44, 51, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #ceccc3;
    outline: 0;
    box-shadow: 0 0.5em 1em 0 rgba(122, 118, 92, 0.25); }
  .form-check-input:checked {
    background-color: #7A765C;
    border-color: #7A765C; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #7A765C;
    border-color: #7A765C;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ceccc3'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%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, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0.5em 1em 0 rgba(122, 118, 92, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0.5em 1em 0 rgba(122, 118, 92, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #7A765C;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(31, 44, 51, 0.1);
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #d7d6ce; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #E2EAF0;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(31, 44, 51, 0.075); }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #7A765C;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(31, 44, 51, 0.1);
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #d7d6ce; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #E2EAF0;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(31, 44, 51, 0.075); }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #c5d0d6; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #c5d0d6; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3em + 2px);
    padding: 0.75em 0.75em; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0.75em 0.75em;
    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::-moz-placeholder {
    color: transparent; }
  .form-floating > .form-control:-ms-input-placeholder {
    color: transparent; }
  .form-floating > .form-control::placeholder {
    color: transparent; }
  .form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.25em;
    padding-bottom: 0.25em; }
  .form-floating > .form-control:not(:-ms-input-placeholder) {
    padding-top: 1.25em;
    padding-bottom: 0.25em; }
  .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.25em;
    padding-bottom: 0.25em; }
  .form-floating > .form-control:-webkit-autofill {
    padding-top: 1.25em;
    padding-bottom: 0.25em; }
  .form-floating > .form-select {
    padding-top: 1.25em;
    padding-bottom: 0.25em; }
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.75;
    transform: scale(0.85) translateY(-0.5em) translateX(0.15em); }
  .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.75;
    transform: scale(0.85) translateY(-0.5em) translateX(0.15em); }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.75;
    transform: scale(0.85) translateY(-0.5em) translateX(0.15em); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.75;
    transform: scale(0.85) translateY(-0.5em) translateX(0.15em); }

.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 {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5em 0.75em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3a4d59;
  text-align: center;
  white-space: nowrap;
  background-color: #E2EAF0;
  border: 1px solid #c7d5e4;
  border-radius: 0.5em; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 1em 1.5em;
  font-size: 1.125rem;
  border-radius: 2rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25em 0.5em;
  font-size: 0.875rem;
  border-radius: 4px; }

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

.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.5rem;
  font-size: 80%;
  color: #008563; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(0, 133, 99, 0.9);
  border-radius: 0.5em; }

.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: #008563;
  padding-right: 2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008563' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.625em center;
  background-size: 1.25em 1.25em; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #008563;
    box-shadow: 0 0 1em 0 rgba(0, 133, 99, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.5em;
  background-position: top 0.625em right 0.625em; }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #008563; }
  .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: 4.125em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%239CA6AC' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008563' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75em center, center right 2.25em;
    background-size: 16px 12px, 1.25em 1.25em; }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #008563;
    box-shadow: 0 0 1em 0 rgba(0, 133, 99, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #008563; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #008563; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 1em 0 rgba(0, 133, 99, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #008563; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .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.5rem;
  font-size: 80%;
  color: #E51F40; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(229, 31, 64, 0.9);
  border-radius: 0.5em; }

.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: #E51F40;
  padding-right: 2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23E51F40'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E51F40' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.625em center;
  background-size: 1.25em 1.25em; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #E51F40;
    box-shadow: 0 0 1em 0 rgba(229, 31, 64, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.5em;
  background-position: top 0.625em right 0.625em; }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #E51F40; }
  .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: 4.125em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%239CA6AC' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23E51F40'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E51F40' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75em center, center right 2.25em;
    background-size: 16px 12px, 1.25em 1.25em; }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #E51F40;
    box-shadow: 0 0 1em 0 rgba(229, 31, 64, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #E51F40; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #E51F40; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 1em 0 rgba(229, 31, 64, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #E51F40; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .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 {
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  color: #3a4d59;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.75em 1.5em;
  font-size: 1rem;
  border-radius: 1.75em;
  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 {
      transition: none; } }
  .btn:hover {
    color: #3a4d59; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0.5em 1em 0 rgba(122, 118, 92, 0.25); }
  .btn-check:checked + .btn,
  .btn-check:active + .btn, .btn:active, .btn.active {
    box-shadow: 0 0.5rem 1rem rgba(31, 44, 51, 0.15); }
    .btn-check:checked + .btn:focus,
    .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
      box-shadow: 0 0.5em 1em 0 rgba(122, 118, 92, 0.25), 0 0.5rem 1rem rgba(31, 44, 51, 0.15); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none; }

.btn-primary {
  color: #ffffff;
  background-color: #215FA6;
  border-color: #215FA6;
  box-shadow: 0; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #1c518d;
    border-color: #1a4c85; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #ffffff;
    background-color: #1c518d;
    border-color: #1a4c85;
    box-shadow: 0, 0 0 0 0 rgba(66, 119, 179, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #1a4c85;
    border-color: #19477d; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0.5rem 1rem rgba(31, 44, 51, 0.15), 0 0 0 0 rgba(66, 119, 179, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #ffffff;
    background-color: #215FA6;
    border-color: #215FA6; }

.btn-secondary {
  color: #ffffff;
  background-color: #7A765C;
  border-color: #7A765C;
  box-shadow: 0; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #68644e;
    border-color: #625e4a; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #ffffff;
    background-color: #68644e;
    border-color: #625e4a;
    box-shadow: 0, 0 0 0 0 rgba(142, 139, 116, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #625e4a;
    border-color: #5c5945; }
    .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.5rem 1rem rgba(31, 44, 51, 0.15), 0 0 0 0 rgba(142, 139, 116, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #ffffff;
    background-color: #7A765C;
    border-color: #7A765C; }

.btn-danger {
  color: #ffffff;
  background-color: #E51F40;
  border-color: #E51F40;
  box-shadow: 0; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c31a36;
    border-color: #b71933; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #ffffff;
    background-color: #c31a36;
    border-color: #b71933;
    box-shadow: 0, 0 0 0 0 rgba(233, 65, 93, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #b71933;
    border-color: #ac1730; }
    .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.5rem 1rem rgba(31, 44, 51, 0.15), 0 0 0 0 rgba(233, 65, 93, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #ffffff;
    background-color: #E51F40;
    border-color: #E51F40; }

.btn-success {
  color: #ffffff;
  background-color: #008563;
  border-color: #008563;
  box-shadow: 0; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #007154;
    border-color: #006a4f; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #ffffff;
    background-color: #007154;
    border-color: #006a4f;
    box-shadow: 0, 0 0 0 0 rgba(38, 151, 122, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #006a4f;
    border-color: #00644a; }
    .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.5rem 1rem rgba(31, 44, 51, 0.15), 0 0 0 0 rgba(38, 151, 122, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #ffffff;
    background-color: #008563;
    border-color: #008563; }

.btn-dark {
  color: #ffffff;
  background-color: #3a4d59;
  border-color: #3a4d59;
  box-shadow: 0; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #31414c;
    border-color: #2e3e47; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #ffffff;
    background-color: #31414c;
    border-color: #2e3e47;
    box-shadow: 0, 0 0 0 0 rgba(88, 104, 114, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #2e3e47;
    border-color: #2c3a43; }
    .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.5rem 1rem rgba(31, 44, 51, 0.15), 0 0 0 0 rgba(88, 104, 114, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #ffffff;
    background-color: #3a4d59;
    border-color: #3a4d59; }

.btn-outline-primary {
  color: #215FA6;
  border-color: #215FA6; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #215FA6;
    border-color: #215FA6; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(33, 95, 166, 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: #ffffff;
    background-color: #215FA6;
    border-color: #215FA6; }
    .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.5rem 1rem rgba(31, 44, 51, 0.15), 0 0 0 0 rgba(33, 95, 166, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #215FA6;
    background-color: transparent; }

.btn-outline-secondary {
  color: #7A765C;
  border-color: #7A765C; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #7A765C;
    border-color: #7A765C; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 rgba(122, 118, 92, 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: #ffffff;
    background-color: #7A765C;
    border-color: #7A765C; }
    .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.5rem 1rem rgba(31, 44, 51, 0.15), 0 0 0 0 rgba(122, 118, 92, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #7A765C;
    background-color: transparent; }

.btn-outline-danger {
  color: #E51F40;
  border-color: #E51F40; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #E51F40;
    border-color: #E51F40; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(229, 31, 64, 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: #ffffff;
    background-color: #E51F40;
    border-color: #E51F40; }
    .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.5rem 1rem rgba(31, 44, 51, 0.15), 0 0 0 0 rgba(229, 31, 64, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #E51F40;
    background-color: transparent; }

.btn-outline-success {
  color: #008563;
  border-color: #008563; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #008563;
    border-color: #008563; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0 rgba(0, 133, 99, 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: #ffffff;
    background-color: #008563;
    border-color: #008563; }
    .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.5rem 1rem rgba(31, 44, 51, 0.15), 0 0 0 0 rgba(0, 133, 99, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #008563;
    background-color: transparent; }

.btn-outline-dark {
  color: #3a4d59;
  border-color: #3a4d59; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #3a4d59;
    border-color: #3a4d59; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(58, 77, 89, 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: #ffffff;
    background-color: #3a4d59;
    border-color: #3a4d59; }
    .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.5rem 1rem rgba(31, 44, 51, 0.15), 0 0 0 0 rgba(58, 77, 89, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #3a4d59;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #215FA6;
  text-decoration: underline; }
  .btn-link:hover {
    color: #1a4c85; }
  .btn-link:disabled, .btn-link.disabled {
    color: #c5d0d6; }

.btn-lg, .btn-group-lg > .btn {
  padding: 1em 1.5em;
  font-size: 1.125rem;
  border-radius: 2.5em; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5em 0.9375em;
  font-size: 0.875rem;
  border-radius: 1.75em; }

.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.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

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

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #3a4d59;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(31, 44, 51, 0.15);
  border-radius: 0.5em;
  box-shadow: 0 0.5rem 1rem rgba(31, 44, 51, 0.15); }
  .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 /* rtl:ignore */;
    left: 0 /* rtl:ignore */; }

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0 /* rtl:ignore */;
      left: auto /* rtl:ignore */; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0 /* rtl:ignore */;
      left: auto /* rtl:ignore */; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0 /* rtl:ignore */;
      left: auto /* rtl:ignore */; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0 /* rtl:ignore */;
      left: auto /* rtl:ignore */; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0 /* rtl:ignore */;
      left: auto /* rtl:ignore */; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.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::before {
  vertical-align: 0; }

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #9CA6AC;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #344550;
    background-color: #E2EAF0; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #7A765C; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #c5d0d6;
    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: #3a4d59;
  white-space: nowrap; }

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(31, 44, 51, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #ffffff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #ffffff;
      background-color: #7A765C; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(31, 44, 51, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 1.125em;
  padding-left: 1.125em; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.70312em;
  padding-left: 0.70312em; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125em;
  padding-left: 1.125em; }

.btn-group.show .dropdown-toggle {
  box-shadow: 0 0.5rem 1rem rgba(31, 44, 51, 0.15); }
  .btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -2px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #215FA6;
  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: #1a4c85; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
      isolation: isolate; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff; }
  .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.5em; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #7A765C; }

.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; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 1.75em;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(31, 44, 51, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(31, 44, 51, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(31, 44, 51, 0.55); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(31, 44, 51, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(31, 44, 51, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(31, 44, 51, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(31, 44, 51, 0.55);
  border-color: rgba(31, 44, 51, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2831, 44, 51, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(31, 44, 51, 0.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(31, 44, 51, 0.9); }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath fill='currentColor' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #ffffff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(31, 44, 51, 0.125);
  border-radius: 0.5em; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.5em - 1px);
      border-top-right-radius: calc(0.5em - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.5em - 1px);
      border-bottom-left-radius: calc(0.5em - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem; }

.card-title {
  margin-bottom: 0.5rem; }

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1rem; }

.card-header {
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  background-color: rgba(31, 44, 51, 0.03);
  border-bottom: 1px solid rgba(31, 44, 51, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.5em - 1px) calc(0.5em - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1rem;
  background-color: rgba(31, 44, 51, 0.03);
  border-top: 1px solid rgba(31, 44, 51, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.5em - 1px) calc(0.5em - 1px); }

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.75rem;
  margin-left: -0.5rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.5em - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.5em - 1px);
  border-top-right-radius: calc(0.5em - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.5em - 1px);
  border-bottom-left-radius: calc(0.5em - 1px); }

.card-group > .card {
  margin-bottom: 0.5rem; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5em 0;
  font-size: 1rem;
  color: inherit;
  text-align: left;
  background-color: transparent;
  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.5s ease; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #3d3b2e;
    background-color: transparent;
    box-shadow: inset 0 0 0 rgba(31, 44, 51, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233d3b2e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      transform: scaleY(-1); }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='inherit'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #ceccc3;
    outline: 0;
    box-shadow: none; }

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

.accordion-item {
  background-color: transparent;
  border: 0 solid rgba(31, 44, 51, 0.125); }
  .accordion-item:first-of-type {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: 0.5em;
      border-top-right-radius: 0.5em; }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: 0.5em;
      border-bottom-left-radius: 0.5em; }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 0.5em;
      border-bottom-left-radius: 0.5em; }

.accordion-body {
  padding: 0 0; }

.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; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.25rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.25rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  color: #537180;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #c7d5e4;
  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) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: #215FA6;
    background-color: #f4f7fb;
    border-color: #c7d5e4; }
  .page-link:focus {
    z-index: 3;
    color: #215FA6;
    background-color: #f4f7fb;
    outline: 0;
    box-shadow: 0 0.5em 1em 0 rgba(122, 118, 92, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #215fa6;
  border-color: #215fa6; }

.page-item.disabled .page-link {
  color: #c5d0d6;
  pointer-events: none;
  background-color: transparent;
  border-color: #dee2e6; }

.page-link {
  padding: 0.375rem 0.75rem; }

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: 0.5em; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 600; }

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert-primary {
  color: #1e5695;
  background-color: #e9eff6;
  border-color: #4d7fb8; }
  .alert-primary .alert-link {
    color: #184577; }

.alert-secondary {
  color: #6e6a53;
  background-color: #f2f1ef;
  border-color: #95917d; }
  .alert-secondary .alert-link {
    color: #585542; }

.alert-danger {
  color: #ce1c3a;
  background-color: #fce9ec;
  border-color: #ea4c66; }
  .alert-danger .alert-link {
    color: #a5162e; }

.alert-success {
  color: #007859;
  background-color: #e6f3ef;
  border-color: #339d82; }
  .alert-success .alert-link {
    color: #006047; }

.alert-dark {
  color: #344550;
  background-color: #ebedee;
  border-color: #61717a; }
  .alert-dark .alert-link {
    color: #2a3740; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.5em; }

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.list-group-item-action {
  width: 100%;
  color: #9CA6AC;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #9CA6AC;
    text-decoration: none;
    background-color: #E2EAF0; }
  .list-group-item-action:active {
    color: #3a4d59;
    background-color: #E2EAF0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1rem;
  color: #3a4d59;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid rgba(31, 44, 51, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #c5d0d6;
    pointer-events: none;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #7A765C;
    border-color: #7A765C; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.5em;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.5em;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.5em;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.5em;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.5em;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.5em;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.5em;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.5em;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.5em;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.5em;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.5em;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.5em;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #143964;
  background-color: #d3dfed; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #143964;
    background-color: #bec9d5; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #143964;
    border-color: #143964; }

.list-group-item-secondary {
  color: #494737;
  background-color: #e4e4de; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #494737;
    background-color: #cdcdc8; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #494737;
    border-color: #494737; }

.list-group-item-danger {
  color: #891326;
  background-color: #fad2d9; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #891326;
    background-color: #e1bdc3; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #891326;
    border-color: #891326; }

.list-group-item-success {
  color: #00503b;
  background-color: #cce7e0; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #00503b;
    background-color: #b8d0ca; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #00503b;
    border-color: #00503b; }

.list-group-item-dark {
  color: #232e35;
  background-color: #d8dbde; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #232e35;
    background-color: #c2c5c8; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #232e35;
    border-color: #232e35; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #1f2c33;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231f2c33'%3e%3cpath d='M.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'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.5em;
  opacity: 0.5; }
  .btn-close:hover {
    color: #1f2c33;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0.5em 1em 0 rgba(122, 118, 92, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: 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: 1060;
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(31, 44, 51, 0.2);
  border-radius: 0.5em;
  box-shadow: 0 0.125rem 0.25rem rgba(31, 44, 51, 0.075);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #1f2c33; }
  .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 #c7d5e4;
  border-top-left-radius: calc(0.5em - 1px);
  border-top-right-radius: calc(0.5em - 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.5; }

.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 #c7d5e4;
  border-bottom-right-radius: calc(0.5em - 1px);
  border-bottom-left-radius: calc(0.5em - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

@media (min-width: 576px) {
  .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-content {
    box-shadow: 0 0.5rem 1rem rgba(31, 44, 51, 0.15); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .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: 575.98px) {
  .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: 767.98px) {
  .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: 991.98px) {
  .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: 1199.98px) {
  .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: 1399.98px) {
  .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; } }

.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.5;
  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: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8em;
    height: 0.4em; }
    .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.4em 0; }
  .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.4em 0.4em 0;
      border-top-color: #103b6b; }

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

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4em 0; }
  .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.4em 0.4em;
      border-bottom-color: #103b6b; }

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

.tooltip-inner {
  max-width: 250px;
  padding: 0.5rem 0.75rem;
  color: #ffffff;
  text-align: center;
  background-color: #103b6b;
  border-radius: 0.5em; }

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: 0.875rem;
  word-wrap: break-word;
  background-color: rgba(16, 59, 107, 0.9);
  background-clip: padding-box;
  border: 1px solid rgba(31, 44, 51, 0.2);
  border-radius: 0.5em;
  box-shadow: 0 0.5rem 1rem rgba(31, 44, 51, 0.15); }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(31, 44, 51, 0.25); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(16, 59, 107, 0.9); }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(31, 44, 51, 0.25); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(16, 59, 107, 0.9); }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(31, 44, 51, 0.25); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(16, 59, 107, 0.9); }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid transparent; }

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(31, 44, 51, 0.25); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(16, 59, 107, 0.9); }

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #ffffff;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: calc(0.5em - 1px);
  border-top-right-radius: calc(0.5em - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #E2EAF0; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.link-primary {
  color: #215FA6; }
  .link-primary:hover, .link-primary:focus {
    color: #1a4c85; }

.link-secondary {
  color: #7A765C; }
  .link-secondary:hover, .link-secondary:focus {
    color: #625e4a; }

.link-danger {
  color: #E51F40; }
  .link-danger:hover, .link-danger:focus {
    color: #b71933; }

.link-success {
  color: #008563; }
  .link-success:hover, .link-success:focus {
    color: #006a4f; }

.link-dark {
  color: #3a4d59; }
  .link-dark:hover, .link-dark:focus {
    color: #2e3e47; }

.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: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.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: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.visually-hidden,
.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; }

.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; }

.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(31, 44, 51, 0.15) !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(31, 44, 51, 0.075) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(31, 44, 51, 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 #c7d5e4 !important; }

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #7A765C !important; }

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

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

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

.border-white {
  border-color: #ffffff !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: 2rem !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: 2rem !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: 2rem !important;
  margin-left: 2rem !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: 2rem !important;
  margin-bottom: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !important;
  padding-left: 2rem !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: 2rem !important;
  padding-bottom: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !important; }

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

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

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

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

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

.fs-5 {
  font-size: 1rem !important; }

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

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

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

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

.fw-lighter {
  font-weight: lighter !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.25 !important; }

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

.lh-lg {
  line-height: 2 !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 {
  color: #215FA6 !important; }

.text-secondary {
  color: #7A765C !important; }

.text-danger {
  color: #E51F40 !important; }

.text-success {
  color: #008563 !important; }

.text-dark {
  color: #3a4d59 !important; }

.text-white {
  color: #ffffff !important; }

.text-body {
  color: #3a4d59 !important; }

.text-muted {
  color: #7A765C !important; }

.text-black-50 {
  color: rgba(31, 44, 51, 0.5) !important; }

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

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

.bg-primary {
  background-color: #215FA6 !important; }

.bg-secondary {
  background-color: #7A765C !important; }

.bg-danger {
  background-color: #E51F40 !important; }

.bg-success {
  background-color: #008563 !important; }

.bg-dark {
  background-color: #3a4d59 !important; }

.bg-body {
  background-color: #ffffff !important; }

.bg-white {
  background-color: #ffffff !important; }

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

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

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

.rounded {
  border-radius: 0.5em !important; }

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

.rounded-1 {
  border-radius: 4px !important; }

.rounded-2 {
  border-radius: 0.5em !important; }

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

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

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

.rounded-top {
  border-top-left-radius: 0.5em !important;
  border-top-right-radius: 0.5em !important; }

.rounded-end {
  border-top-right-radius: 0.5em !important;
  border-bottom-right-radius: 0.5em !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.5em !important;
  border-bottom-left-radius: 0.5em !important; }

.rounded-start {
  border-bottom-left-radius: 0.5em !important;
  border-top-left-radius: 0.5em !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .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: 2rem !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: 2rem !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: 2rem !important;
    margin-left: 2rem !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: 2rem !important;
    margin-bottom: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !important;
    padding-left: 2rem !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: 2rem !important;
    padding-bottom: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 768px) {
  .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: 2rem !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: 2rem !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: 2rem !important;
    margin-left: 2rem !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: 2rem !important;
    margin-bottom: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !important;
    padding-left: 2rem !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: 2rem !important;
    padding-bottom: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 992px) {
  .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: 2rem !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: 2rem !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: 2rem !important;
    margin-left: 2rem !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: 2rem !important;
    margin-bottom: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !important;
    padding-left: 2rem !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: 2rem !important;
    padding-bottom: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 1200px) {
  .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: 2rem !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: 2rem !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: 2rem !important;
    margin-left: 2rem !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: 2rem !important;
    margin-bottom: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !important;
    padding-left: 2rem !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: 2rem !important;
    padding-bottom: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 1400px) {
  .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: 2rem !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: 2rem !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: 2rem !important;
    margin-left: 2rem !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: 2rem !important;
    margin-bottom: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !important;
    padding-left: 2rem !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: 2rem !important;
    padding-bottom: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 2rem !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: 1.75rem !important; }
  .fs-2 {
    font-size: 1.75rem !important; }
  .fs-3 {
    font-size: 1.5rem !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; } }

/* some custom styles related to ticket text */
#holder {
  width: 100%; }

.tt {
  display: none; }

.ttt {
  margin: 0; }

.ttt::after {
  content: "\0020";
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  color: transparent;
  border-right: 3px solid black;
  margin-left: 4px; }

@-webkit-keyframes pulse {
  0% {
    border-right: 3px solid  black; }
  50% {
    border-right: 3px solid  transparent; }
  100% {
    border-right: 3px solid  black; } }

@keyframes pulse {
  0% {
    border-right: 3px solid  black; }
  50% {
    border-right: 3px solid  transparent; }
  100% {
    border-right: 3px solid  black; } }

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

* {
  box-sizing: border-box; }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #3a4d59; }

body {
  font-family: "Source Sans Pro", sans-serif; }

img[width] {
  width: auto;
  /* Defer to max-width */ }

img[width][height] {
  height: auto;
  /* Preserve aspect ratio */ }

/* Let SVG scale without boundaries */
img[src$=".svg"] {
  width: 100%;
  height: auto;
  max-width: none; }

svg {
  fill: currentColor; }

a {
  color: currentColor;
  text-decoration: none; }
  a[href*="@"] {
    word-break: break-word; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 0;
  font-weight: 700; }
  .article h1, .article .h1, .article h2, .article .h2, .article h3, .article .h3, .article h4, .article .h4, .article h5, .article .h5, .article h6, .article .h6 {
    margin: 1.5rem 0 1rem; }

h2, .h2, h1, .h1 {
  font-weight: 600; }
  .home h2, .home .h2, .home h1, .home .h1 {
    font-weight: 700; }
  @media (max-width: 575.98px) {
    main header h2, main header .h2, main header h1, main header .h1 {
      font-size: calc(1.2rem + 0.6vw);
      padding-top: .125em; } }
  .page-header h2, .page-header .h2, .page-header h1, .page-header .h1 {
    font-size: 1.5em;
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center; }
    .page-header h2 > *, .page-header .h2 > *, .page-header h1 > *, .page-header .h1 > * {
      margin-right: 0.5rem; }
    .page-header h2 em, .page-header .h2 em, .page-header h1 em, .page-header .h1 em {
      font-style: normal;
      text-decoration: underline; }
    .page-header h2 .btn, .page-header .h2 .btn, .page-header h1 .btn, .page-header .h1 .btn {
      font-size: 1rem; }
      .page-header h2 .btn-link, .page-header .h2 .btn-link, .page-header h1 .btn-link, .page-header .h1 .btn-link {
        padding: 0; }
      .page-header h2 .btn-icon, .page-header .h2 .btn-icon, .page-header h1 .btn-icon, .page-header .h1 .btn-icon {
        font-size: .5rem; }

article h3, article .h3, article h4, article .h4 {
  letter-spacing: .025em; }

.home h3, .home .h3, .home h4, .home .h4 {
  margin: 0 0 0.25rem;
  font-weight: 700;
  font-size: 1.375em; }
  .home h3:before, .home .h3:before, .home h4:before, .home .h4:before {
    content: '';
    margin: 0 0 0.25rem;
    width: 5rem;
    border-bottom: 2px solid currentColor;
    display: block; }

h4, .h4 {
  font-size: 1.125em; }
  .article h4, .article .h4 {
    margin: 1rem 0; }
    .article h4:before, .article .h4:before {
      content: '';
      margin: 1.5rem 0 0.25rem;
      width: 5rem;
      border-bottom: 3px solid currentColor;
      display: block; }
    .article h4[align="center"], .article .h4[align="center"], .article h4.text-center, .article .text-center.h4 {
      margin-top: 2rem; }
      .article h4[align="center"]:before, .article .h4[align="center"]:before, .article h4.text-center:before, .article .text-center.h4:before {
        display: none; }
  .text-center h4:before, .text-center .h4:before {
    margin-left: auto;
    margin-right: auto;
    display: none; }

h5, .h5 {
  font-size: 1.125em;
  margin-bottom: .25em; }

h6, .h6 {
  font-size: 1em; }

.text-xs {
  font-size: 0.75rem; }

.text-sm {
  font-size: 0.875rem; }

.text-md {
  font-size: 1.125rem; }

.text-lg {
  font-size: 1.25rem; }

.num {
  font-family: "Source Sans Pro", sans-serif;
  color: #9CA6AC; }

article .content ol {
  font-size: .875em; }

.content ol ::marker {
  font-weight: 600; }

.content ol p {
  margin-bottom: 0.5rem; }

.content ol li {
  margin-top: 0.5rem;
  padding-top: 0.5rem; }
  .content ol li:not(:first-of-type) {
    border-top: #c7d5e4 solid 1px; }

.content ol.list-links {
  margin: 0;
  padding: 0;
  counter-reset: section;
  list-style-type: none;
  color: #3a618d; }
  .content ol.list-links li {
    font-size: 1.5rem;
    padding: 0.5rem 0;
    margin: 0;
    border: none;
    transition: all .2s; }
    @media (max-width: 575.98px) {
      .content ol.list-links li {
        font-size: 1.25rem; } }
    .content ol.list-links li::before {
      counter-increment: section;
      content: counters(section, ".") ". ";
      padding-right: .25em;
      font-weight: 600; }
    .content ol.list-links li li {
      font-size: 1rem;
      border-top: #c7d5e4 dotted 1px; }
      .content ol.list-links li li > span {
        font-weight: 700; }
      .content ol.list-links li li ul {
        margin: 0.5rem 0; }
        .content ol.list-links li li ul:before {
          display: none; }
        .content ol.list-links li li ul li {
          font-weight: 400;
          padding: .25em 0;
          margin-left: 3em; }
          .content ol.list-links li li ul li:before {
            display: none; }
      .content ol.list-links li li::before {
        opacity: .5;
        content: counters(section, ".") " ";
        font-weight: 400; }
      .content ol.list-links li li:hover, .content ol.list-links li li:focus {
        background-image: linear-gradient(90deg, rgba(244, 247, 251, 0), #f4f7fb 10%, #f4f7fb 50%, rgba(244, 247, 251, 0));
        color: #1B62B3; }
      .content ol.list-links li li:last-of-type {
        border-bottom: #c7d5e4 dotted 1px; }
    .content ol.list-links li h3, .content ol.list-links li .h3, .content ol.list-links li h4, .content ol.list-links li .h4, .content ol.list-links li h5, .content ol.list-links li .h5 {
      color: #215FA6;
      display: initial;
      padding-bottom: .5em;
      line-height: 1;
      font-size: inherit; }
      @media (max-width: 575.98px) {
        .content ol.list-links li h3, .content ol.list-links li .h3, .content ol.list-links li h4, .content ol.list-links li .h4, .content ol.list-links li h5, .content ol.list-links li .h5 {
          font-size: 1.375rem; } }
      .content ol.list-links li h3 + ol, .content ol.list-links li .h3 + ol, .content ol.list-links li h4 + ol, .content ol.list-links li .h4 + ol, .content ol.list-links li h5 + ol, .content ol.list-links li .h5 + ol {
        margin-top: .25em; }
    .content ol.list-links li a {
      transition: all .2s; }
      .content ol.list-links li a:hover, .content ol.list-links li a:focus {
        text-decoration: underline;
        color: inherit; }

cite {
  font-style: normal;
  font-weight: 600; }
  cite strong {
    font-weight: 700; }
  cite span:not(:last-child):after {
    display: inline;
    content: ', '; }

.list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-terms {
    flex: 0 100%;
    font-size: .75em;
    font-family: "Source Sans Pro", sans-serif;
    margin: 0.5rem -0.25rem 0;
    display: flex;
    flex-flow: row wrap; }
    .list-terms li {
      margin: 0 .25rem .5rem 0;
      padding: .375em .75em;
      border-radius: 3em;
      background-color: #ffffff;
      border: 1px solid #E2EAF0;
      color: #638299;
      line-height: 1.2;
      display: flex;
      flex-flow: row wrap; }
    .list-terms span {
      color: #215FA6;
      display: inline;
      font-weight: 600;
      padding-left: .25em; }
      .list-terms span:not(:last-of-type):after {
        content: ','; }
  .list-actions {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -.125rem; }
    .list-actions li {
      margin: .25rem .125rem;
      line-height: 1.2;
      display: flex;
      flex-flow: row wrap; }
    .list-actions .btn {
      font-weight: 400;
      padding: .25em .5em;
      border-radius: 3em;
      color: #b0c1d5;
      border: 1px solid transparent;
      position: relative; }
      .list-actions .btn:before, .list-actions .btn:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        opacity: 0;
        mix-blend-mode: multiply;
        transform: scale(0.8);
        transition: opacity .2s ease, transform .2s ease; }
      .list-actions .btn:before {
        background-color: #3a4d59;
        z-index: -1; }
      .list-actions .btn:after {
        box-shadow: inset 0 0 .5em currentColor;
        z-index: -1; }
      .page-header .list-actions .btn,
      .content .list-actions .btn,
      .card:hover .list-actions .btn {
        color: currentColor; }
      .page-header .list-actions .btn {
        color: #4981c2;
        margin: -.25em 0;
        padding: .25em; }
        @media (max-width: 991.98px) {
          .page-header .list-actions .btn [class*=" bi-"]:not(:only-child) {
            margin-right: 0; }
          .page-header .list-actions .btn span {
            max-width: 0;
            overflow: hidden; }
            .page-header .list-actions .btn span.d-show {
              max-width: initial;
              overflow: visible;
              padding-left: .5em; } }
      @media (min-width: 576px) {
        .content .list-actions .btn {
          font-size: 1.25em; } }
      .list-actions .btn:focus, .list-actions .btn:active, .list-actions .btn:hover {
        color: currentColor;
        z-index: 1; }
        .list-actions .btn:focus:before, .list-actions .btn:focus:after, .list-actions .btn:active:before, .list-actions .btn:active:after, .list-actions .btn:hover:before, .list-actions .btn:hover:after {
          opacity: .05;
          transform: scale(1.1); }
    .home .list-actions {
      margin: 0 -.5rem; }
      .home .list-actions li {
        margin: .25rem 0; }
        .home .list-actions li .btn {
          font-size: 1em;
          padding: .5em 1em;
          margin-right: 0.375rem;
          font-weight: 600;
          opacity: .75;
          border: none;
          box-shadow: none;
          color: #215FA6;
          background-color: #ffffff; }
          @media (pointer: coarse) {
            .home .list-actions li .btn {
              opacity: 1;
              box-shadow: 0 0.5rem 1rem rgba(31, 44, 51, 0.15); } }
          .home .list-actions li .btn:focus, .home .list-actions li .btn:active, .home .list-actions li .btn:hover {
            background-color: #f4f7fb;
            opacity: 1;
            border: none; }
    .page-title .list-actions {
      margin-left: auto;
      align-self: center;
      justify-self: flex-end;
      margin-right: 0; }
  .list-news {
    margin: .5em 0;
    list-style: none;
    padding: 0; }
    .home .list-news {
      color: currentColor; }
    .list-news li {
      line-height: 1.2; }
      .article .list-news li {
        color: #215FA6;
        padding: 0;
        margin: 0;
        font-size: 1.125em;
        font-weight: 600; }
      .list-news li a:hover {
        color: currentColor;
        text-decoration: underline; }
      .list-news li:after {
        margin: .5em 0;
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        opacity: .25;
        border-bottom: 1px dashed currentColor; }
  .list-filters {
    list-style: none;
    padding-left: 1.5em; }
    .iframe .list-filters {
      margin: 2em 1.5em; }
    .list-filters ul {
      list-style: none; }
      .list-filters ul:not(:first-child) {
        padding-top: .25em; }
    .list-filters li {
      font-weight: 600;
      color: #7A765C; }
      .list-filters li:only-of-type, .list-filters li:not(:last-of-type) {
        padding-bottom: .25em; }
    .list-filters .form-check {
      margin: 0;
      padding: .125em .25em .125em .5em;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      position: relative; }
      .list-filters .form-check:hover {
        opacity: 1; }
      .list-filters .form-check label {
        flex: 1; }
      .list-filters .form-check .btn {
        order: -1;
        border-radius: 0;
        position: absolute;
        left: -1.75em;
        padding: 0; }
        .list-filters .form-check .btn[aria-expanded="true"] {
          opacity: 1;
          background-color: rgba(122, 118, 92, 0.5);
          color: #ffffff; }
          .list-filters .form-check .btn[aria-expanded="true"] i {
            transform: scale(1.5) rotate(45deg); }
      .list-filters .form-check input {
        margin: .125em .5em .125em .125em; }
        .list-filters .form-check input:disabled {
          background-color: rgba(122, 118, 92, 0.25);
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
  .list-help {
    list-style: none;
    padding-left: .5em; }
    .list-help li {
      padding: .125em;
      position: relative;
      z-index: 1; }
    .list-help em {
      font-size: 1.5em;
      padding-right: .5em;
      font-style: normal;
      color: #7A765C;
      font-weight: 600;
      position: relative;
      width: 1em;
      text-align: center;
      display: inline-block; }
      .list-help em:after {
        content: '';
        position: absolute;
        top: .125em;
        left: -.3125em;
        font-size: 1.25em;
        width: 1em;
        height: 1em;
        border-radius: 1em;
        background: #FAFAF2;
        box-shadow: inset 0 0 0.1em rgba(122, 118, 92, 0.1);
        opacity: 1;
        z-index: -1; }

details {
  padding: .125em 0 0;
  overflow: hidden;
  box-shadow: 0 1px 0 0 rgba(122, 118, 92, 0.05), inset 0 1px 0 rgba(122, 118, 92, 0.05); }
  .templates > details {
    border: 1px solid transparent; }
    .templates > details[open] {
      border-color: rgba(122, 118, 92, 0.1);
      box-shadow: 0 0.5rem 1rem rgba(31, 44, 51, 0.15); }
  details > summary > .form-check {
    margin-left: 0; }
  details .form-check {
    margin: .25em 0;
    padding: 0; }
    details .form-check .form-check-input {
      margin: .125em .5em .125em 0; }
  @supports not (-ms-ime-align: auto) {
    details > .form-check {
      margin-left: 3.5em; }
    details details > summary {
      margin-left: 2em; }
    details details > .form-check,
    details details > .content {
      margin-left: 5em; }
    details details details > summary {
      margin-left: 3.5em; }
    details details details > .form-check,
    details details details > .content {
      margin-left: 6.5em; }
    details details details details > .form-check,
    details details details details > .content,
    details details details details > summary {
      margin-left: 12em; }
    details details details details details > .form-check,
    details details details details details > .content,
    details details details details details > summary {
      margin-left: 7em; }
    details > .content {
      padding-left: 1.5em; }
    details > summary {
      margin: .25em .5em;
      padding-left: 1.5em;
      color: #7A765C;
      position: relative;
      list-style: none;
      cursor: pointer;
      font-weight: 600;
      outline: none; }
      details > summary > * {
        display: inline; }
      details > summary::-webkit-details-marker {
        display: none; }
      details > summary:hover {
        color: #7A765C; }
        details > summary:hover:after, details > summary:hover:before {
          opacity: 1; }
      details > summary:after, details > summary:before {
        padding: 0;
        content: '';
        position: absolute;
        transition: all .2s ease-in-out;
        top: 0;
        left: 0;
        bottom: 0;
        width: .75em;
        font-size: 1.5em; }
      details > summary:before {
        content: '+';
        z-index: 1;
        font-family: "Source Sans Pro", sans-serif;
        color: #ffffff;
        display: block;
        text-align: center;
        transform-origin: bottom;
        line-height: 1; }
      details > summary:after {
        top: .125em;
        height: .75em;
        background-color: #7A765C; }
    details[open] {
      background-color: #FAFAF2;
      mix-blend-mode: multiply;
      box-shadow: 0 1px 0 0 rgba(122, 118, 92, 0.05), inset 0 1px 0 rgba(122, 118, 92, 0.05); }
      details[open] > summary:before {
        content: '-';
        color: #7A765C;
        opacity: 1; }
      details[open] > summary:after {
        background-color: rgba(122, 118, 92, 0.25);
        opacity: 1; }
      details[open] > summary ~ * {
        -webkit-animation: sweep .2s ease-in-out;
                animation: sweep .2s ease-in-out; } }
  details label {
    font-family: "Source Sans Pro", sans-serif;
    color: #7A765C;
    text-decoration: none;
    white-space: normal; }
    input:checked ~ details label {
      color: #7A765C; }
  details .files-link,
  details .jtDefSelClass,
  details .jtDefClass,
  details a {
    display: flex;
    flex-flow: row wrap;
    font-family: "Source Sans Pro", sans-serif;
    font-size: .875em;
    color: #95917d;
    text-decoration: none;
    margin: .5em 0;
    white-space: normal; }
    details .files-link.active, details .files-link:active, details .files-link:hover,
    details .jtDefSelClass.active,
    details .jtDefSelClass:active,
    details .jtDefSelClass:hover,
    details .jtDefClass.active,
    details .jtDefClass:active,
    details .jtDefClass:hover,
    details a.active,
    details a:active,
    details a:hover {
      color: #7A765C;
      text-decoration: underline; }
    details .files-link i:first-child,
    details .jtDefSelClass i:first-child,
    details .jtDefClass i:first-child,
    details a i:first-child {
      margin-right: .5em; }
  details .jtDefSelClass {
    color: #7A765C;
    text-decoration: underline; }

@-webkit-keyframes sweep {
  0% {
    opacity: 0;
    transform: translateY(-0.5em); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateY(-0.5em); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

#app > header {
  position: relative;
  z-index: 1030; }
  @media (max-width: 991.98px) {
    #app > header {
      color: #ffffff; } }
  @media (max-width: 575.98px) {
    #app > header {
      position: sticky;
      top: 0; } }
  .home #app > header:before, .home #app > header:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: -1; }
  .home #app > header:after {
    height: 3.5em;
    z-index: -2; }
    @media (max-width: 575.98px) {
      .home #app > header:after {
        background-image: linear-gradient(180deg, rgba(72, 159, 212, 0.75), rgba(72, 159, 212, 0.25)); } }
  .home #app > header:before {
    z-index: -1;
    top: .5em;
    height: 3em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(72, 159, 212, 0.5);
    box-shadow: 0 -1em 0 rgba(84, 177, 224, 0.5); }
    @media (min-width: 576px) {
      .home #app > header:before {
        background-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0 -1em 0 rgba(255, 255, 255, 0.2);
        top: .75em;
        height: 2.25em; } }

.logo {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 0;
  max-width: 15rem;
  min-width: 2rem;
  position: relative; }
  .logo svg,
  .logo img {
    display: block;
    max-width: 100%;
    height: auto; }
    @media (min-width: 992px) {
      .logo svg.logo_crest,
      .logo img.logo_crest {
        height: 5.5rem; } }
  .logo svg {
    width: 100%;
    transition: opacity .3s ease-in-out, transform .15s ease-in-out; }
  .logo span {
    display: none; }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .logo {
      flex-flow: row nowrap;
      align-items: center; }
      .logo img {
        width: 3rem;
        transform: scale(1.2); }
      .logo .logo_text,
      .logo svg {
        position: absolute;
        height: 3rem;
        max-width: none;
        width: auto;
        transform: translateX(0);
        opacity: 0; }
        .collapse.show .logo .logo_text, .collapse.show
        .logo svg {
          transform: translateX(3.25rem);
          opacity: 1; } }
  @media (max-width: 575.98px) {
    .logo {
      flex-flow: row nowrap;
      align-items: center;
      justify-content: center;
      padding: .5em;
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      max-width: 70vw; }
      .logo img {
        height: 2.75rem; }
      .logo .logo_text {
        transform-origin: left;
        transform: scale(0.9); } }

.user {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.75rem; }
  @media (min-width: 576px) {
    .user {
      margin: 0.5rem; } }
  .user .dropdown-toggle {
    color: #ffffff;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    transition: all .2s;
    font-size: 1em;
    height: 2em;
    width: 2em; }
    .user .dropdown-toggle b {
      font-weight: inherit; }
    .user .dropdown-toggle:focus, .user .dropdown-toggle:hover {
      box-shadow: none; }
    .user .dropdown-toggle:after {
      display: none; }
    .user .dropdown-toggle i {
      position: absolute;
      top: 0;
      z-index: -1;
      order: 6;
      color: currentColor;
      transform-origin: top right;
      transition: all .3s ease-out;
      transition-delay: .1s;
      background-color: #215FA6;
      border-radius: 50%;
      box-shadow: 0 0.5rem 1rem rgba(31, 44, 51, 0.15); }
      .user .dropdown-toggle i img {
        position: absolute;
        font-size: 1.5em; }
      .user .dropdown-toggle i svg {
        padding: 0;
        width: 1em;
        height: 1em;
        font-size: 2em;
        opacity: .1;
        fill: #ffffff; }
    .user .dropdown-toggle img {
      height: 1em;
      width: 1em;
      border-radius: 50%; }
    .user .dropdown-toggle span {
      font-size: 1em;
      color: #ffffff;
      transition: all .3s ease-out;
      transition-delay: .1s;
      margin: auto; }
      .user .dropdown-toggle span:empty ~ i svg {
        opacity: .8;
        padding: 2px; }
    .user .dropdown-toggle[aria-expanded="true"] {
      z-index: 3;
      color: #215FA6; }
      .user .dropdown-toggle[aria-expanded="true"] span {
        transform: translate(-0.25em, 0.375em) scale(1.25); }
      .user .dropdown-toggle[aria-expanded="true"] i {
        transform: translateY(0.25em) scale(1.25); }
  .user .dropdown-divider {
    margin: 0; }
  .user .dropdown-menu {
    text-align: center;
    border-radius: 1.25em;
    min-width: 14rem;
    border: 0;
    color: #5987bc;
    color: #215FA6;
    background-color: #ffffff;
    box-shadow: 0.25rem 0.5rem 0.5rem rgba(58, 77, 89, 0.05), 0.375rem 0.75rem 0.5rem rgba(58, 77, 89, 0.075), 0.75rem 1.5rem 1rem rgba(58, 77, 89, 0.1);
    margin-top: -4rem !important;
    margin-right: 1.25rem !important;
    padding: 2.25rem 0 0;
    opacity: 0;
    display: block;
    transform-origin: top;
    pointer-events: none;
    z-index: 1;
    right: -1.25rem !important; }
    .user .dropdown-menu.show {
      pointer-events: all;
      margin-top: -1.75rem !important;
      transition: opacity .2s ease-in-out, margin-top .2s ease-in-out;
      opacity: 1;
      transition-duration: .4s; }
    .user .dropdown-menu li {
      padding: 0; }
      .user .dropdown-menu li:last-child a {
        border-radius: 0 0 1.25em 1.25em; }
  .user .dropdown-item {
    white-space: normal;
    color: currentColor;
    font-size: .875em;
    font-weight: 600;
    border-top: 1px solid rgba(33, 95, 166, 0.1);
    line-height: 1.2;
    letter-spacing: -0.01em;
    padding: 0.675rem 0.25rem; }
    @media (min-width: 576px) {
      .user .dropdown-item {
        text-shadow: 0 1px 0 #ffffff; } }
    .user .dropdown-item:hover, .user .dropdown-item:focus, .user .dropdown-item.active, .user .dropdown-item:active {
      background-color: #f4f7fb;
      color: #215FA6; }
  .user-links {
    list-style: none;
    margin: 0.875rem 0 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    color: #ffffff;
    align-content: center; }
    .user-links > li {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      line-height: 1.1; }
      @media (max-width: 575.98px) {
        .user-links > li {
          padding: .25em .5em; }
          .user-links > li:after, .user-links > li:not(:first-child) {
            display: none; } }
      .user-links > li:not(:last-child):not(:only-child):after {
        content: '\2022';
        opacity: .5;
        padding: 0 0.25rem;
        font-weight: 600;
        margin-top: -.25em;
        transform-origin: center;
        color: currentColor; }
    .user-links a {
      margin: 0;
      font-size: .875em;
      font-weight: 700;
      color: inherit; }

html,
body {
  height: 100%; }

#app > header {
  max-width: 1340px; }
  @media (min-width: 992px) {
    #app > header {
      padding-right: 2rem; } }
  @media (min-width: 576px) {
    #app > header ~ * {
      margin-left: 5rem; } }
  @media (min-width: 992px) {
    #app > header ~ * {
      margin-left: 266px; } }

#app > footer {
  margin-top: auto;
  padding: 3.5rem 1rem 2rem; }
  @media (min-width: 1200px) {
    #app > footer {
      padding: 3.5rem 3rem 2rem; } }

#app .container {
  margin-left: 0;
  /*@include media-breakpoint-up(xl) {
      margin-left: auto;
    }*/ }

main {
  padding-top: 3.5rem; }
  @media (min-width: 576px) {
    main {
      padding-top: 0; } }
  main > * {
    padding: 1rem; }
    @media (min-width: 1200px) {
      main > * {
        padding: 1rem 3rem; } }
  main img {
    max-width: 100%; }
  main > section:first-of-type:not(:only-of-type) {
    padding-top: 0; }

.dropdown.page-title {
  display: inline-flex;
  margin-bottom: 0.5rem; }

.page-title .dropdown-toggle {
  white-space: initial;
  text-align: left;
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: 1.5em;
  color: currentColor;
  line-height: 1.2;
  border-radius: 0;
  border-bottom: 1px dashed transparent; }
  .page-title .dropdown-toggle:focus {
    box-shadow: none;
    outline: 1px currentColor dashed; }

.dropdown-toggle:after {
  font-size: inherit;
  content: '';
  margin: .125em .5em .375em;
  width: auto;
  height: auto;
  transition: all .4s ease-in-out;
  padding: .25em;
  border: solid currentColor;
  border-width: 0 .1em .1em 0;
  transform: rotate(45deg); }

.page-title .dropdown-menu {
  min-width: 100%;
  background-color: #215fa6;
  color: #E2EAF0;
  border: 0;
  border-radius: .25rem;
  box-shadow: 0.25rem 0.5rem 0.5rem rgba(58, 77, 89, 0.05), 0.375rem 0.75rem 0.5rem rgba(58, 77, 89, 0.075), 0.75rem 1.5rem 1rem rgba(58, 77, 89, 0.1); }
  .page-title .dropdown-menu li:not(:first-of-type) {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .page-title .dropdown-menu li a {
    display: block;
    line-height: 1.2;
    white-space: normal;
    padding: .5em 1em; }
  .page-title .dropdown-menu .dropdown-item {
    color: currentColor;
    font-size: .875em;
    font-family: "Source Sans Pro", sans-serif; }
    .page-title .dropdown-menu .dropdown-item:hover, .page-title .dropdown-menu .dropdown-item:focus, .page-title .dropdown-menu .dropdown-item.active {
      background-color: transparent;
      color: #ffffff; }

.content-header .dropdown-item,
.content-footer .dropdown-item {
  color: #3a4d59; }
  .content-header .dropdown-item:hover, .content-header .dropdown-item:focus,
  .content-footer .dropdown-item:hover,
  .content-footer .dropdown-item:focus {
    color: #215FA6;
    background-color: #f4f7fb; }

.content-header .dropdown-toggle.show,
.content-footer .dropdown-toggle.show {
  opacity: 1; }

.navbar-main {
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  padding: 0;
  background-color: #215FA6;
  height: 3.5rem; }
  .home .navbar-main {
    background-color: transparent; }
    .home .navbar-main:before {
      top: 5em;
      right: 0;
      left: 0;
      bottom: 0;
      position: absolute;
      background-image: linear-gradient(180deg, rgba(25, 71, 123, 0.25), rgba(25, 71, 123, 0) 600px);
      border-radius: 0 4em 0 0;
      border: 1px solid rgba(255, 255, 255, 0.1);
      mix-blend-mode: multiply; }
      @media (min-width: 576px) {
        .home .navbar-main:before {
          content: ''; } }
  @media (min-width: 576px) {
    .navbar-main {
      bottom: 0;
      right: auto;
      height: auto; } }
  .navbar-main .navbar-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.2;
    width: 100%;
    overflow: auto;
    transform: translateX(0);
    transition: all .2s ease-in-out;
    margin-top: 0.5rem; }
    .navbar-main .navbar-nav + ul {
      margin-top: 2rem; }
    @media (min-width: 576px) {
      .navbar-main .navbar-nav {
        max-height: 100vh;
        min-height: 0; } }
    .navbar-main .navbar-nav .dropdown-menu {
      color: currentColor;
      position: static;
      box-shadow: none;
      border: 0;
      margin: 0;
      padding: 0;
      border-radius: 0;
      background-color: #1d5391;
      border-bottom: 1px solid rgba(226, 234, 240, 0.2); }
      .navbar-main .navbar-nav .dropdown-menu > li {
        margin-left: -1rem;
        border-top: 1px solid rgba(226, 234, 240, 0.1);
        color: #ffffff; }
    .navbar-main .navbar-nav .dropdown-item {
      white-space: normal;
      font-size: .75em;
      font-weight: 600;
      color: currentColor;
      padding: 0.375rem 1.5rem 0.375rem 3rem; }
      .navbar-main .navbar-nav .dropdown-item[href^="http"]:after {
        content: '↗';
        font-size: .75em;
        opacity: .5;
        padding-left: .5em;
        vertical-align: .125em; }
      .navbar-main .navbar-nav .dropdown-item:active, .navbar-main .navbar-nav .dropdown-item.active {
        background-color: rgba(16, 46, 81, 0.6); }
      .navbar-main .navbar-nav .dropdown-item:focus, .navbar-main .navbar-nav .dropdown-item:hover {
        background-color: rgba(16, 46, 81, 0.8); }
    .navbar-main .navbar-nav .nav-item {
      border-bottom: 1px solid rgba(226, 234, 240, 0.15); }
      .navbar-main .navbar-nav .nav-item.active {
        background-color: rgba(20, 58, 102, 0.5); }
    .navbar-main .navbar-nav .nav-link {
      padding: 0.5rem 1rem 0.5rem 2rem;
      font-size: .75em; }
      .navbar-main .navbar-nav .nav-link:focus, .navbar-main .navbar-nav .nav-link:hover {
        background-color: rgba(20, 58, 102, 0.3); }
      .navbar-main .navbar-nav .nav-link, .navbar-main .navbar-nav .nav-link:hover, .navbar-main .navbar-nav .nav-link:focus {
        color: currentColor; }
      .navbar-main .navbar-nav .nav-link-main, .navbar-main .navbar-nav .nav-link.dropdown-toggle {
        white-space: normal;
        font-size: .8125em;
        font-weight: 700;
        display: block;
        position: relative;
        outline: none; }
        .navbar-main .navbar-nav .nav-link-main.nav-link-pub, .navbar-main .navbar-nav .nav-link.dropdown-toggle.nav-link-pub {
          font-weight: 600; }
      .navbar-main .navbar-nav .nav-link.dropdown-toggle:after {
        display: none; }
      .navbar-main .navbar-nav .nav-link.dropdown-toggle:before {
        content: '';
        position: absolute;
        left: 0.25rem;
        top: 0.375rem;
        margin: .25em;
        width: 1em;
        height: 1em;
        transition: all .4s ease-in-out;
        transform: rotate(-90deg);
        opacity: .33;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
      .navbar-main .navbar-nav .nav-link.dropdown-toggle.show {
        background-color: rgba(16, 46, 81, 0.2); }
        .navbar-main .navbar-nav .nav-link.dropdown-toggle.show:before {
          opacity: 1;
          transform: rotate(0deg); }
      .navbar-main .navbar-nav .nav-link-pub {
        font-weight: 600; }
    .navbar-main .navbar-nav .spacer {
      display: block;
      height: 1rem;
      background-color: rgba(255, 255, 255, 0.05);
      width: 100%; }
  .navbar-main .navbar-collapse {
    max-width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    align-items: flex-start;
    width: 16.625rem;
    display: flex;
    flex-flow: column nowrap;
    transition: width .2s ease-in-out; }
    @media (min-width: 992px) {
      .navbar-main .navbar-collapse {
        align-items: center; } }
    .navbar-main .navbar-collapse.show {
      z-index: 1; }
      @media (max-width: 991.98px) {
        .navbar-main .navbar-collapse.show {
          background-color: #215FA6; } }
    .navbar-main .navbar-collapse:not(.show) {
      display: flex; }
      @media (max-width: 991.98px) {
        .navbar-main .navbar-collapse:not(.show) {
          width: 5em; }
          .navbar-main .navbar-collapse:not(.show) .navbar-nav {
            transform: translateX(-100%); } }
      @media (max-width: 575.98px) {
        .navbar-main .navbar-collapse:not(.show) {
          width: 0; } }
  .navbar-main .navbar-toggler {
    transform-origin: center;
    margin: .75em 0;
    color: #ffffff;
    opacity: .75;
    transition: opacity .2s ease-in-out; }
    @media (min-width: 576px) {
      .navbar-main .navbar-toggler {
        margin: .5em auto 0;
        align-self: center;
        z-index: 1; } }
    .navbar-main .navbar-toggler:hover, .navbar-main .navbar-toggler:focus {
      box-shadow: none;
      opacity: 1; }
    .navbar-main .navbar-toggler span, .navbar-main .navbar-toggler:after, .navbar-main .navbar-toggler:before {
      display: block;
      width: 2.5rem;
      height: 2px;
      opacity: 1;
      background-color: currentColor;
      transition: all .4s ease-in-out; }
    .navbar-main .navbar-toggler span {
      font-size: 0;
      transition: all .2s ease-in-out;
      margin: 0.3125rem 0; }
    .navbar-main .navbar-toggler:after, .navbar-main .navbar-toggler:before {
      content: '';
      transform-origin: center;
      transform: rotate(0deg) translateY(0) scaleX(1); }
    .navbar-main .navbar-toggler[aria-expanded="true"] {
      opacity: 1; }
      @media (min-width: 576px) {
        .navbar-main .navbar-toggler[aria-expanded="true"] {
          width: 100%;
          padding-right: 1rem; } }
      .navbar-main .navbar-toggler[aria-expanded="true"] span {
        opacity: 0; }
        @media (min-width: 576px) {
          .navbar-main .navbar-toggler[aria-expanded="true"] span {
            height: 1px;
            width: calc(100% - 1rem);
            opacity: .2; } }
      .navbar-main .navbar-toggler[aria-expanded="true"]:after, .navbar-main .navbar-toggler[aria-expanded="true"]:before {
        opacity: 1;
        width: 1rem;
        transform-origin: center;
        margin-left: 0.375rem; }
        @media (min-width: 576px) {
          .navbar-main .navbar-toggler[aria-expanded="true"]:after, .navbar-main .navbar-toggler[aria-expanded="true"]:before {
            height: 1px;
            margin-left: auto; } }
      .navbar-main .navbar-toggler[aria-expanded="true"]:after {
        transform: rotate(45deg) translateY(-0.6rem) scaleX(-2); }
        @media (min-width: 576px) {
          .navbar-main .navbar-toggler[aria-expanded="true"]:after {
            transform: rotate(45deg) translateY(-0.525rem) scaleX(-1); } }
      .navbar-main .navbar-toggler[aria-expanded="true"]:before {
        transform: rotate(-45deg) translateY(0.6rem) scaleX(-2); }
        @media (min-width: 576px) {
          .navbar-main .navbar-toggler[aria-expanded="true"]:before {
            transform: rotate(-45deg) translateY(0.525rem) scaleX(-1); } }

.breadcrumb {
  padding: 0.375rem 0 0.125rem;
  display: flex;
  flex-flow: row wrap; }
  @media (min-width: 576px) {
    .breadcrumb {
      padding-right: 3rem; } }
  .breadcrumb-item {
    line-height: 1.1;
    font-family: "Source Sans Pro", sans-serif;
    color: currentColor;
    font-size: .875em;
    margin-bottom: .375em;
    display: flex;
    flex-flow: row wrap; }
    .home .breadcrumb-item {
      font-size: 1em;
      font-weight: 400; }
      .home .breadcrumb-item[aria-current], .home .breadcrumb-item.active {
        font-weight: 700; }
      .home .breadcrumb-item span {
        display: none;
        text-decoration: none; }
        @media (min-width: 1200px) {
          .home .breadcrumb-item span {
            display: inline-block; } }
      .home .breadcrumb-item abbr {
        text-decoration: none;
        cursor: pointer; }
        @media (min-width: 1200px) {
          .home .breadcrumb-item abbr {
            display: none; } }
    .breadcrumb-item a {
      font-weight: 600;
      text-decoration: none; }
      .breadcrumb-item a span {
        text-decoration: underline;
        display: inline-block; }
      .home .breadcrumb-item a:hover {
        color: #ffffff;
        text-decoration: underline; }
      .home .breadcrumb-item a span {
        text-decoration: inherit;
        font-weight: 400; }
        .home .breadcrumb-item a span[aria-current] .home .breadcrumb-item a span,
        .home .breadcrumb-item a span.active .home .breadcrumb-item a span {
          font-weight: 700; }
    .breadcrumb-item svg {
      margin-top: -.25em;
      max-height: 1em;
      max-width: 1em;
      color: currentColor;
      fill: currentColor; }
    .breadcrumb-item:not(:last-child)::after {
      content: '\005C';
      padding: 0 0.25rem;
      color: currentColor; }
      .home .breadcrumb-item:not(:last-child)::after {
        content: '\2022';
        opacity: .5;
        padding: 0 0.25rem;
        font-weight: 700;
        transform-origin: center; }
    .breadcrumb-item:not(:last-child):empty {
      display: none; }
    .breadcrumb-item + .breadcrumb-item {
      padding-left: 0; }
      .breadcrumb-item + .breadcrumb-item:before {
        display: none; }

.dropdown.page-title {
  display: inline-flex;
  margin-bottom: 0.5rem; }

.page-title .dropdown-toggle {
  white-space: initial;
  text-align: left;
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: 1.5em;
  color: currentColor;
  line-height: 1.2;
  border-radius: 0;
  border-bottom: 1px dashed transparent; }
  .page-title .dropdown-toggle:focus {
    box-shadow: none;
    outline: 1px currentColor dashed; }

.dropdown-toggle:after {
  font-size: inherit;
  content: '';
  margin: .125em .5em .375em;
  width: auto;
  height: auto;
  transition: all .4s ease-in-out;
  padding: .25em;
  border: solid currentColor;
  border-width: 0 .1em .1em 0;
  transform: rotate(45deg); }

.page-title .dropdown-menu {
  min-width: 100%;
  background-color: #215fa6;
  color: #E2EAF0;
  border: 0;
  border-radius: .25rem;
  box-shadow: 0.25rem 0.5rem 0.5rem rgba(58, 77, 89, 0.05), 0.375rem 0.75rem 0.5rem rgba(58, 77, 89, 0.075), 0.75rem 1.5rem 1rem rgba(58, 77, 89, 0.1); }
  .page-title .dropdown-menu li:not(:first-of-type) {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .page-title .dropdown-menu li a {
    display: block;
    line-height: 1.2;
    white-space: normal;
    padding: .5em 1em; }
  .page-title .dropdown-menu .dropdown-item {
    color: currentColor;
    font-size: .875em;
    font-family: "Source Sans Pro", sans-serif; }
    .page-title .dropdown-menu .dropdown-item:hover, .page-title .dropdown-menu .dropdown-item:focus, .page-title .dropdown-menu .dropdown-item.active {
      background-color: transparent;
      color: #ffffff; }

.content-header .dropdown-item,
.content-footer .dropdown-item {
  color: #3a4d59; }
  .content-header .dropdown-item:hover, .content-header .dropdown-item:focus,
  .content-footer .dropdown-item:hover,
  .content-footer .dropdown-item:focus {
    color: #215FA6;
    background-color: #f4f7fb; }

.content-header .dropdown-toggle.show,
.content-footer .dropdown-toggle.show {
  opacity: 1; }

.accordion-button {
  font-weight: 600; }
  .accordion-button:after {
    margin-left: .5em; }
  .form-search-adv .accordion-button {
    padding: 1rem;
    border-bottom: 1px solid transparent;
    transition: all .4s ease-in-out;
    color: #7A765C; }
    .form-search-adv .accordion-button.collapsing, .form-search-adv .accordion-button[aria-expanded="true"] {
      color: inherit;
      border-bottom-color: #eeeee6; }

.accordion-item {
  position: relative; }
  .form-search .accordion-item:before {
    content: '';
    border-top: 1px solid #c7d5e4;
    margin: 0.5rem 0 0.5rem;
    width: 100%;
    display: block; }
  .form-search-adv .accordion-item {
    background-color: #FAFAF2;
    margin: 1rem 0;
    border: 1px solid #eeeee6;
    border-radius: 0;
    border-bottom-color: #e1e1da; }
    .form-search-adv .accordion-item:before {
      position: absolute;
      transition: opacity .2s ease-in-out;
      content: '';
      opacity: .25;
      box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.05), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05), 0 0.375rem 0.5rem rgba(0, 0, 0, 0.05), 0 0.5rem 0.75rem rgba(0, 0, 0, 0.05), 0 1rem 1.5rem rgba(0, 0, 0, 0.05);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .form-search-adv .accordion-item:hover:before {
      opacity: .5; }
  .form .accordion-item:first-child:before {
    margin-top: 0; }

.accordion-body {
  padding: 0.5rem 0; }
  .form-search-adv .accordion-body {
    padding: 0.5rem 1rem; }

.accordion-collapse:before {
  position: absolute;
  transition: opacity .2s .2s ease-in-out;
  content: '';
  box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05), 0 0.375rem 0.5rem rgba(0, 0, 0, 0.05), 0 0.5rem 0.75rem rgba(0, 0, 0, 0.05), 0 1rem 1.5rem rgba(0, 0, 0, 0.05);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.accordion-collapse.collapsing:before, .accordion-collapse.show:before {
  opacity: .25; }

/*.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: $accordion-button-padding-y $accordion-button-padding-x;
  @include font-size($font-size-base);
  color: $accordion-button-color;
  text-align: left; // Reset button style
  background-color: $accordion-button-bg;
  border: 0;
  @include border-radius(0);
  overflow-anchor: none;
  @include transition($accordion-transition);

  &:not(.collapsed) {
    color: $accordion-button-active-color;
    background-color: $accordion-button-active-bg;
    box-shadow: inset 0 ($accordion-border-width * -1) 0 $accordion-border-color;

    &::after {
      background-image: escape-svg($accordion-button-active-icon);
      transform: $accordion-icon-transform;
    }
  }

  // Accordion icon
  &::after {
    flex-shrink: 0;
    width: $accordion-icon-width;
    height: $accordion-icon-width;
    margin-left: .5em;
    content: "";
    background-image: escape-svg($accordion-button-icon);
    background-repeat: no-repeat;
    background-size: $accordion-icon-width;
    @include transition($accordion-icon-transition);
  }

  &:hover {
    z-index: 2;
  }

  &:focus {
    z-index: 3;
    border-color: $accordion-button-focus-border-color;
    outline: 0;
    box-shadow: $accordion-button-focus-box-shadow;
  }
}

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

.accordion-item {
  background-color: $accordion-bg;
  border: $accordion-border-width solid $accordion-border-color;

  &:first-of-type {
    @include border-top-radius($accordion-border-radius);

    .accordion-button {
      @include border-top-radius($accordion-inner-border-radius);
    }
  }

  &:not(:first-of-type) {
    border-top: 0;
  }

  // Only set a border-radius on the last item if the accordion is collapsed
  &:last-of-type {
    @include border-bottom-radius($accordion-border-radius);

    .accordion-button {
      &.collapsed {
        @include border-bottom-radius($accordion-inner-border-radius);
      }
    }

    .accordion-collapse {
      @include border-bottom-radius($accordion-border-radius);
    }
  }
}

.accordion-body {
  padding: $accordion-body-padding-y $accordion-body-padding-x;
}*/
.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-right: 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-right: 0; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  color: #537180;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #c7d5e4;
  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) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: #215FA6;
    background-color: #f4f7fb;
    border-color: #c7d5e4; }
  .page-link:focus {
    z-index: 3;
    color: #215FA6;
    background-color: #f4f7fb;
    outline: 0;
    box-shadow: 0 0.5em 1em 0 rgba(122, 118, 92, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #215fa6;
  border-color: #215fa6; }

.page-item.disabled .page-link {
  color: #c5d0d6;
  pointer-events: none;
  background-color: transparent;
  border-color: #dee2e6; }

.page-item i:before {
  transform: translateY(0.075em); }

.page-link {
  padding: 0.375rem 0.75rem; }

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.modal-header {
  padding: .5em 1em; }

.modal-footer, .modal-header {
  border-color: rgba(122, 118, 92, 0.15); }

.modal-dialog-scrollable .modal-content {
  max-height: 800px;
  margin: auto; }

.modal-footer {
  background-color: #FAFAF2;
  margin: 0; }
  .modal-footer > [class^="col"] {
    margin: 0; }
  .iframe .modal-footer {
    margin-bottom: 0;
    position: sticky;
    bottom: 0;
    z-index: 1; }

.modal-title {
  font-weight: 600;
  color: #7A765C; }
  .iframe .modal-title {
    padding: .5rem 1.5rem; }

.modal .label {
  margin-right: .5em; }

.modal .table a {
  color: #87846c;
  text-decoration: none; }
  .modal .table a:hover, .modal .table a:focus {
    color: #7A765C;
    text-decoration: underline; }

.modal .table thead {
  background-color: #87846c; }

.modal .table tbody > tr {
  border-bottom-color: #E2EAF0; }
  .modal .table tbody > tr:last-of-type {
    border-color: transparent; }

.modal-dialog-scrollable {
  height: calc(100vh - 3.5rem); }

.modal-body h5, .modal-body .h5 {
  margin: 2em 0 .5em;
  color: #7A765C;
  font-size: 1em; }

/*  @if (contrast-ratio($alert-background, $alert-color) < $min-contrast-ratio) {
    $alert-color: mix($value, color-contrast($alert-background), abs($alert-color-scale));
  }*/
.alert-primary {
  color: #27486d;
  background-color: #e9eff6;
  border-color: #5d80a8; }
  .alert-primary .alert-link {
    color: #1f3957; }

/*  @if (contrast-ratio($alert-background, $alert-color) < $min-contrast-ratio) {
    $alert-color: mix($value, color-contrast($alert-background), abs($alert-color-scale));
  }*/
.alert-secondary {
  color: #525252;
  background-color: #f2f1ef;
  border-color: #898989; }
  .alert-secondary .alert-link {
    color: #414141; }

/*  @if (contrast-ratio($alert-background, $alert-color) < $min-contrast-ratio) {
    $alert-color: mix($value, color-contrast($alert-background), abs($alert-color-scale));
  }*/
.alert-danger {
  color: #a62b3f;
  background-color: #fce9ec;
  border-color: #d66074; }
  .alert-danger .alert-link {
    color: #852233; }

/*  @if (contrast-ratio($alert-background, $alert-color) < $min-contrast-ratio) {
    $alert-color: mix($value, color-contrast($alert-background), abs($alert-color-scale));
  }*/
.alert-success {
  color: #084a39;
  background-color: #e6f3ef;
  border-color: #3e937d; }
  .alert-success .alert-link {
    color: #073b2e; }

/*  @if (contrast-ratio($alert-background, $alert-color) < $min-contrast-ratio) {
    $alert-color: mix($value, color-contrast($alert-background), abs($alert-color-scale));
  }*/
.alert-dark {
  color: #2f3031;
  background-color: #ebedee;
  border-color: #6d6e6e; }
  .alert-dark .alert-link {
    color: #262627; }

.alert {
  font-size: 0.875rem;
  border-radius: 0.5em;
  background: transparent;
  position: relative;
  z-index: 0; }
  .alert:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .25;
    box-shadow: 0 .5em 2em currentColor; }
  .alert-primary {
    border-color: rgba(33, 95, 166, 0.66);
    color: #7A765C; }
  .alert-dark {
    border-color: #3a4d59; }
  .alert h1, .alert .h1, .alert h2, .alert .h2, .alert h3, .alert .h3, .alert h4, .alert .h4, .alert h5, .alert .h5, .alert h6, .alert .h6, .alert ul, .alert ol, .alert dl, .alert p {
    margin-bottom: .5em; }
  .alert dd:last-of-type, .alert li:last-of-type {
    margin-bottom: 0; }
  .alert .title, .alert h4, .alert .h4, .alert h5, .alert .h5 {
    font-weight: 600;
    font-size: 1.125rem; }
    .alert .title:not(:empty),
    .alert h4:not(:empty),
    .alert .h4:not(:empty),
    .alert h5:not(:empty),
    .alert .h5:not(:empty) {
      margin-bottom: .5em; }
  .alert [class^="bi-"],
  .alert [class*=" bi-"] {
    position: absolute;
    left: .75rem;
    top: .75rem;
    font-size: 1.25rem; }
    .alert [class^="bi-"] ~ *:not(:empty),
    .alert [class*=" bi-"] ~ *:not(:empty) {
      padding-left: 1.625rem; }

[class^="bi-"]::before, [class*=" bi-"]::before {
  font-size: inherit; }

body.home {
  background-color: #215FA6;
  color: #ffffff;
  background-image: linear-gradient(180deg, rgba(78, 172, 222, 0.5), rgba(78, 172, 222, 0) 600px);
  background-repeat: no-repeat; }
  body.home:before {
    top: 5.5em;
    right: 0;
    left: 0;
    bottom: -1px;
    position: fixed;
    background-color: rgba(33, 95, 166, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-image: linear-gradient(180deg, rgba(16, 46, 81, 0.05), rgba(25, 71, 123, 0) 600px);
    z-index: -1; }
    @media (min-width: 576px) {
      body.home:before {
        top: 7em;
        left: 3.125rem;
        border-radius: 4em 0 0; } }
    @media (min-width: 992px) {
      body.home:before {
        top: 7em;
        left: 15.125rem; } }

.home-ticker {
  margin-bottom: 1rem;
  font-size: .875em;
  font-weight: 600;
  line-height: 1.33;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 2.75rem;
  margin-top: -.5rem; }
  .home-ticker:before {
    content: '';
    display: block;
    width: 5rem;
    margin: 0 0 .25rem;
    height: 2px;
    background-color: #ffffff; }
  .home-ticker a {
    color: #ffffff; }
    .home-ticker a:hover, .home-ticker a:focus, .home-ticker a:active {
      color: #ffffff;
      text-decoration: underline; }

.home-section {
  position: relative;
  padding: 1rem; }
  @media (min-width: 576px) {
    .home-section {
      padding: 1rem 2.5rem; } }
  @media (min-width: 768px) {
    .home-section {
      display: flex; } }
  .home-section:after {
    content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none;
    border-radius: 2em;
    border: 2px solid rgba(255, 255, 255, 0.1);
    top: 2em;
    left: -.5em;
    right: 0;
    bottom: 0; }
    @media (min-width: 576px) {
      .home-section:after {
        left: 1em; } }
  .home-section + section {
    margin-top: 3rem; }
  .home-section h1, .home-section .h1, .home-section h2, .home-section .h2 {
    margin: 0 0 1rem;
    text-shadow: 0 0 1em #215FA6;
    letter-spacing: .05em;
    font-weight: 700; }
    .home-section h1:hover, .home-section .h1:hover, .home-section h2:hover, .home-section .h2:hover {
      text-decoration: underline; }
  .home-section a:hover {
    color: currentColor; }
  .home-section p {
    line-height: 1.333; }
  .home-section figure {
    border-radius: 2em;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0.25rem 0.5rem 0.5rem rgba(0, 0, 0, 0.075), 0.5rem 0.75rem 1rem rgba(0, 0, 0, 0.1), 0.75rem 1rem 2rem rgba(0, 0, 0, 0.2);
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1 0 100%;
    width: 100%;
    height: 16.875em; }
    @media (min-width: 576px) {
      .home-section figure {
        margin-left: -3em;
        flex: 0 0 13.125em;
        width: 13.125em;
        height: 16.875em; } }
    @media (min-width: 768px) {
      .home-section figure {
        margin: 0 2rem 1rem 0; } }
    .home-section figure img {
      display: block;
      margin: auto;
      width: 100%;
      position: absolute;
      max-width: none; }
      @media (min-width: 768px) {
        .home-section figure img {
          width: auto;
          height: 27.5em; } }
  @media (min-width: 576px) {
    .home-section:nth-child(odd) > figure,
    .home-section:nth-child(odd) > a:first-child {
      float: left;
      margin-right: 1.5em; } }
  @media (min-width: 768px) {
    .home-section:nth-child(odd) > figure,
    .home-section:nth-child(odd) > a:first-child {
      margin-right: 0;
      margin-left: -2.5em; }
      .home-section:nth-child(odd) > figure .content:first-child,
      .home-section:nth-child(odd) > a:first-child .content:first-child {
        padding-left: 2.5rem; } }
  @media (min-width: 576px) {
    .home-section:nth-child(even) figure {
      margin: 0 0 1rem 1rem; } }
  @media (min-width: 576px) {
    .home-section:nth-child(even) > figure,
    .home-section:nth-child(even) > a:first-child {
      float: right;
      margin: 0 0 1rem 1rem;
      order: 9; } }
  @media (min-width: 768px) {
    .home-section:nth-child(even) > figure,
    .home-section:nth-child(even) > a:first-child {
      margin-right: -2.5em; } }

.home .news-section {
  display: flex;
  flex-flow: column nowrap;
  margin: 2rem 0 3rem; }
  .home .news-section a.read-more {
    align-self: flex-end;
    justify-self: flex-end;
    font-weight: 600; }
    .home .news-section a.read-more:hover {
      color: currentColor;
      text-decoration: underline; }

.page-header {
  border-bottom: 1px solid #E2EAF0;
  background-color: #f4f7fb;
  padding: 0.5rem 1rem;
  color: #215FA6; }
  @media (min-width: 576px) {
    .page-header {
      padding: 1rem 1rem 0.5rem; } }
  @media (min-width: 1200px) {
    .page-header {
      padding: 1rem 3rem 0.5rem; } }
  .adv--active .page-header {
    background-color: #FAFAF2;
    color: #7A765C; }
  .home .page-header {
    background-color: transparent;
    color: #ffffff;
    border-bottom: none; }
  .page-header .btn-link {
    padding: 0; }
  .page-header .form-group-lg {
    padding-right: 0; }
  .page-header textarea.form-control {
    resize: none;
    transition: all .4s ease-in-out;
    line-height: 1.25; }
    .page-header textarea.form-control[type="search"] {
      padding: 1.25rem 1.5rem 0.1rem;
      overflow-x: hidden;
      min-height: 4rem;
      font-size: 1.125em; }
      .page-header textarea.form-control[type="search"]::-moz-placeholder {
        margin-top: .5em;
        white-space: nowrap;
        overflow: hidden; }
      .page-header textarea.form-control[type="search"]:-ms-input-placeholder {
        margin-top: .5em;
        white-space: nowrap;
        overflow: hidden; }
      .page-header textarea.form-control[type="search"]::placeholder {
        margin-top: .5em;
        white-space: nowrap;
        overflow: hidden; }
    .page-header textarea.form-control + .btn-help {
      margin: 1rem;
      top: 0;
      transform: translateY(0); }
  .page-header p {
    color: #638299;
    margin-bottom: 0; }
    .page-header p a, .page-header p a[role="button"] {
      color: #215FA6;
      font-size: 1.1em;
      font-weight: 600; }
      .page-header p a:hover, .page-header p a[role="button"]:hover {
        text-decoration: underline; }

@media (min-width: 576px) {
  .page-title {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center; } }

.page-title:not(:last-child) {
  margin-bottom: 1rem; }

.page-title > * {
  margin-right: 1rem; }
  .page-title > *:last-child {
    margin-right: 0; }

.page-title h1, .page-title .h1, .page-title h2, .page-title .h2, .page-title h3, .page-title .h3 {
  white-space: initial;
  padding: 0;
  font-size: 1.5em;
  color: currentColor;
  line-height: 1.2; }

.home .page-title {
  margin-top: 1.5rem; }

.form-search {
  position: relative; }
  .form-search .collapse.show {
    margin-bottom: 1rem; }
  .form-search [type="search"] {
    padding-left: 1rem;
    padding-right: 4rem; }
  .form-search .icon,
  .form-search .btn-icon {
    display: none;
    border: none;
    position: absolute;
    top: 0;
    z-index: 1; }
    .form-search .icon i:nth-child(n),
    .form-search .btn-icon i:nth-child(n) {
      margin: 0; }
    .form-search .icon-search,
    .form-search .btn-icon-search {
      left: .375rem;
      display: none; }
    .form-search .icon.btn-adv,
    .form-search .btn-icon.btn-adv {
      right: .375rem; }
  .form-search .icon {
    opacity: .5;
    margin: auto;
    padding: .375rem .75rem; }
    .form-search .icon i {
      font-size: 2.25em; }
  .form-search .card {
    background-color: transparent;
    border: none; }

.results .card {
  border-radius: 0;
  position: relative;
  border: 1px solid #E2EAF0;
  background-color: transparent;
  color: #4277b3; }
  .results .card:hover {
    color: #215FA6; }
    .results .card:hover p {
      opacity: 1; }
  .results .card-group-block {
    box-shadow: 0 0.125rem 0.25rem rgba(31, 44, 51, 0.075); }
  .results .card:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    box-shadow: 0 0.5rem 1rem rgba(31, 44, 51, 0.15);
    outline: 1px solid #deddd6;
    opacity: 0;
    transition: opacity .2s ease-in-out; }
  .results .card:not(:last-child) {
    border-bottom: 0; }
  .results .card:nth-child(odd) {
    background-color: rgba(251, 241, 153, 0.075); }
    .results .card:nth-child(odd):before {
      background-color: rgba(251, 241, 153, 0.2); }
  .results .card:hover {
    z-index: 1;
    background-color: transparent; }
    .results .card:hover:before {
      opacity: 1; }
  .results .card-header, .results .card-body, .results .card-footer {
    border-radius: 0; }
  .results .card-body {
    position: relative; }
    .results .card-body:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 3rem;
      z-index: -1;
      background-image: linear-gradient(180deg, rgba(58, 77, 89, 0.033), rgba(122, 118, 92, 0)); }
  .results .card-header {
    padding-top: .25em;
    padding-bottom: .25em;
    border: none; }
    .results .card-header a {
      font-weight: 700;
      color: currentColor; }
      .results .card-header a:after {
        content: '';
        display: inline-block;
        border: solid currentColor;
        border-width: 0 .2em .2em 0;
        padding: .2em;
        opacity: 0;
        transform: translateX(0) rotate(-45deg);
        transition: all .2s ease-in-out;
        vertical-align: .1em; }
      .results .card-header a:hover:after {
        opacity: 1;
        transform: translateX(0.2em) rotate(-45deg); }
  .results .card p {
    font-size: 0.75rem;
    color: #537180;
    opacity: .75;
    max-width: 120ch;
    line-height: 1.25;
    font-size: .875em; }
    .results .card p:last-of-type {
      margin: 0; }

.card-header, .card-body, .card-footer {
  padding: 0.25rem 0.75rem 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0; }
  .card-header:last-child, .card-body:last-child, .card-footer:last-child {
    padding-bottom: 0.5rem; }

.card-body {
  display: flex;
  flex-flow: column nowrap; }

.card-footer {
  border-top: none;
  background-color: transparent; }

.summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 2.2rem;
  transition: all .6s ease-in-out;
  -webkit-animation: close 0.2s linear 0.1s forwards;
          animation: close 0.2s linear 0.1s forwards; }
  .summary-input {
    order: 6; }
    .summary-input:checked ~ .card-group-block .summary,
    .summary-input:checked ~ .summary {
      -webkit-animation: open 0.2s linear 0s forwards;
              animation: open 0.2s linear 0s forwards;
      max-height: 20rem; }
  .summary-toggle {
    order: 6;
    line-height: 1;
    display: flex;
    align-items: center;
    align-self: flex-end;
    cursor: pointer;
    color: #9CA6AC;
    width: 100%;
    text-align: right;
    justify-content: flex-end; }
    .summary-toggle:hover span {
      opacity: 1; }
    .summary-toggle:hover i:after {
      opacity: .1; }
    .summary-toggle span {
      border-radius: 1em;
      letter-spacing: .1em;
      padding: .125rem 0;
      font-size: .675em;
      opacity: 0; }
    .summary-toggle i {
      font-size: 1.25em;
      position: relative;
      margin-left: .5em;
      transition: all .4s ease-in-out; }
      .summary-toggle i:after {
        content: '';
        transition: all .2s ease-in-out;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 1.5em;
        width: 1.5em;
        background-color: currentColor;
        opacity: 0;
        mix-blend-mode: multiply;
        border-radius: 1em; }
    .summary-toggle .less {
      display: none; }
    :checked ~ .summary-toggle .more {
      display: none; }
    :checked ~ .summary-toggle .less {
      display: block; }
    .summary-toggle:hover span, .summary-toggle:focus span {
      transition: all .2s ease-in-out; }
    .summary-toggle-all {
      position: absolute;
      right: .5rem;
      top: 0;
      font-family: "Source Sans Pro", sans-serif;
      letter-spacing: .025em; }
      .summary-toggle-all strong {
        font-size: .75rem;
        font-weight: normal;
        padding-right: .5em; }
      .summary-toggle-all span {
        background-color: #f4f7fb;
        border: 1px solid #E2EAF0; }
        .container > .summary-toggle-all span {
          opacity: 1;
          padding-left: .5em;
          padding-right: .5em; }
      @media (pointer: fine) {
        .summary-toggle-all:hover span, .summary-toggle-all:focus span {
          box-shadow: none;
          border-color: #1B62B3;
          background-color: #1B62B3;
          color: #ffffff; } }
    .card .summary-toggle {
      margin-top: .5em; }

@-webkit-keyframes open {
  from {
    line-clamp: 2;
    -webkit-line-clamp: 2; }
  to {
    line-clamp: initial;
    -webkit-line-clamp: initial; } }

@keyframes open {
  from {
    line-clamp: 2;
    -webkit-line-clamp: 2; }
  to {
    line-clamp: initial;
    -webkit-line-clamp: initial; } }

@-webkit-keyframes close {
  from {
    line-clamp: initial;
    -webkit-line-clamp: initial; }
  to {
    line-clamp: 2;
    -webkit-line-clamp: initial; } }

@keyframes close {
  from {
    line-clamp: initial;
    -webkit-line-clamp: initial; }
  to {
    line-clamp: 2;
    -webkit-line-clamp: initial; } }

.results .container {
  position: relative; }

.results .num {
  color: currentColor;
  padding-right: .25em;
  font-weight: 400; }
  .results .num:after {
    content: '.'; }

.results-header {
  padding: 0 0 0.5rem;
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #9CA6AC; }

.results-footer {
  margin-top: 1rem;
  padding: 1rem 0; }

@media (max-width: 575.98px) {
  .content-header, .content-footer {
    font-size: .875em; } }

.content-header {
  padding-bottom: 1rem;
  color: #4981c2;
  background-color: #ffffff; }
  @media (max-width: 575.98px) {
    .content-header .btn-group-block {
      display: block;
      width: 100%;
      flex: 0 100%; } }

.content-footer {
  color: #4981c2;
  margin-top: 1rem;
  padding-top: 1rem; }

.article {
  padding: 0.5rem 0; }
  .article iframe {
    max-height: calc(100vh - 17rem);
    width: 100%; }
    .article iframe p b span {
      display: none; }
  .article-title {
    font-size: 1.25em;
    letter-spacing: 0;
    font-weight: 600; }
    .article-title:before {
      display: none !important; }
  .article > .container > header,
  .article > header {
    margin: 0 0 2rem; }
  .article section + section:before {
    content: '';
    margin: 1.5rem 0;
    width: 5rem;
    border-bottom: 1px solid #9CA6AC;
    display: block;
    opacity: 1; }
  @media (max-width: 575.98px) {
    .article .btn-toolbar {
      display: flex;
      justify-content: center; } }
  .article .container > header,
  .article > header,
  .article .container > footer,
  .article > footer {
    position: relative;
    padding: 1rem 2rem;
    color: #215FA6; }
    @media (min-width: 992px) {
      .article .container > header,
      .article > header,
      .article .container > footer,
      .article > footer {
        padding: 1rem 2rem 1rem 0; } }
    .article .container > header:before,
    .article > header:before,
    .article .container > footer:before,
    .article > footer:before {
      content: '';
      background-color: #fafcfd;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      margin: -.5rem 0 0 0;
      border: 1px solid #E2EAF0;
      box-shadow: 0 0.125rem 0.125rem rgba(58, 77, 89, 0.05), 0 0.25rem 0.25rem rgba(58, 77, 89, 0.05), 0 0.375rem 0.5rem rgba(58, 77, 89, 0.05), 0 0.5rem 0.75rem rgba(58, 77, 89, 0.05), 0 1rem 1.5rem rgba(58, 77, 89, 0.05);
      display: block; }
      @media (min-width: 992px) {
        .article .container > header:before,
        .article > header:before,
        .article .container > footer:before,
        .article > footer:before {
          margin: -.5rem 0 0 -1.5rem; } }
    .article .container > header ul,
    .article > header ul,
    .article .container > footer ul,
    .article > footer ul {
      margin: 0.5rem 0 1rem; }
      .article .container > header ul li,
      .article > header ul li,
      .article .container > footer ul li,
      .article > footer ul li {
        margin-bottom: .25em; }
      @media (min-width: 576px) {
        .article .container > header ul .label,
        .article > header ul .label,
        .article .container > footer ul .label,
        .article > footer ul .label {
          text-align: right;
          margin-right: .5em;
          flex: 0 0 auto;
          width: 15ch;
          display: inline-block; } }
  .article > .container > footer,
  .article > footer {
    margin: 2rem 0 0;
    color: #7A765C; }
    .article > .container > footer .table,
    .article > footer .table {
      margin: 0;
      color: currentColor; }
      .article > .container > footer .table-responsive,
      .article > footer .table-responsive {
        box-shadow: 0 0.125rem 0.25rem rgba(31, 44, 51, 0.075); }
      .article > .container > footer .table-bordered,
      .article > footer .table-bordered {
        border-color: currentColor; }
      .article > .container > footer .table tbody tr:hover th,
      .article > .container > footer .table tbody tr:hover td,
      .article > footer .table tbody tr:hover th,
      .article > footer .table tbody tr:hover td {
        box-shadow: inset 0 0 20em #ffffff; }
      .article > .container > footer .table a,
      .article > footer .table a {
        color: currentColor; }
        .article > .container > footer .table a:hover,
        .article > footer .table a:hover {
          color: #3a4d59; }
    .article > .container > footer:before,
    .article > footer:before {
      margin: 0 -1.5rem -.5rem;
      padding: 0 1.5rem 1rem;
      background-color: #fffef5;
      background-color: #FAFAF2; }
  .article dt {
    display: block;
    font-weight: 700; }
  .article p {
    max-width: 120ch;
    text-align: justify; }
    .article p a > i {
      color: #80aee3;
      font-size: 13px; }
    .article p a:hover > i {
      opacity: 1; }
  .article dd {
    display: inline-block; }
    .article dd:not(:last-of-type):after {
      content: ',';
      padding-right: .125em; }
  .article ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem; }
    .article ul:before, .article ul:after {
      content: '';
      height: 1px;
      border-top: 1px dotted currentColor;
      opacity: .5;
      display: block; }
    .article ul:before {
      margin-bottom: 1rem; }
    .article ul:after {
      margin-top: 1rem; }
    .article ul:first-child:before {
      display: none; }
    .article ul:last-child:after {
      display: none; }
    .article ul li {
      display: flex;
      margin-bottom: 0.5rem;
      font-weight: 700;
      flex-wrap: wrap;
      padding: 0.25rem 0; }
      .article ul li span {
        line-height: 1.2; }
    .article ul .label {
      font-weight: 400;
      display: block;
      flex: 0 100%; }
    .article ul.article-list li {
      margin-bottom: 1rem; }
  .article hr {
    margin: 1.5rem 0;
    width: 5rem;
    border-bottom: 3px solid currentColor;
    opacity: 1;
    display: block; }
  .article-links {
    display: flex;
    flex-flow: row wrap; }
    .article-links li:not(:last-child):after {
      content: '•';
      padding: 0 0.5rem 0 0.25rem;
      color: #E2EAF0; }
    .article-links a {
      display: inline-block;
      color: #215FA6;
      text-decoration: underline;
      font-weight: 600; }
  .article-total {
    padding: 0 0.5rem 0 1rem; }

.content .collapsing .card, .content
.collapse .card {
  margin: 1em 0;
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(31, 44, 51, 0.15); }
  .content .collapsing .card .table-shaded, .content
  .collapse .card .table-shaded {
    box-shadow: none;
    margin-bottom: 0; }
  .content .collapsing .card-body:only-child, .content
  .collapse .card-body:only-child {
    padding: 0; }

.tooltip-inner {
  text-align: left; }

.filter-row {
  background-color: #FAFAF2;
  padding: .5em;
  margin: -1em -1em 1em;
  position: sticky;
  top: -1em;
  z-index: 1;
  box-shadow: 0 0.25em 1em rgba(122, 118, 92, 0.25); }
  .filter-row ~ .list-filters {
    margin-top: 1em; }
  .iframe .filter-row {
    top: 0;
    padding: .5em 1.5em; }
  .filter-row .form-control {
    border-color: rgba(122, 118, 92, 0.25);
    color: #7A765C; }
  .filter-row .filter-counter {
    width: 5.5ch;
    text-align: center;
    color: currentColor;
    border-color: transparent; }
  .filter-row input.search {
    width: 100%;
    max-width: none; }
    @media (min-width: 768px) {
      .filter-row input.search {
        width: 30vw;
        max-width: 30ch; } }

.filter-letters, .filter-items {
  list-style: none;
  padding: 0 .25em;
  margin: 0; }
  .filter-letters li, .filter-items li {
    display: block;
    padding: .25em; }

.filter-letters {
  display: flex;
  flex-flow: row wrap;
  background-color: #FAFAF2;
  border-bottom: #7A765C 1px solid;
  margin-bottom: .5em;
  z-index: 2; }
  .filter-letters:first-child {
    position: sticky;
    padding-left: 1.5em;
    padding-right: 1.5em;
    top: 0; }
    .modal .filter-letters:first-child {
      margin: -1em -1em 1em;
      top: -1em; }
  .filter-letters li {
    font-weight: 600;
    color: #7A765C;
    cursor: pointer;
    opacity: .5; }
    .filter-letters li:hover {
      opacity: .75; }
    .filter-letters li.active {
      opacity: 1; }

.filter-items li {
  border-bottom: 1px solid rgba(58, 77, 89, 0.1);
  position: relative;
  z-index: 1;
  color: #7A765C; }
  .iframe .filter-items li {
    display: flex;
    flex-wrap: wrap; }
    .iframe .filter-items li > ul {
      flex: 0 0 100%; }
      .iframe .filter-items li > ul > li {
        padding-left: .5em; }
  .filter-items li input {
    margin-right: .5rem; }
  .filter-items li:after {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 2em;
    opacity: 0;
    transtion: all .4s;
    background-image: linear-gradient(90deg, rgba(250, 250, 242, 0), #fafaf2); }
  .filter-items li:hover {
    color: #3d3b2e; }
    .filter-items li:hover:after {
      opacity: 1; }
  .filter-items li .optgroup ~ li:not(.optgroup) {
    margin-left: 1.5rem; }
  .filter-items li ul {
    margin-top: .25em;
    padding-left: 1em;
    border-top: 1px solid rgba(58, 77, 89, 0.1); }
    .filter-items li ul li:last-of-type {
      border-bottom: 0; }

.filter-items input {
  margin-right: .25em; }

.filter-items a {
  flex: 1;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  font-weight: 600; }
  .filter-items a:hover {
    text-decoration: underline !important; }

.filter-items-no {
  min-width: 3ch;
  text-align: right;
  padding-right: .5em; }
  .filter-items-no li li {
    min-width: 6ch; }

.iframe .filter-items {
  margin: .5rem 1.5rem; }

iframe {
  height: 100vh; }

#app > footer {
  color: #c5d0d6; }

.jstree {
  color: #7A765C; }
  .jstree-container-ul {
    margin: 1rem;
    padding-left: 0; }
    .jstree-container-ul ul {
      padding-left: 1.5em; }
    .jstree-container-ul li {
      list-style: none;
      font-weight: 600;
      padding: .25em 0; }
      .jstree-container-ul li a {
        color: inherit; }
  .jstree-icon {
    margin-right: .125em; }
    .jstree-icon::before {
      display: inline-block;
      font-family: bootstrap-icons !important;
      font-style: normal;
      font-weight: normal !important;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: -.125em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: inherit;
      opacity: .5; }
    .jstree-icon.jstree-checkbox::before {
      content: "\f584"; }
      .jstree-open > .jstree-icon.jstree-checkbox::before,
      .jstree-clicked ~ .jstree-children .jstree-icon.jstree-checkbox::before {
        opacity: 1;
        content: "\f26c"; }

caption {
  padding: .375em 0;
  font-size: .875em;
  letter-spacing: .1em;
  text-align: left;
  text-transform: uppercase;
  border-top: 0; }

.table {
  min-width: 100%; }
  .table.dataTable {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .table .stretched-link:hover::after {
    background-color: rgba(156, 166, 172, 0.05); }
  .table .th-date {
    min-width: 10em; }
  .table .th-input {
    min-width: 10.5em; }
  .table .th-row-num:after {
    content: attr(name); }
  .table tr {
    position: relative; }
  .table th {
    font-weight: 700;
    font-size: .875em; }
    .table th h5, .table th .h5, .table th h6, .table th .h6, .table th p {
      font-size: 1em;
      margin: 0; }
    .table th a {
      color: inherit;
      text-decoration: none; }
  .table thead th {
    font-size: 1em;
    white-space: nowrap; }
  .table span {
    white-space: nowrap; }
  .table a {
    font-weight: 600;
    color: #2977d1;
    text-decoration: underline; }
    .table a:hover {
      color: #215FA6; }
  .table thead {
    background-color: #5987bc;
    border: 1px solid #376faf;
    color: #ffffff; }
    .table thead th:not(:first-of-type) {
      text-align: center; }
  .table tbody th {
    width: 1%;
    background-color: rgba(31, 44, 51, 0.05); }
  .table tfoot th {
    width: 1%;
    box-shadow: inset 0 0 10em rgba(156, 166, 172, 0.25); }
  .table-shaded {
    margin-bottom: 1rem;
    box-shadow: 0 0.5em 3em rgba(31, 44, 51, 0.25); }
    .table-shaded .table {
      margin-bottom: 0; }
  .table-light > :not(caption) {
    color: #6c757d; }
  .table-accent thead {
    background-color: #87846c; }
  .table-sm {
    font-size: 0.875rem; }
    .table-sm td, .table-sm th {
      vertical-align: middle; }
  .card:not(.card-print) .table {
    margin-bottom: 0;
    /*    &:first-child {
          tr:first-of-type {
            border-top:0;
          }
        }*/ }
    .card:not(.card-print) .table > :last-child > tr {
      border-bottom-width: 0; }
    .card:not(.card-print) .table th:first-child, .card:not(.card-print) .table td:first-child {
      border-left-width: 0; }
    .card:not(.card-print) .table th:last-child, .card:not(.card-print) .table td:last-child {
      border-right-width: 0; }
    .card:not(.card-print) .table tbody [scope] {
      vertical-align: center;
      mix-blend-mode: multiply;
      background-color: rgba(58, 77, 89, 0.05);
      font-size: 0.875rem; }
    .card:not(.card-print) .table tfoot {
      background-color: rgba(255, 255, 255, 0.75); }
    .card:not(.card-print) .table thead tr {
      border-top-width: 0; }
  .table-responsive > .table-shaded {
    box-shadow: none; }
  fieldset .table-responsive {
    margin-bottom: 0; }
  .table-accent {
    background-color: #FAFAF2;
    border: 1px solid #deddd6; }
    .table-accent thead {
      background-color: #817f72;
      background-color: #8d8a73;
      border: 1px solid #817512; }
    .table-accent tfoot,
    .table-accent tbody {
      border-color: #d7d6ce; }
  .table-primary thead {
    background-color: #215fa6;
    border-color: #1a4c85; }
  .table-primary tfoot,
  .table-primary tbody {
    border-color: #c8d7e9; }

.dt-header {
  padding: 1em 0; }

.dt-buttons .btn {
  border-width: 1px;
  font-size: .75em;
  padding: .5em 1em; }
  .dt-buttons .btn:not(:last-child) {
    border-right-width: 0; }

.dt-buttons .dropdown-menu {
  display: block; }

a[type="button"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  position: relative; }
  .btn-sm, .btn-group-sm > .btn {
    font-size: .875em; }
  @media (max-width: 575.98px) {
    .btn-group-sm .btn:not(:only-child):not(:last-child) {
      margin-bottom: .5rem;
      margin-right: .25rem; } }
  .btn-group-form {
    font-size: .75em;
    margin: .5em; }
    .btn-group-form > .btn {
      border-radius: .25em;
      padding: .375rem .675rem;
      background-color: #ffffff;
      color: #9CA6AC;
      box-shadow: inset 0 0.1em 0.375em rgba(122, 118, 92, 0);
      border: 1px solid #E2EAF0; }
      .btn-group-form > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .btn-group-form > .btn:not(:first-of-type):not(.dropdown-toggle) {
        border-left: 0; }
      .btn-group-form > .btn:not(:first-child),
      .btn-group-form > .btn .btn-group:not(:first-child) {
        margin-left: 0; }
      .btn-group-form > .btn:hover {
        color: #7A765C;
        background-color: #FAFAF2;
        box-shadow: inset 0 0.15em 0.5em rgba(122, 118, 92, 0.2); }
      .btn-group-form > .btn-check:checked + .btn,
      .btn-group-form > .btn-check:active + .btn, .btn-group-form > .btn:active, .btn-group-form > .btn.active {
        box-shadow: inset 0 0.1em 0.5em rgba(122, 118, 92, 0.5);
        background-color: #aeada7;
        color: #ffffff;
        border-color: transparent; }
  .btn-group-block > .btn:not(:first-child) {
    margin-left: .5em; }
    @media (max-width: 575.98px) {
      .btn-group-block > .btn:not(:first-child) {
        margin-left: 0; } }
  @media (max-width: 575.98px) {
    .btn-group-block > .btn:not(.btn-nav) {
      width: 100%; } }
  .btn-link {
    text-decoration: none;
    font-weight: 600;
    padding: 0.75em 0; }
  .btn:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none; }
  .btn:focus[class*="-outline-"]:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: currentColor;
    opacity: .1;
    border-radius: inherit; }
  .btn [class^="bi-"],
  .btn [class*=" bi-"] {
    font-size: 1.5em;
    line-height: 1.15;
    margin: auto -.675em;
    display: inline-flex;
    color: currentColor;
    transition: all .2s ease-in-out; }
    .btn [class^="bi-"]:not(:only-child),
    .btn [class*=" bi-"]:not(:only-child) {
      margin-left: 0;
      margin-right: .25em; }
      .btn [class^="bi-"]:not(:only-child):last-child,
      .btn [class*=" bi-"]:not(:only-child):last-child {
        margin-left: .25em;
        margin-right: 0; }
    .btn [class^="bi-"]:only-child,
    .btn [class*=" bi-"]:only-child {
      align-self: center;
      justify-self: center;
      margin: auto; }
    .btn [class^="bi-"]::before,
    .btn [class*=" bi-"]::before {
      vertical-align: -.25em; }
  .btn-icon {
    margin: .25rem auto;
    padding: .25em;
    opacity: .75;
    border-radius: 50%;
    transition: opacity 0.15s linear; }
    .table .btn-icon {
      text-decoration: none; }
    .btn-icon, .btn-icon:active, .btn-icon.active, .btn-icon:focus, .btn-icon:active:focus {
      box-shadow: none;
      outline: none; }
    .btn-icon [class^="bi-"],
    .btn-icon [class*=" bi-"] {
      text-shadow: 0 0 1px currentColor;
      min-width: 1em;
      min-height: 1em;
      padding: .25em;
      align-self: center;
      justify-self: center;
      margin: auto;
      border-radius: 50%; }
    .btn-icon[aria-expanded="true"], .btn-icon:hover, .btn-icon:active, .btn-icon.active {
      opacity: 1; }
  .btn-back {
    font-size: .675em;
    letter-spacing: .05em;
    color: #215FA6;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400; }
    .btn-back [class^="bi-"],
    .btn-back [class*=" bi-"] {
      font-size: 1.25em; }
  .btn-pill {
    padding: .125rem .5rem;
    margin-left: -.5rem;
    margin-right: -.5rem;
    border-radius: 3em;
    border: 1px solid transparent; }
    .btn-pill:focus, .btn-pill:active, .btn-pill:hover {
      color: #215FA6;
      box-shadow: inset 0 0 2em #E2EAF0;
      border: 1px solid #E2EAF0; }
  .btn-nav {
    padding: .25em .75em;
    border: transparent 2px solid;
    color: #ffffff;
    background-color: #215FA6;
    transition: all .2s;
    opacity: .66; }
    .btn-nav.btn-icon {
      padding: .25em;
      width: auto; }
    .btn-nav [class^="bi-"],
    .btn-nav [class*=" bi-"] {
      padding: .025em;
      font-size: 1.5em;
      align-self: center;
      justify-self: center;
      margin: auto;
      border-radius: 50%; }
    .btn-nav:hover, .btn-nav:active, .btn-nav:focus {
      color: #ffffff;
      opacity: 1; }
    .btn-nav[disabled], .btn-nav.disabled {
      opacity: .33;
      pointer-events: none; }
  .form-actions .btn-toolbar {
    width: 100%; }
  .btn-toolbar > [class^="btn"]:not(:last-child) {
    margin-right: 0.75rem; }
  .btn[aria-expanded="true"] [class^="bi-arrow"],
  .btn[aria-expanded="true"] [class*=" bi-arrow"] {
    transform: scaleY(-1); }
  .btn[disabled]:not([class*="-outline-"]) {
    color: #ffffff; }
  .btn-modal {
    padding: .47125rem;
    opacity: .75;
    color: currentColor;
    background-color: rgba(122, 118, 92, 0.1);
    transition: all .2s;
    border: none;
    border-radius: .25rem; }
    .btn-modal i {
      transform: scale(1.25); }
    .btn-modal:hover {
      opacity: 1;
      background-color: rgba(122, 118, 92, 0.25); }
    .btn-modal:active {
      box-shadow: inset 0 0.1em 0.25em rgba(58, 77, 89, 0.2); }

input.btn {
  border-radius: 0.5em; }

.btn [class^="bi-"]:after, .btn
[class*=" bi-"]:after {
  background-color: currentColor;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  opacity: 0; }

.btn [class^="bi-"][aria-expanded="true"]:after, .btn [class^="bi-"]:hover:after, .btn [class^="bi-"]:active:after, .btn [class^="bi-"].active:after, .btn
[class*=" bi-"][aria-expanded="true"]:after, .btn
[class*=" bi-"]:hover:after, .btn
[class*=" bi-"]:active:after, .btn
[class*=" bi-"].active:after {
  opacity: .1; }

.btn [class^="bi-"][aria-expanded="true"]:before, .btn [class^="bi-"]:hover:before, .btn [class^="bi-"]:active:before, .btn [class^="bi-"].active:before, .btn
[class*=" bi-"][aria-expanded="true"]:before, .btn
[class*=" bi-"]:hover:before, .btn
[class*=" bi-"]:active:before, .btn
[class*=" bi-"].active:before {
  color: #ffffff;
  color: currentColor; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5em 0.75em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3a4d59;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c7d5e4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5em;
  box-shadow: 0;
  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: #3a4d59;
    background-color: #ffffff;
    border-color: #ceccc3;
    outline: 0;
    box-shadow: 0 0.5em 1em 0 rgba(122, 118, 92, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::-moz-placeholder {
    color: #76a1d1;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #76a1d1;
    opacity: 1; }
  .form-control::placeholder {
    color: #76a1d1;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: rgba(58, 77, 89, 0.075);
    border-color: rgba(58, 77, 89, 0.15);
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.5em 0.75em;
    margin: -0.5em -0.75em;
    -webkit-margin-end: 0.75em;
            margin-inline-end: 0.75em;
    color: #3a4d59;
    background-color: #E2EAF0;
    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: #d7dee4; }
  .form-control::-webkit-file-upload-button {
    padding: 0.5em 0.75em;
    margin: -0.5em -0.75em;
    -webkit-margin-end: 0.75em;
            margin-inline-end: 0.75em;
    color: #3a4d59;
    background-color: #E2EAF0;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-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;
    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 {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #d7dee4; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #3a4d59;
  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.5em + 0.5em + 4px);
  padding: 0.25em 0.5em;
  font-size: 0.875rem;
  border-radius: 4px; }
  .form-control-sm::file-selector-button {
    padding: 0.25em 0.5em;
    margin: -0.25em -0.5em;
    -webkit-margin-end: 0.5em;
            margin-inline-end: 0.5em; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25em 0.5em;
    margin: -0.25em -0.5em;
    -webkit-margin-end: 0.5em;
            margin-inline-end: 0.5em; }

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

textarea.form-control {
  min-height: calc(1.875em + 1em + 4px); }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5em + 4px); }

textarea.form-control-lg {
  min-height: calc(1.5 + 2em + 4px); }

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

.form-floating > .form-select {
  -moz-padding-start: 0.75em; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-floating > .form-select ~ label {
      opacity: 0.75;
      transform: scale(0.85) translateY(-0.5em) translateX(0.15em); } }
  .form-floating > .form-select[multiple] {
    padding-top: 0.5625em; }
    @media (min-width: 576px) {
      .form-floating > .form-select[multiple] {
        height: calc(8.125rem + 2px); } }
    .form-floating > .form-select[multiple] option[disabled] {
      color: #7A765C;
      font-size: .85em;
      padding-bottom: .25em;
      opacity: .75; }

.form-floating > label {
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: currentColor;
  max-width: calc(100% - 1em); }

.form-floating-sm > .form-control,
.form-floating-sm > .form-select {
  height: calc(2.5em + 2px); }

.form-floating-sm > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.7125) translateY(-0.375em) translateX(0.15em); }

.form-floating-sm > .form-control:not(:-ms-input-placeholder) ~ label {
  transform: scale(0.7125) translateY(-0.375em) translateX(0.15em); }

.form-floating-sm > .form-control:focus ~ label,
.form-floating-sm > .form-control:not(:placeholder-shown) ~ label,
.form-floating-sm > .form-select ~ label {
  transform: scale(0.7125) translateY(-0.375em) translateX(0.15em); }

.form-floating-sm > label {
  padding-top: .575em; }

.form-floating-sm .btn-group {
  font-size: .575em; }

@media (min-width: 992px) {
  .form-floating > textarea.form-control {
    min-height: calc(calc(3em + 2px) * 1.75); } }

.form-floating > [type="file"]::-webkit-file-upload-button, .form-floating > [type="file"]::file-selector-button {
  font-size: 0.875rem;
  color: #6c757d;
  border: 1px solid #ced4da;
  background-color: #f8f9fa;
  padding: 0.375em 0.9375em;
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  top: 1.5em;
  right: 0; }

.form-floating .collapsing,
.form-floating .collapse {
  position: absolute;
  top: 100%;
  background-color: #ffffff;
  z-index: 1; }

.form-check-input:hover + .form-check-label,
.form-check-input:hover + label, .form-check-input:checked + .form-check-label,
.form-check-input:checked + label, .form-check-input:focus + .form-check-label,
.form-check-input:focus + label, .form-check-input:active + .form-check-label,
.form-check-input:active + label {
  opacity: 1;
  transition: all 0.2s ease-in-out; }

.form-check-input + .form-check-label,
.form-check-input + label {
  cursor: pointer;
  opacity: .8; }
  details .form-check-input + .form-check-label, details
  .form-check-input + label {
    opacity: .8;
    margin-right: .25em; }

.form-check-input[type="checkbox"] {
  border-radius: 0; }

.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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ceccc3'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%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, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3; }
  .input-group > .form-control:focus ~ label,
  .input-group > .form-select:focus ~ label {
    z-index: 4; }

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 0.5em;
  direction: ltr;
  z-index: 1100; }
  [disabled] ~ .datepicker,
  [readonly] ~ .datepicker {
    display: none; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: .75rem; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5em;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #7A765C; }

.datepicker table tr td:focus,
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.focus,
.datepicker table tr td.highlighted.focus,
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  cursor: pointer;
  box-shadow: inset 0 1px 2px rgba(33, 95, 166, 0.075), 0 0 0 0.25rem rgba(33, 95, 166, 0.25); }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #7A765C;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #003528;
  background-color: #cce7e0;
  border-color: #215FA6;
  border-radius: 0; }

.datepicker table tr td.highlighted:hover {
  background-color: #99cec1; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #ffffff;
  background-color: #215FA6;
  border-color: #215FA6; }

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #ffffff;
  background-color: #215FA6;
  border-color: #215FA6; }

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #7A765C; }

.datepicker table tr td.highlighted.focused {
  background: #cce7e0; }

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #7A765C; }

.datepicker table tr td.today {
  font-weight: 600;
  outline: 1px solid #e9ecef;
  background-color: #fdf8cc; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #ffffff;
  border-color: #006a4f;
  background-color: #006a4f;
  outline-color: #006a4f; }

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  color: #7A765C;
  background-color: #f8f9fa;
  border-color: #7A765C;
  outline-color: #7A765C; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  color: #7A765C;
  background-color: #f8f9fa;
  border-color: #dee2e6;
  outline-color: #dee2e6; }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #7A765C;
  border-color: #7A765C; }

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #7A765C;
  border-color: #7A765C; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  background-color: #6c757d;
  border-color: #6c757d; }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #215FA6;
  border-color: #215FA6; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-group-addon {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  width: auto;
  min-width: 2em;
  padding: .825em .675em;
  line-height: 1;
  margin-top: -1.375em;
  color: #7A765C;
  display: none; }
  [disabled] ~ .input-group-addon,
  [readonly] ~ .input-group-addon {
    display: none; }

/*# sourceMappingURL=bootstrap-datepicker3.font.map */
.select2-container {
  max-width: 100%;
  min-width: 100%; }
  .select2-container ol, .select2-container ul, .select2-container dl {
    margin-bottom: 0; }
  .select2-container .select2-selection {
    min-height: calc(2.5em + 2px);
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #3a4d59;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%239CA6AC' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75em center;
    background-size: 16px 12px;
    border: 1px solid #c7d5e4;
    border-radius: 0.5em;
    box-shadow: inset 0 1px 2px rgba(31, 44, 51, 0.075);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-bottom: .25em; }
    .form-floating-sm .select2-container .select2-selection,
    .form-select-sm ~ .select2-container .select2-selection {
      min-height: calc(2.5em + 2px); }
    .form-floating .select2-container .select2-selection--single {
      background-image: none; }
    .has-popover .select2-container .select2-selection--single {
      padding-right: 3.5em; }
    .has-modal .select2-container .select2-selection--single {
      padding-right: 3em; }
    .has-modal.has-popover .select2-container .select2-selection--single {
      padding-right: 7.5em; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding-top: .75em;
      padding-left: .75em;
      line-height: 1.2; }
      .form-select-sm ~ .select2-container .select2-selection--single .select2-selection__rendered {
        padding-top: .75em; }
      .form-floating .select2-container .select2-selection--single .select2-selection__rendered {
        padding-top: 1.375em; }
      .form-floating-sm .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: .875em; }
    .select2-container .select2-selection--multiple {
      padding-right: 0.75em;
      background-image: none; }
      .form-floating .select2-container .select2-selection--multiple {
        padding-top: 1.075em; }
      .form-floating-sm .select2-container .select2-selection--multiple {
        font-size: .875em; }
      .has-popover .select2-container .select2-selection--multiple {
        padding-right: 4em; }
    .form-floating .select2-container .select2-selection__rendered {
      padding-top: 1.375em; }
    .form-floating-sm .select2-container .select2-selection__rendered {
      font-size: 1em; }
    .select2-container .select2-selection__arrow {
      display: none; }
    .select2-container .select2-selection .select2-container--default,
    .select2-container .select2-selection .select2-selection--multiple,
    .select2-container .select2-selection .select2-selection__choice {
      background-color: transparent;
      border: none;
      margin-top: .25em;
      line-height: 1.2; }
    .select2-container .select2-selection .select2-selection__choice__remove {
      border: none;
      opacity: .5;
      padding: 0 5px;
      border-radius: 50%; }
      .select2-container .select2-selection .select2-selection__choice__remove:focus, .select2-container .select2-selection .select2-selection__choice__remove:hover, .select2-container .select2-selection .select2-selection__choice__remove:active {
        background-color: transparent;
        color: #ef798c;
        opacity: 1; }
    .select2-container .select2-selection .select2-search__field {
      margin-top: .375em;
      margin-left: .75em;
      height: 1.3125em;
      font-family: inherit;
      color: #3a4d59;
      line-height: 1.2; }
      .form-select-sm ~ .select2-container .select2-selection .select2-search__field {
        height: 1.175em; }
      .select2-container .select2-selection .select2-search__field::-moz-placeholder {
        opacity: 1; }
      .select2-container .select2-selection .select2-search__field:-ms-input-placeholder {
        opacity: 1; }
      .select2-container .select2-selection .select2-search__field::placeholder {
        opacity: 1; }
  .select2-container .select2-dropdown,
  .select2-container.select2-container--focus .select2-selection {
    border-color: #ceccc3;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(31, 44, 51, 0.075), 0 0.5em 1em 0 rgba(122, 118, 92, 0.25); }
  .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #376faf; }

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75em;
  background-image: none; }

.form-select:disabled {
  background-color: #E2EAF0;
  border-color: rgba(58, 77, 89, 0.15); }

fieldset + fieldset {
  padding-top: 1em; }
  fieldset + fieldset:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto 1.5rem; }
  fieldset + fieldset legend {
    margin-top: -1.5rem;
    border-top: 0; }

fieldset .table {
  margin-bottom: 0; }

[class*="form-search"] legend:not(:empty) {
  display: flex;
  font-size: 0.75rem;
  color: #7A765C;
  letter-spacing: .1em;
  margin-bottom: 1em;
  border: none; }
  [class*="form-search"] legend:not(:empty) ~ .g-3 {
    margin-top: -1rem; }
  [class*="form-search"] legend:not(:empty):after {
    content: '';
    flex: 1;
    height: 1px;
    margin: auto 0 auto 0.5rem;
    border-top: 1px solid #c7d5e4; }

[class*="form-app"] legend:not(:empty) {
  font-size: 1em;
  color: #3a4d59;
  font-weight: 700;
  margin: 0 0 0.5rem; }

label + input {
  margin-left: .5em; }

form > *:not(:nth-last-child(2)):not(footer):not(fieldset) {
  margin-bottom: 1rem; }

@media (max-width: 575.98px) {
  form [class^="col-sm"]:not(:first-child):not(.col-auto), form [class^="col-md"]:not(:first-child):not(.col-auto), form [class^="col-lg"]:not(:first-child):not(.col-auto) {
    margin-top: 1rem; } }

@media (max-width: 991.98px) {
  form [class^="col-sm"] + [class^="col-lg"], form [class^="col-md"] + [class^="col-lg"], form [class^="col-lg"] + [class^="col-lg"] {
    margin-top: 1rem; } }

@media (max-width: 767.98px) {
  form [class^="col-sm"] + [class^="col-md"], form [class^="col-md"] + [class^="col-md"], form [class^="col-lg"] + [class^="col-md"] {
    margin-top: 1rem; } }

form [class^="col-sm"].col-form-label, form [class^="col-md"].col-form-label, form [class^="col-lg"].col-form-label {
  font-size: 1em;
  font-weight: 600; }
  @media (max-width: 575.98px) {
    form [class^="col-sm"].col-form-label + *:nth-child(n), form [class^="col-md"].col-form-label + *:nth-child(n), form [class^="col-lg"].col-form-label + *:nth-child(n) {
      margin-top: 0.375rem; } }

@media (min-width: 992px) {
  form .stretch {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: stretch;
    align-content: stretch;
    align-items: stretch; }
    form .stretch > * {
      height: 100%; }
    form .stretch .form-control {
      min-height: 100%; } }

form > footer {
  margin: 1.5rem 0; }
  form > footer:before {
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto 1.5rem;
    border-top: 1px solid #c7d5e4; }
  form > footer .alert {
    margin: 1.5rem auto; }
  @media (max-width: 575.98px) {
    form > footer .btn {
      font-size: .875em; } }

.form .form-control {
  color: #2c496a; }
  .form .form-control::-moz-placeholder {
    color: #76899f; }
  .form .form-control:-ms-input-placeholder {
    color: #76899f; }
  .form .form-control::placeholder {
    color: #76899f; }
  .form .form-control[disabled] {
    color: #c2c9d1; }
  .form .form-control[readonly] {
    background-color: #FAFAF2; }

.form .row [class*="col"]:not(.col-form-label) {
  padding-bottom: 1rem; }

@media (max-width: 575.98px) {
  .form-search:not(.form-search-adv) .btn-lg, .form-search:not(.form-search-adv) .btn-group-lg > .btn {
    width: 100%; } }

.form-search:not(.form-search-adv) .form-control-lg {
  border-color: #c5d0d6; }
  .form-search:not(.form-search-adv) .form-control-lg::-moz-placeholder {
    color: #638299; }
  .form-search:not(.form-search-adv) .form-control-lg:-ms-input-placeholder {
    color: #638299; }
  .form-search:not(.form-search-adv) .form-control-lg::placeholder {
    color: #638299; }
  .form-search:not(.form-search-adv) .form-control-lg:focus {
    box-shadow: 0 0.5em 1em 0 rgba(58, 77, 89, 0.15); }

.form-search:not(.form-search-adv) .row [class*="col"]:not(.col-form-label) {
  padding-bottom: 0; }

.form-search-adv textarea,
.form-search-adv select,
.form-search-adv input,
.form-search-adv .form-control {
  color: #515151; }
  .form-search-adv textarea::-moz-placeholder, .form-search-adv select::-moz-placeholder, .form-search-adv input::-moz-placeholder, .form-search-adv .form-control::-moz-placeholder {
    color: rgba(122, 118, 92, 0.75); }
  .form-search-adv textarea:-ms-input-placeholder, .form-search-adv select:-ms-input-placeholder, .form-search-adv input:-ms-input-placeholder, .form-search-adv .form-control:-ms-input-placeholder {
    color: rgba(122, 118, 92, 0.75); }
  .form-search-adv textarea::placeholder,
  .form-search-adv select::placeholder,
  .form-search-adv input::placeholder,
  .form-search-adv .form-control::placeholder {
    color: rgba(122, 118, 92, 0.75); }

.form-search-adv .form-floating textarea::-moz-placeholder, .form-search-adv .form-floating select::-moz-placeholder, .form-search-adv .form-floating input::-moz-placeholder, .form-search-adv .form-floating .form-control::-moz-placeholder {
  color: transparent; }

.form-search-adv .form-floating textarea:-ms-input-placeholder, .form-search-adv .form-floating select:-ms-input-placeholder, .form-search-adv .form-floating input:-ms-input-placeholder, .form-search-adv .form-floating .form-control:-ms-input-placeholder {
  color: transparent; }

.form-search-adv .form-floating textarea::placeholder,
.form-search-adv .form-floating select::placeholder,
.form-search-adv .form-floating input::placeholder,
.form-search-adv .form-floating .form-control::placeholder {
  color: transparent; }

.form-control {
  font-size: 1em;
  color: #5987bc; }
  .form-control::-moz-placeholder {
    color: #76899f; }
  .form-control:-ms-input-placeholder {
    color: #76899f; }
  .form-control::placeholder {
    color: #76899f; }
  .table-accent .form-control {
    color: #515151; }
    .table-accent .form-control::-moz-placeholder {
      color: rgba(122, 118, 92, 0.75); }
    .table-accent .form-control:-ms-input-placeholder {
      color: rgba(122, 118, 92, 0.75); }
    .table-accent .form-control::placeholder {
      color: rgba(122, 118, 92, 0.75); }
  strong .form-control-plaintext {
    font-weight: 700; }
  .form-control-inherit {
    border: none;
    padding: 0;
    margin: 0;
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    width: inherit; }
  .page-header .form-control {
    border-color: #c7d5e4; }
  .table .form-control {
    box-shadow: none; }
  .form-control-blank {
    border: transparent;
    background-color: #f4f7fb; }
  .form-control .has-modal,
  .has-popover .form-control {
    padding-right: 3em; }
  .form-control:disabled:hover, .form-control:disabled:focus, .form-control[readonly]:hover, .form-control[readonly]:focus {
    box-shadow: none; }

.form-actions {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
  display: flex;
  justify-content: space-between;
  margin: 1.5rem auto;
  padding: 1.5rem 0;
  border-top: 1px solid #c7d5e4; }
  @media (max-width: 767.98px) {
    .form-actions {
      max-width: 100%;
      flex-flow: row wrap;
      justify-content: space-around; } }
  @media (max-width: 575.98px) {
    .form-actions {
      flex-flow: column nowrap; } }
  @media (max-width: 767.98px) {
    .form-actions > .btn {
      margin-bottom: 1rem; } }

.form-text {
  margin-bottom: 0; }
  .form-text + .form-text {
    margin-top: .25em; }

.form-signin form {
  gap: .75rem !important;
  margin: auto;
  max-width: 90vw;
  width: 320px;
  text-align: center; }
  .form-signin form > * {
    display: block;
    width: 100%; }

.form-signin h4, .form-signin .h4,
.form-signin h3,
.form-signin .h3 {
  margin: 1rem auto 2rem;
  text-align: center; }

.form-signin img {
  max-width: 100%; }

.form-signin .form-floating {
  margin-bottom: .5rem; }

table .form-check {
  margin-bottom: 0; }

.form-check-inline {
  margin-bottom: 0; }

.form-floating, .form-group {
  position: relative;
  padding-right: 2.75rem; }
  .form-floating .btn-icon, .form-group .btn-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 0;
    margin: .5em 0;
    border: 0;
    background: transparent;
    opacity: .25;
    box-shadow: none;
    color: #7A765C; }
    .form-search:not(.form-search-adv) .form-floating .btn-icon, .form-search:not(.form-search-adv) .form-group .btn-icon {
      color: #215FA6; }
    .form-floating .btn-icon [class^="bi-"],
    .form-floating .btn-icon [class*=" bi-"], .form-group .btn-icon [class^="bi-"],
    .form-group .btn-icon [class*=" bi-"] {
      font-size: 2em;
      padding: 0; }
    .form-floating .btn-icon:hover, .form-group .btn-icon:hover {
      opacity: 1; }
  .form-floating .btn-options, .form-group .btn-options {
    margin: .375em .25em;
    right: 3em; }
    .form-floating .btn-options:after, .form-group .btn-options:after {
      display: none; }
    .form-floating .btn-options + .btn-group, .form-group .btn-options + .btn-group {
      transform: translateX(-4.5em); }
  .form-floating .btn-help, .form-group .btn-help {
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
  .form-floating .btn-group, .form-group .btn-group {
    position: absolute;
    right: 2.75rem;
    top: 0;
    margin: .5rem;
    z-index: 1; }
    .form-floating .btn-group:hover, .form-group .btn-group:hover {
      opacity: 1; }
    .form-floating .btn-group ~ select,
    .form-floating .btn-group ~ input,
    .form-floating .btn-group ~ textarea, .form-group .btn-group ~ select,
    .form-group .btn-group ~ input,
    .form-group .btn-group ~ textarea {
      padding-right: 5rem; }
  .form-floating-lg ~ .btn-group,
  .form-floating-lg ~ .btn-icon,
  .form-floating-lg .btn-group,
  .form-floating-lg .btn-icon, .form-group-lg ~ .btn-group,
  .form-group-lg ~ .btn-icon,
  .form-group-lg .btn-group,
  .form-group-lg .btn-icon {
    margin-top: .875em; }
  .form-floating-sm .btn-group, .form-group-sm .btn-group {
    font-size: .575em; }
  .form-floating > label, .form-group > label {
    max-width: calc(100% - 2em); }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-select:focus ~ label, .form-group > .form-control:focus ~ label,
  .form-group > .form-select:focus ~ label {
    max-width: 100%; }
  .form-floating + .btn-group, .form-group + .btn-group {
    margin: 1em 0 0; }

.form-reciept {
  position: relative;
  margin: 1rem 0;
  box-shadow: 0 1rem 3rem rgba(31, 44, 51, 0.175);
  background-color: #FAFAF2; }
  .form-reciept fieldset {
    position: relative;
    margin-bottom: -1em;
    padding: 0 1em; }
    @media (min-width: 768px) {
      .form-reciept fieldset:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        background-color: rgba(122, 118, 92, 0.25); } }
  .form-reciept legend {
    font-size: 1em;
    padding: .5em 1em;
    margin: 0 -1em 1em;
    background-color: #215FA6;
    width: calc(100% + 2em);
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (min-width: 768px) {
      .form-reciept legend:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.25); } }
  .form-reciept + .form-actions {
    border-top: 0;
    padding-top: 0; }

.col-form-label {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1.2;
  align-self: center;
  font-size: .875em;
  font-weight: 700; }
  @media (min-width: 576px) {
    .col-form-label {
      text-align: right;
      padding-bottom: 1em; } }

textarea.formcontrol {
  min-height: calc(1.5em + 1.5em); }

.table input {
  text-align: inherit;
  border-radius: 0;
  border: 1px solid rgba(31, 44, 51, 0.1);
  background-color: rgba(255, 255, 255, 0.5); }
  .table input[type="text"]:only-child {
    width: 100%; }

input[type="file"]::-moz-placeholder {
  color: red !important;
  padding-left: 5rem; }

input[type="file"]:-ms-input-placeholder {
  color: red !important;
  padding-left: 5rem; }

input[type="file"]::placeholder {
  color: red !important;
  padding-left: 5rem; }

select option,
.select2-results__option {
  padding-left: 1.5em;
  font-size: .875em; }
  select option.option-group,
  .select2-results__option.option-group {
    padding-left: .5em;
    font-size: .875em;
    font-weight: 600; }

.datepicker {
  z-index: 1100 !important; }

/*# sourceMappingURL=styles.css.map */
