@charset "UTF-8";
/*!
Theme Name: The Block Level - Static Theme Project
Theme URI: http://extractable.com/
Author: Pasquale Scerbo
Author URI: http://extractable.com/
Version: 1.0.0
*/
/*===========================
    Fonts
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
/*===========================
    Bootstrap 5.x
===========================*/
/*!
 * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: 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";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: rgb(10.4, 88, 202.4);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

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: #6c757d;
  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);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
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;
}

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  .container-sm, .container {
    max-width: 576px;
  }
}
@media (min-width: 840px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 1160px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1460px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 640px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 840px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1160px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1460px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 640px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 840px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1160px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1460px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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;
}

.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;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 640px) {
  .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;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 840px) {
  .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;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1160px) {
  .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;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1460px) {
  .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;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@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;
  }
}
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --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: 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";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

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.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: rgb(10.4, 88, 202.4);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

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: #6c757d;
  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);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
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.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  .container, .container-sm {
    max-width: 576px;
  }
}
@media (min-width: 840px) {
  .container, .container-sm, .container-md {
    max-width: 768px;
  }
}
@media (min-width: 1160px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 1460px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1440px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 640px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 840px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1160px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1460px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 640px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 840px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1160px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1460px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(: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-primary {
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(185.94, 203.4, 229.14);
}

.table-secondary {
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(203.04, 204.66, 206.1);
}

.table-success {
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(188.1, 207.9, 198.72);
}

.table-info {
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(185.94, 219.96, 226.8);
}

.table-warning {
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(229.5, 218.34, 184.86);
}

.table-danger {
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(223.2, 193.14, 196.02);
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(223.2, 224.1, 225);
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: rgb(55.2, 58.8, 62.4);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 639.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 839.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1159.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1459.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  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: rgb(221.35, 224.2, 227.05);
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  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.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  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='%23343a40' 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.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select {
  appearance: none;
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.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='%23fff' 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='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  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='%23fff' 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='rgb%28134, 182.5, 254%29'/%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='%23fff'/%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: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb {
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb {
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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 calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  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='%23343a40' 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='%23198754' 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.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.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.125rem;
  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='%23343a40' 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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(11.05, 93.5, 215.05);
  border-color: rgb(10.4, 88, 202.4);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: rgb(11.05, 93.5, 215.05);
  border-color: rgb(10.4, 88, 202.4);
  box-shadow: 0 0 0 0.25rem rgba(49.3, 131.75, 253.3, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(10.4, 88, 202.4);
  border-color: rgb(9.75, 82.5, 189.75);
}
.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 0 0.25rem rgba(49.3, 131.75, 253.3, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
  box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(86.4, 93.6, 100);
  border-color: rgb(81, 87.75, 93.75);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(21.25, 114.75, 71.4);
  border-color: rgb(20, 108, 67.2);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: rgb(21.25, 114.75, 71.4);
  border-color: rgb(20, 108, 67.2);
  box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(20, 108, 67.2);
  border-color: rgb(18.75, 101.25, 63);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: rgb(49.3, 209.95, 242.25);
  border-color: rgb(37.2, 207.3, 241.5);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: rgb(49.3, 209.95, 242.25);
  border-color: rgb(37.2, 207.3, 241.5);
  box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: rgb(61.4, 212.6, 243);
  border-color: rgb(37.2, 207.3, 241.5);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: rgb(255, 202.3, 44.2);
  border-color: rgb(255, 199.2, 31.8);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: rgb(255, 202.3, 44.2);
  border-color: rgb(255, 199.2, 31.8);
  box-shadow: 0 0 0 0.25rem rgba(216.75, 164.05, 5.95, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: rgb(255, 205.4, 56.6);
  border-color: rgb(255, 199.2, 31.8);
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216.75, 164.05, 5.95, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(176, 42.4, 55.2);
  border-color: rgb(165, 39.75, 51.75);
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: rgb(249.05, 249.9, 250.75);
  border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: rgb(249.05, 249.9, 250.75);
  border-color: rgb(248.7, 249.6, 250.5);
  box-shadow: 0 0 0 0.25rem rgba(210.8, 211.65, 212.5, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(249.4, 250.2, 251);
  border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(210.8, 211.65, 212.5, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
  box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(26.4, 29.6, 32.8);
  border-color: rgb(24.75, 27.75, 30.75);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: rgb(10.4, 88, 202.4);
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 640px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 840px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1160px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1460px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(29.7, 33.3, 36.9);
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  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: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 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: -1px;
}
.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: 0.5625rem;
  padding-left: 0.5625rem;
}
.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.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.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: -1px;
}
.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: #0d6efd;
  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: rgb(10.4, 88, 202.4);
}
.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.25rem;
  border-top-right-radius: 0.25rem;
}
.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: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.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 {
  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: 0.25rem;
  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.25rem;
}

.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: 640px) {
  .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: 840px) {
  .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: 1160px) {
  .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: 1460px) {
  .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;
  }
}
.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(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 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%280, 0, 0, 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(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.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: #fff;
}
.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 stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%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: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.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.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 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.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  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.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .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: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: rgb(11.7, 99, 227.7);
  background-color: rgb(230.8, 240.5, 254.8);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 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='rgb%2811.7, 99, 227.7%29'%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: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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: 1.25rem;
  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: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.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: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  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: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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: rgb(10.4, 88, 202.4);
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: rgb(10.4, 88, 202.4);
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.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: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.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: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.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: rgb(7.8, 66, 151.8);
  background-color: rgb(206.6, 226, 254.6);
  border-color: rgb(182.4, 211.5, 254.4);
}
.alert-primary .alert-link {
  color: rgb(6.24, 52.8, 121.44);
}

.alert-secondary {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(210.9, 213.6, 216);
}
.alert-secondary .alert-link {
  color: rgb(51.84, 56.16, 60);
}

.alert-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
  border-color: rgb(186, 219, 203.7);
}
.alert-success .alert-link {
  color: rgb(12, 64.8, 40.32);
}

.alert-info {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(206.6, 244.4, 252);
  border-color: rgb(182.4, 239.1, 250.5);
}
.alert-info .alert-link {
  color: rgb(4.16, 64.64, 76.8);
}

.alert-warning {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 236.4, 180.6);
}
.alert-warning .alert-link {
  color: rgb(81.6, 61.76, 2.24);
}

.alert-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(244.5, 194.4, 199.2);
}
.alert-danger .alert-link {
  color: rgb(105.6, 25.44, 33.12);
}

.alert-light {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(252.9, 253.2, 253.5);
}
.alert-light .alert-link {
  color: rgb(79.36, 79.68, 80);
}

.alert-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
  border-color: rgb(188.4, 189.6, 190.8);
}
.alert-dark .alert-link {
  color: rgb(15.84, 17.76, 19.68);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.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: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 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: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.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.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  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: 640px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 840px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1160px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1460px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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;
  }
}
.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: rgb(7.8, 66, 151.8);
  background-color: rgb(206.6, 226, 254.6);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(7.8, 66, 151.8);
  background-color: rgb(185.94, 203.4, 229.14);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(7.8, 66, 151.8);
  border-color: rgb(7.8, 66, 151.8);
}

.list-group-item-secondary {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(203.04, 204.66, 206.1);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(64.8, 70.2, 75);
  border-color: rgb(64.8, 70.2, 75);
}

.list-group-item-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(15, 81, 50.4);
  background-color: rgb(188.1, 207.9, 198.72);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(15, 81, 50.4);
  border-color: rgb(15, 81, 50.4);
}

.list-group-item-info {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(206.6, 244.4, 252);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(185.94, 219.96, 226.8);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(5.2, 80.8, 96);
  border-color: rgb(5.2, 80.8, 96);
}

.list-group-item-warning {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(255, 242.6, 205.4);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(229.5, 218.34, 184.86);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(102, 77.2, 2.8);
  border-color: rgb(102, 77.2, 2.8);
}

.list-group-item-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(223.2, 193.14, 196.02);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132, 31.8, 41.4);
  border-color: rgb(132, 31.8, 41.4);
}

.list-group-item-light {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(253.6, 253.8, 254);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(228.24, 228.42, 228.6);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(99.2, 99.6, 100);
  border-color: rgb(99.2, 99.6, 100);
}

.list-group-item-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(189.54, 190.26, 190.98);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.8, 22.2, 24.6);
  border-color: rgb(19.8, 22.2, 24.6);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 10px;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.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;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.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 #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.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 #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 640px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1160px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1460px) {
  .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: 639.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: 839.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: 1159.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: 1459.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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: 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";
  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.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 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.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 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.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: 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";
  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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.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(0, 0, 0, 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: #fff;
}

.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(0, 0, 0, 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: #fff;
}

.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(0, 0, 0, 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: #fff;
}
.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 rgb(239.7, 239.7, 239.7);
}

.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(0, 0, 0, 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: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(239.7, 239.7, 239.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(10.4, 88, 202.4);
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100);
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2);
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243);
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6);
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2);
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 640px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 840px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1160px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1460px) {
  .sticky-xl-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(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 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 #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !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: 700 !important;
}

.fw-bolder {
  font-weight: bolder !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: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 640px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 840px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1160px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1460px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    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;
  }
}
/*
.container {
    border: 1px solid purple !important;
    @include media-breakpoint-down(xl) {
        border: 1px solid red !important;
    }
    @include media-breakpoint-down(lg) {
        border: 1px solid green !important;
    }
    @include media-breakpoint-down(md) {
        border: 1px solid lightblue !important;
    }
    @include media-breakpoint-down(sm) {
        border: 1px solid orange !important;
    }
}
    */
/*===========================
    Helpers
===========================*/
/*===========================
    Theme
===========================*/
.container {
  position: relative;
  z-index: 5;
}

.container:has(.dropdown-menu.show) {
  z-index: 6;
}

@media (max-width: 639.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-overlay-dark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 499;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.mt-25 {
  margin-top: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 839.98px) {
  .pt-25 {
    padding-top: 15px;
  }
  .pt-50 {
    padding-top: 25px;
  }
  .pt-75 {
    padding-top: 35px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-25 {
    padding-bottom: 15px;
  }
  .pb-50 {
    padding-bottom: 25px;
  }
  .pb-75 {
    padding-bottom: 35px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
}
img {
  max-width: 100%;
}

.image-fit img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Base Colors */
/* Generic Colors */
/* LMCU Specific Colors */
.bgWhite {
  background-color: #ffffff !important;
}

.bgGray {
  background-color: #F2F0EA !important;
}

.bgRoyalBlue {
  background-color: #004EA8 !important;
}

.bgPurple {
  background-color: #bd7dbd !important;
}

.bgLightgray {
  background-color: #f4f4f4 !important;
}

.bgLightblue {
  background-color: #B4E7FC !important;
}

.bgMediumBlue {
  background-color: #5BC2E7 !important;
}

.bgWarmYellow {
  background-color: #FFC72C !important;
}

/*
    Lato Font Weights
    -Thin: 100
    -Light: 300
    -Regular: 400
    -Bold: 700
    -Black: 900
    Lora Font Weights
    -Regular: 400
    -Medium: 500
    -Semi-Bold: 600
    -Bold: 700
*/
html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}

body {
  font-family: "Lato", "Arial", "Helvetica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1, .h1 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

h2, .h2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
  color: #004EA8;
}

h3, .h3 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}

h4, .h4 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}

h5, .h5 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}

h6, .h6 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}

p, li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  font-weight: 400;
}

h1 sup, .h1 sup, h2 sup, .h2 sup {
  font-size: 12px;
  font-size: 0.75rem;
  top: -20px;
  left: 3px;
}

h3 sup, .h3 sup {
  font-size: 10px;
  font-size: 0.625rem;
  top: -15px;
  left: 2px;
}

