@charset "UTF-8";
: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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 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: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #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);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::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);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 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-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.9375rem);
  padding-left: var(--bs-gutter-x, 0.9375rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6, .card-deck.liver-fun-cards._4col-layout .justify-content-center > div > .row .col .col,
.card-deck.liver-fun-cards._4col-layout .row .col, .card-deck.info-cards._3col-layout .justify-content-center > div > .row .col, .card-deck.info-cards._3col-layout > .row .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12, .card-deck.common-tests.condensed-570-370-180._3col-layout > .row .col, .card-deck.common-tests.condensed-res-mw570-mw370-mw180._3col-layout > .row .col, ._4col-layout .col, ._3col-layout .col, ._2col-layout-sp75 .col, ._2col-layout-sp84 .col, ._2col-layout .col, ._1col-layout .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.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: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .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: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3, .card-deck.liver-fun-cards._4col-layout .justify-content-center > div > .row .col .col,
  .card-deck.liver-fun-cards._4col-layout .row .col, ._4col-layout .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4, .card-deck.info-cards._3col-layout .justify-content-center > div > .row .col, .card-deck.info-cards._3col-layout > .row .col, ._3col-layout .col, ._2col-layout-sp84 .col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5, ._2col-layout-sp75 .col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6, .card-deck.common-tests.condensed-570-370-180._3col-layout > .row .col, .card-deck.common-tests.condensed-res-mw570-mw370-mw180._3col-layout > .row .col, .card-deck.info-cards.vemlidy-benefits._2col-layout .justify-content-center > div > .row .col,
  .card-deck.info-cards.vemlidy-benefits._2col-layout .row .col, ._2col-layout .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7, ._2col-layout-sp75 .col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8, ._2col-layout-sp84 .col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .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: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4, .card-deck.common-tests.condensed-570-370-180._3col-layout > .row .col, .card-deck.common-tests.condensed-res-mw570-mw370-mw180._3col-layout > .row .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .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: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: 0.9375rem;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            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;
  }
}