.eyebrow {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.eyebrow a {
  color: #B94700;
  text-decoration: none;
}
.eyebrow a:hover, .eyebrow a:focus, .eyebrow a:active {
  text-decoration: underline;
  color: #B94700;
}

strong {
  font-weight: 700;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  padding-right: 8px;
}

.text-light h1, .text-light .h1,
.text-light h2, .text-light .h2,
.text-light h3, .text-light .h3,
.text-light h4, .text-light .h4,
.text-light h5, .text-light .h5,
.text-light h6, .text-light .h6,
.text-light p, .text-light li {
  color: #ffffff;
}

.text-dark {
  color: #0B0B0B;
}
.text-dark a {
  color: #004EA8;
}

main ul, main ol {
  margin: 0 0 20px 0;
  padding-left: 20px;
}
main ul li, main ol li {
  margin-bottom: 10px;
}

@media (max-width: 839.98px) {
  h1, .h1 {
    font-size: 32px;
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}
a {
  color: #004EA8;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #004EA8;
  text-decoration: underline;
}

a.btn, button.btn {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 14px 30px;
  text-align: center;
}
@media (max-width: 839.98px) {
  a.btn, button.btn {
    width: 100%;
  }
}

.button-group {
  width: 100%;
}
.button-group.centered {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 839.98px) {
  .button-group > div {
    flex-direction: column;
    width: 100%;
  }
  .button-group .btn {
    width: 100%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/**
 * On-Scroll animation starter class 
 */
.fade-animate {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.fade-animate.animate-fade {
  animation-delay: 0.9s;
  opacity: 1;
}

.fade-animate-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-animate-right.animate-fadeInRight {
  opacity: 1;
  transform: none;
}

.fade-animate-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-animate-left.animate-fadeInLeft {
  opacity: 1;
  transform: none;
}

.fade-animate-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-animate-up.animate-fadeInUp {
  opacity: 1;
  transform: none;
}

.fade-animate-down {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-animate-down.animate-fadeInDown {
  opacity: 1;
  transform: none;
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fade-animate-stagger .item-stagger {
  opacity: 0;
}
.fade-animate-stagger.animate-stagger .item-stagger {
  animation: scaleIn 0.8s ease-out forwards;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(1) {
  animation-delay: 0.15s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(2) {
  animation-delay: 0.3s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(3) {
  animation-delay: 0.45s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(4) {
  animation-delay: 0.6s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(5) {
  animation-delay: 0.75s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(6) {
  animation-delay: 0.9s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(7) {
  animation-delay: 1.05s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(8) {
  animation-delay: 1.2s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(9) {
  animation-delay: 1.35s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(10) {
  animation-delay: 1.5s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(11) {
  animation-delay: 1.65s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(12) {
  animation-delay: 1.8s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(13) {
  animation-delay: 1.95s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(14) {
  animation-delay: 2.1s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(15) {
  animation-delay: 2.25s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(16) {
  animation-delay: 2.4s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(17) {
  animation-delay: 2.55s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(18) {
  animation-delay: 2.7s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(19) {
  animation-delay: 2.85s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(20) {
  animation-delay: 3s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(21) {
  animation-delay: 3.15s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(22) {
  animation-delay: 3.3s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(23) {
  animation-delay: 3.45s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(24) {
  animation-delay: 3.6s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(25) {
  animation-delay: 3.75s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(26) {
  animation-delay: 3.9s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(27) {
  animation-delay: 4.05s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(28) {
  animation-delay: 4.2s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(29) {
  animation-delay: 4.35s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(30) {
  animation-delay: 4.5s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(31) {
  animation-delay: 4.65s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(32) {
  animation-delay: 4.8s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(33) {
  animation-delay: 4.95s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(34) {
  animation-delay: 5.1s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(35) {
  animation-delay: 5.25s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(36) {
  animation-delay: 5.4s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(37) {
  animation-delay: 5.55s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(38) {
  animation-delay: 5.7s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(39) {
  animation-delay: 5.85s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(40) {
  animation-delay: 6s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(41) {
  animation-delay: 6.15s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(42) {
  animation-delay: 6.3s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(43) {
  animation-delay: 6.45s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(44) {
  animation-delay: 6.6s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(45) {
  animation-delay: 6.75s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(46) {
  animation-delay: 6.9s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(47) {
  animation-delay: 7.05s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(48) {
  animation-delay: 7.2s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(49) {
  animation-delay: 7.35s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(50) {
  animation-delay: 7.5s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(51) {
  animation-delay: 7.65s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(52) {
  animation-delay: 7.8s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(53) {
  animation-delay: 7.95s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(54) {
  animation-delay: 8.1s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(55) {
  animation-delay: 8.25s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(56) {
  animation-delay: 8.4s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(57) {
  animation-delay: 8.55s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(58) {
  animation-delay: 8.7s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(59) {
  animation-delay: 8.85s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(60) {
  animation-delay: 9s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(61) {
  animation-delay: 9.15s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(62) {
  animation-delay: 9.3s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(63) {
  animation-delay: 9.45s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(64) {
  animation-delay: 9.6s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(65) {
  animation-delay: 9.75s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(66) {
  animation-delay: 9.9s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(67) {
  animation-delay: 10.05s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(68) {
  animation-delay: 10.2s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(69) {
  animation-delay: 10.35s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(70) {
  animation-delay: 10.5s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(71) {
  animation-delay: 10.65s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(72) {
  animation-delay: 10.8s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(73) {
  animation-delay: 10.95s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(74) {
  animation-delay: 11.1s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(75) {
  animation-delay: 11.25s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(76) {
  animation-delay: 11.4s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(77) {
  animation-delay: 11.55s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(78) {
  animation-delay: 11.7s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(79) {
  animation-delay: 11.85s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(80) {
  animation-delay: 12s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(81) {
  animation-delay: 12.15s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(82) {
  animation-delay: 12.3s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(83) {
  animation-delay: 12.45s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(84) {
  animation-delay: 12.6s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(85) {
  animation-delay: 12.75s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(86) {
  animation-delay: 12.9s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(87) {
  animation-delay: 13.05s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(88) {
  animation-delay: 13.2s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(89) {
  animation-delay: 13.35s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(90) {
  animation-delay: 13.5s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(91) {
  animation-delay: 13.65s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(92) {
  animation-delay: 13.8s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(93) {
  animation-delay: 13.95s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(94) {
  animation-delay: 14.1s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(95) {
  animation-delay: 14.25s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(96) {
  animation-delay: 14.4s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(97) {
  animation-delay: 14.55s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(98) {
  animation-delay: 14.7s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(99) {
  animation-delay: 14.85s;
}
.fade-animate-stagger.animate-stagger .item-stagger:nth-child(100) {
  animation-delay: 15s;
}

.scroll-animate {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.scroll-animate.set-animation-fadeInUp {
  animation-delay: 0.2s;
  opacity: 1;
  animation: fadeInUp 0.5s ease-out forwards;
}

.vertical-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.vertical-animate.animate-fadeInUp {
  opacity: 1;
  transform: none;
}

.promo.animate-fadeInUp .promo-content {
  opacity: 0;
  animation: fadeInLeft 0.6s ease-out forwards;
  animation-delay: 0.2s;
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.hero.animate-fadeInUp .hero-content {
  opacity: 0;
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 0.2s;
}

.animate-delay-1 {
  animation-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

.animate-delay-2 {
  animation-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.animate-delay-3 {
  animation-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.animate-delay-4 {
  animation-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.animate-delay-5 {
  animation-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

.animate-delay-6 {
  animation-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.animate-delay-7 {
  animation-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

.animate-delay-8 {
  animation-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

.animate-delay-9 {
  animation-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}

.animate-delay-10 {
  animation-delay: 1s !important;
  transition-delay: 1s !important;
}

.stagger-animate.animate-fadeInUp .item-stagger {
  opacity: 0;
  animation: fadeInUp 0.5s ease-out forwards;
}
.stagger-animate.animate-fadeInUp .item-stagger:nth-child(1) {
  animation-delay: 0.15s;
}
.stagger-animate.animate-fadeInUp .item-stagger:nth-child(2) {
  animation-delay: 0.3s;
}
.stagger-animate.animate-fadeInUp .item-stagger:nth-child(3) {
  animation-delay: 0.45s;
}
.stagger-animate.animate-fadeInUp .item-stagger:nth-child(4) {
  animation-delay: 0.6s;
}
.stagger-animate.animate-fadeInUp .item-stagger:nth-child(5) {
  animation-delay: 0.75s;
}
.stagger-animate.animate-fadeInUp .item-stagger:nth-child(6) {
  animation-delay: 0.9s;
}

.faqs-filter .dropdown.faqs-mobile-filters button, .article-filter .filters-wrapper .dropdown button,
.mlo-filter .filters-wrapper .dropdown button, .simple-dropdown button {
  border: 0;
  background: none;
  color: #6D6E71;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0;
}
.faqs-filter .dropdown.faqs-mobile-filters button:hover, .article-filter .filters-wrapper .dropdown button:hover,
.mlo-filter .filters-wrapper .dropdown button:hover, .simple-dropdown button:hover, .faqs-filter .dropdown.faqs-mobile-filters button:focus, .article-filter .filters-wrapper .dropdown button:focus,
.mlo-filter .filters-wrapper .dropdown button:focus, .simple-dropdown button:focus {
  color: #004EA8;
}
.faqs-filter .dropdown.faqs-mobile-filters ul.dropdown-menu, .article-filter .filters-wrapper .dropdown ul.dropdown-menu,
.mlo-filter .filters-wrapper .dropdown ul.dropdown-menu, .simple-dropdown ul.dropdown-menu {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  padding: 20px;
  top: 5px !important;
  left: -20px !important;
  border: 0;
}
.faqs-filter .dropdown.faqs-mobile-filters ul.dropdown-menu li, .article-filter .filters-wrapper .dropdown ul.dropdown-menu li,
.mlo-filter .filters-wrapper .dropdown ul.dropdown-menu li, .simple-dropdown ul.dropdown-menu li {
  padding-bottom: 10px;
}
.faqs-filter .dropdown.faqs-mobile-filters ul.dropdown-menu li:last-child, .article-filter .filters-wrapper .dropdown ul.dropdown-menu li:last-child,
.mlo-filter .filters-wrapper .dropdown ul.dropdown-menu li:last-child, .simple-dropdown ul.dropdown-menu li:last-child {
  padding-bottom: 0;
}
.faqs-filter .dropdown.faqs-mobile-filters ul.dropdown-menu li a.dropdown-item, .article-filter .filters-wrapper .dropdown ul.dropdown-menu li a.dropdown-item,
.mlo-filter .filters-wrapper .dropdown ul.dropdown-menu li a.dropdown-item, .simple-dropdown ul.dropdown-menu li a.dropdown-item {
  white-space: unset;
  font-weight: 400 !important;
  line-height: 1.4em;
  padding: 0;
}
.faqs-filter .dropdown.faqs-mobile-filters ul.dropdown-menu li a.dropdown-item:hover, .article-filter .filters-wrapper .dropdown ul.dropdown-menu li a.dropdown-item:hover,
.mlo-filter .filters-wrapper .dropdown ul.dropdown-menu li a.dropdown-item:hover, .simple-dropdown ul.dropdown-menu li a.dropdown-item:hover, .faqs-filter .dropdown.faqs-mobile-filters ul.dropdown-menu li a.dropdown-item:focus, .article-filter .filters-wrapper .dropdown ul.dropdown-menu li a.dropdown-item:focus,
.mlo-filter .filters-wrapper .dropdown ul.dropdown-menu li a.dropdown-item:focus, .simple-dropdown ul.dropdown-menu li a.dropdown-item:focus {
  text-decoration: underline !important;
  color: #B94700 !important;
  background: none;
}

.action-bar-block .action-bar, .action-bar {
  background: #004EA8;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 25px 50px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex: 1 1 auto;
  gap: 40px;
}
.action-bar-block .action-bar h2, .action-bar h2, .action-bar .h2 {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  font-size: 1.75rem;
}
.action-bar .desktop-action-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  gap: 80px;
}
.action-bar .desktop-action-links a {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  text-align: center;
}
.action-bar .desktop-action-links a:after {
  content: url("/assets/images/ui/arrow-right-white.svg");
  white-space: nowrap;
  position: relative;
  right: -10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.action-bar .desktop-action-links a:hover {
  text-decoration: underline;
}
.action-bar .desktop-action-links a:hover:after {
  right: -13px;
}
.action-bar-block .action-bar .mobile-action-links, .action-bar .mobile-action-links {
  display: none;
  width: 100%;
}
@media (max-width: 1159.98px) {
  .action-bar-block .action-bar, .action-bar {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    gap: 30px;
  }
  .action-bar .desktop-action-links {
    width: 100%;
  }
}
@media (max-width: 839.98px) {
  .action-bar-block .action-bar, .action-bar {
    flex-direction: column;
    align-items: start;
    padding-left: 30px;
    padding-right: 30px;
  }
  .action-bar-block .action-bar h2, .action-bar h2, .action-bar .h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .action-bar .desktop-action-links {
    display: none;
  }
  .action-bar .mobile-action-links {
    display: flex;
  }
}

.promo-rates .promo-rate-card .rate-tiles, .cards.rate-cards .rate-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto auto;
  gap: 20px;
}
.promo-rates .promo-rate-card .rate-tiles:has(.card:nth-child(-n+3):last-child), .cards.rate-cards .rate-tiles:has(.card:nth-child(-n+3):last-child) {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
@media (max-width: 1159.98px) {
  .promo-rates .promo-rate-card .rate-tiles, .cards.rate-cards .rate-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639.98px) {
  .promo-rates .promo-rate-card .rate-tiles, .cards.rate-cards .rate-tiles {
    grid-template-columns: repeat(1, 1fr);
  }
}

.article-results .result-col .card, .content-explorer .card, .cards.image-cards .card {
  height: 100%;
  border: 0;
  background: none;
}
.article-results .result-col .card .card-image, .content-explorer .card .card-image, .cards.image-cards .card .card-image {
  height: 200px;
  overflow: hidden;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
}
.article-results .result-col .card .card-image.image-fit img, .content-explorer .card .card-image.image-fit img, .cards.image-cards .card .card-image.image-fit img {
  object-position: center;
  width: 100%;
  height: 100%;
}
.article-results .result-col .card .card-body, .content-explorer .card .card-body, .cards.image-cards .card .card-body {
  padding: 20px 0 0 0;
  background: none;
}
.article-results .result-col .card .card-body span.category, .content-explorer .card .card-body span.category, .cards.image-cards .card .card-body span.category,
.article-results .result-col .card .card-body a.category,
.content-explorer .card .card-body a.category,
.cards.image-cards .card .card-body a.category {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  display: block;
}
.article-results .result-col .card .card-body h3, .content-explorer .card .card-body h3, .cards.image-cards .card .card-body h3, .article-results .result-col .card .card-body .h3, .content-explorer .card .card-body .h3, .cards.image-cards .card .card-body .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.article-results .result-col .card .card-body h3 a, .content-explorer .card .card-body h3 a, .cards.image-cards .card .card-body h3 a, .article-results .result-col .card .card-body .h3 a, .content-explorer .card .card-body .h3 a, .cards.image-cards .card .card-body .h3 a {
  color: #004EA8;
}
.article-results .result-col .card .card-body p, .content-explorer .card .card-body p, .cards.image-cards .card .card-body p {
  color: #000000;
}

.promo-rates .promo-rate-card .card, .cards.rate-cards .card {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  text-align: center;
  background: #003865;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
}
.promo-rates .promo-rate-card .card .card-header, .cards.rate-cards .card .card-header {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  padding: 30px 20px 0 20px;
  background: none;
  border: 0;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.promo-rates .promo-rate-card .card .card-body, .cards.rate-cards .card .card-body {
  color: #ffffff;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 15px;
  font-size: 16px;
  font-size: 1rem;
}
.promo-rates .promo-rate-card .card .card-body .card-text, .cards.rate-cards .card .card-body .card-text {
  padding-left: 40px;
  padding-right: 40px;
}
.promo-rates .promo-rate-card .card .card-body .rate-group, .cards.rate-cards .card .card-body .rate-group {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(2, auto);
  width: fit-content;
  gap: 0px;
  align-items: center;
  line-height: 200%;
  font-weight: 600;
  font-family: "Lora", "Times New Roman", Times, serif;
}
.promo-rates .promo-rate-card .card .card-body .rate-group .div1, .cards.rate-cards .card .card-body .rate-group .div1 {
  grid-column: span 3/span 3;
  grid-row: span 2/span 2;
  text-align: right;
  font-size: 68px;
  font-size: 4.25rem;
  display: block;
  padding-right: 10px;
}
.promo-rates .promo-rate-card .card .card-body .rate-group .div2, .cards.rate-cards .card .card-body .rate-group .div2 {
  grid-column-start: 4;
  font-size: 36px;
  font-size: 2.25rem;
  text-align: left;
}
.promo-rates .promo-rate-card .card .card-body .rate-group .div3, .cards.rate-cards .card .card-body .rate-group .div3 {
  grid-column-start: 4;
  grid-row-start: 2;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
}
@media (max-width: 839.98px) {
  .promo-rates .promo-rate-card .card .card-body .rate-group .div1, .cards.rate-cards .card .card-body .rate-group .div1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
  .promo-rates .promo-rate-card .card .card-body .rate-group .div2, .cards.rate-cards .card .card-body .rate-group .div2 {
    font-size: 32px;
    font-size: 2rem;
  }
  .promo-rates .promo-rate-card .card .card-body .rate-group .div3, .cards.rate-cards .card .card-body .rate-group .div3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.promo-rates .promo-rate-card .card .card-footer, .cards.rate-cards .card .card-footer {
  padding: 10px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.promo-rates .promo-rate-card .card .card-footer a, .cards.rate-cards .card .card-footer a {
  width: fit-content;
}
@media (max-width: 839.98px) {
  .promo-rates .promo-rate-card .card, .cards.rate-cards .card {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
}

.action-bar .mobile-action-links .dropdown {
  width: 100%;
  text-align: left;
  position: relative;
  border: 0;
  height: 50px;
}
.action-bar .mobile-action-links .dropdown button.dropdown-toggle {
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 10px;
  height: 50px;
  border: 0;
  font-weight: 400;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="14" viewBox="0 0 24 14" fill="none"><path d="M22.9057 1.28042C23.14 1.51473 23.14 1.89463 22.9057 2.12894L12.0649 12.9697C11.8306 13.2041 11.4507 13.2041 11.2164 12.9697L0.375559 2.12895C0.141245 1.89463 0.141244 1.51473 0.375559 1.28042L1.28024 0.375735C1.51456 0.14142 1.89445 0.141421 2.12877 0.375735L11.2164 9.46333C11.4507 9.69764 11.8306 9.69764 12.0649 9.46333L21.1525 0.375736C21.3868 0.141421 21.7667 0.141421 22.001 0.375735L22.9057 1.28042Z" fill="black" stroke="white" stroke-width="0.4"/></svg>');
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 24px 14px;
  padding-right: 50px;
  width: 100%;
  text-align: left;
}
.action-bar .mobile-action-links .dropdown button.dropdown-toggle:after {
  display: none;
}
.action-bar .mobile-action-links .dropdown .dropdown-menu {
  width: 100%;
  padding: 0;
}
.action-bar .mobile-action-links .dropdown .dropdown-menu li {
  margin-bottom: 0;
  border: 1px solid red;
}
.action-bar .mobile-action-links .dropdown .dropdown-menu li a {
  color: #232323;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 10px 15px;
}
.action-bar .mobile-action-links .dropdown .dropdown-menu li:hover, .action-bar .mobile-action-links .dropdown .dropdown-menu li:focus, .action-bar .mobile-action-links .dropdown .dropdown-menu li:active {
  background: #90D3CA;
}
.action-bar .mobile-action-links .dropdown .dropdown-menu li:hover a, .action-bar .mobile-action-links .dropdown .dropdown-menu li:focus a, .action-bar .mobile-action-links .dropdown .dropdown-menu li:active a {
  background: none;
  color: #003865;
}

.faqs-filter .faqs-list-wrapper .accordion-item, .locations-listing .accordion-item, .article .accordion .accordion-item, .accordions .accordion-item {
  border: 1px solid #A2AAAD;
  margin-bottom: 20px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  overflow: hidden;
}
.faqs-filter .faqs-list-wrapper .accordion-item:last-of-type, .locations-listing .accordion-item:last-of-type, .article .accordion .accordion-item:last-of-type, .accordions .accordion-item:last-of-type {
  margin-bottom: 0;
}
.faqs-filter .faqs-list-wrapper .accordion-item h2.accordion-header, .locations-listing .accordion-item h2.accordion-header, .article .accordion .accordion-item h2.accordion-header, .accordions .accordion-item h2.accordion-header, .faqs-filter .faqs-list-wrapper .accordion-item .accordion-header.h2, .locations-listing .accordion-item .accordion-header.h2, .article .accordion .accordion-item .accordion-header.h2, .accordions .accordion-item .accordion-header.h2 {
  border: 0;
}
.faqs-filter .faqs-list-wrapper .accordion-item h2.accordion-header button, .locations-listing .accordion-item h2.accordion-header button, .article .accordion .accordion-item h2.accordion-header button, .accordions .accordion-item h2.accordion-header button, .faqs-filter .faqs-list-wrapper .accordion-item .accordion-header.h2 button, .locations-listing .accordion-item .accordion-header.h2 button, .article .accordion .accordion-item .accordion-header.h2 button, .accordions .accordion-item .accordion-header.h2 button {
  position: relative;
  border: 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #004EA8;
  line-height: 1.4em;
  background: #ffffff;
  padding: 0 70px 0 0;
  padding: 35px 110px 35px 40px;
  width: 100%;
  text-align: left;
  border: 0;
  display: block;
  outline: none;
}
.faqs-filter .faqs-list-wrapper .accordion-item h2.accordion-header button sup, .locations-listing .accordion-item h2.accordion-header button sup, .article .accordion .accordion-item h2.accordion-header button sup, .accordions .accordion-item h2.accordion-header button sup, .faqs-filter .faqs-list-wrapper .accordion-item .accordion-header.h2 button sup, .locations-listing .accordion-item .accordion-header.h2 button sup, .article .accordion .accordion-item .accordion-header.h2 button sup, .accordions .accordion-item .accordion-header.h2 button sup {
  font-size: 50%;
  top: -10px;
  left: 3px;
  padding-right: 7px;
}
.faqs-filter .faqs-list-wrapper .accordion-item h2.accordion-header button:not(.collapsed), .locations-listing .accordion-item h2.accordion-header button:not(.collapsed), .article .accordion .accordion-item h2.accordion-header button:not(.collapsed), .accordions .accordion-item h2.accordion-header button:not(.collapsed), .faqs-filter .faqs-list-wrapper .accordion-item .accordion-header.h2 button:not(.collapsed), .locations-listing .accordion-item .accordion-header.h2 button:not(.collapsed), .article .accordion .accordion-item .accordion-header.h2 button:not(.collapsed), .accordions .accordion-item .accordion-header.h2 button:not(.collapsed) {
  box-shadow: none;
  outline: none;
}
.faqs-filter .faqs-list-wrapper .accordion-item h2.accordion-header button:after, .locations-listing .accordion-item h2.accordion-header button:after, .article .accordion .accordion-item h2.accordion-header button:after, .accordions .accordion-item h2.accordion-header button:after, .faqs-filter .faqs-list-wrapper .accordion-item .accordion-header.h2 button:after, .locations-listing .accordion-item .accordion-header.h2 button:after, .article .accordion .accordion-item .accordion-header.h2 button:after, .accordions .accordion-item .accordion-header.h2 button:after {
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  height: 100% !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="19" viewBox="0 0 33 19" fill="none"><path d="M32.2845 1.98369C32.5189 2.21801 32.5189 2.59791 32.2845 2.83222L16.7544 18.3624C16.5201 18.5967 16.1402 18.5967 15.9059 18.3624L0.375742 2.83222C0.141428 2.59791 0.141427 2.21801 0.375741 1.98369L1.98375 0.37569C2.21806 0.141376 2.59796 0.141376 2.83227 0.37569L15.9059 13.4493C16.1402 13.6836 16.5201 13.6836 16.7544 13.4493L29.828 0.375691C30.0623 0.141376 30.4422 0.141376 30.6765 0.37569L32.2845 1.98369Z" fill="%23004EA8" stroke="%23004EA8" stroke-width="0.4"/></svg>');
  transform-origin: center;
  transition: transform 0.3s ease;
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-position: center;
  transform: rotate(-180deg);
}
.faqs-filter .faqs-list-wrapper .accordion-item h2.accordion-header button.collapsed:after, .locations-listing .accordion-item h2.accordion-header button.collapsed:after, .article .accordion .accordion-item h2.accordion-header button.collapsed:after, .accordions .accordion-item h2.accordion-header button.collapsed:after, .faqs-filter .faqs-list-wrapper .accordion-item .accordion-header.h2 button.collapsed:after, .locations-listing .accordion-item .accordion-header.h2 button.collapsed:after, .article .accordion .accordion-item .accordion-header.h2 button.collapsed:after, .accordions .accordion-item .accordion-header.h2 button.collapsed:after {
  transform: rotate(0deg);
}
.faqs-filter .faqs-list-wrapper .accordion-item h2.accordion-header button:focus, .locations-listing .accordion-item h2.accordion-header button:focus, .article .accordion .accordion-item h2.accordion-header button:focus, .accordions .accordion-item h2.accordion-header button:focus, .faqs-filter .faqs-list-wrapper .accordion-item .accordion-header.h2 button:focus, .locations-listing .accordion-item .accordion-header.h2 button:focus, .article .accordion .accordion-item .accordion-header.h2 button:focus, .accordions .accordion-item .accordion-header.h2 button:focus, .faqs-filter .faqs-list-wrapper .accordion-item h2.accordion-header button:hover, .locations-listing .accordion-item h2.accordion-header button:hover, .article .accordion .accordion-item h2.accordion-header button:hover, .accordions .accordion-item h2.accordion-header button:hover, .faqs-filter .faqs-list-wrapper .accordion-item .accordion-header.h2 button:hover, .locations-listing .accordion-item .accordion-header.h2 button:hover, .article .accordion .accordion-item .accordion-header.h2 button:hover, .accordions .accordion-item .accordion-header.h2 button:hover {
  color: #003169;
}
.faqs-filter .faqs-list-wrapper .accordion-item h2.accordion-header button:focus:after, .locations-listing .accordion-item h2.accordion-header button:focus:after, .article .accordion .accordion-item h2.accordion-header button:focus:after, .accordions .accordion-item h2.accordion-header button:focus:after, .faqs-filter .faqs-list-wrapper .accordion-item .accordion-header.h2 button:focus:after, .locations-listing .accordion-item .accordion-header.h2 button:focus:after, .article .accordion .accordion-item .accordion-header.h2 button:focus:after, .accordions .accordion-item .accordion-header.h2 button:focus:after, .faqs-filter .faqs-list-wrapper .accordion-item h2.accordion-header button:hover:after, .locations-listing .accordion-item h2.accordion-header button:hover:after, .article .accordion .accordion-item h2.accordion-header button:hover:after, .accordions .accordion-item h2.accordion-header button:hover:after, .faqs-filter .faqs-list-wrapper .accordion-item .accordion-header.h2 button:hover:after, .locations-listing .accordion-item .accordion-header.h2 button:hover:after, .article .accordion .accordion-item .accordion-header.h2 button:hover:after, .accordions .accordion-item .accordion-header.h2 button:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="19" viewBox="0 0 33 19" fill="none"><path d="M32.2845 1.98369C32.5189 2.21801 32.5189 2.59791 32.2845 2.83222L16.7544 18.3624C16.5201 18.5967 16.1402 18.5967 15.9059 18.3624L0.375742 2.83222C0.141428 2.59791 0.141427 2.21801 0.375741 1.98369L1.98375 0.37569C2.21806 0.141376 2.59796 0.141376 2.83227 0.37569L15.9059 13.4493C16.1402 13.6836 16.5201 13.6836 16.7544 13.4493L29.828 0.375691C30.0623 0.141376 30.4422 0.141376 30.6765 0.37569L32.2845 1.98369Z" fill="%23003169" stroke="%23003169" stroke-width="0.4"/></svg>');
}
.faqs-filter .faqs-list-wrapper .accordion-item h2.accordion-header button:focus, .locations-listing .accordion-item h2.accordion-header button:focus, .article .accordion .accordion-item h2.accordion-header button:focus, .accordions .accordion-item h2.accordion-header button:focus, .faqs-filter .faqs-list-wrapper .accordion-item .accordion-header.h2 button:focus, .locations-listing .accordion-item .accordion-header.h2 button:focus, .article .accordion .accordion-item .accordion-header.h2 button:focus, .accordions .accordion-item .accordion-header.h2 button:focus {
  border-radius: 36px;
  box-shadow: inset 0 0 0 2px #003865;
}
.faqs-filter .faqs-list-wrapper .accordion-item h2.accordion-header button[aria-expanded=true]:focus, .locations-listing .accordion-item h2.accordion-header button[aria-expanded=true]:focus, .article .accordion .accordion-item h2.accordion-header button[aria-expanded=true]:focus, .accordions .accordion-item h2.accordion-header button[aria-expanded=true]:focus, .faqs-filter .faqs-list-wrapper .accordion-item .accordion-header.h2 button[aria-expanded=true]:focus, .locations-listing .accordion-item .accordion-header.h2 button[aria-expanded=true]:focus, .article .accordion .accordion-item .accordion-header.h2 button[aria-expanded=true]:focus, .accordions .accordion-item .accordion-header.h2 button[aria-expanded=true]:focus {
  border-radius: 36px 36px 0 0;
}
.faqs-filter .faqs-list-wrapper .accordion-item .accordion-body, .locations-listing .accordion-item .accordion-body, .article .accordion .accordion-item .accordion-body, .accordions .accordion-item .accordion-body {
  padding: 20px 40px 35px 40px;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
}
.faqs-filter .faqs-list-wrapper .accordion-item .accordion-body p, .locations-listing .accordion-item .accordion-body p, .article .accordion .accordion-item .accordion-body p, .accordions .accordion-item .accordion-body p, .faqs-filter .faqs-list-wrapper .accordion-item .accordion-body li, .locations-listing .accordion-item .accordion-body li, .article .accordion .accordion-item .accordion-body li, .accordions .accordion-item .accordion-body li {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
}
@media (max-width: 839.98px) {
  .faqs-filter .faqs-list-wrapper .accordion-item, .locations-listing .accordion-item, .article .accordion .accordion-item, .accordions .accordion-item {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .faqs-filter .faqs-list-wrapper .accordion-item h2.accordion-header button, .locations-listing .accordion-item h2.accordion-header button, .article .accordion .accordion-item h2.accordion-header button, .accordions .accordion-item h2.accordion-header button, .faqs-filter .faqs-list-wrapper .accordion-item .accordion-header.h2 button, .locations-listing .accordion-item .accordion-header.h2 button, .article .accordion .accordion-item .accordion-header.h2 button, .accordions .accordion-item .accordion-header.h2 button {
    padding: 25px 80px 25px 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .faqs-filter .faqs-list-wrapper .accordion-item h2.accordion-header button:after, .locations-listing .accordion-item h2.accordion-header button:after, .article .accordion .accordion-item h2.accordion-header button:after, .accordions .accordion-item h2.accordion-header button:after, .faqs-filter .faqs-list-wrapper .accordion-item .accordion-header.h2 button:after, .locations-listing .accordion-item .accordion-header.h2 button:after, .article .accordion .accordion-item .accordion-header.h2 button:after, .accordions .accordion-item .accordion-header.h2 button:after {
    right: 30px;
  }
  .faqs-filter .faqs-list-wrapper .accordion-item h2.accordion-header button:focus, .locations-listing .accordion-item h2.accordion-header button:focus, .article .accordion .accordion-item h2.accordion-header button:focus, .accordions .accordion-item h2.accordion-header button:focus, .faqs-filter .faqs-list-wrapper .accordion-item .accordion-header.h2 button:focus, .locations-listing .accordion-item .accordion-header.h2 button:focus, .article .accordion .accordion-item .accordion-header.h2 button:focus, .accordions .accordion-item .accordion-header.h2 button:focus {
    border-radius: 12px;
  }
  .faqs-filter .faqs-list-wrapper .accordion-item h2.accordion-header button[aria-expanded=true]:focus, .locations-listing .accordion-item h2.accordion-header button[aria-expanded=true]:focus, .article .accordion .accordion-item h2.accordion-header button[aria-expanded=true]:focus, .accordions .accordion-item h2.accordion-header button[aria-expanded=true]:focus, .faqs-filter .faqs-list-wrapper .accordion-item .accordion-header.h2 button[aria-expanded=true]:focus, .locations-listing .accordion-item .accordion-header.h2 button[aria-expanded=true]:focus, .article .accordion .accordion-item .accordion-header.h2 button[aria-expanded=true]:focus, .accordions .accordion-item .accordion-header.h2 button[aria-expanded=true]:focus {
    border-radius: 12px 12px 0 0;
  }
  .faqs-filter .faqs-list-wrapper .accordion-item .accordion-body, .locations-listing .accordion-item .accordion-body, .article .accordion .accordion-item .accordion-body, .accordions .accordion-item .accordion-body {
    padding: 20px 20px 10px 20px;
  }
}

.promo-rates .promo-image, .promo .promo-image {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
}
.promo-rates .promo-image .promo-base, .promo .promo-image .promo-base {
  position: relative;
}
.promo-rates .promo-image .promo-overlay, .promo .promo-image .promo-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.promo-rates .promo-content, .promo .promo-content {
  padding-left: 60px;
  padding-right: 60px;
}
.promo-rates .promo-content p, .promo .promo-content p {
  text-wrap: balance;
  font-size: 18px;
  font-size: 1.125rem;
}
.promo-rates .promo-content li, .promo .promo-content li {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 1160px) {
  .promo-rates .row.reverse, .promo .row.reverse {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1159.98px) {
  .promo-rates .row, .promo .row {
    flex-direction: column-reverse;
  }
  .promo-rates .promo-image, .promo .promo-image {
    margin-top: 40px;
  }
  .promo-rates .promo-content, .promo .promo-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.hero-small.help .hero-badge, #search-panel .routing-badge {
  background: #003865;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  padding: 26px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}
.hero-small.help .hero-badge span, #search-panel .routing-badge span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: inherit;
  padding-bottom: 10px;
}
.hero-small.help .hero-badge .btn, #search-panel .routing-badge .btn {
  width: fit-content;
}
.hero-small.help .hero-badge .btn:after, #search-panel .routing-badge .btn:after {
  border: 1px solid #ffffff;
}
.hero-small.help .hero-badge .btn:focus:after, #search-panel .routing-badge .btn:focus:after {
  opacity: 1;
}

fieldset {
  border: none;
}

wa-select::part(trigger) {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: none;
  padding: 5px 10px;
  height: 47px;
  min-height: unset;
  border: 1px solid #6D6E71;
}
wa-select::part(trigger-focused) {
  border-color: #007CFF;
  box-shadow: inset 0 0 0 2px #007CFF;
}
wa-select::part(label) {
  font-size: 18px;
  font-size: 1.125rem;
  color: #232323;
  font-weight: 400;
}
wa-select::part(chevron) {
  color: #000000;
  width: 16px;
  height: 16px;
}
wa-select::part(listbox) {
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
wa-select::part(option) {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.625rem 1rem;
  font-weight: 400;
  text-align: left;
  color: #232323;
}
wa-select::part(option):hover, wa-select::part(option-highlighted) {
  background: none;
  color: #B94700 !important;
  text-decoration: underline;
}
wa-select::part(option-selected), wa-select::part(option-selected):hover {
  background: none;
  color: #B94700 !important;
}
wa-select::part(option-disabled) {
  opacity: 0.4;
}

/** 
*   Theming — CSS custom properties on the host element:
*   --wa-font              --wa-font-size         --wa-min-width
*   --wa-bg                --wa-color             --wa-border
*   --wa-border-hover      --wa-border-focus      --wa-radius
*   --wa-placeholder-color --wa-arrow-color
*   --wa-tag-bg            --wa-tag-color         --wa-tag-border
*   --wa-cleaner-color     --wa-cleaner-hover-color
*   --wa-menu-bg           --wa-menu-border       --wa-menu-color
*   --wa-option-hover
*   --wa-option-selected-bg  --wa-option-selected-color
*   --wa-option-selected-multi-bg
*   --wa-checkbox-border
*   --wa-group-color       --wa-group-divider
*
* Parts (::part() styling):
*   trigger, tag, search, dropdown, option
*/
wa-multi-select {
  --wa-bg: #ffffff;
  --wa-color: #232323;
  --wa-border: #6D6E71;
  --wa-radius: 6px;
  --wa-placeholder-color: #6D6E71;
  --wa-menu-bg: #ffffff;
  --wa-menu-border: #6D6E71;
  --wa-option-hover: #E1F6FF;
  --wa-option-selected-bg: #004EA8;
  --wa-option-selected-color: #ffffff;
  --wa-option-selected-multi-bg: rgba(0, 78, 168, 0.08);
}
wa-multi-select::part(trigger) {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: none;
  padding: 5px 10px;
  min-height: 47px;
  border: 1px solid #6D6E71;
}
wa-multi-select::part(search) {
  font-size: 18px;
  font-size: 1.125rem;
  color: #6D6E71;
  font-weight: 400;
}
wa-multi-select::part(dropdown) {
  border: 1px solid #6D6E71;
  border-radius: 6px;
}
wa-multi-select::part(tag) {
  background: #B4E7FC;
  color: #004EA8;
  border-radius: 50px !important;
  padding: 10px 20px;
  margin-right: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
wa-multi-select::part(option) {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.625rem 1rem;
  font-weight: 400;
  text-align: left;
  color: #232323;
}
wa-multi-select::part(tag-remove) {
  color: #004EA8;
  opacity: 1;
}
wa-multi-select::part(tag-remove-icon) {
  width: 10px;
  height: 10px;
  stroke: #004EA8;
}
wa-multi-select::part(chevron) {
  color: #000000;
  width: 16px;
  height: 16px;
}

/*===========================
    Vendors
===========================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*===========================
    Defaults
===========================*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

html, body {
  overflow-x: hidden;
}

body {
  background: #ffffff;
  scroll-behavior: smooth;
  position: relative;
}

main {
  z-index: 50;
  position: relative;
  margin-bottom: -200px;
}
main > section.last-visible-section {
  padding-bottom: 250px;
}
main > section.last-visible-section [class*=pb-] {
  padding-bottom: 100px !important;
}

section {
  position: relative;
}
section.as-block {
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  overflow: hidden;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
section.as-block.last-visible-section {
  padding-bottom: 0 !important;
  margin-bottom: 250px;
}
@media (max-width: 839.98px) {
  section.as-block {
    max-width: unset;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.layout {
  position: relative;
}

main > section:first-of-type:not(:has(.hero)) > div:first-of-type {
  padding-top: 220px;
}
@media (max-width: 1159.98px) {
  main > section:first-of-type:not(:has(.hero)) > div:first-of-type {
    padding-top: 120px;
  }
}

.floatLeft .float-left {
  float: left;
  margin: 10px 20px 20px 0;
}

.floatRight,
.float-right {
  float: right;
  margin: 10px 0 20px 20px;
}

@media (max-width: 839.98px) {
  .floatRight,
  .float-left,
  .floatLeft,
  .float-right {
    float: none;
    margin: 20px auto;
    display: block;
  }
}
.show-on-desktop {
  display: block;
}
@media (max-width: 1159.98px) {
  .show-on-desktop {
    display: none;
  }
}

.show-on-mobile {
  display: none;
}
@media (max-width: 1159.98px) {
  .show-on-mobile {
    display: block;
  }
}

header {
  background: #ffffff;
  position: absolute;
  z-index: 500;
  top: var(--site-alerts-height, 0px);
  margin: 15px;
  width: calc(100% - 30px);
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  padding: 10px 50px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header [class*=".col-"] {
  position: unset;
}
header .site-branding {
  position: relative;
}
header .site-branding img {
  width: 100%;
  max-width: 180px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 1459.98px) {
  header {
    padding: 10px 20px;
  }
}
@media (max-width: 1159.98px) {
  header {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 0 20px;
  }
  header .site-branding img {
    max-width: 100px;
  }
}
header.megamenu-active, header.search-active {
  -moz-border-radius: 36px 36px 0 0;
  -webkit-border-radius: 36px 36px 0 0;
  border-radius: 36px 36px 0 0;
}
header.mobile-menu-active, header.mobile-login-active {
  -moz-border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
}
header.is-sticky {
  position: fixed;
  top: -70px;
}
header.is-sticky .site-branding {
  top: 25px;
}
header.is-sticky .site-branding img {
  max-width: 100px;
}
header .header-grid {
  display: grid;
  gap: 0px;
  height: 100px;
}
header .header-grid .header-logo {
  display: flex;
  align-items: center;
}
header .header-grid .header-mobilemenu {
  display: none;
}
@media (min-width: 1160px) {
  header .header-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  header .header-grid .header-logo {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
  }
  header .header-grid .header-toolbar {
    grid-column: span 10/span 10;
    grid-column-start: 3;
  }
  header .header-grid .header-megamenu {
    grid-column: span 10/span 10;
    grid-column-start: 3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (max-width: 1159.98px) {
  header .header-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    min-height: 80px;
  }
  header .header-grid .header-logo {
    grid-column: span 4/span 4;
  }
  header .header-grid .header-mobilemenu {
    grid-column: span 8/span 8;
    grid-column-start: 5;
    display: flex;
    justify-content: flex-end;
  }
  header .header-grid .header-mobilemenu > div {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  header .header-grid .header-mobilemenu > div button.btn {
    padding: 7px 20px;
    min-width: 70px;
    height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  header .header-grid .header-toolbar,
  header .header-grid .header-megamenu {
    display: none;
  }
}
@media (max-width: 1159.98px) {
  header .header-grid {
    height: 60px;
    min-height: unset;
  }
}
header .header-grid.campaign-grid .header-logo {
  grid-column: span 4/span 4;
  grid-row: span 2/span 2;
}
header .header-grid.campaign-grid .header-toolbar {
  grid-column: span 8/span 8;
  grid-row: span 2/span 2;
  grid-column-start: 5;
  align-self: center;
  display: unset;
}
header .header-grid.campaign-grid .toolbar-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
header .header-grid.campaign-grid .toolbar-content a {
  color: #004EA8;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}
header.is-sticky .header-grid.campaign-grid .header-toolbar {
  margin-top: 50px;
}
@media (max-width: 839.98px) {
  header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 639.98px) {
  header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.footer-waves {
  z-index: 100;
}

footer.site-footer {
  background: #004EA8;
  position: relative;
  z-index: 100 !important;
  padding-top: 40px;
  /*
  &:before {
      content: '';
      position: absolute;
      top: -200px;
      width: 100%;
      height: 200px;
      background-image: url('/assets/images/ui/lightblue-darkblue.svg');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      @include media-breakpoint-up(xl) {
          background-size: 100% 200px;
      }
  }
  */
}
@media (max-width: 839.98px) {
  footer.site-footer .container {
    max-width: unset !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer.site-footer .site-branding img {
  width: 100%;
  max-width: 170px;
}
@media (max-width: 839.98px) {
  footer.site-footer .site-branding img {
    max-width: 120px;
  }
}
footer.site-footer ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  justify-content: flex-end;
}
footer.site-footer ul.social li {
  margin: 0;
}
@media (max-width: 839.98px) {
  footer.site-footer ul.social {
    justify-content: start;
    margin-top: 40px;
  }
}
footer.site-footer .footer-link-col {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 20px;
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 840px) {
  footer.site-footer .footer-link-col {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 1160px) {
  footer.site-footer .footer-link-col {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
footer.site-footer .footer-link-col h6, footer.site-footer .footer-link-col .h6 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #FFC72C;
}
@media (max-width: 639.98px) {
  footer.site-footer .footer-link-col:last-of-type {
    flex: 0 0 auto;
    width: 100%;
  }
}
footer.site-footer .footer-link-col > ul.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.site-footer .footer-link-col > ul.footer-menu > li {
  margin-bottom: 10px;
}
footer.site-footer .footer-link-col > ul.footer-menu > li a {
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}
footer.site-footer .footer-link-col > ul.footer-menu > li a:hover {
  text-decoration: underline;
}
footer.site-footer .footer-link-col .footer-content {
  color: #ffffff;
}
footer.site-footer .footer-link-col .footer-content a:not(.btn) {
  color: #ffffff;
  text-decoration: none;
}
footer.site-footer .footer-link-col .footer-content a:not(.btn):hover {
  text-decoration: underline;
}
footer.site-footer .footer-link-col .footer-content a.btn {
  width: fit-content;
}
footer.site-footer .copyright {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
footer.site-footer .copyright > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer.site-footer .copyright p {
  display: inline-block;
}
footer.site-footer .copyright a {
  position: relative;
  display: flex;
  padding-right: 15px;
  margin-right: 0;
  color: #ffffff;
}
footer.site-footer .copyright a:hover {
  text-decoration: underline !important;
}
footer.site-footer .copyright a:after {
  content: "|";
  color: #ffffff;
  position: absolute;
  right: 0;
}
footer.site-footer .copyright a:last-child {
  padding-right: 0;
  margin-right: 0;
}
footer.site-footer .copyright a:last-child:after {
  display: none;
}
@media (max-width: 839.98px) {
  footer.site-footer .copyright {
    margin-bottom: 20px;
  }
}
@media (max-width: 639.98px) {
  footer.site-footer .copyright {
    flex-direction: column;
    align-items: start;
  }
}
footer.site-footer .footer-badges {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 60px;
}
footer.site-footer .footer-badges a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #ffffff;
}
footer.site-footer .footer-badges img {
  max-height: 50px;
}
@media (max-width: 839.98px) {
  footer.site-footer .footer-badges {
    justify-content: center;
  }
}
@media (max-width: 639.98px) {
  footer.site-footer .footer-badges {
    justify-content: space-around;
  }
  footer.site-footer .footer-badges a {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
footer.site-footer .footer-top .row {
  border-bottom: 1px solid #5BC2E7;
}
footer.site-footer .footer-middle .row {
  border-bottom: 1px solid #5BC2E7;
  padding-bottom: 30px;
}
footer.site-footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer.site-footer .footer-bottom .footer-notes {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.7em;
}
footer.site-footer .footer-bottom .footer-notes p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

/*===========================
    Navigation
===========================*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 5px 0 0 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.9;
}
.hamburger.is-active:hover {
  opacity: 0.9;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #004EA8;
}

.hamburger-box {
  width: 40px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: #004EA8;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accessible-megamenu {
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #000;
}

.accessible-megamenu > .accessible-megamenu-top-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 1225px) {
  .accessible-megamenu > .accessible-megamenu-top-nav-item {
    text-align: center;
    flex: 1;
  }
}

/*
.accessible-megamenu :focus {
    outline:  2px solid rgba(34, 95, 215, 0.3);
    -moz-outline-radius: 3px;
}
*/
.accessible-megamenu .accessible-megamenu-top-nav-item a,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded] {
  position: relative;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #000000 !important;
  text-decoration: none;
  padding: 0 15px;
  z-index: inherit;
}
.accessible-megamenu .accessible-megamenu-top-nav-item a::after,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  width: 0%;
  margin: 0 auto;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #004EA8;
  opacity: 1;
  transition: all 0.3s ease;
}

@media (max-width: 1459.98px) {
  .accessible-megamenu .accessible-megamenu-top-nav-item > a,
  .accessible-megamenu .accessible-megamenu-top-nav-item > a[aria-expanded] {
    padding: 0 10px;
  }
}
.accessible-megamenu .accessible-megamenu-top-nav-item > a:hover,
.accessible-megamenu .accessible-megamenu-top-nav-item > a:focus,
.accessible-megamenu .accessible-megamenu-top-nav-item > a[aria-expanded]:hover,
.accessible-megamenu .accessible-megamenu-top-nav-item > a[aria-expanded]:focus {
  color: #004EA8 !important;
}
.accessible-megamenu .accessible-megamenu-top-nav-item > a:hover::after,
.accessible-megamenu .accessible-megamenu-top-nav-item > a:focus::after,
.accessible-megamenu .accessible-megamenu-top-nav-item > a[aria-expanded]:hover::after,
.accessible-megamenu .accessible-megamenu-top-nav-item > a[aria-expanded]:focus::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  width: 90%;
  margin: 0 auto;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #004EA8;
  opacity: 1;
  transition: all 0.3s ease;
}

.accessible-megamenu .accessible-megamenu-top-nav-item > a[aria-expanded]:hover,
.accessible-megamenu .accessible-megamenu-top-nav-item > a[aria-expanded]:focus,
.accessible-megamenu .accessible-megamenu-top-nav-item > a[aria-expanded].open {
  margin-left: 0;
  z-index: 1002;
}
.accessible-megamenu .accessible-megamenu-top-nav-item > a[aria-expanded]:hover::after,
.accessible-megamenu .accessible-megamenu-top-nav-item > a[aria-expanded]:focus::after,
.accessible-megamenu .accessible-megamenu-top-nav-item > a[aria-expanded].open::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  width: 90%;
  margin: 0 auto;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #004EA8;
  opacity: 1;
  transition: all 0.3s ease;
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-expanded].open {
  background: #f5f8fa none;
}

.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-expanded].open {
  border-left-color: rgba(0, 0, 0, 0.3);
  left: -1px;
  margin-right: -1px;
}

.megamenu ol:not(.accessible-megamenu),
.megamenu .sub-menu:not(.accessible-megamenu-panel) {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  position: absolute;
  top: -9999em;
}

.accessible-megamenu .accessible-megamenu-panel {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  color: #000000;
  margin: 0;
  padding: 40px;
  line-height: normal;
  background-color: #FFF;
  cursor: default;
  overflow: hidden;
  z-index: 1001;
  -moz-border-radius: 0 0 36px 36px;
  -webkit-border-radius: 0 0 36px 36px;
  border-radius: 0 0 36px 36px;
}

.megamenu .sub-menu .menu-grid {
  display: flex;
  width: 100%;
  gap: 20px;
}
.megamenu .sub-menu .menu-grid .menu-col {
  flex: 1;
}
.megamenu .sub-menu .menu-grid .menu-col ul, .megamenu .sub-menu .menu-grid .menu-col ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.megamenu .sub-menu .menu-grid .menu-col ul li, .megamenu .sub-menu .menu-grid .menu-col ol li {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
.megamenu .sub-menu .menu-grid .menu-col ul li a, .megamenu .sub-menu .menu-grid .menu-col ol li a {
  font-weight: normal;
  color: #004EA8 !important;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.megamenu .sub-menu .menu-grid .menu-col ul li a:hover, .megamenu .sub-menu .menu-grid .menu-col ol li a:hover {
  color: #B94700 !important;
  text-decoration: underline;
}
.megamenu .sub-menu .menu-grid .menu-col ul li:first-child a, .megamenu .sub-menu .menu-grid .menu-col ol li:first-child a {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000000 !important;
}
.megamenu .sub-menu .menu-grid .menu-col ul li:first-child a:hover, .megamenu .sub-menu .menu-grid .menu-col ol li:first-child a:hover {
  color: #B94700 !important;
}
.megamenu .sub-menu .menu-promo {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: #B4E7FC;
  padding: 15px;
  width: 100%;
  max-width: 360px;
}
.megamenu .sub-menu .menu-promo .card {
  border: none;
  background: none;
  padding: 0;
}
.megamenu .sub-menu .menu-promo .card .promo-image {
  overflow: hidden;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin-bottom: 10px;
}
.megamenu .sub-menu .menu-promo .card .promo-image img {
  width: 100%;
  height: auto;
  display: block;
}
.megamenu .sub-menu .menu-promo .card .promo-image a {
  display: block;
  padding: 0;
}
.megamenu .sub-menu .menu-promo .card .card-body {
  padding: 0 10px 10px 10px;
}
.megamenu .sub-menu .menu-promo .card .card-body h3, .megamenu .sub-menu .menu-promo .card .card-body .h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3em;
  color: #004EA8;
}
.megamenu .sub-menu .menu-promo .card .card-body h3 a, .megamenu .sub-menu .menu-promo .card .card-body .h3 a {
  color: #004EA8 !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  padding: 0;
}
.megamenu .sub-menu .menu-promo .card .card-body h3 a:hover, .megamenu .sub-menu .menu-promo .card .card-body .h3 a:hover {
  color: #B94700 !important;
}
.megamenu .sub-menu .menu-promo .card .card-body p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
}
.megamenu .sub-menu .menu-promo .card .card-body p:last-of-type {
  margin-bottom: 0;
}
.megamenu .sub-menu .menu-promo-bar {
  background: #F2F0EA;
  height: 200px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  padding: 50px 40px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.megamenu .sub-menu .menu-promo-bar .promo-item {
  flex: 1;
  display: flex;
  align-items: center;
  width: 40%;
}
.megamenu .sub-menu .menu-promo-bar .promo-item .promo-image {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  width: 160px;
  height: 120px;
}
.megamenu .sub-menu .menu-promo-bar .promo-item .promo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.megamenu .sub-menu .menu-promo-bar .promo-item .promo-content {
  width: 60%;
}
.megamenu .sub-menu .menu-promo-bar .promo-item .promo-content h3, .megamenu .sub-menu .menu-promo-bar .promo-item .promo-content .h3, .megamenu .sub-menu .menu-promo-bar .promo-item .promo-content h3 > a, .megamenu .sub-menu .menu-promo-bar .promo-item .promo-content .h3 > a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #004EA8 !important;
  font-weight: 700;
  margin: 0;
}
.megamenu .sub-menu .menu-promo-bar .promo-item .promo-content h3:hover, .megamenu .sub-menu .menu-promo-bar .promo-item .promo-content .h3:hover, .megamenu .sub-menu .menu-promo-bar .promo-item .promo-content h3 > a:hover, .megamenu .sub-menu .menu-promo-bar .promo-item .promo-content .h3 > a:hover {
  color: #B94700 !important;
  text-decoration: underline;
}

.mobile-menu-container {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  top: 60px;
  background: #ffffff;
  -moz-border-radius: 0 0 16px 16px;
  -webkit-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
}

.slinky-menu {
  overflow: hidden;
  transform: translateZ(0);
}
.slinky-menu > ul {
  left: 0;
  position: relative;
  transform: translateZ(0);
}
.slinky-menu hr {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.slinky-menu ul,
.slinky-menu li {
  list-style: none;
  margin: 0;
}
.slinky-menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.slinky-menu a {
  align-items: center;
  display: flex;
}
.slinky-menu a span {
  flex: 1;
  line-height: 1.4;
}
.slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}
.slinky-menu .header {
  display: flex;
  position: relative;
}
.slinky-menu .header .title {
  flex: 1;
  line-height: 1.4;
  margin: 0;
  order: 1;
  background: #ffffff;
}

.slinky-theme-default {
  background: #ffffff;
}
.slinky-theme-default header {
  unset: all;
  pointer-events: none;
  position: relative;
}
.slinky-theme-default .title {
  color: #004EA8;
  padding: 10px 20px 10px 40px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.slinky-theme-default .title::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="12" viewBox="0 0 7 12" fill="none"><path d="M6.33279 11.1408C6.0985 11.3751 5.71865 11.3751 5.48436 11.1408L0.675985 6.33247C0.44167 6.09815 0.441671 5.71825 0.675985 5.48394L5.48436 0.675567C5.71865 0.441278 6.0985 0.441278 6.33279 0.675567C6.56708 0.909856 6.56708 1.28971 6.33279 1.524L2.37286 5.48394C2.13854 5.71825 2.13854 6.09815 2.37286 6.33247L6.33279 10.2924C6.56708 10.5267 6.56708 10.9066 6.33279 11.1408Z" fill="%23004EA8" stroke="%23004EA8"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
}
.slinky-theme-default li {
  line-height: 1;
}
.slinky-theme-default a:not(.back) {
  text-decoration: none;
}
.slinky-theme-default a:not(.back) span {
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 20px;
}
.slinky-theme-default a:not(.back).next span {
  font-weight: 600;
}
.slinky-theme-default a:not(.back).next.sub span {
  font-weight: 400;
}
.slinky-theme-default .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
}
.slinky-theme-default .next span {
  position: relative;
}
.slinky-theme-default .next span::after {
  content: "";
  width: 28px;
  height: 18px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="12" viewBox="0 0 7 12" fill="none"><path d="M0.675996 0.675567C0.910285 0.441278 1.29014 0.441278 1.52443 0.675567L6.3328 5.48394C6.56712 5.71825 6.56712 6.09815 6.3328 6.33247L1.52443 11.1408C1.29014 11.3751 0.910285 11.3751 0.675996 11.1408C0.441706 10.9066 0.441706 10.5267 0.675996 10.2924L4.63593 6.33247C4.87025 6.09815 4.87025 5.71825 4.63593 5.48394L0.675996 1.524C0.441707 1.28971 0.441706 0.909856 0.675996 0.675567Z" fill="black" stroke="black"/></svg>');
  background-size: 7px;
  background-position: center;
  background-repeat: no-repeat;
}

.user-actions {
  display: flex;
  gap: 10px;
  margin-left: 40px;
}
.user-actions .dropdown button.dropdown-toggle {
  position: relative;
  padding-right: 40px;
}
.user-actions .dropdown button.dropdown-toggle:focus, .user-actions .dropdown button.dropdown-toggle:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.user-actions .dropdown button.dropdown-toggle:after {
  content: "";
  border: 1px solid #000000;
  position: absolute;
  top: -4px;
  left: -8px;
  right: -4px;
  bottom: -4px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.user-actions .dropdown button.dropdown-toggle:focus:after {
  opacity: 1;
}
.user-actions .dropdown button.dropdown-toggle::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M0.375018 6.61818C0.140703 6.38387 0.140703 6.00397 0.375018 5.76965L5.7691 0.375576C6.00341 0.141262 6.38331 0.141262 6.61762 0.375576L12.0117 5.76965C12.246 6.00397 12.246 6.38387 12.0117 6.61818L11.9239 6.70594C11.6896 6.94026 11.3097 6.94026 11.0754 6.70594L6.61762 2.24815C6.38331 2.01384 6.00341 2.01384 5.7691 2.24815L1.31131 6.70594C1.07699 6.94026 0.697093 6.94026 0.462779 6.70594L0.375018 6.61818Z" fill="white" stroke="white" stroke-width="0.4"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 8px;
  border: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.user-actions .dropdown button.dropdown-toggle.show::before {
  transform: translateY(-50%) rotate(0deg);
}
.user-actions .dropdown ul.dropdown-menu {
  width: 100%;
  top: 5px !important;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 20px;
}
.user-actions .dropdown ul.dropdown-menu li {
  margin-bottom: 20px;
}
.user-actions .dropdown ul.dropdown-menu li:last-child {
  margin-bottom: 0;
}
.user-actions .dropdown ul.dropdown-menu li a {
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0;
}
.user-actions .dropdown ul.dropdown-menu li a:hover {
  background: none;
  text-decoration: underline;
  color: #B94700;
}
@media (max-width: 1459.98px) {
  .user-actions {
    margin-left: 20px;
  }
}

#toolbar nav.toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 5px;
  padding-bottom: 5px;
}
#toolbar nav.toolbar ol {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
#toolbar nav.toolbar ol li {
  margin-bottom: 0;
}
#toolbar nav.toolbar ol li:last-child a:after {
  display: none;
}
#toolbar nav.toolbar ol li a {
  color: #6D6E71;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
}
#toolbar nav.toolbar ol li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  width: 0%;
  height: 3px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #004EA8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0 auto;
}
#toolbar nav.toolbar ol li a:hover, #toolbar nav.toolbar ol li a:focus {
  color: #004EA8;
}
#toolbar nav.toolbar ol li a:hover::after, #toolbar nav.toolbar ol li a:focus::after {
  width: 100%;
}
#toolbar nav.toolbar .rates-dropdown button.dropdown-toggle,
#toolbar nav.toolbar .help-dropdown button.dropdown-toggle,
#toolbar nav.toolbar .learn-dropdown button.dropdown-toggle {
  position: relative;
}
#toolbar nav.toolbar .rates-dropdown button.dropdown-toggle::after,
#toolbar nav.toolbar .help-dropdown button.dropdown-toggle::after,
#toolbar nav.toolbar .learn-dropdown button.dropdown-toggle::after {
  position: absolute;
  left: 0px;
  right: 0;
  bottom: -4px;
  width: 0%;
  height: 3px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #004EA8;
  border: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#toolbar nav.toolbar .rates-dropdown button.dropdown-toggle:hover::after, #toolbar nav.toolbar .rates-dropdown button.dropdown-toggle:focus::after,
#toolbar nav.toolbar .help-dropdown button.dropdown-toggle:hover::after,
#toolbar nav.toolbar .help-dropdown button.dropdown-toggle:focus::after,
#toolbar nav.toolbar .learn-dropdown button.dropdown-toggle:hover::after,
#toolbar nav.toolbar .learn-dropdown button.dropdown-toggle:focus::after {
  width: 100%;
}
#toolbar nav.toolbar .rates-dropdown ul.dropdown-menu,
#toolbar nav.toolbar .help-dropdown ul.dropdown-menu,
#toolbar nav.toolbar .learn-dropdown ul.dropdown-menu {
  width: 140px;
}
#toolbar nav.toolbar .rates-dropdown ul.dropdown-menu li a.dropdown-item,
#toolbar nav.toolbar .help-dropdown ul.dropdown-menu li a.dropdown-item,
#toolbar nav.toolbar .learn-dropdown ul.dropdown-menu li a.dropdown-item {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
}
#toolbar nav.toolbar .rates-dropdown ul.dropdown-menu li a.dropdown-item::after,
#toolbar nav.toolbar .help-dropdown ul.dropdown-menu li a.dropdown-item::after,
#toolbar nav.toolbar .learn-dropdown ul.dropdown-menu li a.dropdown-item::after {
  display: none;
}

#mobileToolbar {
  padding: 20px;
}
#mobileToolbar .mobile-utility-nav {
  padding: 20px;
}
#mobileToolbar .mobile-utility-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#mobileToolbar .mobile-utility-nav ul li a {
  color: #212529;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
#mobileToolbar .mobile-utility-nav ul li a:hover, #mobileToolbar .mobile-utility-nav ul li a:focus {
  text-decoration: underline;
}
#mobileToolbar .mobile-utility-nav a {
  color: #212529;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
}
#mobileToolbar .mobile-utility-nav a:hover, #mobileToolbar .mobile-utility-nav a:focus {
  text-decoration: underline;
}
#mobileToolbar .mobile-cta {
  padding: 20px 20px 0 20px;
}

.inline-buttons-nav {
  padding: 20px 0;
  border-bottom: 1px solid #A2AAAD;
}
.inline-buttons-nav .show-on-desktop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.inline-buttons-nav .show-on-desktop ul li {
  margin: 0;
}
.inline-buttons-nav .show-on-desktop ul li a {
  display: inline-block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 16px;
  background: #ffffff;
  color: #232323;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 1px solid transparent;
}
.inline-buttons-nav .show-on-desktop ul li a.active {
  background: #004EA8;
  color: #ffffff;
  border: 1px solid #004EA8;
}
.inline-buttons-nav .show-on-desktop ul li a.active:focus {
  border: 1px solid #004EA8;
  outline: none;
}
.inline-buttons-nav .show-on-desktop ul li a:hover {
  border: 1px solid #004EA8;
  outline: none;
}
.inline-buttons-nav .show-on-desktop ul li a:focus {
  border: 1px solid #000000;
  outline: none;
}

/*===========================
    Components
===========================*/
/* =========================
   Skip Links – Accessibility
   ========================= */
/* Skip targets take tabindex="-1" so they can receive focus. They can't be
   reached by tabbing, so suppress the ring around the whole region. */
#main-menu[tabindex="-1"]:focus,
#main-content[tabindex="-1"]:focus {
  outline: none;
}

.screenreader-text {
  position: fixed;
  z-index: 3000;
  top: -1000px;
  left: 0;
  right: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #004EA8;
  padding: 20px 10px;
  text-align: center;
  color: #ffffff;
}
.screenreader-text:focus {
  height: auto;
  width: auto;
  top: 0;
  color: #ffffff;
}

/* =================================
   Reduced Motion – Accessibility
   Respects OS-level "Reduce motion"
   ================================= */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .fade-animate,
  .vertical-animate,
  .stagger-animate .item-stagger,
  .promo .promo-content,
  .hero .hero-content {
    opacity: 1 !important;
    transform: none !important;
  }
}
:root {
  --bg: #0f1117;
  --surface: #1a1d27;
  --surface-2: #22263a;
  --border: #2e3348;
  --text: #FFF;
  --muted: #8892a4;
  --accent: #6366f1;
  --accent-soft: rgba(99, 102, 241, 0.12);
  --green: #10b981;
  --green-soft: rgba(16, 185, 129, 0.12);
  --amber: #f59e0b;
  --amber-soft: rgba(245, 158, 11, 0.12);
  --blue: #3b82f6;
  --blue-soft: rgba(59, 130, 246, 0.12);
  --radius: 10px;
  --radius-sm: 6px;
  --mono: 'JetBrains Mono', 'Fira Code', monospace;
}

.block-notes {
  padding: 50px 0 0 0;
}
.block-notes .container {
  background: var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  color: #FFF;
}
.block-notes .container h2, .block-notes .container .h2 {
  margin-bottom: 20px;
  color: #FFF;
}
.block-notes .container p, .block-notes .container li {
  font-size: 18px;
  color: #FFF;
}
.block-notes .container li {
  margin-bottom: 0px;
}
.block-notes .container li li {
  list-style: square;
}
.block-notes .container code {
  font-family: var(--mono);
  color: var(--amber);
}

a.btn,
button.btn {
  padding: 10px 25px;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  border: 1px solid transparent;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none !important;
}
a.btn:focus, a.btn:focus-visible,
button.btn:focus,
button.btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
a.btn:after,
button.btn:after {
  content: "";
  border: 1px solid #000000;
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.btn-primary,
button.btn-primary {
  background: #90D3CA;
  border: 1px solid #90D3CA;
  color: #003865 !important;
}
a.btn-primary:hover, a.btn-primary:focus,
button.btn-primary:hover,
button.btn-primary:focus {
  background: #47C5B4;
  border: 1px solid #47C5B4;
  color: #003865;
  outline: none !important;
}
a.btn-primary:focus:after,
button.btn-primary:focus:after {
  opacity: 1;
}
a.btn-primary-inverted,
button.btn-primary-inverted {
  background: transparent;
  border: 1px solid #90D3CA;
  color: #90D3CA;
}
a.btn-primary-inverted:hover, a.btn-primary-inverted:focus,
button.btn-primary-inverted:hover,
button.btn-primary-inverted:focus {
  background: transparent;
  border: 1px solid #47C5B4;
  color: #47C5B4;
}
a.btn-primary-inverted:focus:after,
button.btn-primary-inverted:focus:after {
  opacity: 1;
}
a.btn-primary-inverted.small,
button.btn-primary-inverted.small {
  font-size: 12px;
  font-size: 0.75rem;
}
a.btn-secondary,
button.btn-secondary {
  background: #004EA8;
  border: 1px solid #004EA8;
  color: #ffffff;
}
a.btn-secondary:hover, a.btn-secondary:focus,
button.btn-secondary:hover,
button.btn-secondary:focus {
  background: #003169;
  border: 1px solid #003169;
  color: #ffffff;
}
a.btn-secondary:focus:after,
button.btn-secondary:focus:after {
  opacity: 1;
}
a.btn-secondary-inverted,
button.btn-secondary-inverted {
  background: transparent;
  border: 1px solid #004EA8;
  color: #004EA8;
}
a.btn-secondary-inverted:hover, a.btn-secondary-inverted:focus,
button.btn-secondary-inverted:hover,
button.btn-secondary-inverted:focus {
  background: transparent;
  border: 1px solid #003169;
  color: #003169;
}
a.btn-secondary-inverted:focus:after,
button.btn-secondary-inverted:focus:after {
  opacity: 1;
}
a.btn-tertiary,
button.btn-tertiary {
  background: #B94700;
  border: 1px solid #B94700;
  color: #ffffff;
}
a.btn-tertiary:hover, a.btn-tertiary:focus,
button.btn-tertiary:hover,
button.btn-tertiary:focus {
  background: #8B3500;
  border: 1px solid #8B3500;
  color: #ffffff;
}
a.btn-tertiary:focus:after,
button.btn-tertiary:focus:after {
  opacity: 1;
}
a.btn-tertiary-inverted,
button.btn-tertiary-inverted {
  background: transparent;
  border: 1px solid #B94700;
  color: #B94700;
}
a.btn-tertiary-inverted:hover, a.btn-tertiary-inverted:focus,
button.btn-tertiary-inverted:hover,
button.btn-tertiary-inverted:focus {
  background: transparent;
  border: 1px solid #8B3500;
  color: #8B3500;
}
a.btn-tertiary-inverted:focus:after,
button.btn-tertiary-inverted:focus:after {
  opacity: 1;
}
a.btn-text, a.btn-text-secondary, a.btn-link-secondary,
button.btn-text,
button.btn-text-secondary,
button.btn-link-secondary {
  padding-left: 10px;
  padding-right: 10px;
}
a.btn-text, a.btn-link,
button.btn-text,
button.btn-link {
  background: transparent;
  border: 1px solid transparent;
  color: #90D3CA;
}
a.btn-text:hover, a.btn-link:hover,
button.btn-text:hover,
button.btn-link:hover {
  background: transparent;
  border: 1px solid transparent;
  color: #47C5B4;
  text-decoration: underline;
}
a.btn-text:focus:after, a.btn-link:focus:after,
button.btn-text:focus:after,
button.btn-link:focus:after {
  opacity: 1;
}
a.btn-text-secondary, a.btn-link-secondary,
button.btn-text-secondary,
button.btn-link-secondary {
  background: transparent;
  border: 1px solid transparent;
  color: #B94700;
}
a.btn-text-secondary:hover, a.btn-link-secondary:hover,
button.btn-text-secondary:hover,
button.btn-link-secondary:hover {
  background: transparent;
  border: 1px solid transparent;
  color: #8B3500;
  text-decoration: underline;
}
a.btn-text-secondary:focus:after, a.btn-link-secondary:focus:after,
button.btn-text-secondary:focus:after,
button.btn-link-secondary:focus:after {
  opacity: 1;
}
a.btn-dropdown,
button.btn-dropdown {
  background-image: url("../images/ui/chevron-down-white.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 12px;
  padding-right: 45px;
}
a.btn-dropdown:hover, a.btn-dropdown:focus,
button.btn-dropdown:hover,
button.btn-dropdown:focus {
  background-image: url("../images/ui/chevron-down-white.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 12px;
  padding-right: 45px;
}
a.btn.download,
button.btn.download {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="12" viewBox="0 0 15 12" fill="none"><line x1="0.5" y1="5.92187" x2="0.5" y2="11.0035" stroke="%23003865"/><line x1="13.6758" y1="5.92187" x2="13.6758" y2="11.0035" stroke="%23003865"/><line x1="14" y1="11.4062" y2="11.4062" stroke="%23003865"/><path d="M7.05856 8.48414C7.25382 8.6794 7.5704 8.6794 7.76566 8.48414L10.9476 5.30216C11.1429 5.1069 11.1429 4.79032 10.9476 4.59505C10.7524 4.39979 10.4358 4.39979 10.2405 4.59505L7.41211 7.42348L4.58368 4.59505C4.38842 4.39979 4.07184 4.39979 3.87658 4.59505C3.68131 4.79032 3.68131 5.1069 3.87658 5.30216L7.05856 8.48414ZM7.41211 0L6.91211 2.12648e-08L6.91211 8.13059L7.41211 8.13059L7.91211 8.13059L7.91211 -2.12648e-08L7.41211 0Z" fill="%23003865"/></svg>');
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 16px;
  padding-right: 45px;
}
a.btn.download:hover, a.btn.download:focus,
button.btn.download:hover,
button.btn.download:focus {
  background-image: url("../images/ui/download-white.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 16px;
  padding-right: 45px;
}
a.btn.js-load-more svg,
button.btn.js-load-more svg {
  margin-right: 10px;
}

.bgRoyalBlue a.btn:after,
.bgRoyalBlue button.btn:after,
.site-footer a.btn:after,
.site-footer button.btn:after,
.rate-tiles a.btn:after,
.rate-tiles button.btn:after,
.information-hub-item-main-content a.btn:after,
.information-hub-item-main-content button.btn:after {
  border: 1px solid #ffffff;
}
.bgRoyalBlue a.btn:focus:after,
.bgRoyalBlue button.btn:focus:after,
.site-footer a.btn:focus:after,
.site-footer button.btn:focus:after,
.rate-tiles a.btn:focus:after,
.rate-tiles button.btn:focus:after,
.information-hub-item-main-content a.btn:focus:after,
.information-hub-item-main-content button.btn:focus:after {
  opacity: 1;
}

.app-download-links {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.app-download-links img {
  max-width: 130px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container .video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 10;
}
.embed-container .video-poster:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 11;
}
.embed-container .video-poster:after {
  content: "";
  display: block;
  position: absolute;
  height: 120px;
  width: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="112" viewBox="0 0 100 112" fill="none"><path d="M93.75 45.3599C101.75 49.9787 101.75 61.5257 93.75 66.1445L18 109.879C9.99999 114.498 0 108.724 0 99.4865L0 12.0179C0 2.7803 10 -2.99319 18 1.62561L93.75 45.3599Z" fill="white"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 120px;
}
@media (max-width: 839.98px) {
  .embed-container .video-poster:after {
    height: 80px;
    width: 80px;
    background-size: auto 80px;
  }
}
@media (max-width: 639.98px) {
  .embed-container .video-poster:after {
    height: 60px;
    width: 60px;
    background-size: auto 60px;
  }
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.waves {
  width: 100%;
  position: relative;
  margin-bottom: -2px;
}
.waves img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

ul.checkmarks {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
ul.checkmarks li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
ul.checkmarks li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><circle cx="10" cy="10" r="10" fill="%23004EA8"/><path d="M8.50385 12.4969L13.9512 4.71985L15.351 5.7003L8.92316 14.8772L8.92236 14.8766L8.9218 14.8774L3.78906 11.2822L4.77007 9.88166L8.50385 12.4969Z" fill="white"/></svg>');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.mobile-search {
  background: #F2F0EA;
  padding: 15px 20px;
  margin-bottom: 10px !important;
}
.mobile-search form {
  position: relative;
  background: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.mobile-search form input[type=text],
.mobile-search form input[type=search] {
  border: none;
  padding: 10px 45px 10px 50px;
  width: 100%;
  font-size: 16px;
  height: 40px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" viewBox="0 0 24 20" fill="none"><path d="M8.57129 1.14258C12.6742 1.14258 16.0007 4.46831 16.001 8.57129C16.001 12.6745 12.6743 16.001 8.57129 16.001C4.46838 16.0008 1.14258 12.6744 1.14258 8.57129C1.14281 4.4684 4.46852 1.14271 8.57129 1.14258Z" stroke="%23B94700" stroke-width="2.28462"/><line x1="1.14231" y1="-1.14231" x2="9.5722" y2="-1.14231" transform="matrix(0.799994 0.600008 -0.599992 0.800006 13.5723 13.5713)" stroke="%23B94700" stroke-width="2.28462" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 15px center;
}
.mobile-search form .cludo-input-form__voice-button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.mobile-search form .cludo-input-form__voice-button svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #232323;
}
.mobile-search form .cludo-input-form__voice-button.cludo-voice-active svg {
  fill: #004EA8;
}

.cludo-input-form:has(.cludo-input-form__voice-button) > .cludo-voice-icon:not(.cludo-input-form__voice-button) {
  display: none;
}

.olb-login {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.14);
  position: absolute;
  right: 60px;
  display: none;
  z-index: 1002;
}
.olb-login.show-login {
  display: block;
}
.olb-login .login-promo {
  -moz-border-radius: 12px 0 0 12px;
  -webkit-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
  background: #ffffff;
  padding: 25px;
  width: 220px;
}
.olb-login .login-promo h2, .olb-login .login-promo .h2 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000000;
}
.olb-login .login-promo .card {
  border: none;
  background: none;
  padding: 0;
}
.olb-login .login-promo .card .promo-image {
  overflow: hidden;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 10px;
}
.olb-login .login-promo .card .promo-image img {
  width: 100%;
  height: auto;
  display: block;
}
.olb-login .login-promo .card .promo-image a {
  display: block;
  padding: 0;
}
.olb-login .login-promo .card .card-body {
  padding: 0 10px 10px 10px;
}
.olb-login .login-promo .card .card-body h3, .olb-login .login-promo .card .card-body .h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3em;
  color: #004EA8;
}
.olb-login .login-promo .card .card-body h3 a, .olb-login .login-promo .card .card-body .h3 a {
  color: #004EA8 !important;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  padding: 0;
}
.olb-login .login-promo .card .card-body h3 a:hover, .olb-login .login-promo .card .card-body .h3 a:hover {
  color: #B94700 !important;
}
.olb-login .login-promo .card .card-body p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
}
.olb-login .login-promo .card .card-body p:last-of-type {
  margin-bottom: 0;
}
.olb-login .login-grid {
  width: 480px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 0px;
}
.olb-login .login-grid .login-promo {
  grid-column: span 2/span 2;
}
.olb-login .login-grid .login-form {
  grid-column: span 3/span 3;
  grid-column-start: 3;
  position: relative;
  background: #003865;
  -moz-border-radius: 0 12px 12px 0;
  -webkit-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
  padding: 24px;
}
.olb-login .login-grid .login-form button.login-close-btn {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 20px;
}
.olb-login .login-grid .login-form .login-title {
  color: #ffffff;
  font-family: Lato;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 25px;
}
.olb-login .login-grid:not(:has(.login-promo)) {
  width: 288px;
}
.olb-login .login-grid:not(:has(.login-promo)) .login-grid {
  grid-template-columns: 1fr;
}
.olb-login .login-grid:not(:has(.login-promo)) .login-form {
  grid-column: 1/-1;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.olb-login .login-help {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 12px;
}
.olb-login .login-help a {
  color: #ffffff;
  text-decoration: underline;
}
.olb-login .btn.small {
  width: 100%;
}
.olb-login a.btn:after {
  border: 1px solid #ffffff;
}
.olb-login a.btn:focus:after {
  opacity: 1;
}
.olb-login wa-select {
  width: 100%;
  margin-bottom: 12px;
}
.olb-login form .form-group {
  margin-bottom: 12px;
}
.olb-login form .form-group ::-webkit-input-placeholder {
  color: #6D6E71;
  opacity: 1;
  filter: alpha(opacity=100);
}
.olb-login form .form-group :-moz-placeholder {
  color: #6D6E71;
  opacity: 1;
  filter: alpha(opacity=100);
}
.olb-login form .form-group ::-moz-placeholder {
  color: #6D6E71;
  opacity: 1;
  filter: alpha(opacity=100);
}
.olb-login form .form-group :-ms-input-placeholder {
  color: #6D6E71;
  opacity: 1;
  filter: alpha(opacity=100);
}
.olb-login form .form-group input[type=text], .olb-login form .form-group input[type=password] {
  width: 100%;
  background: #ffffff;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
  height: 38px;
  font-weight: 400;
}
.olb-login form .form-group button.btn:after {
  border: 1px solid #ffffff;
}
.olb-login form .form-group button.btn:focus:after {
  opacity: 1;
}
@media (max-width: 640px) {
  .olb-login {
    width: 100%;
    left: 0;
    right: 0;
  }
  .olb-login .login-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .olb-login .login-grid .login-promo {
    display: none;
  }
  .olb-login .login-grid .login-form {
    grid-column: 1/-1;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
  }
  .olb-login .login-help {
    text-align: center;
  }
}

.article-byline {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #404040;
}
.article-byline > div {
  position: relative;
  padding-right: 20px;
}
.article-byline > div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 1px;
  height: 100%;
  background-color: #B4E7FC;
}
.article-byline > div:last-child {
  padding-right: 0;
}
.article-byline > div:last-child::after {
  display: none;
}
.article-byline .article-author a {
  color: #004EA8;
}
@media (max-width: 839.98px) {
  .article-byline {
    flex-wrap: wrap;
    gap: 10px;
  }
  .article-byline > div {
    flex: 0 0 calc(50% - 5px);
    justify-content: space-between;
    padding-right: 0;
  }
  .article-byline > div:nth-child(even) {
    text-align: right;
  }
  .article-byline > div::after {
    display: none;
  }
}

.article-share {
  display: flex;
  align-items: center;
  gap: 8px;
}
.article-share span {
  color: #232323;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.article-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.event-share .article-share {
  justify-content: flex-end;
}
@media (max-width: 1159.98px) {
  .event-share .article-share {
    justify-content: flex-start;
  }
}

.article-event {
  background: #F9F8F6;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  padding: 24px;
}
.article-event .row {
  width: 100%;
}
.article-event .event-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.article-event .event-meta svg {
  width: 24px;
  height: 24px;
}
.article-event .event-meta span {
  color: #232323;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.article-event .event-content .title {
  color: #232323;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 16px;
}
.article-event .event-content p {
  margin-bottom: 18px;
}
.article-event .event-content a {
  color: #004EA8;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}
.article-event .event-content a:hover, .article-event .event-content a:focus, .article-event .event-content a:active {
  text-decoration: underline;
}
@media (max-width: 839.98px) {
  .article-event {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
}

.custom-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.custom-tabs a {
  padding: 10px 25px;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  border: 1px solid #004EA8;
  text-decoration: none;
  color: #004EA8;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.custom-tabs a:focus, .custom-tabs a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.custom-tabs a:after {
  content: "";
  border: 1px solid #000000;
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.custom-tabs a:hover {
  border: 1px solid #003169;
  color: #003169;
}
.custom-tabs a:focus:after {
  opacity: 1;
}
.custom-tabs a[aria-selected=true] {
  background-color: #004EA8;
  color: #ffffff;
}

@media (max-width: 1159.98px) {
  .custom-panels [class*=col-] {
    margin-bottom: 30px;
  }
}

.sidebar-links {
  position: relative;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sidebar-links::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  width: 1px;
  height: 100%;
  background-color: #004EA8;
}
.sidebar-links h3, .sidebar-links .h3 {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 20px;
}
.sidebar-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-links ul li {
  margin-bottom: 12px;
}
.sidebar-links ul li a {
  color: #004EA8;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
}
@media (max-width: 1159.98px) {
  .sidebar-links {
    padding-left: 0;
    padding-top: 40px;
  }
  .sidebar-links::before {
    left: 0;
    width: 100%;
    height: 1px;
  }
}

.topics-tags {
  border-top: 1px solid #58595B;
  margin-top: 40px;
  padding-top: 40px;
}
.topics-tags ul, .topics-tags ol {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.topics-tags a:not(.btn) {
  color: #004EA8;
  font-weight: 700;
  text-decoration: none;
}
.topics-tags a:not(.btn):hover {
  text-decoration: underline;
  color: #B94700;
}

body.modal-open {
  padding-right: 0 !important;
}

/* Lightbox images are keyboard-reachable, so they need a visible focus ring */
[data-lightbox]:focus-visible {
  outline: 3px solid #004EA8;
  outline-offset: 3px;
}

.lightbox-modal {
  background: rgba(0, 0, 0, 0.5);
}
.lightbox-modal .modal-content {
  position: relative;
  background: none;
  border: 0;
}
.lightbox-modal .btn-close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1;
  padding: 10px;
  background-color: transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="29" viewBox="0 0 29 29" fill="none"><line x1="20.9609" y1="7.96069" x2="7.96069" y2="20.9609" stroke="white" stroke-width="1.9" stroke-linecap="round"/><line x1="7.9607" y1="7.72656" x2="20.9609" y2="20.7268" stroke="white" stroke-width="1.9" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}
.lightbox-modal .modal-body {
  padding: 0;
  text-align: center;
}
.lightbox-modal .lightbox-image {
  max-width: 100%;
  max-height: 80vh;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.lightbox-modal .lightbox-caption {
  margin: 12px 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
}

/* =========================
   Video Lightbox
   ========================= */
/* The modal itself inherits the dark backdrop and fixed close button from
   .lightbox-modal; only the player box is specific to video. */
.video-lightbox .video-lightbox-frame {
  background: #000000;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.video-lightbox .video-lightbox-frame iframe {
  border: 0;
}

/* Poster button that opens the lightbox. It sits inside .embed-container,
   which reserves the 16:9 box, and reuses .video-poster for the scrim and
   play glyph. */
.video-thumb {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.video-thumb .video-poster {
  display: block;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.video-thumb .video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-thumb .video-poster {
  /* _embeds.scss sizes the play glyph in fixed px for a full-width
     carousel slide, which is oversized once a thumb sits in a grid.
     Scale it to the poster instead so it works at any column width. */
}
.video-thumb .video-poster:after {
  width: 22%;
  height: auto;
  aspect-ratio: 100/112;
  background-size: contain;
}
.video-thumb .video-poster {
  /* Deepen the scrim on hover so the poster reads as clickable */
}
.video-thumb .video-poster:hover:before {
  background: rgba(0, 0, 0, 0.45);
}
.video-thumb .video-poster {
  /* Match the offset ring the buttons use, drawn inside the container
     since .embed-container clips overflow */
}
.video-thumb .video-poster:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px #ffffff;
}

.profile-card {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 30px;
  background-color: #F2F0EA;
}
.profile-card .profile-card-image {
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  overflow: hidden;
  width: 100%;
  max-width: 210px;
}
.profile-card .profile-card-content {
  display: flex;
  gap: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #232323;
}
.profile-card .profile-card-content .profile-info {
  padding-top: 10px;
}
.profile-card .profile-card-content h2, .profile-card .profile-card-content .h2 {
  color: #232323;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}
.profile-card .profile-card-content h3, .profile-card .profile-card-content .h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #004EA8;
}
.profile-card .profile-card-content p {
  font-size: inherit;
}
.profile-card .profile-card-content a:not(.btn) {
  color: #004EA8;
  font-weight: 700;
}
@media (max-width: 1159.98px) {
  .profile-card .profile-card-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 839.98px) {
  .profile-card .profile-card-content {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10px;
  }
}
.profile-card ul.profile-card-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.profile-card ul.profile-card-contact li {
  margin-bottom: 0;
}
.profile-card ul.profile-card-contact a:not(.btn) {
  color: #004EA8;
  text-decoration: none;
  font-weight: bold;
}
.profile-card ul.profile-card-contact a:not(.btn):hover {
  text-decoration: underline;
}
.profile-card ul.profile-card-contact a.btn {
  width: 100%;
}
@media (max-width: 839.98px) {
  .profile-card {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .profile-card .profile-card-image {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
}
.badge-list img {
  width: auto;
  max-height: 100px;
}
@media (max-width: 839.98px) {
  .badge-list {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .badge-list img {
    max-height: 80px;
  }
}

.speedbump_container {
  position: relative;
  display: none;
}
.speedbump_container.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.speedbump_container button.close-speedbump {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
  background: none;
  border: 0;
}
.speedbump_container .speedbump-box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  width: 100%;
  max-width: 700px;
  max-height: 100%;
  overflow-y: auto;
  z-index: 1001;
  text-align: left;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.25);
}
.speedbump_container .speedbump-content h2, .speedbump_container .speedbump-content .h2 {
  color: #232323;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
}
.speedbump_container .speedbump-content p {
  font-size: 18px;
  font-size: 1.125rem;
}
.speedbump_container .speedbump-content p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 639.98px) {
  .speedbump_container .speedbump-box {
    padding: 50px 20px 40px 20px;
  }
  .speedbump_container .speedbump-box h2, .speedbump_container .speedbump-box .h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .speedbump_container .speedbump-box p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@property --site-alerts-height {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
:root {
  --site-alerts-height: 0px;
}

html.site-alerts-ready {
  transition: --site-alerts-height 0.2s ease-out;
}

.site-alerts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 600;
}
.site-alerts:empty {
  display: none;
}
.site-alerts .alert {
  margin: 15px 15px 0 15px;
  border-radius: 8px;
  padding: 25px 60px 25px 50px;
}
.site-alerts .alert-urgent {
  background: #dc3545;
  color: #ffffff;
}
.site-alerts .alert-normal {
  background: #FFC72C;
  color: #000000;
}
.site-alerts .alert-positive {
  background: #55C2B6;
  color: #000000;
}
.site-alerts .alert-urgent p, .site-alerts .alert-normal p, .site-alerts .alert-positive p {
  color: inherit;
  font-weight: 700;
}
.site-alerts .alert-urgent p:last-of-type, .site-alerts .alert-normal p:last-of-type, .site-alerts .alert-positive p:last-of-type {
  margin-bottom: 0;
}
.site-alerts .alert .alert-content {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: inherit;
  text-align: center;
  position: relative;
}
.site-alerts .alert .alert-content button.alert-dismiss {
  position: absolute;
  top: -5px;
  right: -40px;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
}
@media (max-width: 839.98px) {
  .site-alerts .alert {
    padding-left: 24px;
  }
  .site-alerts .alert .alert-content {
    text-align: left;
  }
  .site-alerts .alert .alert-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .site-alerts .alert .alert-content button.alert-dismiss {
    top: -8px;
    right: -50px;
  }
}

#search-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: 0 0 36px 36px;
  background: #F2F0EA;
  z-index: 1001;
  width: 100%;
  padding: 50px;
  display: none;
}
#search-panel form {
  width: 100%;
  display: flex;
  position: relative;
}
#search-panel form input[type=text], #search-panel form input[type=search] {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 0;
  background: #ffffff;
  width: 100%;
  height: 90px;
  padding: 12px 120px 12px 24px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  color: #232323;
}
#search-panel form input[type=text]::-webkit-search-cancel-button, #search-panel form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
#search-panel form input[type=text]::-ms-clear, #search-panel form input[type=search]::-ms-clear {
  display: none;
}
#search-panel form button {
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  right: 30px;
  top: 50%;
  transform: translateY(-57%);
  width: 34px;
  height: 34px;
}
#search-panel form .cludo-input-form__voice-button {
  right: 85px;
  transform: translateY(-54%);
  width: 30px;
  height: 30px;
}
#search-panel form .cludo-input-form__voice-button svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #232323;
}
#search-panel form .cludo-input-form__voice-button.cludo-voice-active svg {
  fill: #004EA8;
}
#search-panel form:has(.cludo-input-form__voice-button) input[type=text], #search-panel form:has(.cludo-input-form__voice-button) input[type=search] {
  padding-right: 150px;
}
#search-panel .routing-badge {
  border-radius: 16px;
}
#search-panel .search-support {
  display: flex;
  gap: 80px;
  justify-content: flex-end;
}
#search-panel .search-support h3, #search-panel .search-support .h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  color: #000000;
  margin-bottom: 16px;
}
#search-panel .search-support ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#search-panel .search-support ul li {
  margin-bottom: 16px;
}
#search-panel .search-support ul li a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

/*===========================
    Blocks
===========================*/
.hero {
  /** Global Hero Styles used across all hero blocks **/
}
.hero .hero-content p {
  font-size: 20px;
  font-size: 1.25rem;
}
.hero .hero-content p sup {
  font-size: 12px;
  font-size: 0.75rem;
  left: 0.3em;
}
.hero .eyebrow a {
  color: #004EA8;
}
.hero .eyebrow a:hover {
  color: #004EA8;
  text-decoration: underline;
}
.hero .branch-alert {
  margin-bottom: 30px;
  padding-left: 40px;
  position: relative;
  color: #B94700;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.hero .branch-alert:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M15.5869 2.71582C15.7705 2.39787 16.2295 2.39787 16.4131 2.71582L27.7109 22.2842C27.8945 22.6021 27.665 23 27.2979 23H4.70215C4.33502 23 4.10549 22.6021 4.28906 22.2842L15.5869 2.71582Z" stroke="%23B94700" stroke-width="2"/><path d="M16 10.5L16 16.5" stroke="%23B94700" stroke-width="2" stroke-linecap="round"/><circle cx="16" cy="19.5" r="1" fill="%23B94700"/></svg>');
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
}
.hero {
  /**=======Hero Specific Styles=======**/
  /** 
   * Hero Large 
  **/
}
.hero-large {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  overflow: hidden;
}
.hero-large .waves {
  margin-bottom: 0;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
@media (min-width: 840px) {
  .hero-large .container.hero-container,
  .hero-large .container.hero-container .row {
    min-height: 850px;
  }
}
.hero-large .bg-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-large .bg-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-large .container {
  position: inherit;
  z-index: 1;
}
.hero-large .mobile-image {
  position: relative;
  max-height: 600px;
  min-height: 340px;
  overflow: hidden;
}
.hero-large .mobile-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: var(--wave);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: -1px;
}
.hero-large .mobile-image img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}
@media (min-width: 1160px) {
  .hero-large.dark .hero-content {
    position: relative;
  }
  .hero-large.dark .hero-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    transform: translateX(10%);
    right: 0;
    bottom: 0;
    margin: auto;
    width: 140%;
    height: 140%;
    background: rgba(0, 0, 0, 0.58);
    filter: blur(100px);
    z-index: -1;
  }
  .hero-large.dark a.btn:after {
    border: 1px solid #ffffff;
  }
  .hero-large.dark a.btn:focus:after {
    opacity: 1;
  }
  .hero-large.light .hero-content {
    position: relative;
  }
  .hero-large.light .hero-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    transform: translateX(10%);
    right: 0;
    bottom: 0;
    margin: auto;
    width: 140%;
    height: 140%;
    background: rgba(255, 255, 255, 0.58);
    filter: blur(100px);
    z-index: -1;
  }
  .hero-large .hero-content .eyebrow {
    color: #404040;
  }
  .hero-large .hero-content h1, .hero-large .hero-content .h1 {
    font-size: 44px;
    font-size: 2.75rem;
  }
  .hero-large .hero-content h1, .hero-large .hero-content .h1, .hero-large .hero-content h2, .hero-large .hero-content .h2 {
    color: #004EA8;
  }
  .hero-large .hero-content p, .hero-large .hero-content li {
    color: #232323;
  }
  .hero-large .hero-content.text-light h1, .hero-large .hero-content.text-light .h1, .hero-large .hero-content.text-light h2, .hero-large .hero-content.text-light .h2, .hero-large .hero-content.text-light p, .hero-large .hero-content.text-light li, .hero-large .hero-content.text-light .eyebrow {
    color: #ffffff;
  }
}
@media (max-width: 1159.98px) {
  .hero-large:after {
    display: none;
  }
  .hero-large .container {
    max-width: unset;
  }
  .hero-large .container, .hero-large .row {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-large .bg-hero {
    display: none;
  }
  .hero-large .hero-content {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-large .hero-content .eyebrow {
    color: #404040;
  }
  .hero-large .hero-content h1, .hero-large .hero-content .h1, .hero-large .hero-content h2, .hero-large .hero-content .h2 {
    color: #004EA8;
  }
  .hero-large .hero-content p, .hero-large .hero-content li {
    color: #232323;
  }
}
.hero {
  /** 
   * Hero Medium 
  **/
}
.hero-medium {
  position: relative;
  padding-top: 220px;
  min-height: 600px;
}
.hero-medium .waves {
  margin-bottom: 0;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
.hero-medium .bg-hero {
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
}
.hero-medium .bg-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-medium .bg-hero .bg-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-medium .hero-content {
  padding-right: 40px;
}
.hero-medium .hero-content .eyebrow {
  color: #404040;
}
.hero-medium .hero-content h1, .hero-medium .hero-content .h1, .hero-medium .hero-content h2, .hero-medium .hero-content .h2 {
  color: #004EA8;
}
.hero-medium .hero-content p, .hero-medium .hero-content li {
  color: #232323;
}
@media (max-width: 1159.98px) {
  .hero-medium {
    padding-top: 140px;
    padding-bottom: 160px;
    margin-bottom: -50px;
  }
  .hero-medium .waves {
    bottom: 50px;
  }
  .hero-medium > .container > .row {
    flex-direction: column-reverse;
  }
  .hero-medium .bg-hero {
    margin-bottom: 30px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
  .hero-medium .hero-content {
    padding-right: 0;
  }
}
@media (max-width: 839.98px) {
  .hero-medium {
    padding-top: 90px;
  }
}
.hero {
  /**
   * Default - Hero Small
   */
}
.hero-small {
  position: relative;
  min-height: 340px;
  padding-top: 220px;
  padding-bottom: 50px;
}
.hero-small::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background-image: var(--wave);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin-bottom: -1px;
}
.hero-small .bg-hero {
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  overflow: hidden;
  min-height: 360px;
  display: flex;
}
.hero-small .bg-hero img {
  width: 100%;
  align-self: stretch;
  object-fit: cover;
}
.hero-small .hero-content .eyebrow {
  color: #404040;
}
.hero-small .hero-content h1, .hero-small .hero-content .h1, .hero-small .hero-content h2, .hero-small .hero-content .h2 {
  color: #004EA8;
}
.hero-small .hero-content p, .hero-small .hero-content li {
  color: #404040;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 1159.98px) {
  .hero-small {
    padding-top: 110px;
    min-height: unset;
  }
  .hero-small::after {
    height: 120px;
  }
  .hero-small > .container > .row {
    flex-direction: column-reverse;
  }
  .hero-small .bg-hero {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 839.98px) {
  .hero-small .bg-hero {
    min-height: 240px;
    max-height: 240px;
  }
}
@media (max-width: 1159.98px) {
  .hero-small.profile .row {
    flex-direction: row !important;
  }
}
@media (max-width: 839.98px) {
  .hero-small.profile .row {
    flex-direction: column !important;
  }
}
.hero-small.rates .simple-dropdown button {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #6D6E71;
  background: #ffffff;
  padding: 12px 16px;
  width: 100%;
  text-align: left;
  color: #232323;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
.hero-small.rates .simple-dropdown button:after {
  content: "";
  float: right;
  margin-top: 8px;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M0.75 0.75L5.75 5.75L10.75 0.75" stroke="%23232323" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
}
.hero-small.rates .simple-dropdown ul.dropdown-menu {
  left: 0 !important;
  width: 100%;
}
.hero-small.rates .rates-note {
  margin-top: 40px;
}
.hero-small.search .hero-content {
  display: flex;
  align-items: center;
  gap: 30px;
}
.hero-small.search .hero-content h1, .hero-small.search .hero-content .h1 {
  margin-bottom: 0;
}
.hero-small.search .hero-content form {
  width: 100%;
  display: flex;
  position: relative;
}
.hero-small.search .hero-content form input[type=text], .hero-small.search .hero-content form input[type=search] {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #6D6E71;
  background: #ffffff;
  width: 100%;
  height: 64px;
  padding: 12px 70px 12px 16px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #232323;
}
.hero-small.search .hero-content form input[type=text]::-webkit-search-cancel-button, .hero-small.search .hero-content form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.hero-small.search .hero-content form input[type=text]::-ms-clear, .hero-small.search .hero-content form input[type=search]::-ms-clear {
  display: none;
}
.hero-small.search .hero-content form button {
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  right: 30px;
  top: 50%;
  transform: translateY(-67%);
  width: 24px;
  height: 24px;
}
.hero-small.search .hero-content form .cludo-input-form__voice-button {
  right: 75px;
  transform: translateY(-56%);
}
.hero-small.search .hero-content form .cludo-input-form__voice-button svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #232323;
}
.hero-small.search .hero-content form .cludo-input-form__voice-button.cludo-voice-active svg {
  fill: #004EA8;
}
.hero-small.search .hero-content form:has(.cludo-input-form__voice-button) input[type=text], .hero-small.search .hero-content form:has(.cludo-input-form__voice-button) input[type=search] {
  padding-right: 100px;
}
.hero-small.locations-search {
  padding-top: 220px;
  padding-bottom: 0;
}
.hero-small.locations-search h1, .hero-small.locations-search .h1 {
  color: #004EA8;
}
.hero-small.help .hero-columns {
  display: flex;
  gap: 60px;
  align-items: center;
}
.hero-small.help .hero-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.hero-small.help form {
  position: relative;
}
.hero-small.help input[type=text] {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #6D6E71;
  background: #ffffff;
  width: 100%;
  height: 64px;
  padding: 12px 70px 12px 16px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #232323;
}
.hero-small.help input[type=text]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.hero-small.help input[type=text]::-ms-clear {
  display: none;
}
.hero-small.help button.submit {
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  right: 30px;
  top: 50%;
  transform: translateY(-67%);
  width: 24px;
  height: 24px;
}
@media (max-width: 839.98px) {
  .hero-small.help .hero-columns {
    flex-direction: column;
    gap: 20px;
  }
  .hero-small.help .hero-badge {
    max-width: unset;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
}
.hero-small.error-404 {
  padding-bottom: 0;
}
.hero-small.error-404 .hero-columns {
  display: flex;
  gap: 60px;
  align-items: center;
}
.hero-small.error-404 .hero-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.hero-small.error-404 .hero-badge {
  background: #003865;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  padding: 26px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}
.hero-small.error-404 .hero-badge span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: inherit;
  padding-bottom: 10px;
}
.hero-small.error-404 .hero-badge .btn {
  width: fit-content;
}
.hero-small.error-404 form {
  width: 100%;
  display: flex;
  position: relative;
}
.hero-small.error-404 form input[type=text], .hero-small.error-404 form input[type=search] {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #6D6E71;
  background: #ffffff;
  width: 100%;
  height: 64px;
  padding: 12px 70px 12px 16px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #232323;
}
.hero-small.error-404 form input[type=text]::-webkit-search-cancel-button, .hero-small.error-404 form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.hero-small.error-404 form input[type=text]::-ms-clear, .hero-small.error-404 form input[type=search]::-ms-clear {
  display: none;
}
.hero-small.error-404 form button {
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  right: 30px;
  top: 50%;
  transform: translateY(-67%);
  width: 24px;
  height: 24px;
}
.hero-small.error-404 form .cludo-input-form__voice-button {
  right: 75px;
  transform: translateY(-56%);
}
.hero-small.error-404 form .cludo-input-form__voice-button svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #232323;
}
.hero-small.error-404 form .cludo-input-form__voice-button.cludo-voice-active svg {
  fill: #004EA8;
}
.hero-small.error-404 form:has(.cludo-input-form__voice-button) input[type=text], .hero-small.error-404 form:has(.cludo-input-form__voice-button) input[type=search] {
  padding-right: 100px;
}
.hero-small.error-404 .error-image {
  overflow: hidden;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
}
@media (max-width: 839.98px) {
  .hero-small.error-404 .hero-columns {
    flex-direction: column;
    gap: 20px;
  }
  .hero-small.error-404 .hero-badge {
    max-width: unset;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
  .hero-small.error-404 .error-image {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
}

.intro .content-wrap {
  text-align: center;
}
.intro .content-wrap h2, .intro .content-wrap .h2 {
  text-wrap: balance;
}
.intro .content-wrap p {
  font-size: 18px;
  font-size: 1.125rem;
}
.intro .content-wrap ul, .intro .content-wrap ol {
  list-style-position: inside;
}
.intro .text-left .content-wrap {
  text-align: left;
}
.intro .column {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 1160px) {
  .intro .column {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
.intro.full-width .column {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.cards [class*=col-] {
  padding-bottom: 20px;
}
.cards .card-footer {
  background: none;
  padding: 0;
  border: 0;
}
.cards {
  /**
    * Cards with Images
  **/
}
.cards.image-cards .slick-list {
  overflow: visible;
}
.cards.image-cards .article-cards-nav {
  display: none;
}
@media (max-width: 839px) {
  .cards.image-cards .container {
    padding: 0;
  }
  .cards.image-cards [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cards.image-cards .article-cards-nav {
    display: flex;
    gap: 20px;
    justify-content: end;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
  }
  .cards.image-cards .article-cards-nav button.prev-slide,
  .cards.image-cards .article-cards-nav button.next-slide {
    font-size: 0;
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: 0;
    display: block;
  }
  .cards.image-cards .article-cards-nav button.prev-slide:disabled,
  .cards.image-cards .article-cards-nav button.next-slide:disabled {
    opacity: 0.7;
  }
  .cards.image-cards .article-cards-nav button.prev-slide {
    background-image: url("../images/ui/chevron-arrow-burnt-orange.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65px;
  }
  .cards.image-cards .article-cards-nav button.next-slide {
    background-image: url("../images/ui/chevron-arrow-burnt-orange.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65px;
    transform: rotate(180deg);
  }
}
@media (max-width: 839px) and (max-width: 1159.98px) {
  .cards.image-cards .article-cards-nav {
    gap: 10px;
  }
  .cards.image-cards .article-cards-nav button.prev-slide,
  .cards.image-cards .article-cards-nav button.next-slide {
    width: 46px;
    height: 46px;
    background-size: 42px;
  }
}
.cards {
  /**
    * Cards with Icons
  **/
}
.cards.icon-cards .icon-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cards.icon-cards .icon-tiles:has(.card:nth-child(-n+3):last-child) .card {
  max-width: 100%;
}
.cards.icon-cards .card {
  padding: 40px 30px;
  background: #003865;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  color: #ffffff;
  flex: 1 1 calc(25% - 15px);
  max-width: calc(25% - 15px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cards.icon-cards .card .card-image {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cards.icon-cards .card .card-image img {
  width: 60px;
  height: 60px;
}
.cards.icon-cards .card .card-image .main {
  display: block;
}
.cards.icon-cards .card .card-image .sub {
  display: none;
}
.cards.icon-cards .card .card-body {
  padding: 0;
}
.cards.icon-cards .card .card-body h3, .cards.icon-cards .card .card-body .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.cards.icon-cards .card .card-body p {
  font-size: 16px;
  font-size: 1rem;
}
.cards.icon-cards .card:hover {
  background: #89D3C8;
}
.cards.icon-cards .card:hover .card-image .main {
  display: none;
}
.cards.icon-cards .card:hover .card-image .sub {
  display: block;
}
.cards.icon-cards .card:hover .card-body h3, .cards.icon-cards .card:hover .card-body .h3, .cards.icon-cards .card:hover .card-body p {
  color: #003865;
}
@media (max-width: 1159.98px) {
  .cards.icon-cards .card {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 839.98px) {
  .cards.icon-cards .card {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
}
@media (max-width: 639.98px) {
  .cards.icon-cards .card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.cards.icon-cards.light-cards .card, .cards.icon-cards.white-cards .card {
  background: #F9F8F6;
  border: 1px solid #F9F8F6;
}
.cards.icon-cards.light-cards .card .card-body h3, .cards.icon-cards.light-cards .card .card-body .h3, .cards.icon-cards.light-cards .card .card-body p, .cards.icon-cards.light-cards .card .card-body li, .cards.icon-cards.white-cards .card .card-body h3, .cards.icon-cards.white-cards .card .card-body .h3, .cards.icon-cards.white-cards .card .card-body p, .cards.icon-cards.white-cards .card .card-body li {
  color: #404040;
}
.cards.icon-cards.light-cards .card .card-body p, .cards.icon-cards.light-cards .card .card-body li, .cards.icon-cards.white-cards .card .card-body p, .cards.icon-cards.white-cards .card .card-body li {
  font-weight: 500;
}
.cards.icon-cards.light-cards .card .card-body p a:not(.btn), .cards.icon-cards.white-cards .card .card-body p a:not(.btn) {
  text-decoration: underline;
  font-weight: 400;
}
.cards.icon-cards.light-cards .card .card-body ul, .cards.icon-cards.light-cards .card .card-body ol, .cards.icon-cards.white-cards .card .card-body ul, .cards.icon-cards.white-cards .card .card-body ol {
  padding-left: 15px;
}
.cards.icon-cards.light-cards .card .card-body, .cards.icon-cards.white-cards .card .card-body {
  /*
  ul:not([class]):has(a:not(.btn)),
  ol:not([class]):has(a:not(.btn)) */
}
.cards.icon-cards.light-cards .card .card-body ul.as-links, .cards.icon-cards.light-cards .card .card-body ol.as-links, .cards.icon-cards.white-cards .card .card-body ul.as-links, .cards.icon-cards.white-cards .card .card-body ol.as-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards.icon-cards.light-cards .card .card-body a:not(.btn), .cards.icon-cards.white-cards .card .card-body a:not(.btn) {
  color: #004EA8;
  font-weight: 600;
}
.cards.icon-cards.light-cards .card .card-body a:not(.btn):hover, .cards.icon-cards.white-cards .card .card-body a:not(.btn):hover {
  text-decoration: underline;
}
.cards.icon-cards.white-cards .card {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cards {
  /**
  * Rate Cards
  */
}
.cards.rate-cards a {
  color: #90D3CA;
}
.cards {
  /**
  * Feature Cards
  */
}
.cards.feature-cards .feature-tile {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 640px) {
  .cards.feature-cards .feature-tile {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1160px) {
  .cards.feature-cards .feature-tile {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.cards.feature-cards .feature-tile .card {
  background: none;
  border: 0;
}
.cards.feature-cards .feature-tile .card h3, .cards.feature-cards .feature-tile .card .h3 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #0B0B0B;
}
.cards.feature-cards .feature-tile .card p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #0B0B0B;
}
.cards.feature-cards .feature-tile .card .card-body {
  padding: 20px 0;
}
.cards.feature-cards .feature-tile .card .card-image {
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  max-height: 250px;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 839.98px) {
  .cards.feature-cards .feature-tile .card .card-body h3, .cards.feature-cards .feature-tile .card .card-body .h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 12px;
  }
  .cards.feature-cards .feature-tile .card .card-body p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cards.feature-cards .feature-tile .card .card-image {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 0;
  }
}
.cards.feature-cards:not(.with-icons) .card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards.feature-cards.with-icons .card .card-image {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cards {
  /**
    * Cards Awards
  **/
}
.cards.award-cards .card {
  background: #ffffff;
  border-radius: 36px;
  height: 100%;
}
.cards.award-cards .card .card-header {
  display: flex;
  justify-content: center;
  padding: 24px 16px 16px 16px;
  background: none;
  border-bottom: 0;
}
.cards.award-cards .card .card-header h3, .cards.award-cards .card .card-header .h3 {
  color: #004EA8;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  margin-bottom: 0;
}
.cards.award-cards .card .card-footer {
  padding: 16px 16px 24px 16px;
  text-align: center;
}
.cards.award-cards .card .card-footer a {
  font-weight: 700;
}
.cards.award-cards .card .card-body {
  padding: 24px 30px 0px 30px;
  text-align: center;
  color: #232323;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
.cards.award-cards .card .card-body p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.cards.award-cards .card .card-body p:last-of-type {
  margin-bottom: 0;
}
.cards.award-cards .card .card-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards.award-cards .card .card-image img {
  width: auto;
  height: auto;
}
@media (max-width: 1159.98px) {
  .cards.award-cards .card {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
}

.bgLightblue .award-cards .card,
.bgGray .award-cards .card {
  border: 0;
}

/**
* MLO Card
* For use on MLO Search Results page
*/
.card.mlo {
  background: #ffffff;
  border: 0;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .card.mlo {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1160px) {
  .card.mlo {
    flex: 0 0 auto;
    width: 25%;
  }
}
.card.mlo a:hover {
  text-decoration: none !important;
}
.card.mlo .card-image {
  width: 100%;
  max-width: 180px;
  height: auto;
  border: 1px solid #808285;
  overflow: hidden;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.card.mlo .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card.mlo .card-body {
  padding: 30px 0 24px 0;
}
.card.mlo .card-body .eyebrow {
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.card.mlo .card-body h3, .card.mlo .card-body .h3 {
  color: #004EA8;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
}
.card.mlo .card-body p {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 150%;
}
.card.mlo .card-body p:last-of-type {
  margin-bottom: 0;
}
.card.mlo .card-footer {
  padding: 0 30px 30px 30px;
}
.card.mlo .card-footer a {
  font-weight: 700;
}

.button-group {
  display: flex;
}
.button-group.default, .button-group.centerAligned {
  justify-content: center;
}
.button-group.leftAligned {
  justify-content: flex-start;
}
.button-group.rightAligned {
  justify-content: flex-end;
}

.stats .stats-wrap {
  background: #004EA8;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.stats .stats-wrap .stat-header h2, .stats .stats-wrap .stat-header .h2 {
  color: #ffffff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 0;
  text-wrap: balance;
}
.stats .stats-wrap .stat-items {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
.stats .stats-wrap .stat-items .stat-item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.stats .stats-wrap .stat-items .stat-item:first-of-type {
  justify-content: start;
}
.stats .stats-wrap .stat-items .stat-item:last-of-type {
  justify-content: end;
}
.stats .stats-wrap .stat-items .stat-item span.stat {
  color: #FFC72C;
  font-family: "Lora", "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 64px;
  font-size: 4rem;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.stats .stats-wrap .stat-items .stat-item span.stat > span {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 100%;
  color: #FFC72C;
}
.stats .stats-wrap .stat-items .stat-item span.label {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #ffffff;
  font-family: "Lato", "Arial", "Helvetica", sans-serif;
}
.stats .stats-wrap .stat-items .stat-item sup {
  font-size: 16px;
  font-size: 1rem;
  top: -20px;
  left: -10px;
}
@media (max-width: 1159.98px) {
  .stats .stats-wrap .stat-header {
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .stats .stats-wrap .stat-header h2, .stats .stats-wrap .stat-header .h2 {
    font-size: 28px;
    font-size: 1.75rem;
    text-align: center;
    line-height: 1.6em;
  }
}
@media (max-width: 839.98px) {
  .stats .stats-wrap {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .stats .stats-wrap .stat-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .stats .stats-wrap .stat-header h2, .stats .stats-wrap .stat-header .h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .stats .stats-wrap .stat-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding-bottom: 20px;
  }
  .stats .stats-wrap .stat-items .stat-item {
    flex: 0 0 auto;
  }
}
.stats.stats-light .stats-wrap {
  background: #ffffff;
}
.stats.stats-light .stats-wrap .stat-header h2, .stats.stats-light .stats-wrap .stat-header .h2 {
  color: #0B0B0B;
}
.stats.stats-light .stats-wrap .stat-items .stat-item span.stat {
  color: #B94700;
}
.stats.stats-light .stats-wrap .stat-items .stat-item span.stat > span {
  color: #B94700;
}
.stats.stats-light .stats-wrap .stat-items .stat-item span.label {
  color: #0B0B0B;
}

.information-hub .information-hub-container-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  overflow: hidden;
}
.information-hub .information-hub-container-row .information-hub-item-main-col {
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 640px) {
  .information-hub .information-hub-container-row .information-hub-item-main-col {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1160px) {
  .information-hub .information-hub-container-row .information-hub-item-main-col {
    flex: 0 0 auto;
    width: 50%;
  }
}
.information-hub .information-hub-container-row .information-hub-item-sub-col {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 640px) {
  .information-hub .information-hub-container-row .information-hub-item-sub-col {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1160px) {
  .information-hub .information-hub-container-row .information-hub-item-sub-col {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 839.98px) {
  .information-hub .information-hub-container-row {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
}
.information-hub .image-fit {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.information-hub .image-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.information-hub .information-hub-item-main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  min-height: 400px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 200px 60px 60px 60px;
}
.information-hub .information-hub-item-main-content:after {
  content: "";
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, rgba(0, 0, 0, 0.84) 85.69%);
  height: 80%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.information-hub .information-hub-item-main-content h2, .information-hub .information-hub-item-main-content .h2, .information-hub .information-hub-item-main-content h3, .information-hub .information-hub-item-main-content .h3, .information-hub .information-hub-item-main-content p, .information-hub .information-hub-item-main-content li, .information-hub .information-hub-item-main-content a:not(.btn) {
  color: #ffffff;
}
.information-hub .information-hub-item-main-content p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 839.98px) {
  .information-hub .information-hub-item-main-content {
    padding: 120px 20px 40px 20px;
  }
}
.information-hub .information-hub-item-sub-content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 40px;
  height: 100%;
}
.information-hub .information-hub-item-sub-content h3, .information-hub .information-hub-item-sub-content .h3 {
  color: #232323;
}
@media (max-width: 839.98px) {
  .information-hub .information-hub-item-sub-content {
    padding: 40px 20px;
  }
}
.information-hub .information-hub-list-group {
  width: 100%;
}
@media (min-width: 840px) {
  .information-hub .information-hub-list-group {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 40px;
  }
}
.information-hub .information-hub-list-group .icon-wrap {
  grid-column: span 1/span 1;
}
.information-hub .information-hub-list-group .icon-wrap .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.information-hub .information-hub-list-group .information-hub-list-group-content {
  grid-column: span 5/span 5;
  grid-column-start: 2;
}
.information-hub .information-hub-list-group .information-hub-list-group-content ul.information-hub-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.information-hub .information-hub-list-group .information-hub-list-group-content ul.information-hub-list-items li {
  margin-bottom: 30px;
}
.information-hub .information-hub-list-group .information-hub-list-group-content ul.information-hub-list-items .information-hub-list-item-date {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000000;
}
.information-hub .information-hub-list-group .information-hub-list-group-content ul.information-hub-list-items h4, .information-hub .information-hub-list-group .information-hub-list-group-content ul.information-hub-list-items .h4 {
  margin-bottom: 5px;
  line-height: 130%;
}
.information-hub .information-hub-list-group .information-hub-list-group-content ul.information-hub-list-items a {
  color: #004EA8;
  text-decoration: none;
}
.information-hub .information-hub-list-group .information-hub-list-group-content ul.information-hub-list-items a:hover {
  text-decoration: underline;
}
.information-hub .information-hub-list-group .information-hub-list-group-content a {
  font-weight: 700;
  color: #004EA8;
}
@media (max-width: 839.98px) {
  .information-hub .information-hub-list-group .icon {
    margin-bottom: 20px;
  }
}
.information-hub .info-content p, .information-hub .info-content li {
  font-size: 24px;
  font-size: 1.5rem;
}
.information-hub .info-content {
  /*
  ul, ol {
      margin: 0 0 20px 0;
      padding: 0;
      list-style: none;
  }
  */
}
.information-hub.hub-dark .information-hub-container-row {
  background: #B4E7FC;
}
.information-hub.hub-light .information-hub-container-row {
  background: #ffffff;
}

.featured-articles.dark .main-article {
  background: #B4E7FC;
}
.featured-articles.light .main-article {
  background: #ffffff;
}
.featured-articles .main-article {
  padding: 40px;
  display: flex;
  height: 100%;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
}
.featured-articles .main-article .card {
  background: none;
  border: 0;
}
.featured-articles .main-article .card .card-image {
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  margin-bottom: 40px;
  overflow: hidden;
}
.featured-articles .main-article .card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-articles .main-article .card .card-body {
  padding: 0;
  background: none;
}
.featured-articles .main-article .card .card-body h3, .featured-articles .main-article .card .card-body .h3 {
  color: #004EA8;
  font-size: 32px;
  font-size: 2rem;
}
.featured-articles .main-article .card .card-body p {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000000;
}
.featured-articles .sub-article-title h3, .featured-articles .sub-article-title .h3 {
  margin-bottom: 40px;
  font-size: 32px;
  font-size: 2rem;
}
.featured-articles .sub-articles {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: calc(100% - (var(--header-height) + 40px));
}
.featured-articles .sub-articles .card {
  background: none;
  border: 0;
  margin-bottom: 20px;
  width: 100%;
}
.featured-articles .sub-articles .card:last-of-type {
  margin-bottom: 0;
}
.featured-articles .sub-articles .card .card-image {
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  overflow: hidden;
  height: 180px;
}
.featured-articles .sub-articles .card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-articles .sub-articles .card .card-body .article-meta {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 4px;
  color: #000000;
}
.featured-articles .sub-articles .card .card-body h4, .featured-articles .sub-articles .card .card-body .h4 {
  font-size: 24px;
  font-size: 1.5rem;
}
.featured-articles .sub-articles .card .card-body p:last-of-type {
  margin-bottom: 0;
}
.featured-articles .sub-articles .card .card-body a {
  color: #004EA8;
}
@media (max-width: 839.98px) {
  .featured-articles .main-article {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 20px 15px;
  }
  .featured-articles .main-article .card .card-body h3, .featured-articles .main-article .card .card-body .h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .featured-articles .main-article .card .card-body p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .featured-articles .sub-articles .sub-article-title h3, .featured-articles .sub-articles .sub-article-title .h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .featured-articles .sub-articles .card .card-image {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
  .featured-articles .sub-articles .card .article-meta,
  .featured-articles .sub-articles .card h4,
  .featured-articles .sub-articles .card .h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.accordion-promo .row {
  align-items: stretch;
}
.accordion-promo [class*=col-] {
  display: flex;
  flex-direction: column;
}
.accordion-promo .accordion {
  background: #004EA8;
  flex: 1;
  padding: 25px 50px 25px 25px;
  -moz-border-radius: 36px 0 0 36px;
  -webkit-border-radius: 36px 0 0 36px;
  border-radius: 36px 0 0 36px;
  overflow: hidden;
}
.accordion-promo .accordion .accordion-item {
  margin-bottom: 20px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  background: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  border: 0;
}
.accordion-promo .accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}
.accordion-promo .accordion .accordion-item h2.accordion-header, .accordion-promo .accordion .accordion-item .accordion-header.h2 {
  position: relative;
}
.accordion-promo .accordion .accordion-item .accordion-button {
  background: transparent;
  border: 0;
  box-shadow: none !important;
  color: #90D3CA;
  padding: 30px 100px 20px 30px;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
}
.accordion-promo .accordion .accordion-item .accordion-button:after {
  position: absolute;
  right: 30px;
  top: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="19" viewBox="0 0 33 19" fill="none"><path d="M32.2845 1.98369C32.5189 2.21801 32.5189 2.59791 32.2845 2.83222L16.7544 18.3624C16.5201 18.5967 16.1402 18.5967 15.9059 18.3624L0.375742 2.83222C0.141428 2.59791 0.141427 2.21801 0.375741 1.98369L1.98375 0.37569C2.21806 0.141376 2.59796 0.141376 2.83227 0.37569L15.9059 13.4493C16.1402 13.6836 16.5201 13.6836 16.7544 13.4493L29.828 0.375691C30.0623 0.141376 30.4422 0.141376 30.6765 0.37569L32.2845 1.98369Z" fill="%2390D3CA" stroke="%2390D3CA" stroke-width="0.4"/></svg>');
  transform-origin: center;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-position: center;
  margin-top: 5px;
  transform: rotate(-180deg);
}
.accordion-promo .accordion .accordion-item .accordion-button.collapsed:after {
  transform: rotate(0deg);
}
.accordion-promo .accordion .accordion-item .accordion-button:focus-visible {
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  outline: 2px solid rgb(255, 255, 255);
}
.accordion-promo .accordion .accordion-item .accordion-button:hover {
  color: #47C5B4;
}
.accordion-promo .accordion .accordion-item .accordion-button:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="19" viewBox="0 0 33 19" fill="none"><path d="M32.2845 1.98369C32.5189 2.21801 32.5189 2.59791 32.2845 2.83222L16.7544 18.3624C16.5201 18.5967 16.1402 18.5967 15.9059 18.3624L0.375742 2.83222C0.141428 2.59791 0.141427 2.21801 0.375741 1.98369L1.98375 0.37569C2.21806 0.141376 2.59796 0.141376 2.83227 0.37569L15.9059 13.4493C16.1402 13.6836 16.5201 13.6836 16.7544 13.4493L29.828 0.375691C30.0623 0.141376 30.4422 0.141376 30.6765 0.37569L32.2845 1.98369Z" fill="%2347C5B4" stroke="%2347C5B4" stroke-width="0.4"/></svg>');
}
.accordion-promo .accordion .accordion-item .accordion-body {
  padding: 0 80px 30px 30px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
}
.accordion-promo .accordion .accordion-item .accordion-body p, .accordion-promo .accordion .accordion-item .accordion-body li {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.accordion-promo .accordion .accordion-item .accordion-body a:not(.btn) {
  color: #ffffff;
  text-decoration: underline;
}
.accordion-promo .accordion .accordion-item.active {
  background: rgba(2, 169, 224, 0.2);
}
.accordion-promo .accordion .accordion-item.active .accordion-button {
  color: #ffffff;
  box-shadow: none !important;
}
.accordion-promo .accordion .accordion-item.active .accordion-button:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="19" viewBox="0 0 33 19" fill="none"><path d="M32.2845 1.98369C32.5189 2.21801 32.5189 2.59791 32.2845 2.83222L16.7544 18.3624C16.5201 18.5967 16.1402 18.5967 15.9059 18.3624L0.375742 2.83222C0.141428 2.59791 0.141427 2.21801 0.375741 1.98369L1.98375 0.37569C2.21806 0.141376 2.59796 0.141376 2.83227 0.37569L15.9059 13.4493C16.1402 13.6836 16.5201 13.6836 16.7544 13.4493L29.828 0.375691C30.0623 0.141376 30.4422 0.141376 30.6765 0.37569L32.2845 1.98369Z" fill="%23FFFFFF" stroke="%23FFFFFF" stroke-width="0.4"/></svg>');
}
@media (max-width: 1159.98px) {
  .accordion-promo .accordion {
    padding: 20px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
  .accordion-promo .accordion .accordion-item .accordion-button {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 3rem;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .accordion-promo .accordion .accordion-item .accordion-button:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
    top: 30px;
  }
}
.accordion-promo .accordion.bgGray .accordion-item h2.accordion-header, .accordion-promo .accordion.bgGray .accordion-item .accordion-header.h2 {
  color: #004EA8;
}
.accordion-promo .accordion.bgGray .accordion-item .accordion-button {
  color: #004EA8;
}
.accordion-promo .accordion.bgGray .accordion-item .accordion-button:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="19" viewBox="0 0 33 19" fill="none"><path d="M32.2845 1.98369C32.5189 2.21801 32.5189 2.59791 32.2845 2.83222L16.7544 18.3624C16.5201 18.5967 16.1402 18.5967 15.9059 18.3624L0.375742 2.83222C0.141428 2.59791 0.141427 2.21801 0.375741 1.98369L1.98375 0.37569C2.21806 0.141376 2.59796 0.141376 2.83227 0.37569L15.9059 13.4493C16.1402 13.6836 16.5201 13.6836 16.7544 13.4493L29.828 0.375691C30.0623 0.141376 30.4422 0.141376 30.6765 0.37569L32.2845 1.98369Z" fill="%23004EA8" stroke="%23004EA8" stroke-width="0.4"/></svg>');
}
.accordion-promo .accordion.bgGray .accordion-item .accordion-button:focus-visible {
  outline-color: rgb(0, 0, 0);
}
.accordion-promo .accordion.bgGray .accordion-item .accordion-button:hover {
  color: #003169;
}
.accordion-promo .accordion.bgGray .accordion-item .accordion-button:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="19" viewBox="0 0 33 19" fill="none"><path d="M32.2845 1.98369C32.5189 2.21801 32.5189 2.59791 32.2845 2.83222L16.7544 18.3624C16.5201 18.5967 16.1402 18.5967 15.9059 18.3624L0.375742 2.83222C0.141428 2.59791 0.141427 2.21801 0.375741 1.98369L1.98375 0.37569C2.21806 0.141376 2.59796 0.141376 2.83227 0.37569L15.9059 13.4493C16.1402 13.6836 16.5201 13.6836 16.7544 13.4493L29.828 0.375691C30.0623 0.141376 30.4422 0.141376 30.6765 0.37569L32.2845 1.98369Z" fill="%23003169" stroke="%23003169" stroke-width="0.4"/></svg>');
}
.accordion-promo .accordion.bgGray .accordion-item .accordion-body {
  color: #000000;
}
.accordion-promo .accordion.bgGray .accordion-item .accordion-body p, .accordion-promo .accordion.bgGray .accordion-item .accordion-body li {
  color: #000000;
}
.accordion-promo .accordion.bgGray .accordion-item .accordion-body a:not(.btn) {
  color: #000000;
  text-decoration: underline;
}
.accordion-promo .accordion.bgGray .accordion-item.active {
  background: rgba(255, 255, 255, 0.8);
}
.accordion-promo .accordion.bgMediumBlue .accordion-item h2.accordion-header, .accordion-promo .accordion.bgMediumBlue .accordion-item .accordion-header.h2 {
  color: #004EA8;
}
.accordion-promo .accordion.bgMediumBlue .accordion-item .accordion-button {
  color: #004EA8;
}
.accordion-promo .accordion.bgMediumBlue .accordion-item .accordion-button:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="19" viewBox="0 0 33 19" fill="none"><path d="M32.2845 1.98369C32.5189 2.21801 32.5189 2.59791 32.2845 2.83222L16.7544 18.3624C16.5201 18.5967 16.1402 18.5967 15.9059 18.3624L0.375742 2.83222C0.141428 2.59791 0.141427 2.21801 0.375741 1.98369L1.98375 0.37569C2.21806 0.141376 2.59796 0.141376 2.83227 0.37569L15.9059 13.4493C16.1402 13.6836 16.5201 13.6836 16.7544 13.4493L29.828 0.375691C30.0623 0.141376 30.4422 0.141376 30.6765 0.37569L32.2845 1.98369Z" fill="%23004EA8" stroke="%23004EA8" stroke-width="0.4"/></svg>');
}
.accordion-promo .accordion.bgMediumBlue .accordion-item .accordion-button:focus-visible {
  outline-color: rgb(0, 0, 0);
}
.accordion-promo .accordion.bgMediumBlue .accordion-item .accordion-button:hover {
  color: #003169;
}
.accordion-promo .accordion.bgMediumBlue .accordion-item .accordion-button:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="19" viewBox="0 0 33 19" fill="none"><path d="M32.2845 1.98369C32.5189 2.21801 32.5189 2.59791 32.2845 2.83222L16.7544 18.3624C16.5201 18.5967 16.1402 18.5967 15.9059 18.3624L0.375742 2.83222C0.141428 2.59791 0.141427 2.21801 0.375741 1.98369L1.98375 0.37569C2.21806 0.141376 2.59796 0.141376 2.83227 0.37569L15.9059 13.4493C16.1402 13.6836 16.5201 13.6836 16.7544 13.4493L29.828 0.375691C30.0623 0.141376 30.4422 0.141376 30.6765 0.37569L32.2845 1.98369Z" fill="%23003169" stroke="%23003169" stroke-width="0.4"/></svg>');
}
.accordion-promo .accordion.bgMediumBlue .accordion-item .accordion-body {
  color: #000000;
}
.accordion-promo .accordion.bgMediumBlue .accordion-item .accordion-body p, .accordion-promo .accordion.bgMediumBlue .accordion-item .accordion-body li {
  color: #000000;
}
.accordion-promo .accordion.bgMediumBlue .accordion-item .accordion-body a:not(.btn) {
  color: #000000;
  text-decoration: underline;
}
.accordion-promo .accordion.bgMediumBlue .accordion-item.active {
  background: rgba(180, 231, 252, 0.4);
}
@media (min-width: 1160px) {
  .accordion-promo .accordion-image-mobile {
    display: none;
  }
}
@media (max-width: 1159.98px) {
  .accordion-promo .accordion-promo-image-group {
    display: none;
  }
  .accordion-promo .accordion-image-mobile {
    flex: 1;
    position: relative;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .accordion-promo .accordion-image-mobile .promo-base {
    position: relative;
  }
  .accordion-promo .accordion-image-mobile .promo-base img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .accordion-promo .accordion-image-mobile .promo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .accordion-promo .accordion-image-mobile .promo-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
  }
}
.accordion-promo .accordion-image {
  display: none;
  flex: 1;
  position: relative;
  -moz-border-radius: 0 36px 36px 0;
  -webkit-border-radius: 0 36px 36px 0;
  border-radius: 0 36px 36px 0;
  overflow: hidden;
}
.accordion-promo .accordion-image .promo-base,
.accordion-promo .accordion-image .accordion-base {
  position: relative;
  opacity: 0;
}
.accordion-promo .accordion-image .promo-base img,
.accordion-promo .accordion-image .accordion-base img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordion-promo .accordion-image .promo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.accordion-promo .accordion-image .promo-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.accordion-promo .accordion-image.active {
  display: flex;
}
.accordion-promo .accordion-image.image-animate .promo-base,
.accordion-promo .accordion-image.image-animate .accordion-base {
  animation: fadeIn 0.5s ease-out 0.1s forwards;
}
.accordion-promo .accordion-image.image-animate .promo-overlay {
  animation: fadeInUp 0.6s ease-out 0.4s forwards;
}

.media-carousel {
  position: relative;
  z-index: 10;
}
.media-carousel .media-carousel-slider {
  visibility: hidden;
}
.media-carousel .media-carousel-slider.slick-initialized {
  visibility: visible;
}
.media-carousel .video-wrapper,
.media-carousel .media-carousel-slide {
  position: relative;
  height: 100%;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  overflow: hidden;
}
.media-carousel .slick-slider button.slick-prev,
.media-carousel .slick-slider button.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  font-size: 0;
  border: 0;
  background-color: transparent;
}
.media-carousel .slick-slider button.slick-prev {
  left: -80px;
  background-image: url("../images/ui/chevron-arrow-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px;
}
.media-carousel .slick-slider button.slick-next {
  right: -80px;
  background-image: url("../images/ui/chevron-arrow-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px;
  transform: translateY(-50%) rotate(180deg);
}
.media-carousel .custom-carousel-nav {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.media-carousel .custom-carousel-nav button.prev-slide,
.media-carousel .custom-carousel-nav button.next-slide {
  font-size: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 0;
  display: block;
}
.media-carousel .custom-carousel-nav button.prev-slide {
  background-image: url("../images/ui/chevron-arrow-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px;
}
.media-carousel .custom-carousel-nav button.next-slide {
  background-image: url("../images/ui/chevron-arrow-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px;
  transform: rotate(180deg);
}
.media-carousel .appenddots {
  position: relative;
}
.media-carousel .appenddots .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.media-carousel .appenddots .slick-dots li {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-carousel .appenddots .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #d8d8d8;
  border: 0;
  margin: 0;
  padding: 0;
}
.media-carousel .appenddots .slick-dots li button[aria-selected=true] {
  background-color: #212529;
}
@media (max-width: 839.98px) {
  .media-carousel .appenddots .slick-dots {
    gap: 10px;
  }
}
@media (min-width: 1160px) {
  .media-carousel .custom-carousel-nav button.prev-slide,
  .media-carousel .custom-carousel-nav button.next-slide {
    display: none;
  }
}

.bgLightblue .accordion-item,
.bgGray .accordion-item {
  border: 0;
}

.anchor-links-bar nav.anchor-link-nav {
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 15px 100px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
}
.anchor-links-bar nav.anchor-link-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 80px;
}
.anchor-links-bar nav.anchor-link-nav ul li {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  color: #004EA8;
}
.anchor-links-bar nav.anchor-link-nav ul li a {
  text-decoration: none;
  color: #676767;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.anchor-links-bar nav.anchor-link-nav ul li a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="15" viewBox="0 0 11 15" fill="none"><path d="M5.85479 0.699951L5.85479 -4.88328e-05L4.45479 -4.87996e-05L4.45479 0.699951L5.15479 0.699951L5.85479 0.699951ZM4.65981 14.1949C4.93318 14.4683 5.37639 14.4683 5.64976 14.1949L10.1045 9.74015C10.3779 9.46679 10.3779 9.02357 10.1045 8.7502C9.83117 8.47684 9.38795 8.47684 9.11458 8.7502L5.15479 12.71L1.19499 8.7502C0.921621 8.47684 0.478406 8.47684 0.205038 8.7502C-0.0683287 9.02357 -0.0683286 9.46679 0.205038 9.74015L4.65981 14.1949ZM5.15479 0.699951L4.45479 0.699951L4.45479 13.7L5.15479 13.7L5.85479 13.7L5.85479 0.699951L5.15479 0.699951Z" fill="%23676767"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.anchor-links-bar nav.anchor-link-nav ul li a:hover {
  text-decoration: underline;
}
.anchor-links-bar nav.anchor-link-nav ul li a:hover:before {
  top: 4px;
}
@media (max-width: 1159.98px) {
  .anchor-links-bar nav.anchor-link-nav {
    padding: 15px 50px;
  }
  .anchor-links-bar nav.anchor-link-nav ul {
    gap: 40px;
  }
  .anchor-links-bar nav.anchor-link-nav ul li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 839.98px) {
  .anchor-links-bar {
    display: none;
  }
}

.icon-grid h2, .icon-grid .h2 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.2em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.icon-grid .icon-grid-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
.icon-grid .icon-grid-flex .icon-grid-item {
  flex: 0 0 calc(50% - 0.625rem);
}
@media (min-width: 1160px) {
  .icon-grid .icon-grid-flex .icon-grid-item {
    flex: 0 0 calc(33.333% - 1rem);
  }
  .icon-grid .icon-grid-flex:has(.icon-grid-item:nth-last-child(3):first-child) {
    justify-content: center;
  }
  .icon-grid .icon-grid-flex:has(.icon-grid-item:nth-last-child(4):first-child) .icon-grid-item {
    flex: 0 0 calc(50% - 0.75rem);
  }
}
.icon-grid .icon-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 20px;
  cursor: pointer;
}
.icon-grid .icon-grid-item .icon-grid-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.icon-grid .icon-grid-item .icon-grid-icon img {
  width: 80px;
  height: auto;
}
.icon-grid .icon-grid-item .icon-grid-icon .main {
  display: block;
}
.icon-grid .icon-grid-item .icon-grid-icon .sub {
  display: none;
}
.icon-grid .icon-grid-item .icon-grid-label {
  color: #0B0B0B;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
}
.icon-grid a:hover .icon-grid-icon .main {
  display: none;
}
.icon-grid a:hover .icon-grid-icon .sub {
  display: block;
}
.icon-grid a:hover .icon-grid-label {
  color: #5BC2E7;
}
@media (max-width: 1159.98px) {
  .icon-grid .button-group {
    margin-bottom: 40px;
  }
}
@media (max-width: 839.98px) {
  .icon-grid h2, .icon-grid .h2 {
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
  }
  .icon-grid p {
    text-align: center;
  }
  .icon-grid .icon-grid-item {
    align-items: center;
    text-align: center;
  }
  .icon-grid .icon-grid-item .icon-grid-label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.bgRoyalBlue .icon-grid h2, .bgRoyalBlue .icon-grid .h2 {
  color: #ffffff;
}
.bgRoyalBlue .icon-grid .icon-grid-item .icon-grid-label {
  color: #ffffff;
}

.steps .steps-wrap {
  background: transparent;
  display: grid;
  position: relative;
}
.steps .steps-wrap.steps-4 {
  grid-template-columns: repeat(4, 1fr);
}
.steps .steps-wrap.steps-3 {
  grid-template-columns: repeat(3, 1fr);
}
.steps .steps-wrap.steps-2 {
  grid-template-columns: repeat(2, 1fr);
}
.steps .steps-wrap.steps-1 {
  grid-template-columns: repeat(1, 1fr);
}
.steps .steps-wrap .step {
  padding: 40px;
  text-align: center;
}
.steps .steps-wrap .step .step-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps .steps-wrap .step .step-img {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps .steps-wrap .step .step-img img {
  max-width: 100%;
  max-height: 60px !important;
}
.steps .steps-wrap .step .step-num {
  width: 60px;
  height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #D0F1F7;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps .steps-wrap .step .step-num span {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  color: #212529;
}
.steps .steps-wrap .step .step-content {
  padding-top: 30px;
}
.steps .steps-wrap .step h3, .steps .steps-wrap .step .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.steps .steps-wrap .step a:not(.btn) {
  color: #004EA8;
}
.steps .steps-wrap .step a.btn {
  margin: 0 auto;
  width: fit-content;
  color: #90D3CA;
}
@media (max-width: 1159.98px) {
  .steps .steps-wrap.steps-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 839.98px) {
  .steps .steps-wrap.steps-4, .steps .steps-wrap.steps-3 {
    grid-template-columns: 1fr;
  }
  .steps .steps-wrap.steps-4 .step, .steps .steps-wrap.steps-3 .step {
    border-right: 0;
    padding: 40px 20px;
  }
  .steps .steps-wrap.steps-2 .step, .steps .steps-wrap.steps-1 .step {
    padding: 40px 20px;
  }
}
@media (max-width: 639.98px) {
  .steps .steps-wrap.steps-2 {
    grid-template-columns: 1fr;
  }
  .steps .steps-wrap.steps-2 .step {
    border-right: 0;
  }
}
.steps .container:not(.text-light) a.btn-link, .steps .container:not(.text-light) a.btn-text {
  color: #004EA8;
}

.promo-rates .promo-content {
  padding-left: 0;
  padding-right: 0;
}
.promo-rates .promo-rate-card .card {
  text-align: left;
  padding: 50px 60px;
}
.promo-rates .promo-rate-card .card .card-header {
  justify-content: flex-start;
  padding: 0;
}
.promo-rates .promo-rate-card .card .card-body {
  align-items: flex-start;
  padding: 20px 0 30px 0;
}
.promo-rates .promo-rate-card .card .card-body .rate-group {
  line-height: 230%;
}
.promo-rates .promo-rate-card .card .card-body .rate-group .div1 {
  font-size: 88px;
  font-size: 5.5rem;
}
.promo-rates .promo-rate-card .card .card-body .rate-group .div2 {
  font-size: 48px;
  font-size: 3rem;
  padding-top: 10px;
}
.promo-rates .promo-rate-card .card .card-body .rate-group .div3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.promo-rates .promo-rate-card .card .card-footer {
  align-items: flex-start;
  padding: 0;
  border: 0;
  background: none;
}
@media (max-width: 1459.98px) {
  .promo-rates .promo-rate-card .card {
    padding: 30px;
  }
}
@media (max-width: 1159.98px) {
  .promo-rates .row {
    flex-direction: unset;
  }
  .promo-rates .promo-rate-card {
    margin-bottom: 50px;
  }
}
@media (max-width: 839.98px) {
  .promo-rates .promo-rate-card .card .card-body .rate-group {
    line-height: 200%;
  }
  .promo-rates .promo-rate-card .card .card-body .rate-group .div1 {
    font-size: 72px;
    font-size: 4.5rem;
  }
  .promo-rates .promo-rate-card .card .card-body .rate-group .div2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .promo-rates .promo-rate-card .card .card-body .rate-group .div3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.ratings-and-reviews .star-rating {
  margin-bottom: 20px;
}
.ratings-and-reviews .star-rating img {
  width: 100%;
  max-width: 230px;
}
.ratings-and-reviews blockquote {
  margin: 0;
  padding: 0;
  color: #060606;
  font-size: 32px;
  font-size: 2rem;
  font-family: "Lora", "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 135%; /* 43.2px */
}
.ratings-and-reviews blockquote p {
  color: #060606;
  font-size: 32px;
  font-size: 2rem;
  font-family: "Lora", "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 135%; /* 43.2px */
}
.ratings-and-reviews blockquote cite {
  color: #004EA8;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Lato", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 29.7px */
}
@media (max-width: 1159.98px) {
  .ratings-and-reviews blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 135%; /* 32.4px */
  }
  .ratings-and-reviews blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 135%; /* 32.4px */
  }
  .ratings-and-reviews blockquote cite {
    font-size: 16px;
    font-size: 1rem;
    line-height: 135%; /* 21.6px */
  }
}
.ratings-and-reviews .award-badge {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
}
.ratings-and-reviews .award-badge.spacing {
  margin-bottom: 80px;
}
.ratings-and-reviews .award-badge a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ratings-and-reviews .award-badge img {
  max-width: 90%;
}
.ratings-and-reviews .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ratings-and-reviews .ratings-and-reviews-slider {
  margin-top: 30px;
  background: #FFC72C;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
}
.ratings-and-reviews .ratings-and-reviews-slider .ratings-and-reviews-slider-item {
  padding: 40px;
  display: none;
}
.ratings-and-reviews .ratings-and-reviews-slider .ratings-and-reviews-slider-item:first-child {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.ratings-and-reviews .ratings-and-reviews-slider.slick-initialized .ratings-and-reviews-slider-item {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
@media (max-width: 1159.98px) {
  .ratings-and-reviews .ratings-and-reviews-slider {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
}
.ratings-and-reviews .ratings-and-reviews-nav {
  display: flex;
  gap: 20px;
  justify-content: end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
}
.ratings-and-reviews .ratings-and-reviews-nav button.prev-slide,
.ratings-and-reviews .ratings-and-reviews-nav button.next-slide {
  font-size: 0;
  width: 70px;
  height: 70px;
  background-color: transparent;
  border: 0;
  display: block;
}
.ratings-and-reviews .ratings-and-reviews-nav button.prev-slide {
  background-image: url('data:image/svg+xml,<svg width="67" height="67" viewBox="0 0 67 67" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="33.5" cy="33.5" r="32.8" stroke="%23B94700" stroke-width="1.4"/><path d="M38.8029 48.9544C38.5686 49.1887 38.1887 49.1887 37.9544 48.9544L22.4243 33.4243C22.19 33.19 22.1899 32.8101 22.4243 32.5757L37.9544 17.0456C38.1887 16.8113 38.5686 16.8113 38.8029 17.0456L40.4109 18.6536C40.6452 18.8879 40.6452 19.2678 40.4109 19.5021L27.3373 32.5757C27.103 32.81 27.103 33.1899 27.3373 33.4243L40.4109 46.4979C40.6452 46.7322 40.6452 47.1121 40.4109 47.3464L38.8029 48.9544Z" fill="%23B94700"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65px;
}
.ratings-and-reviews .ratings-and-reviews-nav button.prev-slide:hover {
  background-image: url('data:image/svg+xml,<svg width="67" height="67" viewBox="0 0 67 67" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="33.5" cy="33.5" r="32.8" stroke="%238A3500" stroke-width="1.4"/><path d="M38.8029 48.9544C38.5686 49.1887 38.1887 49.1887 37.9544 48.9544L22.4243 33.4243C22.19 33.19 22.1899 32.8101 22.4243 32.5757L37.9544 17.0456C38.1887 16.8113 38.5686 16.8113 38.8029 17.0456L40.4109 18.6536C40.6452 18.8879 40.6452 19.2678 40.4109 19.5021L27.3373 32.5757C27.103 32.81 27.103 33.1899 27.3373 33.4243L40.4109 46.4979C40.6452 46.7322 40.6452 47.1121 40.4109 47.3464L38.8029 48.9544Z" fill="%238A3500"/></svg>');
}
.ratings-and-reviews .ratings-and-reviews-nav button.next-slide {
  background-image: url('data:image/svg+xml,<svg width="67" height="67" viewBox="0 0 67 67" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="33.5" cy="33.5" r="32.8" stroke="%23B94700" stroke-width="1.4"/><path d="M38.8029 48.9544C38.5686 49.1887 38.1887 49.1887 37.9544 48.9544L22.4243 33.4243C22.19 33.19 22.1899 32.8101 22.4243 32.5757L37.9544 17.0456C38.1887 16.8113 38.5686 16.8113 38.8029 17.0456L40.4109 18.6536C40.6452 18.8879 40.6452 19.2678 40.4109 19.5021L27.3373 32.5757C27.103 32.81 27.103 33.1899 27.3373 33.4243L40.4109 46.4979C40.6452 46.7322 40.6452 47.1121 40.4109 47.3464L38.8029 48.9544Z" fill="%23B94700"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65px;
  transform: rotate(180deg);
}
.ratings-and-reviews .ratings-and-reviews-nav button.next-slide:hover {
  background-image: url('data:image/svg+xml,<svg width="67" height="67" viewBox="0 0 67 67" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="33.5" cy="33.5" r="32.8" stroke="%238A3500" stroke-width="1.4"/><path d="M38.8029 48.9544C38.5686 49.1887 38.1887 49.1887 37.9544 48.9544L22.4243 33.4243C22.19 33.19 22.1899 32.8101 22.4243 32.5757L37.9544 17.0456C38.1887 16.8113 38.5686 16.8113 38.8029 17.0456L40.4109 18.6536C40.6452 18.8879 40.6452 19.2678 40.4109 19.5021L27.3373 32.5757C27.103 32.81 27.103 33.1899 27.3373 33.4243L40.4109 46.4979C40.6452 46.7322 40.6452 47.1121 40.4109 47.3464L38.8029 48.9544Z" fill="%238A3500"/></svg>');
}
@media (max-width: 1159.98px) {
  .ratings-and-reviews .ratings-and-reviews-nav {
    gap: 10px;
  }
  .ratings-and-reviews .ratings-and-reviews-nav button.prev-slide,
  .ratings-and-reviews .ratings-and-reviews-nav button.next-slide {
    width: 46px;
    height: 46px;
    background-size: 42px;
  }
}

@media (max-width: 1159.98px) {
  .quote-board .container {
    max-width: 100%;
  }
}
.quote-board blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  color: inherit;
  quotes: none;
  text-align: left;
  position: relative;
}
.quote-board blockquote::before, .quote-board blockquote::after {
  content: none;
}
.quote-board blockquote p {
  color: #FFF;
  font-family: "Lora", "Times New Roman", Times, serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  text-indent: -10px;
}
.quote-board blockquote cite {
  color: #90D3CA;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  font-style: normal;
}
.quote-board .quote-board-slider .slick-track {
  display: flex;
}
.quote-board .quote-board-slider .slick-slide {
  height: auto;
}
.quote-board .quote-board-slider .slick-slide > div {
  height: 100%;
}
@media (max-width: 640px) {
  .quote-board .quote-board-slider .slick-list {
    overflow: visible;
  }
}
.quote-board .quote-slide {
  padding: 0 10px;
  height: 100%;
  display: flex !important;
}
.quote-board .quote-panel {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  padding: 34px;
  overflow: hidden;
  flex: 1;
}
.quote-board .quote-panel.quote {
  background: #004EA8;
  display: flex;
  align-items: center;
}
.quote-board .quote-panel.quote-video {
  padding: 0;
  display: flex;
  position: relative;
}
.quote-board .quote-panel.quote-video .poster {
  display: flex;
  flex: 1;
  align-self: stretch;
  cursor: pointer;
}
.quote-board .quote-panel.quote-video .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-board .quote-panel.quote-video:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(24, 22, 22, 0.34);
  pointer-events: none;
}
.quote-board .quote-panel.quote-video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="112" viewBox="0 0 100 112" fill="none"><path d="M93.75 45.3597C101.75 49.9785 101.75 61.5255 93.75 66.1443L18 109.879C9.99999 114.497 0 108.724 0 99.4862L0 12.0177C0 2.78006 10 -2.99344 18 1.62537L93.75 45.3597Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.quote-board .quote-panel.image-quote {
  padding: 0;
  border: 1px solid #A2AAAD;
}
.quote-board .quote-panel.image-quote img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  flex-shrink: 0;
}
.quote-board .quote-panel.image-quote blockquote {
  padding: 60px 30px;
}
.quote-board .quote-panel.image-quote blockquote p, .quote-board .quote-panel.image-quote blockquote cite {
  color: #000000;
  font-family: "Lato", "Arial", "Helvetica", sans-serif;
}
.quote-board .quote-panel.image-quote blockquote p {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
}
.quote-board .quote-panel.image-quote blockquote cite {
  color: #004EA8;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.quote-board .quote-panel.image-quote-promo {
  padding: 0;
}
.quote-board .quote-panel.image-quote-promo .quote-image {
  padding: 20px;
}
.quote-board .quote-panel.image-quote-promo blockquote {
  padding: 30px;
}
.quote-board .quote-panel.image-quote-promo blockquote p, .quote-board .quote-panel.image-quote-promo blockquote cite {
  color: #000000;
  font-family: "Lato", "Arial", "Helvetica", sans-serif;
}
.quote-board .quote-panel.image-quote-promo blockquote p {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
}
.quote-board .quote-panel.image-quote-promo blockquote cite {
  color: #004EA8;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.quote-board .quote-board-nav {
  display: flex;
  gap: 20px;
  justify-content: end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
}
.quote-board .quote-board-nav button.prev-slide,
.quote-board .quote-board-nav button.next-slide {
  font-size: 0;
  width: 70px;
  height: 70px;
  background-color: transparent;
  border: 0;
  display: block;
}
.quote-board .quote-board-nav button.prev-slide:disabled,
.quote-board .quote-board-nav button.next-slide:disabled {
  opacity: 0.7;
}
.quote-board .quote-board-nav button.prev-slide {
  background-image: url("../images/ui/chevron-arrow-burnt-orange.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65px;
}
.quote-board .quote-board-nav button.next-slide {
  background-image: url("../images/ui/chevron-arrow-burnt-orange.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65px;
  transform: rotate(180deg);
}
@media (max-width: 1159.98px) {
  .quote-board .quote-board-nav {
    gap: 10px;
  }
  .quote-board .quote-board-nav button.prev-slide,
  .quote-board .quote-board-nav button.next-slide {
    width: 46px;
    height: 46px;
    background-size: 42px;
  }
}

@media (max-width: 1459.98px) {
  .compare-table-block .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .compare-table-block .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.compare-table-block .compare-inner {
  position: relative;
  display: inline-block;
  min-width: 100%;
  padding-bottom: 1rem;
}
.compare-table-block wa-scrollbar {
  --wa-sb-track-bg: #D9D9D9;
  --wa-sb-track-radius: 999px;
  --wa-sb-thumb-radius: 999px;
}
.compare-table-block .compare-table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  height: 1px;
  table-layout: fixed;
  position: relative;
}
.compare-table-block .compare-table > :not(caption) > * > * {
  border: 0;
  background: transparent;
}
.compare-table-block .compare-table th,
.compare-table-block .compare-table td {
  padding: 15px;
  vertical-align: top;
  text-align: center;
}
.compare-table-block .compare-table thead th {
  min-width: 300px;
  background: transparent;
}
.compare-table-block .compare-table thead h3.product-title, .compare-table-block .compare-table thead .product-title.h3 {
  color: #004EA8;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 0;
}
.compare-table-block .compare-table thead .product-desc, .compare-table-block .compare-table thead li, .compare-table-block .compare-table thead p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000000;
  margin: 0;
}
.compare-table-block .compare-table th[scope=row] {
  text-align: right;
  font-weight: 700;
  color: #000000;
  min-width: 140px;
  padding-right: 20px;
  -moz-border-radius: 16px 0 0 16px;
  -webkit-border-radius: 16px 0 0 16px;
  border-radius: 16px 0 0 16px;
}
.compare-table-block .compare-table tbody tr:nth-of-type(odd) > * {
  background-color: #ffffff;
}
.compare-table-block .compare-table thead tr > th:last-child,
.compare-table-block .compare-table tbody tr > td:last-child,
.compare-table-block .compare-table tfoot tr > td:last-child {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
}
.compare-table-block .compare-table tbody tr > td:last-child {
  -moz-border-radius: 0 16px 16px 0;
  -webkit-border-radius: 0 16px 16px 0;
  border-radius: 0 16px 16px 0;
}
.compare-table-block .compare-table tbody, .compare-table-block .compare-table tbody p, .compare-table-block .compare-table tbody li {
  font-size: 16px;
  font-size: 1rem;
}
.compare-table-block .compare-table tfoot td {
  padding-top: 30px;
  padding-bottom: 40px;
  background: transparent;
}
.compare-table-block ul, .compare-table-block ol {
  text-align: left;
}
.compare-table-block .btn-text {
  color: #004EA8;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
.compare-table-block .btn-text:hover, .compare-table-block .btn-text:focus {
  color: #004EA8;
}
.compare-table-block .featured-ring {
  position: absolute;
  border: 2px solid #00A886;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.compare-table-block .featured-ring.is-ready {
  opacity: 1;
}
@media (max-width: 839.98px) {
  .compare-table-block .featured-ring {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
}
@media (max-width: 980px) {
  .compare-table-block .compare-table thead th:first-child,
  .compare-table-block .compare-table thead td:first-child,
  .compare-table-block .compare-table tbody th:first-child,
  .compare-table-block .compare-table tfoot td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #ffffff;
    border-right: 1px solid #6D6E71;
  }
  .compare-table-block .compare-table thead th {
    min-width: unset;
    width: 200px;
  }
  .compare-table-block .compare-table tbody tr:nth-of-type(odd) > th:first-child {
    background-color: #ffffff;
  }
  .compare-table-block .compare-table th,
  .compare-table-block .compare-table td {
    min-width: unset;
    width: 140px;
  }
  .compare-table-block .compare-table thead th:first-child {
    min-width: unset;
    width: 140px;
  }
  .compare-table-block h3.product-title, .compare-table-block .product-title.h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .compare-table-block .product-desc {
    font-size: 16px;
    font-size: 1rem;
  }
  .compare-table-block .btn-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

section:not(.bgLightblue):not(.bgGray) .compare-table-block .compare-table tbody tr:nth-of-type(odd) > * {
  background-color: #F9F8F6;
}
@media (max-width: 980px) {
  section:not(.bgLightblue):not(.bgGray) .compare-table-block .compare-table {
    background-color: #ffffff;
  }
  section:not(.bgLightblue):not(.bgGray) .compare-table-block .compare-table tbody tr:nth-of-type(odd) > th:first-child {
    background-color: #F9F8F6;
  }
}

@media (max-width: 980px) {
  section.bgGray .compare-table thead th:first-child,
  section.bgGray .compare-table thead td:first-child,
  section.bgGray .compare-table tbody th:first-child,
  section.bgGray .compare-table tfoot td:first-child {
    background-color: #F2F0EA;
  }
}

@media (max-width: 980px) {
  section.bgLightblue .compare-table thead th:first-child,
  section.bgLightblue .compare-table thead td:first-child,
  section.bgLightblue .compare-table tbody th:first-child,
  section.bgLightblue .compare-table tfoot td:first-child {
    background-color: #B4E7FC;
  }
}

.action-bar-block {
  position: relative;
  z-index: 10;
}
.action-bar-block .action-bar {
  width: fit-content;
  margin: 0 auto;
  padding: 15px 60px;
}
.action-bar-block .action-bar .desktop-action-links {
  gap: 60px;
}
@media (max-width: 839.98px) {
  .action-bar-block .action-bar {
    width: 100%;
    padding: 25px;
  }
  .action-bar-block .action-bar .mobile-action-links {
    display: block;
  }
}

.goal-filter {
  position: relative;
}
.goal-filter .goal-filter-wrapper {
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  background: #f8f8f8;
  padding: 50px;
}
.goal-filter .goal-filter-wrapper .filters {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.goal-filter .goal-filter-wrapper .filters h2, .goal-filter .goal-filter-wrapper .filters .h2 {
  text-align: center;
  font-size: 34px;
  font-size: 2.125rem;
}
.goal-filter .goal-filter-wrapper .filters-options {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
  gap: 20px;
  margin-top: 30px;
}
.goal-filter .goal-filter-wrapper .filters-options fieldset {
  display: flex;
  gap: 20px;
}
.goal-filter .goal-filter-wrapper .filters-options fieldset label, .goal-filter .goal-filter-wrapper .filters-options fieldset div {
  width: fit-content;
  white-space: nowrap;
}
.goal-filter .goal-filter-wrapper .filters-options fieldset label {
  font-size: 24px;
  font-size: 1.5rem;
  color: #232323;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.goal-filter .goal-filter-wrapper .filters-options fieldset wa-select {
  width: 100%;
}
@media (min-width: 1160px) {
  .goal-filter .goal-filter-wrapper .filters-options fieldset wa-select {
    width: 360px;
  }
}
.goal-filter .goal-filter-wrapper .filters-options fieldset wa-select::part(trigger) {
  width: 100%;
}
.goal-filter .goal-filter-wrapper .filters-options fieldset button {
  white-space: nowrap;
}
@media (min-width: 1160px) {
  .goal-filter .goal-filter-wrapper .filters-options div {
    display: none;
  }
}
@media (max-width: 1159.98px) {
  .goal-filter .goal-filter-wrapper {
    padding: 40px 20px;
  }
  .goal-filter .goal-filter-wrapper .filters h2, .goal-filter .goal-filter-wrapper .filters .h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .goal-filter .goal-filter-wrapper .filters-options {
    display: grid;
    grid-template-columns: auto minmax(0, 360px);
    justify-content: center;
    gap: 20px;
  }
  .goal-filter .goal-filter-wrapper .filters-options fieldset {
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: subgrid;
    align-items: center;
  }
  .goal-filter .goal-filter-wrapper .filters-options fieldset label {
    justify-content: flex-end;
    text-align: right;
    width: 100%;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .goal-filter .goal-filter-wrapper .filters-options fieldset wa-select {
    width: 100%;
  }
  .goal-filter .goal-filter-wrapper .filters-options fieldset button {
    justify-self: start;
    width: fit-content;
  }
}

#explore-topics {
  padding-bottom: 0 !important;
}

.article-filter,
.mlo-filter {
  z-index: 1000;
}
.article-filter .filters-wrapper,
.mlo-filter .filters-wrapper {
  background: #B4E7FC;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
}
.article-filter .filters-wrapper .filters-row,
.mlo-filter .filters-wrapper .filters-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin: 0;
}
.article-filter .filters-wrapper .col,
.mlo-filter .filters-wrapper .col {
  padding: 50px 50px 0 50px;
}
.article-filter .filters-wrapper .col h3, .article-filter .filters-wrapper .col .h3,
.mlo-filter .filters-wrapper .col h3,
.mlo-filter .filters-wrapper .col .h3 {
  color: #004EA8;
}
.article-filter .filters-wrapper .filters-left,
.article-filter .filters-wrapper .filters-right,
.mlo-filter .filters-wrapper .filters-left,
.mlo-filter .filters-wrapper .filters-right {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  padding: 0;
}
.article-filter .filters-wrapper .top,
.mlo-filter .filters-wrapper .top {
  padding: 0 50px 50px 50px;
}
.article-filter .filters-wrapper .top .filters-left,
.mlo-filter .filters-wrapper .top .filters-left {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1160px) {
  .article-filter .filters-wrapper .top .filters-left,
  .mlo-filter .filters-wrapper .top .filters-left {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.article-filter .filters-wrapper .top .filters-right,
.mlo-filter .filters-wrapper .top .filters-right {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1160px) {
  .article-filter .filters-wrapper .top .filters-right,
  .mlo-filter .filters-wrapper .top .filters-right {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
.article-filter .filters-wrapper .top .filters-right.topic-search,
.mlo-filter .filters-wrapper .top .filters-right.topic-search {
  position: relative;
}
.article-filter .filters-wrapper .top .filters-right.topic-search form,
.mlo-filter .filters-wrapper .top .filters-right.topic-search form {
  position: relative;
}
.article-filter .filters-wrapper .top .filters-right input[type=text],
.mlo-filter .filters-wrapper .top .filters-right input[type=text] {
  width: 100%;
  max-width: 800px;
  padding: 10px 15px;
  border: 1px solid #6D6E71;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
}
.article-filter .filters-wrapper .top .filters-right button.search-btn,
.mlo-filter .filters-wrapper .top .filters-right button.search-btn {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6D6E71;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.article-filter .filters-wrapper .top .filters-right button.search-btn svg,
.mlo-filter .filters-wrapper .top .filters-right button.search-btn svg {
  display: block;
}
@media (max-width: 1159.98px) {
  .article-filter .filters-wrapper .top,
  .mlo-filter .filters-wrapper .top {
    border-bottom: 0;
  }
  .article-filter .filters-wrapper .top .filters-right input[type=text],
  .mlo-filter .filters-wrapper .top .filters-right input[type=text] {
    max-width: 100%;
  }
}
@media (max-width: 1159.98px) {
  .article-filter .filters-wrapper,
  .mlo-filter .filters-wrapper {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
  .article-filter .filters-wrapper .col,
  .mlo-filter .filters-wrapper .col {
    padding: 24px 16px 0 16px;
  }
  .article-filter .filters-wrapper .top,
  .mlo-filter .filters-wrapper .top {
    padding: 0 16px 24px 16px;
  }
}
.article-filter .filters-wrapper .bottom,
.mlo-filter .filters-wrapper .bottom {
  border-top: 2px solid #004EA8;
  padding: 50px;
}
.article-filter .filters-wrapper .bottom .filters-left,
.mlo-filter .filters-wrapper .bottom .filters-left {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 840px) {
  .article-filter .filters-wrapper .bottom .filters-left,
  .mlo-filter .filters-wrapper .bottom .filters-left {
    flex: 0 0 auto;
    width: 75%;
  }
}
.article-filter .filters-wrapper .bottom .filters-right,
.mlo-filter .filters-wrapper .bottom .filters-right {
  text-align: right;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 840px) {
  .article-filter .filters-wrapper .bottom .filters-right,
  .mlo-filter .filters-wrapper .bottom .filters-right {
    flex: 0 0 auto;
    width: 25%;
  }
}
.article-filter .filters-wrapper .bottom wa-select,
.mlo-filter .filters-wrapper .bottom wa-select {
  width: 100%;
}
@media (min-width: 1160px) {
  .article-filter .filters-wrapper .bottom wa-select,
  .mlo-filter .filters-wrapper .bottom wa-select {
    max-width: 340px;
  }
}
.article-filter .filters-wrapper .btn-grid,
.mlo-filter .filters-wrapper .btn-grid {
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  gap: 14px;
}
.article-filter .filters-wrapper .btn-grid a.btn,
.mlo-filter .filters-wrapper .btn-grid a.btn {
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  background: #ffffff;
  border: 1px solid #004EA8;
  color: #004EA8;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 12px 24px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.article-filter .filters-wrapper .btn-grid a.btn.active,
.mlo-filter .filters-wrapper .btn-grid a.btn.active {
  background: #004EA8;
  color: #ffffff !important;
  border-color: #004EA8 !important;
}
.article-filter .filters-wrapper .btn-grid a.btn:hover,
.mlo-filter .filters-wrapper .btn-grid a.btn:hover {
  background: #004EA8;
  color: #ffffff !important;
  border-color: #004EA8 !important;
}
.article-filter .filters-wrapper .dropdown,
.mlo-filter .filters-wrapper .dropdown {
  width: 100%;
  margin-top: 26px;
  position: relative;
}
.article-filter .filters-wrapper .dropdown button.dropdown-toggle,
.mlo-filter .filters-wrapper .dropdown button.dropdown-toggle {
  padding: 10px 25px;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  border: 1px solid #004EA8;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #004EA8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  justify-content: center;
}
.article-filter .filters-wrapper .dropdown button.dropdown-toggle::after,
.mlo-filter .filters-wrapper .dropdown button.dropdown-toggle::after {
  display: none;
}
.article-filter .filters-wrapper .dropdown ul.dropdown-menu,
.mlo-filter .filters-wrapper .dropdown ul.dropdown-menu {
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
  left: unset !important;
  top: -2px !important;
  border: 1px solid #808285;
  color: #232323;
}
.article-filter .filters-wrapper .dropdown ul.dropdown-menu li.dropdown-header,
.mlo-filter .filters-wrapper .dropdown ul.dropdown-menu li.dropdown-header {
  padding: 0 20px 20px 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: inherit;
  border-bottom: 1px solid #808285;
}
.article-filter .filters-wrapper .dropdown ul.dropdown-menu li.dropdown-header a.dropdown-close,
.mlo-filter .filters-wrapper .dropdown ul.dropdown-menu li.dropdown-header a.dropdown-close {
  position: absolute;
  right: 20px;
  top: 24px;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><line x1="9.19531" y1="0.707107" x2="0.71003" y2="9.19239" stroke="%23232323" stroke-linecap="round"/><path d="M0.707031 0.707031L9.19231 9.19231" stroke="%23232323" stroke-linecap="round"/></svg>');
}
.article-filter .filters-wrapper .dropdown ul.dropdown-menu li.dropdown-footer,
.mlo-filter .filters-wrapper .dropdown ul.dropdown-menu li.dropdown-footer {
  padding: 20px 20px 0 20px;
}
.article-filter .filters-wrapper .dropdown ul.dropdown-menu li:not(.dropdown-header):not(.dropdown-footer),
.mlo-filter .filters-wrapper .dropdown ul.dropdown-menu li:not(.dropdown-header):not(.dropdown-footer) {
  padding: 0;
  margin: 0;
}
.article-filter .filters-wrapper .dropdown ul.dropdown-menu button.btn-secondary,
.mlo-filter .filters-wrapper .dropdown ul.dropdown-menu button.btn-secondary {
  padding: 10px 25px;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  background: #004EA8;
  border: 1px solid #004EA8;
  color: #ffffff;
}
.article-filter .filters-wrapper .dropdown ul.dropdown-menu button.btn-secondary:hover, .article-filter .filters-wrapper .dropdown ul.dropdown-menu button.btn-secondary:focus,
.mlo-filter .filters-wrapper .dropdown ul.dropdown-menu button.btn-secondary:hover,
.mlo-filter .filters-wrapper .dropdown ul.dropdown-menu button.btn-secondary:focus {
  background: #004EA8;
  border: 1px solid #004EA8;
  color: #ffffff;
}
.article-filter .filters-wrapper .dropdown .filter-accordion .accordion-item,
.mlo-filter .filters-wrapper .dropdown .filter-accordion .accordion-item {
  border: 0;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.article-filter .filters-wrapper .dropdown .filter-accordion .accordion-item .accordion-button,
.mlo-filter .filters-wrapper .dropdown .filter-accordion .accordion-item .accordion-button {
  width: 100%;
  padding: 12px 20px;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #232323;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
.article-filter .filters-wrapper .dropdown .filter-accordion .accordion-item .accordion-button:focus,
.mlo-filter .filters-wrapper .dropdown .filter-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.article-filter .filters-wrapper .dropdown .filter-accordion .accordion-item .accordion-button:not(.collapsed),
.mlo-filter .filters-wrapper .dropdown .filter-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #232323;
  background: none;
  box-shadow: none;
}
.article-filter .filters-wrapper .dropdown .filter-accordion .accordion-item .accordion-button::after,
.mlo-filter .filters-wrapper .dropdown .filter-accordion .accordion-item .accordion-button::after {
  display: block;
  margin-left: auto;
  margin-top: 5px;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M0.75 0.75L5.75 5.75L10.75 0.75" stroke="%23232323" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.article-filter .filters-wrapper .dropdown .filter-accordion .accordion-item .accordion-body,
.mlo-filter .filters-wrapper .dropdown .filter-accordion .accordion-item .accordion-body {
  padding: 0 20px 20px 20px;
}
.article-filter .filters-wrapper .dropdown .filter-accordion .radio-grid,
.mlo-filter .filters-wrapper .dropdown .filter-accordion .radio-grid {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.article-filter .filters-wrapper .dropdown .filter-accordion .radio-grid .form-check,
.mlo-filter .filters-wrapper .dropdown .filter-accordion .radio-grid .form-check {
  margin: 0;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 0;
}
.article-filter .filters-wrapper .dropdown .filter-accordion .radio-grid .form-check-input,
.mlo-filter .filters-wrapper .dropdown .filter-accordion .radio-grid .form-check-input {
  width: 22px;
  height: 22px;
  margin: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  border: 1px solid #6D6E71;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.article-filter .filters-wrapper .dropdown .filter-accordion .radio-grid .form-check-input:checked,
.mlo-filter .filters-wrapper .dropdown .filter-accordion .radio-grid .form-check-input:checked {
  background-color: #ffffff;
  border-color: #6D6E71;
  background-image: radial-gradient(circle closest-side, #004EA8 0, #004EA8 50%, transparent 54%);
}
.article-filter .filters-wrapper .dropdown .filter-accordion .radio-grid .form-check-input:focus,
.mlo-filter .filters-wrapper .dropdown .filter-accordion .radio-grid .form-check-input:focus {
  box-shadow: none;
  border-color: #004EA8;
}
.article-filter .filters-wrapper .dropdown .filter-accordion .radio-grid .form-check-label,
.mlo-filter .filters-wrapper .dropdown .filter-accordion .radio-grid .form-check-label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #232323;
  cursor: pointer;
}

@media (min-width: 1160px) {
  .mlo-filter .filters-wrapper .top .filters-left {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1160px) {
  .mlo-filter .filters-wrapper .top .filters-right {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 840px) {
  .mlo-filter .filters-wrapper .bottom .filters-left {
    flex: 0 0 auto;
    width: 100%;
  }
}

.article-results .result-col {
  margin-bottom: 40px;
}

.article .article-intro {
  font-size: 24px;
  font-size: 1.5rem;
  color: #232323;
  margin-bottom: 60px;
}
.article .article-intro span {
  color: #004EA8;
}
.article .article-intro p {
  font-size: inherit;
  color: inherit;
}
.article .article-body, .article .listicle-body {
  margin-bottom: 40px;
}
.article .article-body h2, .article .article-body .h2, .article .article-body h3, .article .article-body .h3, .article .article-body h4, .article .article-body .h4, .article .article-body h5, .article .article-body .h5, .article .article-body h6, .article .article-body .h6, .article .article-body p, .article .article-body li, .article .listicle-body h2, .article .listicle-body .h2, .article .listicle-body h3, .article .listicle-body .h3, .article .listicle-body h4, .article .listicle-body .h4, .article .listicle-body h5, .article .listicle-body .h5, .article .listicle-body h6, .article .listicle-body .h6, .article .listicle-body p, .article .listicle-body li {
  color: #232323;
}
.article .article-body h3, .article .article-body .h3, .article .listicle-body h3, .article .listicle-body .h3 {
  font-size: 30px;
  font-size: 1.875rem;
}
.article .article-body h4, .article .article-body .h4, .article .listicle-body h4, .article .listicle-body .h4 {
  font-size: 28px;
  font-size: 1.75rem;
}
.article .article-body p, .article .article-body li, .article .listicle-body p, .article .listicle-body li {
  font-size: 18px;
  font-size: 1.125rem;
}
.article .article-body a:not(.btn), .article .listicle-body a:not(.btn) {
  color: #004EA8;
  text-decoration: underline;
}
.article .article-body a:not(.btn):hover, .article .listicle-body a:not(.btn):hover {
  color: #003169;
}
@media (max-width: 1159.98px) {
  .article .article-body p, .article .article-body li, .article .listicle-body p, .article .listicle-body li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.article .article-listicle {
  display: flex;
  flex: 1;
}
.article .article-listicle .listicle-icon {
  flex: 0 0 100px;
}
.article .article-listicle .listicle-icon img {
  width: 80px;
  height: 80px;
}
.article .article-listicle .listicle-body {
  flex: 1;
}
@media (max-width: 839.98px) {
  .article .article-listicle .listicle-icon {
    flex: 0 0 60px;
  }
  .article .article-listicle .listicle-icon img {
    width: 40px;
    height: 40px;
  }
}
.article .button-group {
  padding: 25px 0;
}
.article .button-group > div {
  margin-top: 0 !important;
}
.article .article-promo {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  background: #004EA8;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.article .article-promo .promo-content {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
  padding: 40px;
}
.article .article-promo .promo-content .badge {
  display: inline-flex;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #DDF4FE;
  color: #232323;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.article .article-promo .promo-content h2, .article .article-promo .promo-content .h2, .article .article-promo .promo-content h3, .article .article-promo .promo-content .h3, .article .article-promo .promo-content h4, .article .article-promo .promo-content .h4, .article .article-promo .promo-content p, .article .article-promo .promo-content li {
  color: #ffffff;
}
.article .article-promo .promo-content a.btn {
  width: fit-content !important;
}
.article .article-promo .promo-content a.btn:after {
  border: 1px solid #ffffff;
}
.article .article-promo .promo-content a.btn:focus:after {
  opacity: 1;
}
@media (min-width: 840px) {
  .article .article-promo .promo-content {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
.article .article-promo .promo-image {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
  padding: 0;
}
@media (min-width: 840px) {
  .article .article-promo .promo-image {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.article .article-promo .promo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.article figure {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}
.article figure img {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #A2AAAD;
}
.article figure figcaption {
  margin-top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  color: inherit;
}
.article .ratio {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.article blockquote {
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  padding: 40px 100px;
  color: #232323;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5em;
  margin: 40px 0;
  background-color: #DDF4FE;
  background-image: url('data:image/svg+xml,<svg width="955" height="139" viewBox="0 0 955 139" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.1785 124.976C22.4504 128.9 81.5679 137.547 168.92 137.547C349.476 137.547 517.439 68.4634 744.609 68.4634C858.238 68.4634 926.878 78.2628 954.156 83.1847M954.156 8.29252C690.564 -31.5036 553.729 95.0016 268.376 95.0016C160.287 95.0016 71.511 79.8369 0.15625 58.6197" stroke="%235BC2E7" stroke-width="1.09" stroke-miterlimit="10"/></svg>');
  background-repeat: no-repeat;
  background-position: bottom 20px center;
  background-size: 100% auto;
  font-family: "Lora", "Times New Roman", Times, serif;
}
.article blockquote p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
.article blockquote p:last-of-type {
  margin-bottom: 0;
}
.article blockquote cite {
  display: block;
  margin-top: 10px;
  color: #404040;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", "Arial", "Helvetica", sans-serif;
}
@media (max-width: 839.98px) {
  .article blockquote {
    padding: 30px;
    font-size: 24px;
    font-size: 1.5rem;
    border-radius: 16px;
  }
  .article blockquote cite {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.article table {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #A2AAAD;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  min-width: 767px;
}
.article table th, .article table td {
  color: #232323;
  padding: 10px 20px;
}
.article table.table-striped {
  --bs-table-accent-bg: $warm-gray;
}
.article table.table > :not(:last-child) > :last-child > * {
  border-bottom: 1px solid #A2AAAD;
}
.article table > :last-child > tr:last-child > * {
  border-bottom: 0;
}
.article .accordion {
  margin-top: 40px;
  margin-bottom: 40px;
}
.article wa-scrollbar {
  --wa-sb-track-bg: #D9D9D9;
  --wa-sb-track-radius: 999px;
  --wa-sb-thumb-radius: 999px;
}

.rte h2, .rte .h2, .rte p, .rte li {
  color: #232323;
}
.rte h3, .rte .h3 {
  font-size: 30px;
  font-size: 1.875rem;
}
.rte h4, .rte .h4 {
  font-size: 28px;
  font-size: 1.75rem;
}
.rte a:not(.btn) {
  color: #B94700;
  text-decoration: underline;
}
.rte figure {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}
.rte figure img {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #A2AAAD;
}
.rte figure figcaption {
  margin-top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  color: inherit;
}
.rte .ratio {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.rte blockquote {
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  padding: 40px 100px;
  color: #232323;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5em;
  margin: 40px 0;
  background-color: #DDF4FE;
  background-image: url('data:image/svg+xml,<svg width="955" height="139" viewBox="0 0 955 139" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.1785 124.976C22.4504 128.9 81.5679 137.547 168.92 137.547C349.476 137.547 517.439 68.4634 744.609 68.4634C858.238 68.4634 926.878 78.2628 954.156 83.1847M954.156 8.29252C690.564 -31.5036 553.729 95.0016 268.376 95.0016C160.287 95.0016 71.511 79.8369 0.15625 58.6197" stroke="%235BC2E7" stroke-width="1.09" stroke-miterlimit="10"/></svg>');
  background-repeat: no-repeat;
  background-position: bottom 20px center;
  background-size: 100% auto;
  font-family: "Lora", "Times New Roman", Times, serif;
}
.rte blockquote p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
.rte blockquote p:last-of-type {
  margin-bottom: 0;
}
.rte blockquote cite {
  display: block;
  margin-top: 10px;
  color: #404040;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", "Arial", "Helvetica", sans-serif;
}
@media (max-width: 839.98px) {
  .rte blockquote {
    padding: 30px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .rte blockquote cite {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.rte table {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #A2AAAD;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  min-width: 767px;
}
.rte table th, .rte table td {
  color: #232323;
  padding: 10px 20px;
}
.rte table.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #F2F0EA;
}
.rte table.table > :not(:last-child) > :last-child > * {
  border-bottom: 1px solid #A2AAAD;
}
.rte table > :last-child > tr:last-child > * {
  border-bottom: 0;
}
.rte wa-scrollbar {
  --wa-sb-track-bg: #D9D9D9;
  --wa-sb-track-radius: 999px;
  --wa-sb-thumb-radius: 999px;
}

.block-forms .form-content img {
  display: inline-block;
  margin-bottom: 30px;
}
.block-forms .form-block {
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  min-height: 200px;
  padding: 30px;
}
.block-forms .form-block h3, .block-forms .form-block .h3 {
  color: #004EA8;
}
.block-forms.form-light .form-block {
  background: #ffffff;
}
.block-forms.form-dark .form-block {
  background: #B4E7FC;
}
@media (max-width: 1159.98px) {
  .block-forms .form-block {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
}

@media (max-width: 1159.98px) {
  .rates-table-container .container {
    max-width: unset !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.rates-table-container.promotional {
  margin-top: 50px;
}
.rates-table-container.promotional .container {
  position: relative;
}
.rates-table-container.promotional .container::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  right: -24px;
  bottom: -24px;
  z-index: 0;
  border-radius: 16px;
  border: 2px solid var(--warm-yellow---FFC72C, #FFC72C);
  opacity: 0.8;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.28);
  pointer-events: none;
}
@media (max-width: 1159.98px) {
  .rates-table-container.promotional .container::before {
    border-radius: 8px;
  }
}
.rates-table-container {
  /* Just a grow box — the card chrome (border, rounding, background) lives on the
     wa-scrollbar VIEWPORT so it stays put while this scrolls. This must GROW past the
     viewport (not scroll) so wa-scrollbar sees the overflow and draws its track. */
}
.rates-table-container .rates-table-wrap {
  display: inline-block;
  vertical-align: top;
  min-width: 100%;
}
.rates-table-container table.rates-table {
  width: 100%;
  min-width: 768px; /* forces scroll below this; remove if you prefer squishing */
  border-collapse: separate;
  border-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 840px) {
  .rates-table-container table.rates-table {
    table-layout: fixed; /* keeps columns from resizing based on content, for easier scanning */
  }
}
.rates-table-container table.rates-table th, .rates-table-container table.rates-table td {
  padding: 1rem 2rem;
}
.rates-table-container table.rates-table {
  /* ---- Column alignment: first col left, everything else right/center ---- */
}
.rates-table-container table.rates-table th:first-child,
.rates-table-container table.rates-table td:first-child {
  text-align: left;
}
.rates-table-container table.rates-table th:not(:first-child),
.rates-table-container table.rates-table td:not(:first-child) {
  text-align: right;
}
.rates-table-container table.rates-table {
  /* Numbers sit visually centered-right in the screenshot */
}
.rates-table-container table.rates-table td:not(:first-child) {
  text-align: right;
}
.rates-table-container table.rates-table {
  /* ---- Header ---- */
}
.rates-table-container table.rates-table thead th {
  font-weight: 700;
  background: #ffffff;
}
.rates-table-container table.rates-table thead th.vip {
  background: #008064;
  color: #ffffff;
}
.rates-table-container table.rates-table {
  /* ---- Body zebra striping (non-VIP columns) ---- */
}
.rates-table-container table.rates-table tbody td {
  background: #ffffff;
}
.rates-table-container table.rates-table tbody tr:nth-child(odd) td {
  background: #F2F0EA;
}
.rates-table-container table.rates-table {
  /* ---- VIP columns ---- */
}
.rates-table-container table.rates-table tbody td.vip {
  background: #90D3CA;
}
.rates-table-container table.rates-table tbody tr:nth-child(odd) td.vip {
  background: #55C2B6;
}
.rates-table-container table.rates-table {
  /* ---- Sticky first column below 768px ---- */
}
@media (max-width: 839.98px) {
  .rates-table-container table.rates-table {
    /* Size to the columns actually present. The 768px floor above was tuned
       for the 5-column CD table — on narrower tables (e.g. the 3-column
       standard-scroll) it balloons every column until the right-aligned
       values sit off-screen behind the scroll. max-content lets each table
       scroll exactly as far as its own content needs. */
    width: max-content;
    min-width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }
  .rates-table-container table.rates-table th:first-child,
  .rates-table-container table.rates-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    border-right: 1px solid #000000;
  }
  .rates-table-container table.rates-table th, .rates-table-container table.rates-table td {
    padding: 1rem 1.25rem;
  }
}
.rates-table-container .rates-header {
  margin-bottom: 30px;
}
.rates-table-container .rates-header a:not(.rate-title a) {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  color: #004EA8;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
}
.rates-table-container .rates-header a:not(.rate-title a):hover, .rates-table-container .rates-header a:not(.rate-title a):focus {
  text-decoration: underline;
  color: #004EA8;
}
.rates-table-container .rates-header .rate-title {
  font-size: 34px;
  font-size: 2.125rem;
}
.rates-table-container .rates-header .rate-title a {
  font-size: inherit;
  font-weight: 700;
  color: #004EA8;
  text-decoration: none;
}
.rates-table-container .rates-header .rate-title a:hover, .rates-table-container .rates-header .rate-title a:focus {
  text-decoration: underline;
  color: #004EA8;
}
@media (max-width: 839.98px) {
  .rates-table-container .rates-header .rate-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.rates-table-container .rates-footer {
  margin-top: 20px;
}
.rates-table-container .rates-footer .rates-ctas a:not(.btn) {
  color: #004EA8;
  text-decoration: none;
  font-weight: 700;
}
.rates-table-container .rates-footer .rates-ctas a:not(.btn):hover, .rates-table-container .rates-footer .rates-ctas a:not(.btn):focus, .rates-table-container .rates-footer .rates-ctas a:not(.btn):active {
  text-decoration: underline;
  color: #004EA8;
}
.rates-table-container .rates-footer {
  /* Buttons stay on one row until below 480px, then they wrap */
}
@media (max-width: 479.98px) {
  .rates-table-container .rates-footer .rates-ctas-buttons {
    flex-wrap: wrap;
  }
}
.rates-table-container .rates-footer .rates-disclosures {
  font-size: 14px;
  font-size: 0.875rem;
  color: #6D6E71;
  margin-top: 20px;
}
.rates-table-container .rates-footer .rates-disclosures p {
  font-size: inherit;
  color: inherit;
}
.rates-table-container wa-scrollbar {
  height: auto;
  padding-bottom: 20px;
  --wa-sb-track-bg: #D9D9D9;
  --wa-sb-track-radius: 999px;
  --wa-sb-thumb-radius: 999px;
}
.rates-table-container {
  /* Card chrome on the scroll VIEWPORT (not the host): the viewport is the fixed scroll
     container, so its border + rounding hug the table and CLIP it at fixed corners —
     the frame stays around the sticky first column. The always-on track lives in the
     host's padding strip BELOW this border, so the rounded card doesn't wrap it. */
}
.rates-table-container wa-scrollbar::part(viewport) {
  background: #ffffff;
  border: 1px solid #A2AAAD;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.rates-table-container .rates-table-wrap:not(wa-scrollbar *) {
  background: #ffffff;
  border: 1px solid #A2AAAD;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.rates-table-container .rates-table-wrap:not(wa-scrollbar *) .rates-table {
  width: 100%; /* undo the mobile max-content sizing — this one never scrolls */
  min-width: unset; /* don't force scroll on a non-scrolling table */
  table-layout: fixed;
}
.rates-table-container .rates-table-wrap:not(wa-scrollbar *) .rates-table th:first-child,
.rates-table-container .rates-table-wrap:not(wa-scrollbar *) .rates-table td:first-child {
  position: unset;
  border-right: 0;
}

.search-results-container [data-cludo-result=banner] {
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden !important;
  background: #F9F8F6;
  color: #232323;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
  padding: 0;
  margin-bottom: 80px;
}
.search-results-container [data-cludo-result=banner] .promo-content {
  padding: 40px;
}
.search-results-container [data-cludo-result=banner] .promo-content h2, .search-results-container [data-cludo-result=banner] .promo-content .h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #004EA8;
  margin-bottom: 20px !important;
}
.search-results-container [data-cludo-result=banner] .promo-content p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.search-results-container [data-cludo-result=banner] .promo-content p:last-of-type {
  margin-bottom: 0;
}
.search-results-container [data-cludo-result=banner] .promo-content a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.search-results-container [data-cludo-result=banner] .promo-content a:hover, .search-results-container [data-cludo-result=banner] .promo-content a:focus {
  color: #004EA8;
  text-decoration: underline;
}
@media (max-width: 839.98px) {
  .search-results-container [data-cludo-result=banner] {
    margin-bottom: 40px;
  }
  .search-results-container [data-cludo-result=banner] .promo-content {
    padding: 30px 20px;
    font-size: 16px;
    font-size: 1rem;
  }
  .search-results-container [data-cludo-result=banner] .promo-content h2, .search-results-container [data-cludo-result=banner] .promo-content .h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.search-results-container .search-result-count {
  border-top: 1px solid #A2AAAD;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #232323;
  font-size: 18px;
  font-size: 1.125rem;
}
.search-results-container .search-result-count b {
  font-weight: 700;
}
.search-results-container {
  /*
  .cludo-search-results {
      .cludo-search-results__facets {
          @include media-breakpoint-up(md) {
              padding-right: 30px;
          }
      }
      // Until the Category facet is populated on the engine, Cludo renders an
      // empty facet wrapper — hide the column and let results span full width
      // so there's no dead gutter.
      .cludo-search-results__layout:not(:has(.cludo-facet)) {
          .cludo-search-results__facets {
              //display: none;
          }
          .cludo-search-results__results-wrapper {
              // !important: the stock template sets 75% via an id selector
              // (#cludo-search-results …) that outweighs these classes
              max-width: 100% !important;
              padding-left: 0 !important;
          }
      }
  }
  */
}
.search-results-container .cludo-search-results__layout {
  flex-direction: column;
}
.search-results-container .cludo-search-results__layout .cludo-search-results__results {
  max-width: unset;
}
.search-results-container #cludo-search-results .cludo-search-results__facets,
.search-results-container #cludo-search-results .cludo-search-results__results-wrapper {
  max-width: 100%;
  padding-left: 0;
}
.search-results-container #cludo-search-results .cludo-facet-wrapper .cludo-facet__value-list {
  flex-direction: row;
  gap: 10px;
}
.search-results-container #cludo-search-results .cludo-facet-wrapper .cludo-facet__value-list li a {
  background: #004EA8;
  border: 1px solid #004EA8;
  color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
}
.search-results-container #cludo-search-results .cludo-facet-wrapper .cludo-facet__value-list li a:hover, .search-results-container #cludo-search-results .cludo-facet-wrapper .cludo-facet__value-list li a:focus {
  background: #003169;
  border: 1px solid #003169;
  color: #ffffff;
}
.search-results-container #cludo-search-results .cludo-facet-wrapper .cludo-facet__value-list li a:focus:after {
  opacity: 1;
}
.search-results-container .cludo-search-results__facets .cludo-facet__header {
  color: #232323;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  display: none;
}
.search-results-container .cludo-search-results__facets .cludo-facet__value-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-results-container .cludo-search-results__facets .cludo-facet__value-list-item-anchor {
  display: block;
  color: #232323;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  padding: 8px 12px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.search-results-container .cludo-search-results__facets .cludo-facet__value-list-item-anchor:hover, .search-results-container .cludo-search-results__facets .cludo-facet__value-list-item-anchor:focus {
  background: #F9F8F6;
  color: #004EA8;
}
.search-results-container .cludo-search-results__facets .cludo-facet__value-list-item-anchor.active {
  background: #004EA8;
  color: #ffffff;
  font-weight: 700;
}
.search-results-container .cludo-search-results__facets .cludo-facet.list-facet .cludo-facet__header-wrapper {
  margin-bottom: 16px;
}
.search-results-container .cludo-search-results__facets .cludo-facet.dropdown-facet {
  position: relative;
  margin-bottom: 24px;
}
.search-results-container .cludo-search-results__facets .cludo-facet.dropdown-facet .cludo-facet__dropdown-header {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #004EA8;
  padding: 12px 16px;
}
.search-results-container .cludo-search-results__facets .cludo-facet.dropdown-facet .cludo-facet__dropdown-header .cludo-facet__header {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}
.search-results-container .cludo-search-results__facets .cludo-facet.dropdown-facet .cludo-facet__dropdown-header:after {
  right: 16px;
}
.search-results-container .cludo-search-results__facets .cludo-facet.dropdown-facet .cludo-facet__value-list {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #6D6E71;
  overflow: hidden;
}
.search-results-container {
  /* Individual search result container */
}
.search-results-container .cludo-search-results-item {
  margin-bottom: 40px;
}
.search-results-container .cludo-search-results-item h3.cludo-search-results-item__title, .search-results-container .cludo-search-results-item .cludo-search-results-item__title.h3 {
  color: #004EA8;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}
.search-results-container .cludo-search-results-item p.cludo-search-results-item__description {
  color: #232323;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
.search-results-container .cludo-search-results-item .cludo-search-results-item__path-anchor {
  margin-top: 0;
  color: #004EA8;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 839.98px) {
  .search-results-container .cludo-search-results-item h3.cludo-search-results-item__title, .search-results-container .cludo-search-results-item .cludo-search-results-item__title.h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .search-results-container .cludo-search-results-item p.cludo-search-results-item__description {
    font-size: 16px;
    font-size: 1rem;
  }
  .search-results-container .cludo-search-results-item .cludo-search-results-item__path-anchor {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.search-results-container .cludo-page-navigation {
  padding-bottom: 40px;
  padding-top: 40px;
}
.search-results-container .cludo-page-navigation .cludo-display-flex {
  justify-content: center;
}
.search-results-container .cludo-page-navigation .cludo-display-flex button {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 24px;
  background: #ffffff;
  color: #232323;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.search-results-container .cludo-page-navigation .cludo-display-flex button:hover, .search-results-container .cludo-page-navigation .cludo-display-flex button:focus {
  background: #004EA8;
  color: #ffffff;
}
.search-results-container .cludo-page-navigation .cludo-display-flex button[aria-current=true] {
  background: #004EA8;
  color: #ffffff;
  opacity: 1 !important;
}
.search-results-container .cludo-page-navigation .cludo-display-flex button[data-page=first], .search-results-container .cludo-page-navigation .cludo-display-flex button[data-page=last] {
  display: none !important;
}
.search-results-container .cludo-page-navigation .cludo-display-flex .active button {
  background: #004EA8;
  color: #ffffff;
}
.search-results-container {
  /* Search result image (if indexed) */
}
.search-results-container .cludo-search-results-item__image-container {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.search-results-container .cludo-search-results-item__image-container img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 1159.98px) {
  .search-results-container .cludo-search-results-item__image-container {
    margin-bottom: 20px;
  }
}
.search-results-container {
  /* Container wrapping all text content in the result */
}
.search-results-container {
  /* Search result badge (if indexed) */
}
.search-results-container {
  /* Search result date (if indexed) */
}
.search-results-container {
  /* Cludo AI answer summary (if indexed) */
}
.search-results-container .cludo-generative-ai {
  background: #F9F8F6;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  padding: 30px;
}
.search-results-container .cludo-generative-ai .cludo-generative-ai__answer-container {
  flex-direction: column;
}
.search-results-container .cludo-generative-ai .cludo-ai-icon {
  display: block;
  width: 45px;
  height: 45px;
}
.search-results-container .cludo-generative-ai .cludo-ai-icon svg {
  width: 40px;
  height: 40px;
}
.search-results-container .cludo-generative-ai .cludo-generative-ai-references {
  padding: 20px 0;
  align-items: center;
  gap: 20px;
}
.search-results-container .cludo-generative-ai .cludo-generative-ai-references p {
  margin-top: 0 !important;
}
.search-results-container .cludo-generative-ai .cludo-generative-ai-references .cludo-generative-ai-references__list {
  align-items: center;
  gap: 20px;
}
.search-results-container .cludo-generative-ai .cludo-generative-ai-references .cludo-generative-ai-references__list li {
  margin-bottom: 0;
}
.search-results-container .cludo-generative-ai .cludo-generative-ai-references .cludo-generative-ai-references__list li a {
  padding: 10px 25px;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none !important;
  background: #90D3CA;
  border: 1px solid #90D3CA;
  color: #003865 !important;
}
.search-results-container .cludo-generative-ai .cludo-generative-ai-references .cludo-generative-ai-references__list li a:hover, .search-results-container .cludo-generative-ai .cludo-generative-ai-references .cludo-generative-ai-references__list li a:focus {
  background: #47C5B4;
  border: 1px solid #47C5B4;
  color: #003865;
  outline: none !important;
}
.search-results-container .cludo-generative-ai .cludo-generative-ai-references .cludo-generative-ai-references__list li a:after {
  content: "";
  border: 1px solid #000000;
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.search-results-container .cludo-generative-ai .cludo-generative-ai-references .cludo-generative-ai-references__list li a:focus:after {
  opacity: 1;
}
@media (max-width: 1159.98px) {
  .search-results-container .cludo-generative-ai .cludo-generative-ai-references {
    flex-direction: column;
    align-items: start;
  }
}
.search-results-container .cludo-generative-ai .cludo-ai-summary-feedback .cludo-ai-summary-feedback__cta {
  padding-right: 15px;
}
.search-results-container .cludo-generative-ai .cludo-ai-summary-feedback button {
  border: 0;
  background: none;
}
.search-results-container {
  /* Search result breadcrumb (if indexed) */
}
.search-results-container #cludo-404 .powered-by {
  display: none !important;
}
.search-results-container #cludo-404-results .cludo-results h3, .search-results-container #cludo-404-results .cludo-results .h3 {
  text-transform: none;
  color: #232323;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 125%; /* 42.5px */
}
.search-results-container #cludo-404-results .cludo-results ul {
  padding-left: 0;
  color: #232323;
}
.search-results-container #cludo-404-results .cludo-results ul li.cludo-result-item {
  margin-bottom: 40px !important;
}
.search-results-container #cludo-404-results .cludo-results ul li.cludo-result-item a {
  text-decoration: none !important;
}
.search-results-container #cludo-404-results .cludo-results ul li.cludo-result-item a strong.cludo-result-item-title {
  color: #004EA8;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
}
.search-results-container #cludo-404-results .cludo-results ul li.cludo-result-item a .cludo-result-item-description {
  color: #232323;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  margin-top: 16px;
  margin-bottom: 16px;
}
.search-results-container #cludo-404-results .cludo-results ul li.cludo-result-item a .cludo-result-item-path {
  color: #004EA8;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}
.search-results-container #cludo-404-results .cludo-results ul li.cludo-result-item a:hover strong.cludo-result-item-title,
.search-results-container #cludo-404-results .cludo-results ul li.cludo-result-item a:hover .cludo-result-item-path {
  text-decoration: underline !important;
}
.search-results-container .helpful-links h3, .search-results-container .helpful-links .h3 {
  text-transform: none;
  color: #232323;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 125%; /* 42.5px */
}
.search-results-container .helpful-links ul li::marker {
  color: #004EA8;
}
@media (max-width: 839.98px) {
  .search-results-container #cludo-404-results .cludo-results h3, .search-results-container #cludo-404-results .cludo-results .h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .search-results-container #cludo-404-results .cludo-results ul li.cludo-result-item a strong.cludo-result-item-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .search-results-container #cludo-404-results .cludo-results ul li.cludo-result-item a .cludo-result-item-description {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* Autocomplete, Pre-search Suggestions, and Search As You Type dropdown */
.search_autocomplete {
  top: 100%;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden !important;
  box-shadow: unset !important;
  border: 1px solid #6D6E71;
}
.search_autocomplete h3, .search_autocomplete .h3 {
  display: none !important;
}
.search_autocomplete ul.cludo-search-autocomplete-suggestions {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.search_autocomplete ul.cludo-search-autocomplete-suggestions li {
  padding: 16px 24px !important;
  color: #232323;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
}
.search_autocomplete ul.cludo-search-autocomplete-suggestions li:hover, .search_autocomplete ul.cludo-search-autocomplete-suggestions li:focus {
  background: #F9F8F6;
  color: #004EA8;
  text-decoration: none;
}

/*
Autocomplete
<h3>Suggestions</h3>
<div class="section-divider"></div>
<ul class="cludo-search-autocomplete-suggestions" role="listbox">
  <li id="cludo-suggestion-item-0" tabindex="0" role="option" class="cludo-p-2 cludo-font-family-default cludo-border-b-1-neutral cludo-border-b-solid cludo-border-radius-button cludo-cursor-pointer cludo-bg-hover-gray-light cludo-bg-color-white " data-cludo-autocomplete="suggestion" data-cludo-autocomplete-index="0">
    <span role="presentation none">mobile text banking</span>
  </li>
</ul>
*/
/*===========================================================================
    Categorized Search Results (scaffold — currently inactive)
    The categorized renderer (categorizeResultsByField) was dropped in favor
    of the BlazeCU-style Category facet sidebar, so these styles are dormant:
    search-results.js still tags every result, but without category sections
    everything falls back to .is-page. Kept in case the per-type layouts
    (product cards / FAQ accordions) come back.
===========================================================================*/
.search-results-container {
  /*
  .cludo-category {
      margin-bottom: 60px;
      &__heading {
          @include font-size(28px);
          font-weight: 700;
          color: $text-charcoal-gray;
          margin-bottom: 24px;
      }
      &__show-all {
          // reuse the pagination button styling
      }
  }
  */
}
.search-results-container .search-result.is-product {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: #F9F8F6;
  padding: 32px 40px;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.search-results-container .search-result.is-product .cludo-search-results-item__image-container {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
}
.search-results-container .search-result.is-product .cludo-search-results-item__content {
  flex: 1 1 auto;
}
.search-results-container .search-result.is-faq {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #A2AAAD;
  padding: 24px 32px;
  margin-bottom: 16px;
}
.search-results-container .search-result.is-faq .cludo-search-results-item__title {
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-results-container .search-result.is-faq .cludo-search-results-item__title:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/ui/x-black.svg") no-repeat center/contain;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.search-results-container .search-result.is-faq .cludo-search-results-item__description {
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.search-results-container .search-result.is-faq.is-open .cludo-search-results-item__title:after {
  transform: rotate(180deg);
}
.search-results-container .search-result.is-faq.is-open .cludo-search-results-item__description {
  max-height: 500px;
  margin-top: 16px;
}

.logo-grid .logo-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px;
  border: 1px solid #A2AAAD;
  background: #ffffff;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
}
.logo-grid .logo-item {
  flex: 0 0 calc(25% - 15px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 20px 40px;
}
.logo-grid .logo-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1159.98px) {
  .logo-grid .logo-item {
    padding: 0;
  }
}
@media (max-width: 839.98px) {
  .logo-grid .logo-item {
    padding: 0 40px;
  }
}
@media (max-width: 639.98px) {
  .logo-grid .logo-item {
    padding: 0;
  }
}
@media (max-width: 1159.98px) {
  .logo-grid .logo-items {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
}
@media (max-width: 839.98px) {
  .logo-grid .logo-item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 639.98px) {
  .logo-grid .logo-item {
    flex: 0 0 calc(100% - 0px);
  }
}

.bgLightblue.logo-grid .logo-items,
.bgGray.logo-grid .logo-items {
  border: 0;
}

.bgLightblue .logo-grid .logo-items,
.bgGray .logo-grid .logo-items {
  border: 0;
}

.timeline .timeline-track {
  position: relative;
  padding: 1rem 0;
}
.timeline .timeline-track::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #232323;
  transform: translateX(-50%);
}
.timeline .timeline-item {
  position: relative;
  width: 50%;
  padding: 0 2.5rem 2.5rem;
}
.timeline .timeline-item:nth-child(odd) {
  left: 0;
  padding-right: 2.5rem;
  padding-left: 0;
}
.timeline .timeline-item:nth-child(even) {
  left: 50%;
  padding-left: 2.5rem;
  padding-right: 0;
}
.timeline .timeline-item::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #fff;
  border: 3px solid #232323;
  z-index: 1;
}
.timeline .timeline-item:nth-child(odd)::before {
  right: -10px;
}
.timeline .timeline-item:nth-child(even)::before {
  left: -11px;
}
.timeline .card {
  border: 1px solid #A2AAAD;
  border-radius: 32px;
  overflow: hidden;
}
.timeline .card .card-body {
  padding: 32px;
  color: #232323;
}
.timeline .card .card-body h3, .timeline .card .card-body .h3 {
  color: inherit;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
.timeline .card .card-body p {
  font-size: 18px;
  font-size: 1.125rem;
  color: inherit;
}
.timeline .card .card-body a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.timeline .card .timeline-date {
  color: #232323;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 20px;
}
@media (max-width: 839.98px) {
  .timeline .card {
    border-radius: 16px;
  }
  .timeline .card .timeline-date {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .timeline .card .card-body {
    padding: 20px;
  }
  .timeline .card .card-body h3, .timeline .card .card-body .h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .timeline .card .card-body p, .timeline .card .card-body a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.timeline .image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.timeline .image-grid div {
  width: 180px;
  height: 140px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #A2AAAD;
}
.timeline .image-grid div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.timeline .image-grid div {
  /* The lightbox images are keyboard-focusable (the script gives them
     tabindex + role="button"), but this wrapper clips with
     overflow: hidden, so the shared [data-lightbox] ring is painted
     outside the image and never shows. Draw it on the wrapper, which
     nothing clips, so it also follows the rounded corners. */
}
.timeline .image-grid div:has(img[data-lightbox]:focus-visible) {
  outline: 3px solid rgba(0, 78, 168, 0.3);
  outline-offset: 3px;
}
@media (max-width: 839.98px) {
  .timeline .image-grid div {
    border-radius: 8px;
  }
}
@media (max-width: 767.98px) {
  .timeline .timeline-track::before {
    left: 0;
  }
  .timeline .timeline-item {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding-left: 2rem !important;
    padding-right: 0 !important;
  }
  .timeline .timeline-item::before {
    width: 18px;
    height: 18px;
    border: 2px solid #232323;
    left: -9px !important;
    right: auto !important;
  }
}

.mlo-results .mlo-card-hidden {
  display: none;
}

.branch-details {
  z-index: 10;
}
.branch-details .branch-details-wrapper {
  border-radius: 36px;
  background: #ffffff;
  display: flex;
}
.branch-details .branch-details-wrapper > div {
  padding: 40px;
}
.branch-details .branch-details-wrapper > div:first-of-type {
  padding-right: 0;
}
.branch-details .branch-details-wrapper .branch-details-map {
  width: 40%;
}
.branch-details .branch-details-wrapper .branch-details-map #singleMap {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border-radius: 8px;
  border: 1px solid #A2AAAD;
  overflow: hidden;
}
.branch-details .branch-details-wrapper .branch-details-map #singleMap #map_details {
  width: 100%;
  height: 100%;
}
.branch-details .branch-details-wrapper .branch-details-map #singleMap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.branch-details .branch-details-wrapper .branch-details-info {
  width: 60%;
  padding: 40px 20px 40px 40px;
  display: flex;
  gap: 20px;
}
.branch-details .branch-details-wrapper .branch-details-info h3, .branch-details .branch-details-wrapper .branch-details-info .h3 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #004EA8;
}
.branch-details .branch-details-wrapper .branch-details-info p, .branch-details .branch-details-wrapper .branch-details-info li {
  font-size: 18px;
  font-size: 1.125rem;
  color: #232323;
}
.branch-details .branch-details-wrapper .branch-details-info ul.no-bullets {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.branch-details .branch-details-wrapper .branch-details-info > div {
  flex: 1 1 33%;
}
.branch-details .branch-details-wrapper .branch-details-info > div:first-of-type {
  flex-basis: 35%;
}
.branch-details .branch-details-wrapper .branch-details-info > div:last-of-type {
  flex-basis: 32%;
}
@media (max-width: 1459.98px) {
  .branch-details {
    padding-left: 30px;
    padding-right: 30px;
  }
  .branch-details .container {
    max-width: unset !important;
  }
  .branch-details .branch-details-map {
    width: 30px;
  }
  .branch-details .branch-details-info {
    width: 70%;
  }
}
@media (max-width: 1159.98px) {
  .branch-details .branch-details-wrapper {
    flex-direction: column;
  }
  .branch-details .branch-details-wrapper > div {
    padding: 20px;
  }
  .branch-details .branch-details-wrapper > div:first-of-type {
    padding-right: 20px;
  }
  .branch-details .branch-details-wrapper .branch-details-map,
  .branch-details .branch-details-wrapper .branch-details-info {
    width: 100%;
  }
  .branch-details .branch-details-wrapper .branch-details-map #singleMap {
    height: 280px;
    min-height: 0;
  }
}
@media (max-width: 839.98px) {
  .branch-details .container {
    padding-left: 0;
    padding-right: 0;
  }
  .branch-details .branch-details-wrapper {
    border-radius: 12px;
  }
  .branch-details .branch-details-wrapper .branch-details-info {
    flex-direction: column;
  }
  .branch-details .branch-details-wrapper .branch-details-info h3, .branch-details .branch-details-wrapper .branch-details-info .h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .branch-details .branch-details-wrapper .branch-details-info p, .branch-details .branch-details-wrapper .branch-details-info li {
    font-size: 16px;
    font-size: 1rem;
  }
  .branch-details .branch-details-wrapper .branch-details-info a.btn {
    width: fit-content;
  }
}

.locations-search {
  z-index: 100;
}
.locations-search .location-search {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 1160px) {
  .locations-search .location-search {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 1460px) {
  .locations-search .location-search {
    flex: 0 0 auto;
    width: 50%;
  }
}
.locations-search .location-search {
  margin-bottom: 30px;
  padding: 0;
}
.locations-search .location-search ::-webkit-input-placeholder {
  color: #6D6E71;
  opacity: 1;
  filter: alpha(opacity=100);
}
.locations-search .location-search :-moz-placeholder {
  color: #6D6E71;
  opacity: 1;
  filter: alpha(opacity=100);
}
.locations-search .location-search ::-moz-placeholder {
  color: #6D6E71;
  opacity: 1;
  filter: alpha(opacity=100);
}
.locations-search .location-search :-ms-input-placeholder {
  color: #6D6E71;
  opacity: 1;
  filter: alpha(opacity=100);
}
.locations-search .location-search .location-search-form {
  position: relative;
}
.locations-search .location-search .location-search-form input[type=text] {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #6D6E71;
  background: #ffffff;
  width: 100%;
  height: 64px;
  padding: 12px 70px 12px 24px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #232323;
}
.locations-search .location-search .location-search-form gmp-place-autocomplete {
  width: 100%;
  border: 0;
}
.locations-search .location-search .location-search-form gmp-place-autocomplete::part(input) {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #6D6E71;
  background: #ffffff;
  width: 100%;
  height: 64px;
  padding: 12px 70px 12px 24px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #232323;
  box-sizing: border-box;
}
.locations-search .location-search .location-search-form gmp-place-autocomplete::part(input)::placeholder {
  color: #6D6E71;
  opacity: 1;
}
.locations-search .location-search .location-search-form button#getLocation {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 60px;
  width: 60px;
  border: none;
  background: #ffffff;
  border-radius: 15px;
}
.locations-search .location-types {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 1160px) {
  .locations-search .location-types {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 1460px) {
  .locations-search .location-types {
    flex: 0 0 auto;
    width: 50%;
  }
}
.locations-search .location-types {
  margin-bottom: 20px;
  padding: 0;
}
.locations-search .location-types fieldset legend {
  color: #232323;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  padding-bottom: 16px;
}
.locations-search .location-types fieldset .fields {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.locations-search .location-types .locations-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.locations-search .location-types .locations-filters button {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #6D6E71;
  background: #ffffff;
  padding: 12px 16px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #232323;
}
.locations-search .location-types .locations-filters button.active {
  background: #004EA8;
  color: #ffffff;
  border-color: #004EA8;
}
@media (max-width: 839.98px) {
  .locations-search .location-types fieldset .fields {
    flex-direction: column;
  }
}
.locations-search .locations-services {
  margin-bottom: 40px;
  padding: 0 !important;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 1160px) {
  .locations-search .locations-services {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 1460px) {
  .locations-search .locations-services {
    flex: 0 0 auto;
    width: 50%;
  }
}
.locations-search .locations-services .services-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.locations-search .locations-services .services-list label {
  color: #232323;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
.locations-search .radio-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.locations-search .radio-wrapper input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 20px;
}
.locations-search .radio-wrapper input[type=radio] + label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 42px;
  padding-left: 75px;
  color: #232323;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
.locations-search .radio-wrapper input[type=radio] + label[for=lmcuBranches] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="40" viewBox="0 0 32 40" fill="none"><path d="M32 15.8459C32 29.1248 16.1556 40 16.1556 40C16.1556 40 0 29.1248 0 15.8459C0 7.09447 7.16344 0 16 0C24.8366 0 32 7.09447 32 15.8459Z" fill="%23003865"/></svg>');
  background-repeat: no-repeat;
  background-position: 33px center;
  background-size: 32px 40px;
}
.locations-search .radio-wrapper input[type=radio] + label[for=lmcuAtms] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="40" viewBox="0 0 32 40" fill="none"><path d="M32 15.8459C32 29.1248 16.1556 40 16.1556 40C16.1556 40 0 29.1248 0 15.8459C0 7.09447 7.16344 0 16 0C24.8366 0 32 7.09447 32 15.8459Z" fill="%23004EA8"/></svg>');
  background-repeat: no-repeat;
  background-position: 33px center;
  background-size: 32px 40px;
}
.locations-search .radio-wrapper input[type=radio] + label[for=allpointAtms] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="40" viewBox="0 0 32 40" fill="none"><path d="M32 15.8459C32 29.1248 16.1556 40 16.1556 40C16.1556 40 0 29.1248 0 15.8459C0 7.09447 7.16344 0 16 0C24.8366 0 32 7.09447 32 15.8459Z" fill="%23008064"/></svg>');
  background-repeat: no-repeat;
  background-position: 33px center;
  background-size: 32px 40px;
}
.locations-search .radio-wrapper input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0px;
  border-radius: 50%;
  border: 1px solid #6F686A;
  width: 24px;
  height: 24px;
}
.locations-search .radio-wrapper input[type=radio] + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 14px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.locations-search .radio-wrapper input[type=radio]:hover + label::before {
  border: 1px solid #000000;
}
.locations-search .radio-wrapper input[type=radio]:checked + label::after {
  background: #004EA8;
  /* The background is removed in Windows high-contrast mode, so we
  need to set it explicitly here. `WindowText` is a system color
  that should work with whatever high contrast mode the user
  has set. */
}
@media screen and (-ms-high-contrast: active) {
  .locations-search .radio-wrapper input[type=radio]:checked + label::after {
    background: WindowText;
  }
}
.locations-search .radio-wrapper input[type=radio]:focus + label::before {
  /* Black ring separated from the circle by a small gap.
  An outline (vs box-shadow) also shows up in Windows
  high-contrast mode, where it maps to a system color. */
  outline: 1px solid #000000;
  outline-offset: 2px;
}

.locations-results .locator {
  border-radius: 8px;
  border: 1px solid #6D6E71;
  overflow: hidden;
  position: relative;
}
@media (max-width: 839.98px) {
  .locations-results .locator {
    flex-direction: column-reverse;
  }
}
.locations-results .locator #map_loader {
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  display: none;
  /*
  @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }
      */
}
.locations-results .locator #map_loader .bug_spinner {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 35;
}
.locations-results .map_locations {
  height: 880px;
  margin-bottom: 0;
  overflow-y: scroll;
}
.locations-results .map_locations ul.locations_list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.locations-results .map_locations ul.locations_list li {
  border-bottom: 1px solid #6D6E71;
  margin-bottom: 0;
}
.locations-results .map_locations ul.locations_list li.active {
  background-color: #F2F0EA;
}
.locations-results .map_locations ul.locations_list li.no-border {
  border-bottom: none;
}
.locations-results .map_locations ul.locations_list li .loc {
  display: flex;
  gap: 16px;
  padding: 16px 16px 10px 16px;
}
@media (max-width: 639.98px) {
  .locations-results .map_locations ul.locations_list li .loc {
    gap: 10px;
  }
}
.locations-results .map_locations ul.locations_list li .loc.loc-error {
  justify-content: center;
  flex-direction: column;
  gap: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.locations-results .map_locations ul.locations_list li .loc.loc-error p {
  text-align: center;
}
.locations-results .map_locations ul.locations_list li .loc.loc-error p:last-of-type {
  margin-bottom: 0;
}
.locations-results .map_locations ul.locations_list li .loc .loc_pin {
  width: 36px;
  height: 42px;
  background: url("/assets/images/locator/pin-lmcu-branches.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 40px;
}
.locations-results .map_locations ul.locations_list li .loc .loc_pin .pin {
  width: 100%;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  position: relative;
  top: 5px;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
@media (max-width: 639.98px) {
  .locations-results .map_locations ul.locations_list li .loc .loc_pin {
    background-size: 26px 34px;
  }
  .locations-results .map_locations ul.locations_list li .loc .loc_pin .pin {
    font-size: 16px;
    font-size: 1rem;
  }
}
.locations-results .map_locations ul.locations_list li .loc .loc_header {
  width: 100%;
  padding-right: 0;
  position: relative;
  padding-right: 60px;
}
.locations-results .map_locations ul.locations_list li .loc .loc_header h3.loc_name, .locations-results .map_locations ul.locations_list li .loc .loc_header .loc_name.h3 {
  color: #004EA8;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.locations-results .map_locations ul.locations_list li .loc .loc_header .loc_type {
  color: #6D6E71;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.locations-results .map_locations ul.locations_list li .loc .loc_header .loc_address {
  color: #232323;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.locations-results .map_locations ul.locations_list li .loc .loc_header .loc_status {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.locations-results .map_locations ul.locations_list li .loc .loc_header .loc_status.status-open {
  color: #008064;
}
.locations-results .map_locations ul.locations_list li .loc .loc_header .loc_status.status-closed {
  color: #B94700;
}
.locations-results .map_locations ul.locations_list li .loc .loc_header .loc_alert {
  color: #B94700;
  font-size: 14px;
  font-size: 0.875rem;
}
.locations-results .map_locations ul.locations_list li .loc .loc_header .loc_distance {
  position: absolute;
  top: 0;
  right: 0;
  color: #232323;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 639.98px) {
  .locations-results .map_locations ul.locations_list li .loc .loc_header .loc_distance {
    font-size: 16px;
    font-size: 1rem;
  }
}
.locations-results .map_locations ul.locations_list li .loc_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 16px 16px 64px;
}
@media (max-width: 639.98px) {
  .locations-results .map_locations ul.locations_list li .loc_footer {
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .locations-results .map_locations ul.locations_list li .loc_footer > a:first-child {
    flex: 0 0 100%;
    text-align: center;
  }
  .locations-results .map_locations ul.locations_list li .loc_footer a:not(.btn) {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.locations-results .map_locations ul.locations_list.type-lmcu-atm li .loc .loc_pin {
  background-image: url("/assets/images/locator/pin-lmcu-atms.svg");
}
.locations-results .map_locations ul.locations_list.type-allpoint-atm li .loc .loc_pin {
  background-image: url("/assets/images/locator/pin-allpoint-atms.svg");
}
.locations-results #map {
  width: 100%;
  height: 880px;
  position: relative;
  z-index: 1;
}
@media (max-width: 839.98px) {
  .locations-results #map {
    height: 328px;
    border-bottom: 1px solid #6D6E71;
  }
}
.locations-results #map .loc-infowindow {
  min-width: 240px;
  line-height: 1.5em;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.locations-results #map .loc-infowindow .loc-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.locations-results #map .loc-infowindow .loc-address {
  margin-bottom: 10px;
}
.locations-results #map .loc-infowindow .loc-services {
  margin-bottom: 15px;
}
.locations-results #map .loc-infowindow .loc-services span {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.locations-results #map .loc-infowindow .loc-services ul {
  margin: 0;
  padding: 0;
  list-style: disc;
  padding-left: 16px;
}
.locations-results #map .loc-infowindow .loc-services ul li {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 5px;
}
.locations-results #map .loc-infowindow .loc-services ul li:last-child {
  margin-bottom: 0;
}
.locations-results #map .loc-infowindow .location_details .status {
  margin-bottom: 10px;
}
.locations-results #map .loc-infowindow .location_details .status .open {
  font-weight: 700;
  color: green;
}
.locations-results #map .loc-infowindow .location_details .status .close {
  font-weight: 700;
  color: red;
}
.locations-results #map .loc-infowindow .loc-directions a {
  font-weight: 600;
  padding: 0 25px 0 0;
}
.locations-results .map-wrapper #map_error {
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
.locations-results .map-wrapper #map_error.active {
  display: flex;
}
.locations-results .map-wrapper #map_error p {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 24px;
  font-size: 1.5rem;
  color: #C73537;
}
.locations-results .map-wrapper .gm-style-iw .gm-style-iw-ch {
  display: none !important;
}
.locations-results .map-wrapper .gm-style-iw .gm-style-iw-chr {
  position: absolute;
  right: -5px;
  top: -5px;
}
.locations-results .map-wrapper .gm-style-iw .gm-style-iw-d {
  padding-top: 15px;
  padding-right: 35px;
}
.locations-results .map-wrapper .gm-fullscreen-control {
  display: none !important;
}
.locations-results .map-wrapper .gm-style-mtc-bbw {
  right: 48px;
  bottom: 16px;
  top: unset !important;
  left: unset !important;
}

.disclosures .disclosure-content {
  color: #6D6E71;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 640px) {
  .disclosures .disclosure-content {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1160px) {
  .disclosures .disclosure-content.full-width {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1160px) {
  .disclosures .disclosure-content.medium-width {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
@media (min-width: 1160px) {
  .disclosures .disclosure-content.small-width {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.disclosures .disclosure-content h6, .disclosures .disclosure-content .h6 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: inherit;
}
.disclosures .disclosure-content p, .disclosures .disclosure-content li {
  color: #212529;
  font-size: 14px;
  font-size: 0.875rem;
  color: inherit;
}
.disclosures .disclosure-content ol, .disclosures .disclosure-content ul {
  margin-left: 0;
  padding-left: 20px;
}
.disclosures .disclosure-content ol li, .disclosures .disclosure-content ul li {
  margin-bottom: 8px;
}

.faqs-filter {
  padding: 100px 0;
}
@media (max-width: 1159.98px) {
  .faqs-filter h2, .faqs-filter .h2 {
    text-align: center;
  }
  .faqs-filter .box-mobile {
    background: #B4E7FC;
    border-radius: 16px;
    padding: 30px 20px 10px 20px;
    margin-bottom: 40px;
  }
}
.faqs-filter .checkbox-grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.faqs-filter .checkbox-grid .form-check {
  margin: 0;
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 0;
}
.faqs-filter .checkbox-grid .form-check-input {
  width: 24px;
  height: 24px;
  margin: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  border: 1px solid #6D6E71;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.faqs-filter .checkbox-grid .form-check-input:checked {
  background-color: #004EA8;
  border-color: #004EA8;
}
.faqs-filter .checkbox-grid .form-check-input:focus {
  box-shadow: none;
  border-color: #004EA8;
}
.faqs-filter .checkbox-grid .form-check-label {
  font-size: 18px;
  font-size: 1.125rem;
  color: #232323;
  cursor: pointer;
}
.faqs-filter .faqs-sidebar .faqs-filter-group {
  margin-bottom: 40px;
}
.faqs-filter .faqs-sidebar .faqs-filter-group:last-of-type {
  margin-bottom: 0;
}
.faqs-filter .faqs-sidebar .faqs-filter-group h3, .faqs-filter .faqs-sidebar .faqs-filter-group .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 20px;
}
.faqs-filter .dropdown.faqs-mobile-filters {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.faqs-filter .dropdown.faqs-mobile-filters button.dropdown-toggle {
  padding: 10px 25px;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  border: 1px solid #004EA8;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #004EA8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  justify-content: center;
}
.faqs-filter .dropdown.faqs-mobile-filters button.dropdown-toggle::after {
  display: none;
}
.faqs-filter .dropdown.faqs-mobile-filters ul.dropdown-menu {
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
  left: unset !important;
  top: -2px !important;
  border: 1px solid #808285;
  color: #232323;
}
.faqs-filter .dropdown.faqs-mobile-filters ul.dropdown-menu li.dropdown-header {
  padding: 0 20px 20px 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: inherit;
  border-bottom: 1px solid #808285;
}
.faqs-filter .dropdown.faqs-mobile-filters ul.dropdown-menu li.dropdown-header a.dropdown-close {
  position: absolute;
  right: 20px;
  top: 24px;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><line x1="9.19531" y1="0.707107" x2="0.71003" y2="9.19239" stroke="%23232323" stroke-linecap="round"/><path d="M0.707031 0.707031L9.19231 9.19231" stroke="%23232323" stroke-linecap="round"/></svg>');
}
.faqs-filter .dropdown.faqs-mobile-filters ul.dropdown-menu li.dropdown-footer {
  padding: 20px 20px 0 20px;
}
.faqs-filter .dropdown.faqs-mobile-filters ul.dropdown-menu li:not(.dropdown-header):not(.dropdown-footer) {
  padding: 0;
  margin: 0;
}
.faqs-filter .dropdown.faqs-mobile-filters ul.dropdown-menu button.btn-secondary {
  padding: 10px 25px;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  background: #004EA8;
  border: 1px solid #004EA8;
  color: #ffffff;
}
.faqs-filter .dropdown.faqs-mobile-filters ul.dropdown-menu button.btn-secondary:hover, .faqs-filter .dropdown.faqs-mobile-filters ul.dropdown-menu button.btn-secondary:focus {
  background: #004EA8;
  border: 1px solid #004EA8;
  color: #ffffff;
}
.faqs-filter .dropdown.faqs-mobile-filters .filter-accordion .accordion-item {
  border: 0;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.faqs-filter .dropdown.faqs-mobile-filters .filter-accordion .accordion-item .accordion-button {
  width: 100%;
  padding: 12px 20px;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #232323;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
.faqs-filter .dropdown.faqs-mobile-filters .filter-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faqs-filter .dropdown.faqs-mobile-filters .filter-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #232323;
  background: none;
  box-shadow: none;
}
.faqs-filter .dropdown.faqs-mobile-filters .filter-accordion .accordion-item .accordion-button::after {
  display: block;
  margin-left: auto;
  margin-top: 5px;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M0.75 0.75L5.75 5.75L10.75 0.75" stroke="%23232323" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.faqs-filter .dropdown.faqs-mobile-filters .filter-accordion .accordion-item .accordion-body {
  padding: 0 20px 20px 20px;
}
.faqs-filter .dropdown.faqs-mobile-filters .filter-accordion .checkbox-grid {
  gap: 4px;
}
.faqs-filter .dropdown.faqs-mobile-filters .filter-accordion .checkbox-grid .form-check {
  padding: 4px 0;
}
.faqs-filter .dropdown.faqs-mobile-filters .filter-accordion .checkbox-grid .form-check-input {
  width: 22px;
  height: 22px;
}
.faqs-filter .dropdown.faqs-mobile-filters .filter-accordion .checkbox-grid .form-check-label {
  font-size: 14px;
  font-size: 0.875rem;
}
.faqs-filter .faqs-search {
  position: relative;
  margin-bottom: 45px;
}
.faqs-filter .faqs-search input[type=text] {
  width: 100%;
  padding: 14px 55px 14px 18px;
  border: 1px solid #6D6E71;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  font-size: 1.125rem;
}
.faqs-filter .faqs-search button.search-btn {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.faqs-filter .faqs-search button.search-btn svg {
  display: block;
}
.faqs-filter .faqs-results-count {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000000;
  margin-bottom: 25px;
}
.faqs-filter .faqs-list-wrapper .faqs-no-results {
  border: 1px solid #A2AAAD;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  padding: 35px 40px;
}
.faqs-filter .faqs-list-wrapper .faqs-no-results p {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #232323;
}
.faqs-filter .faqs-list-wrapper .faqs-no-results[hidden] {
  display: none;
}
@media (max-width: 1159.98px) {
  .faqs-filter {
    padding: 40px 0 60px;
  }
  .faqs-filter .faqs-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 839.98px) {
  .faqs-filter .faqs-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .faqs-filter .faqs-list-wrapper .faqs-no-results {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 25px 20px;
  }
}
/*# sourceMappingURL=main.css.map */