.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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.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: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          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 {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      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 {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          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 {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.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: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --font-family: "seravek-web", sans-serif;
  --secondary-font-family: "lato", sans-serif;
}

/*top/bottom margin/padding */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: calc(980px + 1.875rem);
}

body .gl-main-container {
  margin: 0 auto;
  max-width: 68.75rem;
}
body .gl-main-container .container,
body .gl-main-container .container-fluid,
body .gl-main-container .container-sm,
body .gl-main-container .container-md,
body .gl-main-container .container-lg,
body .gl-main-container .container-xl,
body .gl-main-container .container-xxl {
  max-width: 63.125rem;
}
body:not([data-pagename=Home]) .gl-main-container {
  max-width: 61.25rem;
  padding-bottom: 3.125rem;
  background-color: #002E6C;
}
@media (min-width: 768px) {
  body:not([data-pagename=Home]) .gl-main-container {
    padding-top: 3.125rem;
    width: calc(100% - 30px);
  }
}
body:not([data-pagename=Home]) .gl-main-container .container,
body:not([data-pagename=Home]) .gl-main-container .container-fluid,
body:not([data-pagename=Home]) .gl-main-container .container-sm,
body:not([data-pagename=Home]) .gl-main-container .container-md,
body:not([data-pagename=Home]) .gl-main-container .container-lg,
body:not([data-pagename=Home]) .gl-main-container .container-xl,
body:not([data-pagename=Home]) .gl-main-container .container-xxl {
  width: calc(100% - 1.875rem);
  max-width: 54.375rem;
}
body[data-pagename=coupon] .gl-main-container {
  padding-top: 0;
  padding-bottom: 0;
  max-width: calc(980px + 1.875rem);
  background-color: #FFFFFF;
}
body[data-pagename=coupon] .gl-main-container .container,
body[data-pagename=coupon] .gl-main-container .container-fluid,
body[data-pagename=coupon] .gl-main-container .container-sm,
body[data-pagename=coupon] .gl-main-container .container-md,
body[data-pagename=coupon] .gl-main-container .container-lg,
body[data-pagename=coupon] .gl-main-container .container-xl,
body[data-pagename=coupon] .gl-main-container .container-xxl {
  width: 100%;
  max-width: 60.625rem;
}
@media (max-width: 767.98px) {
  body[data-pagename=coupon] .gl-main-container .back-to-top {
    bottom: 0;
  }
}
body[data-pagename="404"] .gl-main-container {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 68.75rem;
  background-color: #FFFFFF;
}
body[data-pagename="404"] .gl-main-container .container,
body[data-pagename="404"] .gl-main-container .container-fluid,
body[data-pagename="404"] .gl-main-container .container-sm,
body[data-pagename="404"] .gl-main-container .container-md,
body[data-pagename="404"] .gl-main-container .container-lg,
body[data-pagename="404"] .gl-main-container .container-xl,
body[data-pagename="404"] .gl-main-container .container-xxl {
  max-width: 63.125rem;
}
body[data-pagename=common-layout] .gl-main-container,
body body.common-layout .gl-main-container {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 68.75rem;
  background-color: #FFFFFF;
}
body[data-pagename=common-layout] .gl-main-container .container,
body[data-pagename=common-layout] .gl-main-container .container-fluid,
body[data-pagename=common-layout] .gl-main-container .container-sm,
body[data-pagename=common-layout] .gl-main-container .container-md,
body[data-pagename=common-layout] .gl-main-container .container-lg,
body[data-pagename=common-layout] .gl-main-container .container-xl,
body[data-pagename=common-layout] .gl-main-container .container-xxl,
body body.common-layout .gl-main-container .container,
body body.common-layout .gl-main-container .container-fluid,
body body.common-layout .gl-main-container .container-sm,
body body.common-layout .gl-main-container .container-md,
body body.common-layout .gl-main-container .container-lg,
body body.common-layout .gl-main-container .container-xl,
body body.common-layout .gl-main-container .container-xxl {
  max-width: 63.125rem;
}
@media (min-width: 768px) {
  body[data-pagename=common-layout] .gl-main-container .full-width-isi .isi-content,
  body body.common-layout .gl-main-container .full-width-isi .isi-content {
    padding-left: 0;
    padding-right: 0;
  }
}

/*Layout list*/
._2col-layout .col {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  ._2col-layout .col:first-child, ._2col-layout .col:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  ._2col-layout .col:first-child {
    margin-top: 0;
  }
}
._2col-layout-sp75 .col, ._2col-layout-sp84 .col {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  ._2col-layout-sp75 .col:first-child, ._2col-layout-sp75 .col:nth-child(2), ._2col-layout-sp84 .col:first-child, ._2col-layout-sp84 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  ._2col-layout-sp75 .col:first-child, ._2col-layout-sp84 .col:first-child {
    margin-top: 0;
  }
}
._3col-layout .col {
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  ._3col-layout .col:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  ._3col-layout .col:first-child, ._3col-layout .col:nth-child(2), ._3col-layout .col:nth-child(3) {
    margin-top: 0;
  }
}

._4col-layout .col {
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  ._4col-layout .col:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  ._4col-layout .col:first-child, ._4col-layout .col:nth-child(2), ._4col-layout .col:nth-child(3), ._4col-layout .col:nth-child(4) {
    margin-top: 0;
  }
}

.condensed-col460-col340 .row.justify-content-center > div {
  width: 90%;
  margin: 0 auto;
  max-width: calc(28.75rem + var(--bs-gutter-x));
}
@media (max-width: 767.98px) {
  .condensed-col460-col340 .row.justify-content-center > div {
    max-width: calc(21.25rem + var(--bs-gutter-x));
  }
}

.condensed-col480-col270 .row.justify-content-center > div {
  width: 90%;
  margin: 0 auto;
  max-width: calc(30rem + var(--bs-gutter-x));
}
@media (max-width: 767.98px) {
  .condensed-col480-col270 .row.justify-content-center > div {
    max-width: calc(16.875rem + var(--bs-gutter-x));
  }
}

.condensed-col536-col258 .row.justify-content-center > div {
  width: 90%;
  margin: 0 auto;
  max-width: calc(33.5rem + var(--bs-gutter-x));
}
@media (max-width: 767.98px) {
  .condensed-col536-col258 .row.justify-content-center > div {
    max-width: calc(16.125rem + var(--bs-gutter-x));
  }
}

.condensed-col570-col180 .row.justify-content-center > div {
  margin: 0 auto;
  max-width: calc(35.625rem + var(--bs-gutter-x));
}
@media (max-width: 767.98px) {
  .condensed-col570-col180 .row.justify-content-center > div {
    max-width: calc(11.25rem + var(--bs-gutter-x));
  }
}

@media (min-width: 768px) {
  .condensed-carousel-mw540 {
    max-width: 33.75rem;
  }
}

.condensed-mw460 {
  width: 90%;
  margin: 0 auto;
  max-width: 28.75rem;
}

.condensed-mw485 {
  width: 80%;
}
@media (min-width: 768px) {
  .condensed-mw485 {
    width: 95%;
    max-width: 30.3125rem;
  }
}

@media (min-width: 768px) {
  .condensed-mw500 {
    max-width: 31.25rem;
  }
}

.condensed-mw540 {
  max-width: 33.75rem;
}

.condensed-mw546 {
  width: 80%;
}
@media (min-width: 768px) {
  .condensed-mw546 {
    width: 100%;
    max-width: 34.125rem;
  }
}

@media (min-width: 768px) {
  .condensed-mw565 {
    max-width: 35.3125rem;
  }
}

.condensed-res-mw390-mw250 {
  max-width: 15.625rem;
}
@media (min-width: 768px) {
  .condensed-res-mw390-mw250 {
    max-width: 24.375rem;
  }
}

.condensed-res-mw452-mw320 {
  width: 95%;
  margin: 0 auto;
  max-width: 20rem;
}
@media (min-width: 768px) {
  .condensed-res-mw452-mw320 {
    max-width: 28.25rem;
  }
}

.condensed-res-mw460-mw340 {
  width: 90%;
  margin: 0 auto;
  max-width: 28.75rem;
}
@media (max-width: 767.98px) {
  .condensed-res-mw460-mw340 {
    max-width: 21.25rem;
  }
}

.condensed-res-mw480-mw270 {
  width: 90%;
  margin: 0 auto;
  max-width: 30rem;
}
@media (max-width: 767.98px) {
  .condensed-res-mw480-mw270 {
    max-width: 16.875rem;
  }
}

.condensed-res-mw536-mw258 {
  width: 95%;
  margin: 0 auto;
  max-width: 33.5rem;
}
@media (max-width: 767.98px) {
  .condensed-res-mw536-mw258 {
    max-width: 16.125rem;
  }
}

.condensed-res-mw540-mw250 {
  max-width: 15.625rem;
}
@media (min-width: 768px) {
  .condensed-res-mw540-mw250 {
    max-width: 33.75rem;
  }
}

.condensed-res-mw570-mw370-mw180 {
  margin: 0 auto;
  max-width: 35.625rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .condensed-res-mw570-mw370-mw180 {
    max-width: 23.125rem;
  }
}
@media (max-width: 767.98px) {
  .condensed-res-mw570-mw370-mw180 {
    max-width: 11.25rem;
  }
}

html {
  scroll-behavior: auto;
}

.font-regular, .body-font, body {
  font-weight: 400;
  font-family: var(--font-family);
}

.font-regular-italic {
  font-weight: 400;
  font-style: italic;
  font-family: var(--font-family);
}

.font-light {
  font-weight: 300;
  font-family: var(--font-family);
}

.font-light-italic {
  font-weight: 300;
  font-style: italic;
  font-family: var(--font-family);
}

.font-medium, .cmp-tab-accordion .accordion-header .accordion-title, .cmp-tab-accordion .tab-nav li .ui-tabs-anchor .title, .carousel-cards .card-text, .gl-btn .gl-btn__text {
  font-weight: 600;
  font-family: var(--font-family);
}

.font-medium-italic {
  font-weight: 600;
  font-style: italic;
  font-family: var(--font-family);
}

.font-bold, .home-brochure .brochure-section .content, .gl-btn.card-cta, .gl-btn.gl-modal-btn .gl-btn__text,
strong {
  font-weight: 700;
  font-family: var(--font-family);
}

.font-bold-italic {
  font-weight: 700;
  font-style: italic;
  font-family: var(--font-family);
}

.secondary-font-black {
  font-weight: 700;
  font-style: normal;
  font-family: var(--secondary-font-family);
}

.secondary-font-black-italic {
  font-weight: 700;
  font-style: italic;
  font-family: var(--secondary-font-family);
}

html:not(.keyboard-navigation) :focus-visible {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.skip-to-content {
  top: -100%;
  opacity: 0;
  color: #000000;
  position: absolute;
  text-align: center;
  padding: 0.5rem 0.75rem;
  background-color: #0B7DBA;
}
.skip-to-content:hover, .skip-to-content:active {
  color: #000000;
}

.keyboard-navigation .skip-to-content:focus {
  top: 0;
  opacity: 1;
  z-index: 999;
}

.body-font, body {
  font-size: 14.8px;
}

h1, .h1,
.h1-heading {
  font-size: 29.6px;
}
@media (min-width: 768px) {
  h1, .h1,
  .h1-heading {
    font-size: 45px;
    line-height: 1.1;
  }
}

h2, .h2,
.h2-heading {
  line-height: 1;
  font-size: 25.16px;
}

h3, .h3,
.h3-heading {
  line-height: 1.2;
  font-size: 20.72px;
}

h4, .h4,
.h4-heading {
  font-size: 19.24px;
}

h5, .h5,
.h5-heading {
  font-size: 16.28px;
  line-height: 1.2;
}

.error-heading {
  font-size: 34px;
  line-height: 36px;
}

.font-md {
  font-size: 22.792px;
  line-height: 22.792px;
}

.font-17-76 {
  font-size: 17.76px;
  line-height: 19.536px;
}

.font-18 {
  font-size: 18px;
}

.video-title {
  font-size: 35px;
}
@media (min-width: 768px) {
  .video-title {
    font-size: 30px;
    line-height: 2.125rem;
  }
}

@media (min-width: 768px) {
  .img-caption {
    font-size: 21px;
    line-height: 1.5rem;
    letter-spacing: -0.2px;
  }
}

body {
  color: #4D4D4F;
  line-height: 16.28px;
}
@media (max-width: 991.98px) {
  body.hamburger-menu-opened {
    overflow: hidden;
  }
}
body.hamburger-menu-opened .sticky-isi {
  z-index: 0;
}

.align-ver-center .row.justify-content-center > div > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon {
  width: 1.75rem;
  height: 1.75rem;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
}
.icon:hover {
  cursor: pointer;
}
.icon-close {
  background-image: url("../images/close-icon.png");
}
.icon-video-close {
  background-image: url("../images/video-close-icon@1x.png");
}
.icon-chevdown {
  background-image: url("../images/chevron_down.png");
}
.icon-chevup {
  background-image: url("../images/blue-up-arrow.png");
}
.icon-cheright {
  background-image: url("../images/right-arrow.png");
}

.splitter-hr {
  margin: 0;
  opacity: 1;
  margin: 0 auto;
  height: 0.125rem;
  width: calc(100% - 1.875rem);
  background-color: #F4C300;
}
.splitter-hr.size-2 {
  height: 0.125rem;
}

.back-to-top {
  width: 2.625rem;
  height: 2.8125rem;
  bottom: 5.625rem;
  line-height: 1;
  display: none;
  cursor: pointer;
  position: fixed;
  margin-left: 80%;
  font-size: 9.62px;
  background-color: rgba(243, 197, 8, 0.5);
}
.back-to-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem 0.125rem 0.125rem 0.125rem;
}
@media (min-width: 768px) {
  .back-to-top {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .back-to-top {
    margin-left: 50rem;
  }
}
.back-to-top .btn__icon {
  top: 0.375rem;
  left: 0.9375rem;
  width: 0.8125rem;
  height: 0.625rem;
  position: absolute;
}
@media (max-width: 767.98px) {
  .back-to-top.bottom {
    bottom: 0;
  }
}

@media print {
  .no-print {
    display: none;
  }
}
.sr-highlight {
  outline: none;
  background-color: transparent;
}

.text-decoration-0b7dba {
  text-decoration-color: #0B7DBA;
}

@media (max-width: 767.98px) {
  .desktop-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.gl-btn {
  cursor: pointer;
  padding: 0.4375rem 1.25rem;
  border-radius: 0.3125rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
.gl-btn .gl-btn__text {
  line-height: 1.3;
  font-size: 12.95px;
}
.gl-btn .gl-btn__text.font-15-54 {
  font-size: 15.54px;
  letter-spacing: 0.04em;
}
.gl-btn .gl-btn__icon {
  top: 50%;
  right: 0.9375rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gl-btn .gl-btn__icon.white-arrow {
  width: 0.5625rem;
  height: 0.8125rem;
  background: url("../images/white-right-arrow.png") no-repeat;
}
.gl-btn .gl-btn__icon.white-download {
  width: 1.875rem;
  height: 1.625rem;
  background: url("../images/white-download.png") no-repeat;
  background-size: contain;
}
.gl-btn .gl-btn__icon.white-print {
  width: 2.0625rem;
  height: 1.875rem;
  background: url("../images/white-print.png") no-repeat;
  background-size: contain;
}
.gl-btn .gl-btn__icon.blue-arrow {
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/right-arrow.png") no-repeat;
  background-size: contain;
}
.gl-btn.right-icon {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gl-btn.right-icon .gl-btn__text {
  padding-right: 1.25rem;
}
.gl-btn.small-btn {
  padding: 0.3125rem 0.9375rem 0.3125rem 1.25rem;
}
.gl-btn.medium-btn {
  padding: 0.5625rem 1.25rem 0.5625rem 1.875rem;
}
.gl-btn.large-btn {
  padding: 0.625rem 1.875rem 0.625rem 1.5625rem;
}
.gl-btn.extra-large-btn {
  padding: 0.625rem 2.8125rem 0.625rem 1.5625rem;
}
.gl-btn.extra-large-btn .gl-btn__icon {
  right: 1.25rem;
}
.gl-btn.gl-modal-btn .gl-btn__text {
  font-size: 11.1px;
  line-height: normal;
}
.gl-btn.gl-modal-btn.btn-modal-close .gl-btn__text {
  padding-left: 0.3125rem;
}
.gl-btn.card-cta {
  padding: 0.25rem 2rem;
  border-radius: 6.25rem;
  font-size: 15px;
  line-height: 1.5rem;
  text-transform: none;
}
.gl-btn.mw-110 {
  min-width: 6.875rem;
}
.gl-btn.mw-95 {
  min-width: 5.9375rem;
}

@media (max-width: 991.98px) {
  .gl-header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    position: fixed;
    background-color: #FFFFFF;
  }
}
@media (max-width: 991.98px) {
  .gl-header .justify-content-center > div {
    padding-right: 0;
  }
}
.gl-header ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.gl-header .nav-link,
.gl-header .utility-link,
.gl-header .submenu-link {
  text-decoration: none;
}
@media (min-width: 992px) {
  .gl-header .top-header {
    margin-top: 0.4375rem;
  }
}
.gl-header .top-header .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: 0.25rem;
  margin-bottom: 0.0625rem;
}
@media (min-width: 992px) {
  .gl-header .top-header .top-menu {
    margin-right: 0.5rem;
    margin-bottom: 0.375rem;
  }
}
.gl-header .top-header .top-menu li {
  margin-right: 1.875rem;
}
@media (min-width: 992px) {
  .gl-header .top-header .top-menu li {
    margin-right: 1.25rem;
  }
}
.gl-header .top-header .top-menu li a {
  font-size: 8.88px;
  font-weight: 700;
  color: #203469;
  text-decoration: none;
}
@media (min-width: 992px) {
  .gl-header .top-header .top-menu li a {
    font-size: 11.1px;
  }
}
@media (min-width: 992px) {
  .gl-header .logo-audio {
    margin-top: -1.4375rem;
  }
}
@media (max-width: 991.98px) {
  .gl-header .logo-audio {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991.98px) {
  .gl-header .logo-audio .logo {
    top: -0.3125rem;
    position: relative;
  }
}
.gl-header .logo-audio .logo-img {
  width: 8.125rem;
}
@media (min-width: 992px) {
  .gl-header .logo-audio .logo-img {
    width: 11.1875rem;
    margin-left: 1.875rem;
  }
}
.gl-header .logo-audio .audio {
  margin-left: 3.5rem;
  margin-top: 0.4375rem;
}
@media (min-width: 992px) {
  .gl-header .logo-audio .audio {
    margin-top: 0.3125rem;
    margin-left: 3.875rem;
  }
}
@media (max-width: 991.98px) {
  .gl-header .logo-audio .audio-play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gl-header .logo-audio .audio-icon {
  width: 1.125rem;
  height: 1.125rem;
}
@media (min-width: 992px) {
  .gl-header .logo-audio .audio-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.gl-header .logo-audio .audio-text {
  font-size: 6px;
}
@media (min-width: 992px) {
  .gl-header .logo-audio .audio-text {
    font-size: 9.25px;
    padding-left: 0.375rem;
  }
}
@media (min-width: 992px) {
  .gl-header .collapse.navbar-collapse {
    width: calc(100% - 10.375rem);
  }
}
.gl-header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .gl-header .navbar {
    padding: 0.375rem 0;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: none;
    background-position: right;
    background-repeat: no-repeat;
    background-size: calc(100% - 8.75rem) 100%;
  }
}
.gl-header .navbar-expand-lg .navbar-toggler {
  border: 0;
  z-index: 4;
  display: none;
  width: 33.5px;
  right: 0.9375rem;
  height: 2.125rem;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("../images/hamburger-open.png");
}
.gl-header .navbar-expand-lg .navbar-toggler:not(.collapsed) {
  width: 31.5px;
  height: 31.5px;
  margin-top: -0.25rem;
  background-image: url("../images/close-icon.png");
}
@media (max-width: 991.98px) {
  .gl-header .navbar-expand-lg .navbar-toggler {
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 991.98px) {
  .gl-header .navbar-collapse {
    left: 100%;
    z-index: 3;
    width: 100%;
    top: 4.3125rem;
    height: 100vh;
    overflow: auto;
    position: fixed;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #EBEBEB;
  }
}
@media (max-width: 991.98px) {
  .gl-header .navbar-collapse.collapsing {
    height: 100vh !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (max-width: 991.98px) {
  .gl-header .navbar-collapse.show {
    left: 0;
  }
}
.gl-header .navbar .mobile-bg-wrapper {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background-image: none;
  width: calc(100% - 9.5rem);
  background-color: #F4C300;
}
.gl-header .navbar .mobile-bg-wrapper::before {
  content: "";
  width: 3.75rem;
  height: 3.125rem;
  display: block;
  margin-left: -1.125rem;
  background-size: cover;
  background-position: right;
  background-image: url("../../vemlidy/images/header-mob-bg.png");
}
@media (min-width: 992px) {
  .gl-header .primariy-navigation {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/header-bg.png");
  }
}
@media (min-width: 992px) {
  .gl-header .primariy-navigation .level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 4.0625rem;
  }
}
.gl-header .primariy-navigation .level-1 .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16.28px;
  color: #203469;
  font-family: var(--font-family);
}
@media (max-width: 991.98px) {
  .gl-header .primariy-navigation .level-1 .nav-link {
    padding: 0.9375rem 0 0.9375rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .gl-header .primariy-navigation .level-1 .nav-link {
    font-size: 13.32px;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.375rem 2.1875rem;
  }
}
.gl-header .primariy-navigation .level-1 .link-active .level-2,
.gl-header .primariy-navigation .level-1 .active-menu .level-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .gl-header .primariy-navigation .level-1.menu-hover .has-submenu.active-menu .nav-link::after, .gl-header .primariy-navigation .level-1.menu-hover .has-submenu.active-menu.link-active .nav-link::after, .gl-header .primariy-navigation .level-1.menu-hover .has-submenu.link-active .nav-link::after,
  .gl-header .primariy-navigation .level-1 .has-submenu.active-menu .nav-link::after,
  .gl-header .primariy-navigation .level-1 .has-submenu.active-menu.link-active .nav-link::after,
  .gl-header .primariy-navigation .level-1 .has-submenu.link-active .nav-link::after {
    content: "";
    bottom: -1.4375rem;
    position: absolute;
    display: inline-block;
    border-bottom: solid 1.1875rem #F9E17F;
    border-left: solid 1.1875rem transparent;
    border-right: solid 1.1875rem transparent;
  }
  .gl-header .primariy-navigation .level-1.menu-hover .has-submenu.active-menu .nav-link span::after, .gl-header .primariy-navigation .level-1.menu-hover .has-submenu.active-menu.link-active .nav-link span::after, .gl-header .primariy-navigation .level-1.menu-hover .has-submenu.link-active .nav-link span::after,
  .gl-header .primariy-navigation .level-1 .has-submenu.active-menu .nav-link span::after,
  .gl-header .primariy-navigation .level-1 .has-submenu.active-menu.link-active .nav-link span::after,
  .gl-header .primariy-navigation .level-1 .has-submenu.link-active .nav-link span::after {
    background-image: url("../images/menu-border.png");
  }
}
.gl-header .primariy-navigation .level-1.menu-hover .has-submenu.active-menu.link-active .nav-link + .level-2, .gl-header .primariy-navigation .level-1.menu-hover .has-submenu.link-active .nav-link + .level-2,
.gl-header .primariy-navigation .level-1 .has-submenu.active-menu.link-active .nav-link + .level-2,
.gl-header .primariy-navigation .level-1 .has-submenu.link-active .nav-link + .level-2 {
  z-index: 2;
}
.gl-header .primariy-navigation .level-1.menu-item-active .has-submenu.active-menu {
  background-image: none;
}
@media (max-width: 991.98px) {
  .gl-header .primariy-navigation .level-1.menu-item-active .has-submenu.mob-link-active .nav-link span::after, .gl-header .primariy-navigation .level-1.menu-item-active .has-submenu.active-menu.mob-link-active .nav-link span::after {
    background-image: url("../images/menu-border.png");
  }
}
@media (max-width: 991.98px) {
  .gl-header .primariy-navigation .level-1:not(.menu-item-active) .has-submenu.active-menu .nav-link span::after {
    background-image: url("../images/menu-border.png");
  }
}
@media (min-width: 992px) {
  .gl-header .primariy-navigation .level-1 .has-submenu {
    position: static;
  }
}
.gl-header .primariy-navigation .level-1 .has-submenu .nav-link span::after {
  content: "";
  width: auto;
  height: 1px;
  display: block;
  margin-top: 0.125rem;
  background-image: none;
}
@media (max-width: 991.98px) {
  .gl-header .primariy-navigation .level-1 .has-submenu .nav-link span::after {
    top: 1px;
    height: 0.7px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .gl-header .primariy-navigation .level-1 .has-submenu:nth-of-type(3) .level-2, .gl-header .primariy-navigation .level-1 .has-submenu:nth-of-type(4) .level-2 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .gl-header .primariy-navigation .level-1 .has-submenu:nth-of-type(2) .nav-link span::after {
    width: 5.25rem;
  }
}
@media (min-width: 992px) {
  .gl-header .primariy-navigation .level-1 .has-submenu:nth-of-type(2) .level-2 {
    padding-left: 9%;
  }
}
@media (min-width: 992px) {
  .gl-header .primariy-navigation .level-1 .has-submenu:nth-of-type(3) .level-2 {
    padding-right: 11%;
  }
}
@media (min-width: 992px) {
  .gl-header .primariy-navigation .level-1 .has-submenu:nth-of-type(4) .level-2 {
    padding-right: 4%;
  }
}
.gl-header .primariy-navigation .level-1.menu-hover .has-submenu.active-menu .nav-link::after {
  display: none;
}
.gl-header .primariy-navigation .level-1.menu-hover .has-submenu.active-menu .nav-link span::after {
  background-image: none;
}
@media (max-width: 991.98px) {
  .gl-header .primariy-navigation .level-1 .menu-level-1 {
    background-color: #F4C300;
    border-top: 0.0625rem #FFFFFF solid;
  }
}
@media (max-width: 991.98px) {
  .gl-header .primariy-navigation .level-1.menu-item-active .has-submenu.active-menu .nav-link span::after {
    background-image: none;
  }
  .gl-header .primariy-navigation .level-1.menu-item-active .has-submenu.active-menu .level-2 {
    display: none;
  }
  .gl-header .primariy-navigation .level-1.menu-item-active .has-submenu.mob-link-active .level-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gl-header .primariy-navigation .level-2 {
  display: none;
  background-color: #F9E17F;
}
@media (max-width: 991.98px) {
  .gl-header .primariy-navigation .level-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  .gl-header .primariy-navigation .level-2 {
    left: 0;
    right: 0;
    width: 97%;
    margin: 0 auto;
    position: absolute;
    max-width: 61.25rem;
    margin-top: -0.0625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.4375rem 0.625rem;
  }
}
@media (max-width: 991.98px) {
  .gl-header .primariy-navigation .level-2 .menu-level-2 {
    padding: 0.9375rem 0 0.9375rem 1.25rem;
    border-top: 0.0625rem #FFFFFF solid;
  }
}
.gl-header .primariy-navigation .level-2 .menu-level-2.active .submenu-link {
  font-weight: 600;
}
.gl-header .primariy-navigation .level-2 .submenu-link {
  font-size: 16.28px;
  color: #203469;
  font-weight: 400;
}
@media (min-width: 992px) {
  .gl-header .primariy-navigation .level-2 .submenu-link {
    font-size: 13.32px;
    display: inline-block;
    margin-left: 3.0625rem;
  }
}
.gl-header .mob-utility-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.gl-header .mob-utility-links .utility-menu {
  width: 45%;
  margin: 0.9375rem 0;
}
.gl-header .mob-utility-links .utility-menu:first-of-type {
  border-right: 0.0625rem #999999 solid;
  margin: 0.9375rem 0 0.9375rem 5%;
}
.gl-header .mob-utility-links .utility-menu:first-of-type .utility-item {
  margin-left: 0;
  margin-right: 0.9375rem;
}
.gl-header .mob-utility-links .utility-menu .utility-item {
  margin-left: 0.9375rem;
  padding: 0.9375rem 0 0.9375rem 1.25rem;
}
.gl-header .mob-utility-links .utility-menu .utility-item .utility-link {
  color: #203469;
  font-size: 10.582px;
}
.gl-header .mob-utility-links .utility-menu .utility-item:first-of-type {
  border-bottom: 0.0625rem #999999 solid;
}

@media (min-width: 768px) {
  .hero-banner .row.justify-content-center .row {
    --bs-gutter-x: 0.625rem;
  }
}

.gl-cmp-modal h1:last-child, .gl-cmp-modal .h1:last-child,
.gl-cmp-modal h2:last-child,
.gl-cmp-modal .h2:last-child,
.gl-cmp-modal h3:last-child,
.gl-cmp-modal .h3:last-child,
.gl-cmp-modal h4:last-child,
.gl-cmp-modal .h4:last-child,
.gl-cmp-modal h5:last-child,
.gl-cmp-modal .h5:last-child,
.gl-cmp-modal h6:last-child,
.gl-cmp-modal .h6:last-child,
.gl-cmp-modal p:last-child,
.gl-cmp-modal ul:last-child,
.gl-cmp-modal ol:last-child,
.gl-cmp-modal li:last-child,
.gl-cmp-modal address:last-child {
  margin-bottom: 0;
}
.gl-cmp-modal .modal-header,
.gl-cmp-modal .modal-body,
.gl-cmp-modal .modal-footer,
.gl-cmp-modal .modal-content {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.gl-cmp-modal .modal-footer > * {
  margin: 0;
}
.gl-cmp-modal .modal-header {
  position: relative;
}
.gl-cmp-modal .modal-header .icon-video-close,
.gl-cmp-modal .modal-header .icon-close {
  position: absolute;
}
.gl-cmp-modal.external-modal .modal-dialog, .gl-cmp-modal.back-to-home .modal-dialog {
  width: 95%;
  max-width: 25.5rem;
  margin: 6.25rem auto 0;
}
.gl-cmp-modal.external-modal .modal-header, .gl-cmp-modal.back-to-home .modal-header {
  min-height: 5rem;
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem 3.125rem;
  background-color: #F4C300;
}
@media (max-width: 767.98px) {
  .gl-cmp-modal.external-modal .modal-header, .gl-cmp-modal.back-to-home .modal-header {
    min-height: 4.375rem;
    padding: 1.25rem 3.125rem 0.3125rem 3.125rem;
  }
}
.gl-cmp-modal.external-modal .modal-header .icon-close, .gl-cmp-modal.back-to-home .modal-header .icon-close {
  top: 0.5rem;
  right: 0.9375rem;
}
.gl-cmp-modal.external-modal .modal-footer, .gl-cmp-modal.back-to-home .modal-footer {
  padding: 1.875rem;
}
.gl-cmp-modal.external-modal .modal-footer .cta-wrapper, .gl-cmp-modal.back-to-home .modal-footer .cta-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gl-cmp-modal.back-to-home .modal-header {
  padding: 2.25rem 0 1rem 0;
}
@media (min-width: 768px) {
  .gl-cmp-modal.back-to-home .modal-header {
    padding: 1.5625rem 0 1rem 0;
  }
}
.gl-cmp-modal.back-to-home .modal-body {
  font-size: 14.8px;
  padding: 0.625rem 0.625rem 0 0.625rem;
}
@media (min-width: 768px) {
  .gl-cmp-modal.back-to-home .modal-body {
    font-size: 20.72px;
    padding: 1.875rem 0.625rem 0.625rem 0.625rem;
  }
}
.gl-cmp-modal.back-to-home .modal-footer {
  padding-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .gl-cmp-modal.back-to-home .modal-footer {
    padding-bottom: 0.9375rem;
  }
}
.gl-cmp-modal.video-modal .modal-dialog {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 27.625rem;
}
@media (min-width: 768px) {
  .gl-cmp-modal.video-modal .modal-dialog {
    max-width: 70.625rem;
    width: calc(100% - 1.375rem);
  }
}
.gl-cmp-modal.video-modal .modal-content {
  padding-bottom: 4.875rem;
  background-color: #EDEFF3;
}
@media (min-width: 768px) {
  .gl-cmp-modal.video-modal .modal-content {
    padding-bottom: 1.875rem;
  }
}
.gl-cmp-modal.video-modal .modal-header {
  display: block;
  padding-left: 2.5rem;
  padding-right: 0.9375rem;
  padding-top: 2.125rem;
}
@media (min-width: 768px) {
  .gl-cmp-modal.video-modal .modal-header {
    padding-left: 2.125rem;
    padding-right: 5.5625rem;
    padding-top: 1.0625rem;
  }
}
.gl-cmp-modal.video-modal .modal-header .icon-video-close {
  right: 0.5rem;
  top: 0.875rem;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
}
@media (min-width: 768px) {
  .gl-cmp-modal.video-modal .modal-header .icon-video-close {
    width: 2.625rem;
    height: 2.625rem;
    right: 0.875rem;
  }
}
.gl-cmp-modal.video-modal .modal-header .splitter-hr {
  width: 100%;
}
.gl-cmp-modal.video-modal .modal-body {
  padding: 2rem 1rem 0 2.5rem;
}
@media (min-width: 768px) {
  .gl-cmp-modal.video-modal .modal-body {
    padding: 1.875rem 7rem 0 7rem;
  }
}
.gl-cmp-modal.video-modal .video-modal-title {
  font-size: 30px;
  line-height: 2.25rem;
  padding-right: 2.1875rem;
  letter-spacing: -0.8px;
}
@media (min-width: 768px) {
  .gl-cmp-modal.video-modal .video-modal-title {
    padding-right: 3.4375rem;
    letter-spacing: -0.1px;
  }
}
.gl-cmp-modal .vimeo-video-wrapper {
  padding: 56% 0 0 0;
  position: relative;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.show {
  opacity: 1;
}

body.video-modal-opened .modal-backdrop {
  background: rgba(51, 51, 51, 0.54);
}

.card-deck h1:last-child, .card-deck .h1:last-child,
.card-deck h2:last-child,
.card-deck .h2:last-child,
.card-deck h3:last-child,
.card-deck .h3:last-child,
.card-deck h4:last-child,
.card-deck .h4:last-child,
.card-deck h5:last-child,
.card-deck .h5:last-child,
.card-deck h6:last-child,
.card-deck .h6:last-child,
.card-deck p:last-child,
.card-deck ul:last-child,
.card-deck ol:last-child,
.card-deck li:last-child,
.card-deck address:last-child {
  margin-bottom: 0;
}
.card-deck .card,
.card-deck .card-img,
.card-deck .card-body,
.card-deck .card-footer,
.card-deck .card-body-footer {
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.card-deck .card, .card-deck .card-body, .card-deck .card-body-footer {
  height: 100%;
}
.card-deck .card-title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .card-deck.clickable-cards._3col-layout .col {
    margin-top: 0.5rem;
  }
}
.card-deck.clickable-cards .card, .card-deck.clickable-cards .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.card-deck.clickable-cards .card {
  gap: 0.75rem;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .card-deck.clickable-cards .card {
    max-width: 16.25rem;
    margin-left: 1.25rem;
  }
}
.card-deck.clickable-cards .card-img {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card-deck.clickable-cards .card-img img {
  width: 5rem;
  height: 5.0625rem;
}
.card-deck.clickable-cards .card-body-footer {
  position: relative;
}
@media (max-width: 767.98px) {
  .card-deck.clickable-cards .card-body-footer {
    width: 100%;
  }
}
.card-deck.clickable-cards .card-body-footer:after {
  top: 50%;
  right: 0;
  content: "";
  width: 1.125rem;
  height: 1.25rem;
  position: absolute;
  background-size: 82%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url("../images/right-arrow.png");
}
.card-deck.clickable-cards .card-title {
  line-height: 1.3;
  font-size: 14.43px;
  padding-right: 0.875rem;
}
@media (min-width: 768px) {
  .card-deck.clickable-cards .card-title {
    padding-right: 1.5625rem;
  }
}
@media (max-width: 767.98px) {
  .card-deck.clickable-cards .card-title .imp-fact {
    line-height: 1;
  }
}
.card-deck.info-cards .justify-content-center > div > .row,
.card-deck.info-cards > .row {
  --bs-gutter-x: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-deck.info-cards .justify-content-center > div > .row .col,
.card-deck.info-cards > .row .col {
  margin-top: 1.75rem;
}
@media (max-width: 767.98px) {
  .card-deck.info-cards .justify-content-center > div > .row .col,
  .card-deck.info-cards > .row .col {
    width: 50%;
  }
}
.card-deck.info-cards .card {
  text-align: center;
}
.card-deck.info-cards .card-img img {
  width: 6.875rem;
  height: 6.875rem;
}
.card-deck.info-cards .card-body-footer {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.card-deck.info-cards .card-title {
  margin-top: 0.625rem;
}
.card-deck.info-cards._3col-layout .justify-content-center > div > .row .col:first-child, .card-deck.info-cards._3col-layout .justify-content-center > div > .row .col:nth-child(2), .card-deck.info-cards._3col-layout > .row .col:first-child, .card-deck.info-cards._3col-layout > .row .col:nth-child(2) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .card-deck.info-cards._3col-layout .justify-content-center > div > .row .col:nth-child(3), .card-deck.info-cards._3col-layout > .row .col:nth-child(3) {
    margin-top: 0;
  }
}
.card-deck.info-cards.vemlidy-benefits .card-img img {
  width: 5.9375rem;
  height: 5.75rem;
}
.card-deck.info-cards.vemlidy-benefits .card-title {
  line-height: 1.2;
  font-size: 12.95px;
}
.card-deck.info-cards.vemlidy-benefits._2col-layout .justify-content-center > div > .row .col:first-child, .card-deck.info-cards.vemlidy-benefits._2col-layout .justify-content-center > div > .row .col:nth-child(2),
.card-deck.info-cards.vemlidy-benefits._2col-layout .row .col:first-child,
.card-deck.info-cards.vemlidy-benefits._2col-layout .row .col:nth-child(2) {
  margin-top: 0;
}
.card-deck.info-cards.vemlidy-tips .justify-content-center div > .row,
.card-deck.info-cards.vemlidy-tips > div .row {
  --bs-gutter-x: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .card-deck.info-cards.vemlidy-tips .justify-content-center div > .row,
  .card-deck.info-cards.vemlidy-tips > div .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card-deck.info-cards.vemlidy-tips .justify-content-center div > .row .col,
.card-deck.info-cards.vemlidy-tips > div .row .col {
  max-width: 10rem;
  --bs-gutter-x: 0;
}
@media (min-width: 768px) {
  .card-deck.info-cards.vemlidy-tips .justify-content-center div > .row .col,
  .card-deck.info-cards.vemlidy-tips > div .row .col {
    margin-bottom: 0.3125rem;
  }
}
@media (max-width: 767.98px) {
  .card-deck.info-cards.vemlidy-tips .col-12 .row .col:not(:first-child), .card-deck.info-cards.vemlidy-tips ._1col-layout .col .row .col:not(:first-child), ._1col-layout .card-deck.info-cards.vemlidy-tips .col .row .col:not(:first-child), .card-deck.info-cards.vemlidy-tips ._2col-layout .col .row .col:not(:first-child), ._2col-layout .card-deck.info-cards.vemlidy-tips .col .row .col:not(:first-child), .card-deck.info-cards.vemlidy-tips ._2col-layout-sp75 .col .row .col:not(:first-child), ._2col-layout-sp75 .card-deck.info-cards.vemlidy-tips .col .row .col:not(:first-child), .card-deck.info-cards.vemlidy-tips ._2col-layout-sp84 .col .row .col:not(:first-child), ._2col-layout-sp84 .card-deck.info-cards.vemlidy-tips .col .row .col:not(:first-child), .card-deck.info-cards.vemlidy-tips ._3col-layout .col .row .col:not(:first-child), ._3col-layout .card-deck.info-cards.vemlidy-tips .col .row .col:not(:first-child), .card-deck.info-cards.vemlidy-tips ._4col-layout .col .row .col:not(:first-child), ._4col-layout .card-deck.info-cards.vemlidy-tips .col .row .col:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.card-deck.info-cards.vemlidy-tips .card-img img {
  width: 6.25rem;
  height: 6.25rem;
}
.card-deck.info-cards.vemlidy-tips .card-title {
  font-size: 14px;
  margin-top: 0.625rem;
  margin-bottom: 0;
  line-height: 17px;
}
.card-deck.info-cards.vemlidy-tips .card-body-footer {
  padding: 0;
}
.card-deck.common-tests .row {
  --bs-gutter-x: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-deck.common-tests .card {
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 6.25rem;
  margin: 0 auto;
  padding-top: 1.375rem;
  text-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.card-deck.common-tests .card-body, .card-deck.common-tests .card-body-footer {
  height: auto;
}
.card-deck.common-tests .card-img img {
  height: auto;
}
.card-deck.common-tests .card-img img.large-icon {
  height: 6.0625rem;
  max-width: 5.9375rem;
}
@media (min-width: 768px) {
  .card-deck.common-tests .card-img img.large-icon {
    height: 6.75rem;
    max-width: 6.5625rem;
  }
}
.card-deck.common-tests .card-img img.medium-icon {
  max-width: 6.875rem;
}
@media (min-width: 768px) {
  .card-deck.common-tests .card-img img.medium-icon {
    max-width: 7.5rem;
  }
}
.card-deck.common-tests .card-title {
  margin: 0;
  font-size: 12.21px;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 768px) {
  .card-deck.common-tests .card-title {
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .card-deck.common-tests .card .liver-cancer-icon {
    margin-left: 1.5rem;
  }
}
.card-deck.hbv-treatment-goal {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.25rem;
}
@media (min-width: 768px) {
  .card-deck.hbv-treatment-goal {
    max-width: 32.875rem;
  }
}
.card-deck.hbv-treatment-goal .justify-content-center .row,
.card-deck.hbv-treatment-goal > .row {
  --bs-gutter-x: 0;
}
@media (min-width: 768px) {
  .card-deck.hbv-treatment-goal .justify-content-center .row .col,
  .card-deck.hbv-treatment-goal > .row .col {
    width: calc(50% - 0.9375rem);
  }
  .card-deck.hbv-treatment-goal .justify-content-center .row .col:nth-child(odd),
  .card-deck.hbv-treatment-goal > .row .col:nth-child(odd) {
    margin-right: 0.9375rem;
  }
  .card-deck.hbv-treatment-goal .justify-content-center .row .col:nth-child(even),
  .card-deck.hbv-treatment-goal > .row .col:nth-child(even) {
    margin-left: 0.9375rem;
  }
}
.card-deck.hbv-treatment-goal .justify-content-center .row .col:nth-child(odd) .card,
.card-deck.hbv-treatment-goal > .row .col:nth-child(odd) .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.card-deck.hbv-treatment-goal .justify-content-center .row .col:nth-child(odd) .card-img,
.card-deck.hbv-treatment-goal > .row .col:nth-child(odd) .card-img {
  padding-top: 1.5625rem;
}
.card-deck.hbv-treatment-goal .justify-content-center .row .col:nth-child(even) .card-img,
.card-deck.hbv-treatment-goal > .row .col:nth-child(even) .card-img {
  padding-top: 0.625rem;
  padding-bottom: 1.5625rem;
}
@media (max-width: 767.98px) {
  .card-deck.hbv-treatment-goal .justify-content-center .row .col:nth-child(even) .card-img,
  .card-deck.hbv-treatment-goal > .row .col:nth-child(even) .card-img {
    padding-top: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .card-deck.hbv-treatment-goal .justify-content-center .row .col:not(:first-child),
  .card-deck.hbv-treatment-goal > .row .col:not(:first-child) {
    margin-top: 2rem;
  }
}
.card-deck.hbv-treatment-goal .card {
  width: 16.25rem;
  height: 16.25rem;
  text-align: center;
  border-radius: 8.125rem;
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
}
@media (min-width: 768px) {
  .card-deck.hbv-treatment-goal .card {
    width: 14.5625rem;
    height: 14.5625rem;
  }
}
.card-deck.hbv-treatment-goal .card-body, .card-deck.hbv-treatment-goal .card-body-footer {
  height: auto;
}
.card-deck.hbv-treatment-goal .card-img img {
  height: 3.4375rem;
}
@media (min-width: 768px) {
  .card-deck.hbv-treatment-goal .card-img img {
    height: 4.75rem;
  }
}
.card-deck.hbv-treatment-goal .card-text {
  line-height: 1.3;
  font-size: 14.8px;
}
.card-deck.video-cards._2col-layout .row {
  --bs-gutter-x: 0;
}
@media (min-width: 768px) {
  .card-deck.video-cards._2col-layout .row .col:nth-child(odd) {
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .card-deck.video-cards._2col-layout .row .col:nth-child(even) {
    padding-left: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .card-deck.video-cards._2col-layout .row .col:not(:first-child) {
    margin-top: 2rem;
  }
}
.card-deck.video-cards .card {
  position: relative;
}
.card-deck.video-cards .card-body, .card-deck.video-cards .card-body-footer {
  height: auto;
}
.card-deck.video-cards .card-body-footer {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1.625rem 1rem 1.375rem;
}
@media (min-width: 768px) {
  .card-deck.video-cards .card-body-footer {
    padding: 0 1.5rem 1.125rem 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .card-deck.video-cards .card-body-footer {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(76, 76, 76, 0)), to(#252525));
    background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 14%, #252525);
  }
}
.card-deck.video-cards .card-title {
  font-size: 28px;
  margin-bottom: 0.25rem;
  line-height: normal;
}
@media (min-width: 768px) {
  .card-deck.video-cards .card-title {
    font-size: 34px;
  }
}
.card-deck.video-cards .card-text {
  font-size: 14px;
  line-height: 1.125rem;
  letter-spacing: -0.16px;
}
@media (min-width: 768px) {
  .card-deck.video-cards .card-text {
    font-size: 16px;
    line-height: 1.375rem;
    letter-spacing: -0.8px;
  }
}
.card-deck.liver-fun-cards._4col-layout .justify-content-center > div > .row .col,
.card-deck.liver-fun-cards._4col-layout .row {
  --bs-gutter-x: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-deck.liver-fun-cards._4col-layout .justify-content-center > div > .row .col .col,
.card-deck.liver-fun-cards._4col-layout .row .col {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin-top: 0.3125rem;
}
@media (min-width: 768px) {
  .card-deck.liver-fun-cards._4col-layout .justify-content-center > div > .row .col .col:first-child, .card-deck.liver-fun-cards._4col-layout .justify-content-center > div > .row .col .col:nth-child(2), .card-deck.liver-fun-cards._4col-layout .justify-content-center > div > .row .col .col:nth-child(3), .card-deck.liver-fun-cards._4col-layout .justify-content-center > div > .row .col .col:nth-child(4),
  .card-deck.liver-fun-cards._4col-layout .row .col:first-child,
  .card-deck.liver-fun-cards._4col-layout .row .col:nth-child(2),
  .card-deck.liver-fun-cards._4col-layout .row .col:nth-child(3),
  .card-deck.liver-fun-cards._4col-layout .row .col:nth-child(4) {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .card-deck.liver-fun-cards._4col-layout .justify-content-center > div > .row .col .col:first-child, .card-deck.liver-fun-cards._4col-layout .justify-content-center > div > .row .col .col:nth-child(2),
  .card-deck.liver-fun-cards._4col-layout .row .col:first-child,
  .card-deck.liver-fun-cards._4col-layout .row .col:nth-child(2) {
    margin-top: 0;
  }
}
.card-deck.liver-fun-cards .card {
  max-width: 7.75rem;
  position: relative;
}
.card-deck.liver-fun-cards .card-body {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.3125rem;
}
.card-deck.liver-fun-cards .card-text {
  line-height: 1.3;
  font-size: 12.95px;
}
@media (min-width: 768px) {
  .card-deck.liver-fun-cards .card-text {
    line-height: 1.2;
  }
}

.cus-two-col-header h1:last-child, .cus-two-col-header .h1:last-child,
.cus-two-col-header h2:last-child,
.cus-two-col-header .h2:last-child,
.cus-two-col-header h3:last-child,
.cus-two-col-header .h3:last-child,
.cus-two-col-header h4:last-child,
.cus-two-col-header .h4:last-child,
.cus-two-col-header h5:last-child,
.cus-two-col-header .h5:last-child,
.cus-two-col-header h6:last-child,
.cus-two-col-header .h6:last-child,
.cus-two-col-header p:last-child,
.cus-two-col-header ul:last-child,
.cus-two-col-header ol:last-child,
.cus-two-col-header li:last-child,
.cus-two-col-header address:last-child, .cus-two-col-body h1:last-child, .cus-two-col-body .h1:last-child,
.cus-two-col-body h2:last-child,
.cus-two-col-body .h2:last-child,
.cus-two-col-body h3:last-child,
.cus-two-col-body .h3:last-child,
.cus-two-col-body h4:last-child,
.cus-two-col-body .h4:last-child,
.cus-two-col-body h5:last-child,
.cus-two-col-body .h5:last-child,
.cus-two-col-body h6:last-child,
.cus-two-col-body .h6:last-child,
.cus-two-col-body p:last-child,
.cus-two-col-body ul:last-child,
.cus-two-col-body ol:last-child,
.cus-two-col-body li:last-child,
.cus-two-col-body address:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .cus-two-col-header .justify-content-center .col-12 > .row > .col:nth-child(2), .cus-two-col-header .justify-content-center ._1col-layout .col > .row > .col:nth-child(2), ._1col-layout .cus-two-col-header .justify-content-center .col > .row > .col:nth-child(2), .cus-two-col-header .justify-content-center ._2col-layout .col > .row > .col:nth-child(2), ._2col-layout .cus-two-col-header .justify-content-center .col > .row > .col:nth-child(2), .cus-two-col-header .justify-content-center ._2col-layout-sp75 .col > .row > .col:nth-child(2), ._2col-layout-sp75 .cus-two-col-header .justify-content-center .col > .row > .col:nth-child(2), .cus-two-col-header .justify-content-center ._2col-layout-sp84 .col > .row > .col:nth-child(2), ._2col-layout-sp84 .cus-two-col-header .justify-content-center .col > .row > .col:nth-child(2), .cus-two-col-header .justify-content-center ._3col-layout .col > .row > .col:nth-child(2), ._3col-layout .cus-two-col-header .justify-content-center .col > .row > .col:nth-child(2), .cus-two-col-header .justify-content-center ._4col-layout .col > .row > .col:nth-child(2), ._4col-layout .cus-two-col-header .justify-content-center .col > .row > .col:nth-child(2), .cus-two-col-body .justify-content-center .col-12 > .row > .col:nth-child(2), .cus-two-col-body .justify-content-center ._1col-layout .col > .row > .col:nth-child(2), ._1col-layout .cus-two-col-body .justify-content-center .col > .row > .col:nth-child(2), .cus-two-col-body .justify-content-center ._2col-layout .col > .row > .col:nth-child(2), ._2col-layout .cus-two-col-body .justify-content-center .col > .row > .col:nth-child(2), .cus-two-col-body .justify-content-center ._2col-layout-sp75 .col > .row > .col:nth-child(2), ._2col-layout-sp75 .cus-two-col-body .justify-content-center .col > .row > .col:nth-child(2), .cus-two-col-body .justify-content-center ._2col-layout-sp84 .col > .row > .col:nth-child(2), ._2col-layout-sp84 .cus-two-col-body .justify-content-center .col > .row > .col:nth-child(2), .cus-two-col-body .justify-content-center ._3col-layout .col > .row > .col:nth-child(2), ._3col-layout .cus-two-col-body .justify-content-center .col > .row > .col:nth-child(2), .cus-two-col-body .justify-content-center ._4col-layout .col > .row > .col:nth-child(2), ._4col-layout .cus-two-col-body .justify-content-center .col > .row > .col:nth-child(2) {
    display: none;
  }
}
.cus-two-col-header.cus-bg-0b7dba .row.justify-content-center {
  background-color: #0B7DBA;
}
@media (max-width: 767.98px) {
  .cus-two-col-header .h2-heading {
    font-size: 20.128px;
    line-height: 20.128px;
  }
}
.cus-two-col-header .header-title,
.cus-two-col-header .body-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .cus-two-col-header .header-title,
  .cus-two-col-header .body-title {
    min-height: 5.125rem;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }
}
.cus-two-col-body.cus-bg-ffffff9 .row.justify-content-center {
  background-color: rgba(255, 255, 255, 0.9);
}
.cus-two-col-body.last-row-w-100 .justify-content-center > div > .row:last-child .col {
  width: 100%;
}

.br-radius-40 {
  border-radius: 2.5rem;
}
.br-radius-40-left-top {
  border-top-right-radius: 2.5rem;
}
.br-radius-40-right-bottom {
  border-bottom-left-radius: 2.5rem;
}
.br-radius-t-r-40 {
  border-top-right-radius: 2.5rem;
}
.br-radius-t-r-20 {
  border-top-right-radius: 1.25rem;
}
.br-radius-res-t-r-40-25 {
  border-top-right-radius: 2.5rem;
}
@media (max-width: 767.98px) {
  .br-radius-res-t-r-40-25 {
    border-top-right-radius: 1.5625rem;
  }
}
.br-radius-b-l-40 {
  border-bottom-left-radius: 2.5rem;
}
.br-radius-b-l-20 {
  border-bottom-left-radius: 1.25rem;
}
.br-radius-res-b-l-40-25 {
  border-bottom-left-radius: 2.5rem;
}
@media (max-width: 767.98px) {
  .br-radius-res-b-l-40-25 {
    border-bottom-left-radius: 1.5625rem;
  }
}

.br-box {
  border: 0.1875rem solid #F4C300;
}
.br-box-dotted {
  border: 0.1875rem dotted #203469;
}
.br-box-dotted-4 {
  border: 0.25rem dotted #203469;
}

.bottom-yellow-dash {
  border-bottom: 0.125rem dashed #F4C300;
}

.symptoms-hint {
  line-height: 1.3;
  padding: 1.75rem 1.875rem 1.75rem 0.625rem;
}
@media (max-width: 767.98px) {
  .symptoms-hint {
    line-height: 1.1;
    position: relative;
    padding: 1.25rem 0.625rem 1.25rem 1.875rem;
  }
}
.symptoms-hint .exclamation-mark-icon {
  width: 3.125rem;
  height: 3.125rem;
}
@media (max-width: 767.98px) {
  .symptoms-hint .exclamation-mark-icon {
    left: -1.5625rem;
    position: absolute;
  }
}

.prescription-goal {
  padding: 1rem 1.75rem 1rem 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .prescription-goal {
    gap: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.25rem 0.75rem;
  }
}
.prescription-goal .inner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .prescription-goal .inner-section {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .prescription-goal .inner-section:first-child {
    margin-bottom: 1rem;
  }
}
.prescription-goal .inner-section .tick-icon {
  width: 2.6875rem;
  height: 2.3125rem;
  margin-right: 0.3125rem;
}

.info-about-vemlidy {
  padding: 1.5625rem;
}
@media (min-width: 768px) {
  .info-about-vemlidy {
    padding-right: 1.1875rem;
  }
}

.translation-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem 0.9375rem 0.9375rem 3.75rem;
}
@media (max-width: 767.98px) {
  .translation-service {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .translation-service {
    gap: 1.25rem;
    padding: 1.125rem 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.translation-service .translation-services-icon {
  width: 3.125rem;
  height: 3.125rem;
}
@media (max-width: 767.98px) {
  .translation-service .translation-services-icon {
    width: 4.875rem;
    left: -2.1875rem;
    top: 1.75rem;
    height: 4.875rem;
    position: absolute;
  }
}

.multilingual-help {
  padding: 0.9375rem 0.9375rem 0.9375rem 3.75rem;
}
@media (min-width: 768px) {
  .multilingual-help {
    gap: 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 1.125rem 0.9375rem 0.625rem 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .multilingual-help {
    position: relative;
    margin: 0 auto;
  }
}
.multilingual-help .multilingual-help-icon {
  width: 3.125rem;
  height: 3.125rem;
}
@media (max-width: 767.98px) {
  .multilingual-help .multilingual-help-icon {
    width: 5.125rem;
    height: 5.125rem;
    left: -2.5rem;
    top: 2.5rem;
    position: absolute;
  }
}

.enrollment-form .alert-box {
  display: none;
  line-height: 1.3;
  max-width: 25rem;
  color: #FF0000;
  font-size: 12.95px;
  border: 0.125rem #FF0000 solid;
}
.enrollment-form .alert-box.show {
  display: block;
}
.enrollment-form .form-group .form-label {
  display: block;
}
.enrollment-form .form-group .form-check-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 1.875rem;
}
.enrollment-form .form-group .form-check-input {
  margin-right: 0.3125rem;
}
.enrollment-form .form-group.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.0625rem solid #666666;
}
.enrollment-form .form-group.form-field .form-label {
  width: 6.875rem;
  font-weight: 300;
}
.enrollment-form .form-group.form-field input[type=text] {
  border: 0;
  width: 59%;
  font-weight: 600;
  background: 0 0;
  max-width: 25rem;
  font-size: 16.28px;
  padding: 0 0.625rem 0.3125rem 0.625rem;
  letter-spacing: 0.6512px;
}
@media (min-width: 768px) {
  .enrollment-form .form-group.form-field input[type=text] {
    width: 90%;
  }
}
.enrollment-form .form-group.form-field input[type=text]:focus-visible {
  outline: -webkit-focus-ring-color auto 0.0625rem;
}
.enrollment-form .form-group.form-field + .field-validation-error {
  display: none;
  color: #FF0000;
}
.enrollment-form .form-group.form-field.error.invalid + .field-validation-error {
  display: block;
}
.enrollment-form .form-group.form-select {
  display: block;
  font-size: 12px;
  border-bottom: 0;
  color: #000000;
}
.enrollment-form .form-group.form-select .form-label {
  color: #666666;
}
.enrollment-form .form-group.form-select.error select {
  border: 0.0625rem solid #FF0000;
}
.enrollment-form .form-group.form-check .form-check-label {
  margin-left: 0;
}
.enrollment-form .form-group.error {
  color: #FF0000;
}
.enrollment-form .form-group.error .form-control,
.enrollment-form .form-group.error .form-label {
  color: #FF0000;
}
.enrollment-form .form-group .field-validation-error {
  display: none;
  line-height: 1.1;
  color: #FF0000;
  font-size: 12.95px;
  padding: 0.625rem 0.625rem 1.875rem 0.625rem;
}
.enrollment-form .form-group .field-validation-error.show {
  display: block;
}
.enrollment-form .form-group.focused {
  border-bottom: 0.0625rem solid #0B7DBA;
}

.home-brochure {
  padding: 0.9375rem 0;
}
@media (min-width: 768px) {
  .home-brochure {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .home-brochure {
    padding: 0.9375rem 3.75rem;
  }
}
.home-brochure .inner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  max-width: 45.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .home-brochure .inner-section {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home-brochure .brochure-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-brochure .brochure-section .img-fluid {
  max-width: 5.75rem;
  border-bottom: 0.125rem solid #DEDEDE;
}
.home-brochure .brochure-section .content {
  width: 9.375rem;
  font-size: 15px;
  margin-bottom: 0;
  margin-left: 0.9375rem;
  line-height: 1.1875rem;
}
.home-brochure .button-section {
  width: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0.625rem;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 577px) {
  .home-brochure .button-section {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .home-brochure .button-section {
    margin-left: 0;
    margin-top: 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-brochure .button-section .gl-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 0.125rem;
  margin-right: 1.25rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .home-brochure .button-section .gl-btn {
    margin-right: 0;
    margin-left: 1.25rem;
  }
}
.home-brochure .button-section .gl-btn:not(:nth-last-child(1), :nth-last-child(2)) {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .home-brochure .button-section .gl-btn:not(:nth-last-child(1), :nth-last-child(2)) {
    margin-bottom: 0;
  }
}
.home-brochure .button-section .gl-btn .gl-btn__text {
  font-size: 12px;
}

.result-btns .btn-wrapper {
  grid-gap: 1.25rem;
  text-align: center;
  display: inline-grid;
}
@media (min-width: 768px) {
  .result-btns .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .result-btns .btn-wrapper .btn-download {
    margin-right: 2.5rem;
  }
}

.copay-coupon-print {
  clear: both;
  display: block;
  color: #54565B;
  font-family: "ProximaNova", Seravek, sans-serif;
}
.copay-coupon-print p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.copay-coupon-print .variable-coupon-wrap {
  line-height: 1.25;
}
.copay-coupon-print .my-support-path-logo {
  width: 5rem;
}
.copay-coupon-print .gilead-logo {
  width: 6.875rem;
}
.copay-coupon-print .copay-coupon-card {
  width: 100%;
  margin: 0 auto;
  padding: 0.75rem;
  max-width: 22.5rem;
  border: 0.0625rem solid #54565B;
}
.copay-coupon-print .copay-coupon-card .details {
  font-size: 14px;
  padding-left: 1.25rem;
}
.copay-coupon-print .copay-coupon-card .productName {
  font-size: 18px;
}
.copay-coupon-print .copay-coupon-card .productDesc {
  font-size: 10px;
}
.copay-coupon-print .copay-coupon-card .coupon-card-footnotes {
  font-size: 12px;
  text-align: center;
  font-family: ProximaNova, Seravek, sans-serif;
}
.copay-coupon-print .copay-coupon-tnc,
.copay-coupon-print .copay-footer-content {
  font-size: 12px;
}
.copay-coupon-print .gl-unorder-list {
  padding-left: 1rem;
  list-style-type: disc;
}
.copay-coupon-print .gl-unorder-list.marker-gray li::marker {
  color: #54565B;
}
.copay-coupon-print .gl-unorder-list.marker-gray li::before {
  content: none;
}
.copay-coupon-print .gl-unorder-list li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 0.375rem;
}
.copay-coupon-print .gl-unorder-list .gl-unorder-list {
  margin-top: 0.5rem;
  padding-left: 1rem;
}
.copay-coupon-print .gl-unorder-list .gl-unorder-list li {
  padding-left: 0.375rem;
}
.copay-coupon-print .copay-coupon-print-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}
.copay-coupon-print .copay-footer-logo {
  margin-right: 1.875rem;
}

body.card-printing .copay-coupon-print-footer {
  margin-bottom: 3.75rem;
}
body.card-printing .back-to-top {
  display: none;
}

.firefox .copay-coupon-print {
  letter-spacing: 0.01px;
}

@media print {
  #onetrust-consent-sdk {
    display: none;
  }
}
.carousel-cards .carousel-container {
  width: 95%;
  margin: 0 auto;
  max-width: 23.75rem;
  height: 20.625rem !important;
  position: relative;
  border-radius: 0.625rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b7dba), to(#203469));
  background-image: linear-gradient(#0b7dba, #203469);
}
@media (min-width: 768px) {
  .carousel-cards .carousel-container {
    max-width: 31.25rem;
    height: 22.5rem !important;
  }
}
.carousel-cards .card {
  padding-bottom: 0.625rem;
}
.carousel-cards .card-img {
  width: 15rem;
  margin: 4.375rem 0 0 15%;
}
@media (min-width: 768px) {
  .carousel-cards .card-img {
    margin: 5rem auto 0 auto;
    width: 21.875rem;
    height: 14.0625rem;
  }
}
.carousel-cards .card-body {
  width: 13.75rem;
  margin: 0 auto;
  height: auto;
}
@media (min-width: 768px) {
  .carousel-cards .card-body-footer {
    right: 0;
    width: 12.5rem;
    bottom: 4.0625rem;
    text-align: right;
    margin-right: 2.1875rem;
    position: relative;
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .carousel-cards .card-body-footer {
    margin-top: 0.625rem;
  }
}
.carousel-cards .card-title {
  font-size: 22.2px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .carousel-cards .card-title {
    margin-left: 1.25rem;
  }
}
.carousel-cards .card-text {
  padding: 0.625rem 0.3125rem;
  line-height: 1;
  margin: 1.25rem auto 0 auto;
  font-size: 12.21px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .carousel-cards .card-text {
    width: 12.5rem;
    line-height: 1.2;
    font-size: 12.95px;
  }
}
.carousel-cards .card-text:before {
  content: "";
  top: -0.375rem;
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 0.625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 0.6875rem solid transparent;
  border-right: 0.6875rem solid transparent;
  border-bottom: 1rem solid #CCD9E5;
}
.carousel-cards .card-owl-carousel .owl-dots {
  top: 1.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.25rem;
  position: absolute;
  text-align: right;
}
@media (max-width: 767.98px) {
  .carousel-cards .card-owl-carousel .owl-dots {
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .carousel-cards .card-owl-carousel .owl-dots {
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.carousel-cards .card-owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.carousel-cards .card-owl-carousel .owl-dots .owl-dot:first-child {
  display: none;
}
@media (max-width: 767.98px) {
  .carousel-cards .card-owl-carousel .owl-dots .owl-dot:nth-child(2) .dots-btn {
    margin-right: 0.3125rem;
  }
}
.carousel-cards .card-owl-carousel .owl-dots .owl-dot .dots-btn {
  padding: 0;
  border: none;
  cursor: pointer;
  width: 1.125rem;
  height: 1.125rem;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 0.625rem;
  border: 0.0625rem solid #FFFFFF;
}
.carousel-cards .card-owl-carousel .owl-dots .owl-dot span {
  display: block;
  font-size: 7.4px;
  line-height: 1.3;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .carousel-cards .card-owl-carousel .owl-dots .owl-dot span {
    font-size: 12.95px;
  }
}
.carousel-cards .card-owl-carousel .owl-dots .owl-dot.active .dots-btn {
  -webkit-box-shadow: 0 0 0.3125rem #333333;
          box-shadow: 0 0 0.3125rem #333333;
  border: 0.0625rem solid #FFFFFF;
}
.carousel-cards .card-owl-carousel .owl-nav:not(.cloned) {
  display: none;
}
.carousel-cards .card-owl-carousel .owl-nav .owl-prev, .carousel-cards .card-owl-carousel .owl-nav .owl-next {
  top: 50%;
  padding: 0;
  border: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.carousel-cards .card-owl-carousel .owl-nav .owl-prev.disabled, .carousel-cards .card-owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}
.carousel-cards .card-owl-carousel .owl-nav .owl-prev::after, .carousel-cards .card-owl-carousel .owl-nav .owl-next::after {
  content: "";
  width: 1rem;
  height: 1.75rem;
  position: absolute;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}
.carousel-cards .card-owl-carousel .owl-nav .owl-prev span, .carousel-cards .card-owl-carousel .owl-nav .owl-next span {
  display: none;
}
.carousel-cards .card-owl-carousel .owl-nav .owl-next {
  right: 2.5rem;
}
@media (min-width: 768px) {
  .carousel-cards .card-owl-carousel .owl-nav .owl-next {
    right: 3.4375rem;
  }
}
.carousel-cards .card-owl-carousel .owl-nav .owl-next::after {
  background-image: url("../images/carousel-right.png");
}
.carousel-cards .card-owl-carousel .owl-nav .owl-prev {
  left: 0.625rem;
}
@media (min-width: 768px) {
  .carousel-cards .card-owl-carousel .owl-nav .owl-prev {
    left: 2.1875rem;
  }
}
.carousel-cards .card-owl-carousel .owl-nav .owl-prev::after {
  background-image: url("../images/carousel-left.png");
}
.carousel-cards .card-owl-carousel .owl-stage-outer {
  overflow: hidden;
  height: 100% !important;
}
.carousel-cards .card-owl-carousel .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmp-tab-accordion {
  margin: 0 auto;
}
.cmp-tab-accordion .tab-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-align: center;
  --bs-gutter-x: 0.625rem;
  margin: 2.5rem auto 0 auto;
}
@media (max-width: 767.98px) {
  .cmp-tab-accordion .tab-nav {
    display: none;
  }
}
.cmp-tab-accordion .tab-nav li.ui-tabs-active {
  position: relative;
}
.cmp-tab-accordion .tab-nav li.ui-tabs-active::after {
  content: "";
  left: 50%;
  width: 3.4375rem;
  height: 2rem;
  bottom: -1.625rem;
  position: absolute;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-image: url("../images/tab-active-arrow.png");
}
.cmp-tab-accordion .tab-nav li .ui-tabs-anchor {
  height: 100%;
  display: block;
  padding: 0 0.625rem;
  border-radius: 0.9375rem;
  text-decoration: none;
}
.cmp-tab-accordion .tab-nav li .ui-tabs-anchor img {
  width: 5.75rem;
  height: 5.75rem;
  margin-top: -2.5rem;
}
.cmp-tab-accordion .tab-nav li .ui-tabs-anchor .title {
  display: block;
  line-height: 1.2;
  margin-top: 2rem;
  font-size: 12.95px;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .cmp-tab-accordion .faded {
    opacity: 0.4;
  }
}
.cmp-tab-accordion .tab-accordion-content {
  margin-top: 1.5rem;
  margin-bottom: 1.5625rem;
  position: relative;
}
@media (min-width: 768px) {
  .cmp-tab-accordion .tab-accordion-content {
    margin-top: 2.5rem;
    margin-bottom: 0;
  }
}
.cmp-tab-accordion .tab-accordion-content .content-wrapper {
  padding: 0.9375rem 1.5625rem 0.9375rem 1.25rem;
}
@media (max-width: 767.98px) {
  .cmp-tab-accordion .tab-accordion-content .content-wrapper {
    width: 95%;
  }
}
@media (min-width: 768px) {
  .cmp-tab-accordion .tab-accordion-content .content-wrapper {
    padding: 1.5625rem;
  }
}
.cmp-tab-accordion .tab-accordion-content .collapse-btn {
  content: "";
  top: 0.9375rem;
  right: 10%;
  width: 1.75rem;
  height: 1.875rem;
  cursor: pointer;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/close-icon.png");
}
@media (min-width: 768px) {
  .cmp-tab-accordion .tab-accordion-content .collapse-btn {
    right: 0.9375rem;
  }
}
.cmp-tab-accordion .accordion-header {
  width: 100%;
  cursor: pointer;
  position: relative;
  border-radius: 0.5rem;
  margin: 0 0 0.3125rem 0.5rem;
}
@media (max-width: 767.98px) {
  .cmp-tab-accordion .accordion-header {
    margin-left: auto;
    margin-bottom: 0.3125rem;
    width: calc(100% - 1.25rem);
  }
}
@media (min-width: 768px) {
  .cmp-tab-accordion .accordion-header {
    display: none !important;
  }
}
.cmp-tab-accordion .accordion-header::before {
  content: "";
  top: 50%;
  right: 0.5rem;
  width: 0.5rem;
  height: 0.875rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/right-arrow-yellow.png") no-repeat;
  background-size: contain;
}
.cmp-tab-accordion .accordion-header .accordion-title {
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  min-height: 3.125rem;
  font-size: 12.95px;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmp-tab-accordion .accordion-header .accordion-title .img-fluid {
  top: 50%;
  left: -1.25rem;
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmp-tab-accordion .accordion-header .accordion-title .title {
  display: block;
  margin: 0.6rem 0 0.6rem 1.875rem;
}
.cmp-tab-accordion .accordion-header.ui-state-active::before {
  background: none;
}
.cmp-tab-accordion .accordion-header.ui-state-active::after {
  content: "";
  left: 50%;
  width: 2.1875rem;
  height: 1.1875rem;
  bottom: -1rem;
  position: absolute;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-image: url("../images/tab-active-arrow.png");
}

@media (max-width: 767.98px) {
  .has-isi-side-container .justify-content-center div > .row .col:last-child {
    display: none;
  }
}

@media (min-width: 768px) {
  .landing-page-side-isi {
    height: 100%;
    padding: 0.9375rem;
    color: #002E6D;
  }
  .landing-page-side-isi .isi-title {
    line-height: 1.1;
    font-size: 26.64px;
  }
  .landing-page-side-isi .header {
    font-size: 16px;
    line-height: 1.1875rem;
    padding-bottom: 0.3125rem;
  }
  .landing-page-side-isi p {
    line-height: 1.1875rem;
  }
  .landing-page-side-isi .link-to-isi {
    font-size: 17px;
    color: #002E6C;
    display: inline-block;
    margin: 0.3125rem 0 0 1.25rem;
  }
}

.isi-tray h1:last-child, .isi-tray .h1:last-child,
.isi-tray h2:last-child,
.isi-tray .h2:last-child,
.isi-tray h3:last-child,
.isi-tray .h3:last-child,
.isi-tray h4:last-child,
.isi-tray .h4:last-child,
.isi-tray h5:last-child,
.isi-tray .h5:last-child,
.isi-tray h6:last-child,
.isi-tray .h6:last-child,
.isi-tray p:last-child,
.isi-tray ul:last-child,
.isi-tray ol:last-child,
.isi-tray li:last-child,
.isi-tray address:last-child {
  margin-bottom: 0;
}
.isi-tray .h2-heading {
  font-size: 26.048px;
}
@media (max-width: 767.98px) {
  .isi-tray .isi-container {
    -webkit-box-shadow: 0.125rem 0.125rem 0.625rem #444444;
            box-shadow: 0.125rem 0.125rem 0.625rem #444444;
  }
}
.isi-tray .isi-header {
  padding: 0.9375rem;
  background-color: #0B7DBA;
}
.isi-tray .isi-content {
  padding: 0.625rem 0.9375rem 2.5rem 0.9375rem;
}
@media (min-width: 768px) {
  .isi-tray .isi-content {
    padding: 1.25rem 1.875rem 1.875rem 1.875rem;
  }
}

.sticky-isi {
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5.625rem;
  background: rgba(255, 255, 255, 0.9);
}
.sticky-isi h1:last-child, .sticky-isi .h1:last-child,
.sticky-isi h2:last-child,
.sticky-isi .h2:last-child,
.sticky-isi h3:last-child,
.sticky-isi .h3:last-child,
.sticky-isi h4:last-child,
.sticky-isi .h4:last-child,
.sticky-isi h5:last-child,
.sticky-isi .h5:last-child,
.sticky-isi h6:last-child,
.sticky-isi .h6:last-child,
.sticky-isi p:last-child,
.sticky-isi ul:last-child,
.sticky-isi ol:last-child,
.sticky-isi li:last-child,
.sticky-isi address:last-child {
  margin-bottom: 0;
}
.sticky-isi p {
  padding: 0.9375rem 0.3125rem 0.9375rem 0.9375rem;
}
.sticky-isi.hide {
  display: none;
}
.sticky-isi .down-arrow-icon {
  top: 0.3125rem;
  right: 0.75rem;
  width: 0.9375rem;
  height: 0.625rem;
  position: absolute;
}

.gl-cmp-footer .row.justify-content-center {
  background-color: #EBEBEB;
  padding: 1.875rem 0 0.9375rem 0;
}
@media (min-width: 768px) {
  .gl-cmp-footer .row.justify-content-center {
    --bs-gutter-x: 0;
    padding: 3.75rem 2.5rem 1.125rem 3.125rem;
  }
}
.gl-cmp-footer .row.justify-content-center .row:nth-of-type(2) .col {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 768px) {
  .gl-cmp-footer .row.justify-content-center .row:nth-of-type(2) .col:first-child {
    width: calc(100% - 10.375rem);
  }
  .gl-cmp-footer .row.justify-content-center .row:nth-of-type(2) .col:last-child {
    width: 10.375rem;
    text-align: right;
  }
}
.gl-cmp-footer .copy-right-text {
  font-size: 12.95px;
}
@media (min-width: 768px) {
  .gl-cmp-footer .copy-right-text {
    font-size: 11.47px;
  }
}
.gl-cmp-footer .footer__menu {
  font-weight: 600;
  color: #203469;
  text-align: center;
  font-size: 11.3313px;
  margin-bottom: 2.1875rem;
}
@media (max-width: 767.98px) {
  .gl-cmp-footer .footer__menu {
    width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
  }
}
.gl-cmp-footer .footer__menu li {
  display: inline-block;
}
.gl-cmp-footer .footer__menu li:not(:last-child) {
  margin-right: 0.75rem;
}
.gl-cmp-footer .footer__menu li:not(:last-child) a {
  position: relative;
}
.gl-cmp-footer .footer__menu li:not(:last-child) a:after {
  content: "|";
  right: -0.75rem;
  width: 0.0625rem;
  position: absolute;
}
@media (max-width: 767.98px) {
  .gl-cmp-footer .footer__menu li.no-divider a::after {
    content: "";
  }
}
.gl-cmp-footer .footer__menu li:not(:first-child) {
  margin-left: 0.75rem;
}
.gl-cmp-footer .footer__menu li a,
.gl-cmp-footer .footer__menu li a:hover {
  color: inherit;
}
.gl-cmp-footer .footer__logo img.img-fluid {
  max-width: 7.875rem;
}

.cmp-rich-text h1:last-child, .cmp-rich-text .h1:last-child,
.cmp-rich-text h2:last-child,
.cmp-rich-text .h2:last-child,
.cmp-rich-text h3:last-child,
.cmp-rich-text .h3:last-child,
.cmp-rich-text h4:last-child,
.cmp-rich-text .h4:last-child,
.cmp-rich-text h5:last-child,
.cmp-rich-text .h5:last-child,
.cmp-rich-text h6:last-child,
.cmp-rich-text .h6:last-child,
.cmp-rich-text p:last-child,
.cmp-rich-text ul:last-child,
.cmp-rich-text ol:last-child,
.cmp-rich-text li:last-child,
.cmp-rich-text address:last-child {
  margin-bottom: 0;
}

.gl-mb-1 {
  margin-bottom: 3.125rem;
}

.gl-mt-1 {
  margin-top: 3.125rem;
}

.gl-mb-0 {
  margin-bottom: 0;
}

.gl-mt-5 {
  margin-top: 0.3125rem;
}

.gl-mb-5 {
  margin-bottom: 0.3125rem;
}

.gl-mt-6 {
  margin-top: 0.375rem !important;
}

.gl-mb-7 {
  margin-bottom: 0.4375rem;
}

.gl-mt-10 {
  margin-top: 0.625rem;
}

.gl-mb-10 {
  margin-bottom: 0.625rem;
}

.gl-mb-15 {
  margin-bottom: 0.9375rem;
}

.gl-mt-15 {
  margin-top: 0.9375rem;
}

.gl-mb-18 {
  margin-bottom: 1.125rem;
}

.gl-mt-20 {
  margin-top: 1.25rem;
}

.gl-mb-20 {
  margin-bottom: 1.25rem;
}

.gl-mb-25 {
  margin-bottom: 1.5625rem;
}

.gl-mb-30 {
  margin-bottom: 1.875rem;
}

.gl-mt-30 {
  margin-top: 1.875rem;
}

.gl-mt-40 {
  margin-top: 2.5rem;
}

.gl-mb-40 {
  margin-bottom: 2.5rem;
}

.gl-mt-60 {
  margin-top: 3.75rem;
}

.gl-mb-70 {
  margin-bottom: 4.375rem;
}

.gl-mb-96 {
  margin-bottom: 6rem;
}

.gl-mt-mb-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.gl-pt-5 {
  padding-top: 0.3125rem;
}

.gl-pb-5 {
  padding-bottom: 0.3125rem;
}

.gl-pb-7 {
  padding-bottom: 0.4375rem;
}

.gl-p-10 {
  padding: 0.625rem;
}

.gl-pb-10 {
  padding-bottom: 0.625rem;
}

.gl-pb-15 {
  padding-bottom: 0.9375rem;
}

.gl-pb-20 {
  padding-bottom: 1.25rem;
}

.gl-pb-30 {
  padding-bottom: 1.875rem;
}

.gl-p-15 {
  padding: 0.9375rem;
}

.gl-p-20 {
  padding: 1.25rem;
}

.gl-pt-20 {
  padding-top: 1.25rem;
}

.gl-p-25 {
  padding: 1.5625rem;
}

.gl-pb-95 {
  padding-bottom: 5.9375rem;
}

@media (min-width: 992px) {
  .gl-res-mb-0-18 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-0-18 {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-0-18 {
    margin-bottom: 1.125rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-0-50 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-0-50 {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-0-50 {
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-0-50 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-0-50 {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-0-50 {
    margin-top: 3.125rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-0-50 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-0-50 {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-0-50 {
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-5-10 {
    margin-top: 0.3125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-5-10 {
    margin-top: 0.3125rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-5-10 {
    margin-top: 0.625rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-5-10 {
    margin-bottom: 0.3125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-5-10 {
    margin-bottom: 0.3125rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-5-10 {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-5-20 {
    margin-bottom: 0.3125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-5-20 {
    margin-bottom: 0.3125rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-5-20 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-7-40 {
    margin-bottom: 0.4375rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-7-40 {
    margin-bottom: 0.4375rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-7-40 {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-8-40 {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-8-40 {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-8-40 {
    margin-top: 2.5rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-8-20 {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-8-20 {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-8-20 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-10-8 {
    margin-top: 0.625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-10-8 {
    margin-top: 0.625rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-10-8 {
    margin-top: 0.5rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-10-20 {
    margin-top: 0.625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-10-20 {
    margin-top: 0.625rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-10-20 {
    margin-top: 1.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-10-20 {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-10-20 {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-10-20 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-16-20 {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-16-20 {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-16-20 {
    margin-top: 1.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-18-28 {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-18-28 {
    margin-bottom: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-18-28 {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-18-28 {
    margin-top: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-18-28 {
    margin-top: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-18-28 {
    margin-top: 1.75rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-18-20 {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-18-20 {
    margin-bottom: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-18-20 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-20-30 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-20-30 {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-20-30 {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-20-30 {
    margin-top: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-20-30 {
    margin-top: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-20-30 {
    margin-top: 1.875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-20-35 {
    margin-top: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-20-35 {
    margin-top: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-20-35 {
    margin-top: 2.1875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-20-35 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-20-35 {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-20-35 {
    margin-bottom: 2.1875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-20-50 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-20-50 {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-20-50 {
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-22-18 {
    margin-bottom: 1.375rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-22-18 {
    margin-bottom: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-22-18 {
    margin-bottom: 1.125rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-25-10 {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-25-10 {
    margin-bottom: 1.5625rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-25-10 {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-25-20 {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-25-20 {
    margin-bottom: 1.5625rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-25-20 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-28-20 {
    margin-top: 1.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-28-20 {
    margin-top: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-28-20 {
    margin-top: 1.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-30-0 {
    margin-top: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-30-0 {
    margin-top: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-30-0 {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-30-10 {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-30-10 {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-30-10 {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-30-20 {
    margin-top: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-30-20 {
    margin-top: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-30-20 {
    margin-top: 1.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-30-20 {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-30-20 {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-30-20 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-30-50 {
    margin-top: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-30-50 {
    margin-top: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-30-50 {
    margin-top: 3.125rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-30-50 {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-30-50 {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-30-50 {
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-30-90 {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-30-90 {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-30-90 {
    margin-bottom: 5.625rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-32-50 {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-32-50 {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-32-50 {
    margin-top: 3.125rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-34-20 {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-34-20 {
    margin-bottom: 2.125rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-34-20 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-40-20 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-40-20 {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-40-20 {
    margin-top: 1.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-40-20 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-40-20 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-40-20 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-40-34 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-40-34 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-40-34 {
    margin-bottom: 2.125rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-40-70 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-40-70 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-40-70 {
    margin-bottom: 4.375rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-40-45 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-40-45 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-40-45 {
    margin-bottom: 2.8125rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-45-35 {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-45-35 {
    margin-bottom: 2.8125rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-45-35 {
    margin-bottom: 2.1875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-40-100 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-40-100 {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-40-100 {
    margin-top: 6.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-50-0 {
    margin-top: 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-50-0 {
    margin-top: 3.125rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-50-0 {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-50-20 {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-50-20 {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-50-20 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-50-30 {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-50-30 {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-50-30 {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mt-77-25 {
    margin-top: 4.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mt-77-25 {
    margin-top: 4.8125rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mt-77-25 {
    margin-top: 1.5625rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-85-60 {
    margin-bottom: 5.3125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-85-60 {
    margin-bottom: 5.3125rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-85-60 {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-100-70 {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-100-70 {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-100-70 {
    margin-bottom: 4.375rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-100-90 {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-100-90 {
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-100-90 {
    margin-bottom: 5.625rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-145-30 {
    margin-bottom: 9.0625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-145-30 {
    margin-bottom: 9.0625rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-145-30 {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-mb-240-100 {
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-mb-240-100 {
    padding-bottom: 15rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-mb-240-100 {
    padding-bottom: 6.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-0-30 {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-0-30 {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-0-30 {
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pt-20-30 {
    padding-top: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pt-20-30 {
    padding-top: 1.25em;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pt-20-30 {
    padding-top: 1.875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pt-20-35 {
    padding-top: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pt-20-35 {
    padding-top: 1.25em;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pt-20-35 {
    padding-top: 2.1875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-25-30 {
    padding-bottom: 1.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-25-30 {
    padding-bottom: 1.5625rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-25-30 {
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-25-90 {
    padding-bottom: 1.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-25-90 {
    padding-bottom: 1.5625em;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-25-90 {
    padding-bottom: 5.625rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pt-30-20 {
    padding-top: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pt-30-20 {
    padding-top: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pt-30-20 {
    padding-top: 1.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-30-20 {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-30-20 {
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-30-20 {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-40-30 {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-40-30 {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-40-30 {
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-40-35 {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-40-35 {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-40-35 {
    padding-bottom: 2.1875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-40-70 {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-40-70 {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-40-70 {
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-45-95 {
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-45-95 {
    padding-bottom: 2.8125rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-45-95 {
    padding-bottom: 5.9375rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pt-50-0 {
    padding-top: 3.125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pt-50-0 {
    padding-top: 3.125rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pt-50-0 {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-65-30 {
    padding-bottom: 4.0625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-65-30 {
    padding-bottom: 4.0625rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-65-30 {
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-65-35 {
    padding-bottom: 4.0625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-65-35 {
    padding-bottom: 4.0625rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-65-35 {
    padding-bottom: 2.1875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-65-40 {
    padding-bottom: 4.0625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-65-40 {
    padding-bottom: 4.0625rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-65-40 {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-65-70 {
    padding-bottom: 4.0625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-65-70 {
    padding-bottom: 4.0625rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-65-70 {
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-70-60 {
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-70-60 {
    padding-bottom: 4.375rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-70-60 {
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-80-30 {
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-80-30 {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-80-30 {
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-90-40 {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-90-40 {
    padding-bottom: 5.625rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-90-40 {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-95-30 {
    padding-bottom: 5.9375rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-95-30 {
    padding-bottom: 5.9375rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-95-30 {
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-140-70 {
    padding-bottom: 8.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-140-70 {
    padding-bottom: 8.75rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-140-70 {
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-145-30 {
    padding-bottom: 9.0625rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-145-30 {
    padding-bottom: 9.0625rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-145-30 {
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-220-70 {
    padding-bottom: 13.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-220-70 {
    padding-bottom: 13.75rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-220-70 {
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 992px) {
  .gl-res-pb-220-100 {
    padding-bottom: 13.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .gl-res-pb-220-100 {
    padding-bottom: 13.75rem;
  }
}
@media (max-width: 767.98px) {
  .gl-res-pb-220-100 {
    padding-bottom: 6.25rem;
  }
}

@media (min-width: 768px) {
  .container-ps-45 .container-fluid, .container-ps-45 .container-sm, .container-ps-45 .container-md, .container-ps-45 .container-lg, .container-ps-45 .container-xl, .container-ps-45 .container-xxl {
    padding-left: 2.8125rem !important;
  }
}

.back-to-home {
  margin-right: 13%;
}
@media screen and (min-width: 768px) and (max-width: 811px) {
  .back-to-home {
    margin-right: 7%;
  }
}

@media (min-width: 768px) {
  .site-map-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-map-wraper .left-content,
  .site-map-wraper .right-content {
    max-width: 15.625rem;
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  .site-map-wraper .right-content {
    padding-top: 15px;
  }
}

.enroll-online .image-block {
  max-width: 12.5rem;
}
@media (max-width: 767.98px) {
  .enroll-online .image-block {
    margin: 0 auto;
  }
}
.enroll-online .image-block img {
  margin-left: 1.25rem;
}

.vemlidy-results {
  font-size: 17.76px;
  padding: 0.375rem 0.125rem;
  border-radius: 0.3125rem;
  background-color: #F4C300;
}
@media (min-width: 768px) {
  .vemlidy-results {
    width: 90%;
    margin: 0 auto;
    max-width: 28.75rem;
    font-size: 14.8px;
  }
}

.how-liver-works {
  position: relative;
  height: 31.375rem;
  background-size: 100% 31.375rem;
  background-image: url("../../../assets/vemlidy/images/how-2.png");
}
@media (min-width: 768px) {
  .how-liver-works {
    height: 30.4375rem;
    background-size: 100% 30.4375rem;
    background-image: url("../../../assets/vemlidy/images/patient-MOA.png");
  }
}
.how-liver-works .img-content {
  height: 9.375rem;
  bottom: 5.625rem;
  position: absolute;
}
@media (min-width: 768px) {
  .how-liver-works .img-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -3.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.how-liver-works .img-content .text {
  font-size: 12.95px;
  margin-left: 4.0625rem;
  margin-bottom: 3.125rem;
  padding-right: 0.625rem;
}
@media (min-width: 768px) {
  .how-liver-works .img-content .text {
    width: 8.125rem;
    margin-left: 1.0625rem;
    margin-bottom: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 338px) and (max-width: 363px) {
  .how-liver-works .img-content .text {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 338px) {
  .how-liver-works .img-content .text {
    margin-bottom: 2.1875rem;
  }
}

.vimlidy-pill .pill-img {
  width: 16rem;
}
@media (min-width: 768px) {
  .vimlidy-pill .pill-img {
    width: 9.375rem;
  }
}
.vimlidy-pill .pill-img img {
  width: 12.875rem;
  margin-top: -0.5rem;
  margin-left: -5.375rem;
  position: absolute;
}
.vimlidy-pill .pill-img .caption {
  font-size: 8.88px;
  margin-top: 1rem;
  margin-left: 3.4375rem;
}
@media (min-width: 768px) {
  .vimlidy-pill .pill-img .caption {
    margin-top: 1.125rem;
  }
}

.gl-unorder-list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0.75rem;
}
.gl-unorder-list.st-with-sm-letter li::before {
  top: 5px;
}
.gl-unorder-list.st-with-sm-letter-n5 li::before {
  top: -5px;
}
.gl-unorder-list li {
  position: relative;
  line-height: inherit;
  margin-bottom: 0.3125rem;
}
.gl-unorder-list li::before {
  top: -2px;
  content: "•";
  margin-top: 0;
  font-size: 20.72px;
  margin-left: -12px;
  padding-right: 3px;
  position: absolute;
  color: #002E6C;
}
.gl-unorder-list li .gl-unorder-list {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.gl-unorder-list.lh-1-4 li::before {
  top: -6px;
}
.gl-unorder-list.lh-1-2 li::before, .gl-unorder-list.lh-1-3 li::before {
  top: -5px;
}
.gl-unorder-list.blue-bullet li::before {
  color: #0B7DBA;
}
.gl-unorder-list.bullet-color-4d4d4f li::before {
  color: #4D4D4F;
}
.gl-unorder-list.space-b-0 li {
  margin-bottom: 0;
}
.gl-unorder-list.space-b-5 li {
  margin-bottom: 0.3125rem;
}
.gl-unorder-list.space-b-7 li {
  margin-bottom: 0.4375rem;
}
.gl-unorder-list.space-res-b-7-20 li {
  margin-bottom: 0.4375rem;
}
@media (max-width: 767.98px) {
  .gl-unorder-list.space-res-b-7-20 li {
    margin-bottom: 1.25rem;
  }
}
.gl-unorder-list.space-b-10 li {
  margin-bottom: 0.625rem;
}
.gl-unorder-list.space-b-15 li {
  margin-bottom: 0.9375rem;
}
.gl-unorder-list.decoration-none li a {
  text-decoration: none;
  color: #4D4D4F;
}
.gl-unorder-list.decoration-none li a:hover {
  text-decoration: underline;
}
.gl-unorder-list.site-map-links li {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .gl-unorder-list.site-map-links li .gl-unorder-list {
    padding-top: 10px;
  }
}
.gl-unorder-list.site-map-links .gl-unorder-list {
  padding-left: 1.25rem;
}
.gl-unorder-list.site-map-links .gl-unorder-list li::before {
  font-size: 16px;
}
.gl-unorder-list.site-map-links .gl-unorder-list.lh-19 li::before {
  top: -1px;
}
.gl-unorder-list.site-map-links .gl-unorder-list li {
  margin-bottom: 0;
}

.text-color-ffffff, .gl-btn, .gl-btn:hover, .carousel-cards .card-owl-carousel .owl-dots .owl-dot, .cmp-tab-accordion .tab-nav li .ui-tabs-anchor .title, .cmp-tab-accordion .accordion-header .accordion-title {
  color: #FFFFFF;
}
.text-color-002e6c, .home-brochure .brochure-section .content {
  color: #002E6C;
}
.text-color-0b7dba, .gl-link, a, .gl-link:hover {
  color: #0B7DBA;
}
.text-color-203469, .carousel-cards .card-text {
  color: #203469;
}
.text-color-4d4d4f {
  color: #4D4D4F;
}
.text-color-f4c300, .carousel-cards .card-owl-carousel .owl-dots .owl-dot.active {
  color: #F4C300;
}
.text-color-002e6d, .gl-btn.yellow-btn {
  color: #002E6D;
}
.text-color-0000ee {
  color: #0000EE;
}

.bg-ffffff, .carousel-cards .card-owl-carousel .owl-dots .owl-dot .dots-btn {
  background-color: #FFFFFF;
}
.bg-203469, .gl-btn, .cmp-tab-accordion .tab-nav li .ui-tabs-anchor, .cmp-tab-accordion .accordion-header {
  background-color: #203469;
}
.bg-0b7dba, .gl-btn.blue-btn {
  background-color: #0B7DBA;
}
.bg-f4c300, .gl-btn.yellow-btn, .carousel-cards .card-owl-carousel .owl-dots .owl-dot.active .dots-btn {
  background-color: #F4C300;
}
.bg-cee4f1, .card-deck.hbv-treatment-goal .card {
  background-color: #cee4f1;
}
.bg-cee5f1, .card-deck.common-tests .card {
  background-color: #cee4f1;
}
.bg-ccd9e5, .carousel-cards .card-text {
  background-color: #CCD9E5;
}

.text-res-color-002e6c-0b7dba {
  color: #0B7DBA;
}
@media (min-width: 768px) {
  .text-res-color-002e6c-0b7dba {
    color: #002E6C;
  }
}

.lh-1 {
  line-height: 1;
}

.lh-1-2 {
  line-height: 1.2;
}

.lh-1-3 {
  line-height: 1.3;
}

.lh-1-4 {
  line-height: 1.4;
}

.lh-16 {
  line-height: 1rem !important;
}

.lh-19 {
  line-height: 1.1875rem;
}

.flex-box {
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .flex-box-desk-inline {
    gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.gap-5 {
  gap: 0.3125rem;
}
.gap-10 {
  gap: 0.625rem;
}
.gap-15-5 {
  gap: 0.9375rem;
}
@media (max-width: 767.98px) {
  .gap-15-5 {
    gap: 0.3125rem;
  }
}
.gap-10-20 {
  gap: 0.625rem;
}
@media (max-width: 767.98px) {
  .gap-10-20 {
    gap: 1.25rem;
  }
}
.gap-30 {
  gap: 1.875rem;
}
.gap-35 {
  gap: 2.1875rem;
}
.gap-35-25 {
  gap: 2.1875rem;
}
@media (max-width: 767.98px) {
  .gap-35-25 {
    gap: 1.5625rem;
  }
}
.gap-50-0 {
  gap: 3.125rem;
}
@media (max-width: 767.98px) {
  .gap-50-0 {
    gap: 0;
  }
}

.mw-60 {
  max-width: 3.75rem;
}
.mw-60-100 {
  max-width: 3.75rem;
}
@media (min-width: 768px) {
  .mw-60-100 {
    max-width: 6.25rem;
  }
}

.mw-74 {
  max-width: 4.625rem;
}
.mw-74-150 {
  max-width: 4.625rem;
}
@media (min-width: 768px) {
  .mw-74-150 {
    max-width: 9.375rem;
  }
}

.mw-96 {
  max-width: 6rem;
}

.hbv-virus-img {
  max-width: 5rem;
  max-height: 5.125rem;
}
@media (min-width: 768px) {
  .hbv-virus-img {
    max-height: 3.875rem;
    max-width: 3.75rem;
  }
}

.text-underline {
  text-decoration: underline;
}

.page-not-found-wrapper .splitter-hr {
  width: 100%;
}

.inpage-support-path-logo img {
  width: 7.8125rem;
  height: 4.125rem;
}
@media (min-width: 768px) {
  .inpage-support-path-logo img {
    width: 9.6875rem;
    height: 82px;
  }
}