/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./Assets/hcp/scss/styles.scss ***!
  \******************************************************************************************************************************************************************************/
/*!
 * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .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-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .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-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .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-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .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-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .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-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@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-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/*
  All a user has to do to change the calendar size is
  change the font-size on the container and everything
  magically resizes accordingly. Relative units ftw!
*/
.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: black;
  position: absolute;
  width: 15.625em;
  display: flex;
  flex-direction: column;
  z-index: 9001;
  user-select: none;
  border: 1px solid gray;
  border-radius: 0.263921875em;
  overflow: hidden;
  background: white;
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
}
.qs-datepicker-container * {
  box-sizing: border-box;
}

.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qs-hidden {
  display: none;
}

.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
}
.qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}
.qs-overlay .qs-overlay-year {
  border: none;
  background: transparent;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: white;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.qs-overlay .qs-submit {
  border: 1px solid white;
  border-radius: 0.263921875em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}
.qs-overlay .qs-submit.qs-disabled {
  color: gray;
  border-color: gray;
  cursor: not-allowed;
}
.qs-overlay .qs-overlay-month-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.qs-overlay .qs-overlay-month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.15s;
}
.qs-overlay .qs-overlay-month.active, .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  background: lightgray;
  filter: blur(0px);
  transition: filter 0.3s;
}
.qs-controls.qs-blur {
  filter: blur(5px);
}

.qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.263921875em;
  transition: background 0.15s;
}
.qs-arrow:hover.qs-left:after {
  border-right-color: black;
}
.qs-arrow:hover.qs-right:after {
  border-left-color: black;
}
.qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}
.qs-arrow:after {
  content: "";
  border: 0.390625em solid transparent;
  position: absolute;
  top: 50%;
  transition: border 0.2s;
}
.qs-arrow.qs-left:after {
  border-right-color: gray;
  right: 50%;
  transform: translate(25%, -50%);
}
.qs-arrow.qs-right:after {
  border-left-color: gray;
  left: 50%;
  transform: translate(-25%, -50%);
}

.qs-month-year {
  font-weight: bold;
  transition: border 0.2s;
  border-bottom: 1px solid transparent;
}
.qs-month-year:not(.qs-disabled-year-overlay) {
  cursor: pointer;
}
.qs-month-year:not(.qs-disabled-year-overlay):hover {
  border-bottom: 1px solid gray;
}
.qs-month-year:focus, .qs-month-year:active:focus {
  outline: none;
}

.qs-month {
  padding-right: 0.5ex;
}

.qs-year {
  padding-left: 0.5ex;
}

.qs-squares {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3125em;
  filter: blur(0px);
  transition: filter 0.3s;
}
.qs-squares.qs-blur {
  filter: blur(5px);
}

.qs-square {
  width: calc(100% / 7);
  height: 1.5625em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.1s;
  border-radius: 0.263921875em;
}
.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange;
}

.qs-current {
  font-weight: bold;
  text-decoration: underline;
}

/*
  3 possibilities:
    1. Single, active date.
    2. Daterange start selection.
    3. Daterange end selection.
*/
.qs-active,
.qs-range-start,
.qs-range-end {
  background: lightblue;
}

.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-range-middle {
  background: rgb(212.0841121495, 234.5887850467, 241.9158878505);
}
.qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
  border-radius: 0;
}
.qs-range-middle.qs-range-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qs-range-middle.qs-range-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-range-end:not(.qs-range-0) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-disabled,
.qs-outside-current-month {
  opacity: 0.2;
}

.qs-disabled {
  cursor: not-allowed;
}

.qs-empty {
  cursor: default;
}

.qs-day {
  cursor: default;
  font-weight: bold;
  color: gray;
}

.qs-event {
  position: relative;
}
.qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}

*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}
html.no-scroll {
  overflow-y: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover, a.hover, a:focus {
  cursor: pointer;
  text-decoration: underline;
}

button {
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

sup {
  white-space: nowrap;
  vertical-align: top;
  position: relative;
  top: -0.3em;
  font-size: 55%;
}

.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: none;
}

[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

hr {
  width: 100%;
  height: 2px;
  background-color: #4C6D84;
  margin: 20px 0;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
*:focus, *:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px;
}

.tab-content *:focus,
.tab-content *:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

header *:focus, header *:focus-visible,
footer *:focus,
footer *:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 2px;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.4; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
    Font: Hanken Grotesk
    Thin: 100
    ExtraLight: 200
    Light: 300
    Regular: 400
    Medium: 500
    SemiBold: 600
    Bold: 700
    ExtraBold: 800
    Black: 900

    12px = 0.75rem
    14px = 0.875rem
    16px = 1rem
    18px = 1.125rem

    24px = 1.5rem

*/
:root {
  font-size: 16px;
}

html {
  font-size: 1rem;
}

body {
  font-family: "Hanken Grotesk", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.4;
  color: #333F48;
}

h1, .h1, h2, .h2, h3, .h3 {
  color: #333f48;
}

h1, .h1 {
  font-family: "Chivo", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px 0;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 2.125rem;
  }
}

h3, .h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px 0;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px 0;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}

.fw-400 {
  font-weight: 400 !important;
}

p {
  font-size: 1rem;
  color: #333f48;
  line-height: 1.4;
  margin: 0 0 15px 0;
  font-weight: 500;
}
p.reg {
  font-size: 1rem;
  color: #333f48;
  font-weight: 500;
}

.sub-head {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}

a, a:hover {
  color: #00504f;
  text-decoration: underline;
  font-weight: 700;
}
a:hover, a:hover:hover {
  color: #333f48;
}

a {
  font-size: 1.125rem;
}
a.reg {
  font-size: 1rem;
}
a.small {
  font-size: 0.875rem;
}
a.normal {
  font-weight: normal;
}
a[href^="tel:"] {
  white-space: nowrap;
}

.line-height-1 {
  line-height: 1;
}

.small {
  line-height: 1;
}

.footnotes .footnote {
  color: #333f48;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.footnotes.hanging .footnote {
  margin-left: -5px;
  text-indent: -5px;
  padding-left: 4px;
}
.footnotes--symbol .footnote .symbol {
  margin-left: -5px;
}

ul li {
  color: #333f48;
  font-size: 1rem;
  font-weight: 500;
}
ul li ul {
  margin-top: 0.5rem;
}

.text-center {
  text-align: center;
}

.text-nowrap {
  white-space: nowrap;
}

.container {
  max-width: calc(100% - 30px);
  padding: 0 1.5rem;
}
@media (min-width: 1176px) {
  .container {
    max-width: 1116px;
  }
}
.container > :last-child {
  margin-bottom: 0;
}
.container--lg {
  max-width: 830px;
  padding: 0 1.5rem;
}
.container--md {
  max-width: 748px;
  padding: 0 1.5rem;
}

body {
  padding-top: 8.5rem;
}
@media (min-width: 992px) {
  body {
    padding-top: 126px;
  }
}

.flex {
  display: flex;
}
.flex.row-nowrap {
  flex: no-wrap;
  gap: 2rem;
}

.footnote-f_14 {
  font-size: 0.875rem;
}

.no-break {
  white-space: nowrap;
}

.l-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fit-content {
  width: fit-content;
}

.mb-txl {
  margin-bottom: 2.5rem;
}

.pb-no-refs {
  padding-bottom: 4rem;
}

.fpo:after {
  content: "FPO";
  display: block;
  position: absolute;
  top: 15rem;
  left: 50%;
  color: rgba(255, 9, 194, 0.2);
  font-size: 10rem;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  transform: translateX(-50%) rotate(-30deg);
}
@media (min-width: 576px) {
  .fpo:after {
    font-size: 15rem;
  }
}

.headline-underline {
  position: relative;
}

.w280 {
  width: 280px !important;
}

.w116 {
  width: 116px !important;
}

.l-footer {
  background-color: #00504f;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2rem;
}
@media (min-width: 992px) {
  .l-footer {
    flex-direction: row;
    justify-content: center;
    padding: 4.5rem 2rem;
  }
}

.l-footer .l-wrapper {
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .l-footer .l-wrapper {
    display: flex;
  }
}

.m-figure-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-figure-footer:first-of-type {
  align-items: center;
}
@media (min-width: 992px) {
  .m-figure-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }
  .m-figure-footer:first-of-type {
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .m-content__footer {
    display: flex;
    flex-direction: column;
    padding-left: 3rem;
    width: 100%;
  }
}

.m-logo-link > * {
  pointer-events: none;
}

.m-logo-footer {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .m-logo-footer {
    max-width: 16rem;
  }
}

.m-inqovi-footer-logo {
  width: 10rem;
  height: auto;
}
@media (min-width: 992px) {
  .m-inqovi-footer-logo {
    width: 12.8rem;
  }
}

.m-footer-nav, .m-footer-nav__patient {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 1.5rem;
  max-width: 250px;
  padding: 2rem 0;
}
@media (min-width: 440px) {
  .m-footer-nav, .m-footer-nav__patient {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .m-footer-nav, .m-footer-nav__patient {
    padding: 0 0 2rem 0;
  }
}

.m-footer-nav__patient {
  padding: 2rem 0 0 0;
}
@media (min-width: 992px) {
  .m-footer-nav__patient {
    padding: 0 0 1.5rem 0;
  }
}

.m-footer-list-item {
  position: relative;
  padding: 0;
}
.m-footer-list-item::after {
  content: "";
  height: 100%;
  width: 0.1rem;
  background-color: #fff;
  position: absolute;
  right: -0.75rem;
  bottom: 0;
  display: block;
}
.m-footer-list-item:last-of-type::after {
  display: none;
}
@media (max-width: 440px) {
  .m-footer-list-item:nth-of-type(2)::after {
    display: none;
  }
}
.m-footer-nav__patient .m-footer-list-item {
  margin-bottom: 0.5rem;
}
.m-footer-nav__patient .m-footer-list-item:nth-of-type(3), .m-footer-nav__patient .m-footer-list-item:nth-of-type(4) {
  width: 100%;
  padding-left: 0;
}
.m-footer-nav__patient .m-footer-list-item:nth-of-type(2)::after, .m-footer-nav__patient .m-footer-list-item:nth-of-type(3)::after {
  display: none;
}
@media (min-width: 992px) {
  .m-footer-nav__patient .m-footer-list-item:nth-of-type(3), .m-footer-nav__patient .m-footer-list-item:nth-of-type(4) {
    width: auto;
    padding-left: 1rem;
  }
  .m-footer-nav__patient .m-footer-list-item:nth-of-type(2)::after, .m-footer-nav__patient .m-footer-list-item:nth-of-type(3)::after {
    display: block;
  }
}

.m-footer-link {
  font-size: 0.875rem;
  color: #fff;
  margin: 0;
  background: transparent;
  border: none;
  text-decoration: none;
}
.m-footer-link:hover, .m-footer-link:hover:hover, .m-footer-link.hover, .m-footer-link:focus {
  color: #fff;
  text-decoration: underline;
}

.m-footer-text {
  font-size: 0.875rem;
  color: #fff;
  width: 100%;
  padding: 0 0 2rem 0;
  margin: 0;
  font-weight: 400;
}
@media (min-width: 992px) {
  .m-footer-text {
    text-align: left;
    padding-bottom: 2rem;
  }
}
.m-figure-footer .m-footer-text {
  text-align: right;
  padding: 0;
}

section.btt-btn-section {
  position: relative;
  margin: 0;
  padding: 0;
  height: 0;
  width: 100%;
}

.btn-back-to-top {
  display: block;
  position: absolute;
  margin-bottom: 2rem;
  right: 0;
  bottom: 100%;
  width: 2.5rem;
  height: 45px;
  background-color: #00504f;
  border: none;
  border-radius: 0.5rem 0 0 0.5rem;
  outline: none;
}

.btn-back-to-top:active, .btn-back-to-top:focus, .btn-back-to-top:focus-visible {
  outline-color: #00504f !important;
}

@media (min-width: 992px) {
  .btn-back-to-top {
    width: 4rem;
    height: 56px;
  }
}
.btn-back-to-top:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background-image: url("/Content/img/hcp/icons/btn/white/icon-btn-chevron-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-42%, -50%) rotate(-90deg);
}

@media (max-width: 1199.98px) {
  .btn-back-to-top:after {
    width: 13px;
    height: 20px;
  }
}
.btn-back-to-top span {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn-back-to-top.hidden {
  display: none;
}

.btn-back-to-top.fixed {
  position: fixed;
  margin-bottom: 0;
}

.button-collapse {
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 2px;
  outline-color: #454545;
}

.button-collapse:not(:focus-visible) {
  outline: 0;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .button-collapse {
      outline: none;
    }
  }
}
.button-collapse {
  align-items: center;
  background-color: transparent;
  border: none;
  display: inline-flex;
  padding: 0;
}

.button-collapse:active, .button-collapse:focus, .button-collapse:focus-visible {
  outline-color: #ff8f1c !important;
}

.button-collapse__text {
  color: #333f48;
  font-weight: 500;
}

.button-collapse__icon {
  display: inline-block;
  height: 24px;
  margin: 12px;
  position: relative;
  width: 24px;
}

.button-collapse__icon:before, .button-collapse__icon:after {
  background-color: #ff8f1c;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 4px;
  left: 0;
  position: absolute;
  top: calc(50% - 2px);
  transition: transform 200ms ease;
  width: 100%;
}

.button-collapse[aria-expanded=false] .button-collapse__icon:after {
  transform: rotate(90deg);
}

.button-skip-to-content {
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 10px;
  display: inline-block;
  font-size: 2rem;
  font-weight: normal;
  left: 50%;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  text-decoration: none;
  top: 20px;
  transform: translateX(-50%);
  z-index: 1050;
}

.button-skip-to-content:active, .button-skip-to-content:focus, .button-skip-to-content:focus-visible {
  outline-color: #ffffff !important;
}

.button-skip-to-content:focus {
  opacity: 1;
  pointer-events: all;
  text-decoration: none;
}

.button-skip-to-content__text {
  align-items: center;
  background-color: #fff;
  border-radius: 80px;
  display: flex;
  padding: 6px 15px;
  pointer-events: none;
}

.button-solid {
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}

.button-solid:hover, .button-solid:focus {
  font-weight: 600;
  text-decoration: none;
}

.button-solid:active, .button-solid:focus, .button-solid:focus-visible {
  outline-color: #333f48 !important;
}

.button-solid:hover {
  box-shadow: -1px -1px 6px 0 rgba(0, 0, 0, 0.14), 1px 1px 6px 0 rgba(0, 0, 0, 0.14);
}

.button-solid[disabled] {
  opacity: 0.675;
}

.button-solid[disabled]:hover {
  box-shadow: none;
  background-color: none;
  cursor: not-allowed;
}

.button-solid[disabled]:active {
  border: none;
}

.button-solid--gray {
  background-color: #e4ecf0;
  border-color: #333f48;
  color: #00504f;
}

.button-solid--gray:hover {
  background-color: #f1f5f8;
  color: #00504f !important;
}

.button-solid--gray:active, .button-solid--gray:focus, .button-solid--gray:focus-visible {
  outline-color: #f1f5f8 !important;
}

.button-solid--orange {
  background-color: #ffa549;
  border-color: #ffa549;
  color: #333f48;
}

.button-solid--orange:hover {
  background-color: #ffbc77;
  color: #333f48;
}

.button-solid--orange:active, .button-solid--orange:focus, .button-solid--orange:focus-visible {
  outline-color: #ffa549 !important;
}

.button-solid--teal {
  background-color: #50778e;
  border-color: #50778e;
  color: #ffffff;
}

.button-solid--teal:hover {
  background-color: #779fb5;
  color: #ffffff !important;
}

.button-solid--teal:active, .button-solid--teal:focus, .button-solid--teal:focus-visible {
  outline-color: #50778e !important;
}

.button-solid--aml {
  background-color: #3cdbc0;
  border-color: #3cdbc0;
  color: #333f48;
}

.button-solid--aml:hover {
  background-color: #779fb5;
  color: #333f48 !important;
}

.button-solid--aml:active, .button-solid--aml:focus, .button-solid--aml:focus-visible {
  outline-color: #3cdbc0 !important;
}

.button-solid--transparent {
  background-color: transparent;
  border-color: transparent;
  color: #333f48;
}

.button-solid--transparent:hover {
  background-color: transparent;
  color: #333f48 !important;
}

.button {
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 2px;
  outline-color: #454545;
}
.button:not(:focus-visible) {
  outline: 0;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .button {
      outline: none;
    }
  }
}
.button {
  align-items: center;
  display: inline-flex;
  line-height: 1;
  justify-content: center;
}
.button__text {
  display: inline-block;
  font-weight: 700;
  line-height: 1.25;
  order: 2;
}
.button__icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.button__icon--left {
  margin-right: 0.75rem;
  order: 1;
}
.button__icon--right {
  margin-left: 0.75rem;
  order: 3;
}
.button__icon--slate-download {
  background-image: url("/Content/img/hcp/icons/btn/slate/icon-btn-download.svg");
}
.button__icon--slate-reset {
  background-image: url("/Content/img/hcp/icons/btn/slate/icon-btn-reset.svg");
}
.button__icon--white-chevron-right {
  background-image: url("/Content/img/hcp/icons/btn/white/icon-btn-chevron-right.svg");
}
.button__icon--slate-chevron-right {
  background-image: url("/Content/img/hcp/icons/btn/slate/icon-btn-chevron-right.svg");
}
.button__icon--white-download {
  background-image: url("/Content/img/hcp/icons/btn/white/icon-btn-download.svg");
}
.button:hover {
  cursor: pointer;
}

.calendar-generator {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.calendar-generator__step {
  display: none;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .calendar-generator__step {
    flex-direction: column;
  }
}
.calendar-generator__step.mds-step.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calendar-generator__step.active {
  display: block;
}
.calendar-generator__step.active h3 {
  margin-bottom: 1.5rem;
}
.calendar-generator__step.active .calendar-generator__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .calendar-generator__step.active .calendar-generator__flex {
    flex-direction: row;
  }
}
.calendar-generator__controls {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .calendar-generator__controls {
    margin-left: 3rem;
  }
}
@media (max-width: 1199.98px) {
  .calendar-generator__controls {
    margin: 2rem auto 0;
  }
}
.calendar-generator__controls .button {
  margin-top: 1rem;
}
@media (max-width: 1199.98px) {
  .calendar-generator__controls--create .button {
    align-self: flex-end;
    margin: 1rem auto 0;
  }
}
@media (max-width: 991.98px) {
  .calendar-generator__inputs {
    display: flex;
    justify-content: space-between;
  }
}

.cta-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  gap: 2rem;
}
@media (min-width: 992px) {
  .cta-card-wrapper {
    justify-content: space-between;
    gap: 2.5rem;
  }
}

.cta-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 2rem 1.5rem 1.5rem;
  width: 100%;
  max-width: 327px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  text-align: center;
}
.cta-card__asset {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: -0.5rem 0 1rem;
  min-height: 100px;
}
.cta-card__asset img {
  height: auto;
  max-width: 100%;
}
.cta-card p {
  font-size: 1rem;
  margin: 0 0 1rem;
}
.cta-card p:last-of-type {
  margin-bottom: 1.5rem;
}
.cta-card__title,
.cta-card p.cta-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}
@media (min-width: 992px) {
  .cta-card__title,
  .cta-card p.cta-card__title {
    font-size: 1.5rem;
  }
}
.cta-card .button {
  margin: auto 0 0;
}
.cta-card--teal {
  background-color: #dcf9f4;
  border-color: #00504f;
}
@media (min-width: 768px) {
  .cta-card--wide {
    align-items: flex-start;
    flex-direction: row;
    text-align: left;
    max-width: 700px;
  }
  .cta-card--wide .cta-card__asset {
    flex-shrink: 0;
    margin: 0.25rem 40px 0 8px;
    min-height: 0;
  }
}

.qs-datepicker-container {
  border: 1px solid #333f48;
  border-radius: 1rem;
  color: #333f48;
  font-family: "Hanken Grotesk", sans-serif;
  position: inherit;
  width: 18.5rem;
  z-index: 1;
}

.qs-controls {
  background: transparent;
  padding: 0.75rem 0 0;
}

.qs-arrow {
  border: 2px solid transparent;
  border-radius: 0.5rem;
}
.qs-arrow:hover {
  background-color: transparent;
  border-color: #00504f;
}
.qs-arrow:after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
  height: 1rem;
  width: 0.625rem;
}
.qs-arrow.qs-left {
  margin-left: 0.75rem;
}
.qs-arrow.qs-left:after {
  background-image: url("/Content/img/hcp/icons/calendar/chevron-left.svg");
  transform: translate(40%, -50%);
}
.qs-arrow.qs-right {
  margin-right: 0.75rem;
}
.qs-arrow.qs-right:after {
  background-image: url("/Content/img/hcp/icons/calendar/chevron-right.svg");
  transform: translate(-40%, -50%);
}

.qs-month-year {
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 1.25rem;
}
.qs-month-year:after {
  background-image: url("/Content/img/hcp/icons/calendar/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  height: 12px;
  width: 12px;
}

.qs-month {
  padding-right: 0.125rem;
}

.qs-year {
  padding-left: 0.125rem;
}

.qs-squares {
  padding: 1rem;
}

.qs-square {
  font-weight: 500;
  height: 2rem;
}

.qs-day {
  color: #696969;
  font-size: 0.875rem;
}

.qs-num {
  border: 2px solid transparent;
  border-radius: 0.5rem;
  font-size: 1rem;
}

.qs-disabled {
  color: #929292;
  opacity: 1;
}

.qs-current {
  background-color: #e4ecf0;
  text-decoration: none;
}

.qs-active {
  background-color: #00504f;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 900;
  pointer-events: none;
  text-decoration: none;
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background-color: transparent;
  border-color: #00504f;
}
.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover.qs-current {
  background-color: #e4ecf0;
}

.qs-overlay .qs-overlay-year,
.qs-overlay .qs-overlay-month {
  border: 1px solid transparent;
  border-radius: 0.5rem;
  color: #ffffff;
  opacity: 1;
}
.qs-overlay .qs-overlay-year:hover,
.qs-overlay .qs-overlay-month:hover {
  border-color: #ffffff;
}
.qs-overlay .qs-overlay-year::placeholder {
  color: #ffffff;
}

.figure {
  margin: 0 0 1rem;
}
.figure--center {
  text-align: center;
}
.figure--spacing-vertical {
  margin: 2rem 0 2.5rem;
}
.figure img {
  height: auto;
  max-width: 100%;
}

.modal {
  --bs-modal-bg: #dcf9f4;
  --bs-modal-border-color: #00504f;
  --bs-modal-border-radius: 8px;
  --bs-modal-border-width: 2px;
  --bs-modal-padding: 0;
  --bs-modal-width: 650px;
}
@media (max-width: 991.98px) {
  .modal-dialog {
    margin: 0 auto;
    width: calc(100% - 20px);
  }
}
.modal-content {
  position: relative;
}
@media (min-width: 768px) {
  .modal-content {
    padding: 64px 64px;
  }
}
@media (max-width: 767.98px) {
  .modal-content {
    padding: 64px 24px 32px;
  }
}
.modal__close {
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 2px;
  outline-color: #454545;
}
.modal__close:not(:focus-visible) {
  outline: 0;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .modal__close {
      outline: none;
    }
  }
}
.modal__close {
  background-color: transparent;
  background-image: url("/Content/img/hcp/icons/btn/orange/icon-btn-x.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid transparent;
  height: 32px;
  padding: 10px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
}
.modal-body {
  text-align: center;
}
.modal__title {
  color: #333f48;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 24px;
}
.modal__controls {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}
.modal__controls > li {
  margin: 8px 0;
  padding: 0;
}

.l-mobile-nav {
  transition: right 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .l-mobile-nav {
    transition: none;
  }
}
.l-mobile-nav {
  position: fixed;
  overflow: auto;
  z-index: 1001;
  width: 100vw;
  height: 100%;
  right: -100%;
  top: 0;
  background: #00403f;
}
.l-mobile-nav .m-header-mobile-pi {
  padding: 10px 1rem;
}
.l-mobile-nav .mobile-nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 1rem;
}
.l-mobile-nav .mobile-nav-top::after, .l-mobile-nav .mobile-nav-top::before {
  position: absolute !important;
}
.l-mobile-nav.is-visible {
  right: 0;
}
@media (min-width: 992px) {
  .l-mobile-nav {
    display: none;
  }
}
.l-mobile-nav.is-visible {
  right: 0;
}
@media (min-width: 992px) {
  .l-mobile-nav {
    display: none;
  }
}

.m-header-mobile-nav-logo {
  background: url(/Content/img/logos/inqovi-logo-white.png) no-repeat;
  background-size: 110px 50px;
  width: 110px;
  height: 50px;
  flex-shrink: 0;
  display: block;
  float: left;
}

.m-header-mobile-nav-close {
  font-size: 7rem;
  align-self: flex-start;
  line-height: 1;
  width: 48px;
  height: 48px;
  position: relative;
}
.m-header-mobile-nav-close svg {
  position: absolute;
}

.m-header-mobile-nav-main {
  background-color: #00403f;
  padding-top: 20px;
}
.m-header-mobile-nav-main .submenu-open .m-header-mobile-subnav {
  display: block;
  max-height: 500px;
  transition: max-height 0.25s ease-in;
  transition: max-height 0.35s ease-out;
  overflow: hidden;
}
.m-header-mobile-nav-main .submenu-open .m-header-mobile-subnav .m-nav-list-item a {
  text-decoration: none;
  padding: 16px 48px;
  width: 100%;
  display: inline-block;
}
.m-header-mobile-nav-main .submenu-open .m-header-mobile-subnav .m-nav-list-item.is-active {
  background-color: #3cdbc0;
}
.m-header-mobile-nav-main .submenu-open .nav-item-link {
  color: #8ae9d9;
}
.m-header-mobile-nav-main .submenu-open .nav-item-link .header__nav-link-arrow {
  transform: scaleY(1) translateY(-50%);
  background-image: url(/Content/img/hcp/icons/btn/teal/icon-btn-chevron-up.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 16px;
  height: 16px;
}
.m-header-mobile-nav-main .nav-item-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #fff;
  z-index: 5;
  font-size: 1rem;
  padding: 1rem 20px;
  margin: 0 auto 7px;
  max-width: 991px;
  width: 100%;
  text-decoration: none;
}
.m-header-mobile-nav-main .nav-item-link .header__nav-link-arrow {
  content: "";
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  height: 16px;
  width: 16px;
  background-image: url(/Content/img/hcp/icons/btn/white/icon-btn-chevron-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: scaleY(1) translateY(-50%);
  transition: transform 250ms ease;
}
.m-header-mobile-nav-main .subnav-toggle {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 20px;
  padding: 18px 10px 18px 20px;
}
.m-header-mobile-nav-main .subnav-toggle .arrow {
  background-image: url(/Content/img/hcp/icons/btn/white/icon-btn-chevron-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 25px;
  height: 25px;
  display: block;
}

.m-header-sub-nav .subnav-container {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.m-header-sub-nav .subnav-container.is-current {
  display: flex;
  justify-content: center;
}
.is-GastricIndication .m-header-sub-nav .subnav-container .subnav-item, .is-ColorectalCancer .m-header-sub-nav .subnav-container .subnav-item {
  margin: 0 25px;
}
.is-GastricIndication .m-header-sub-nav .subnav-container .subnav-item:last-child, .is-ColorectalCancer .m-header-sub-nav .subnav-container .subnav-item:last-child {
  margin-right: 0;
}
.m-header-sub-nav .subnav-container .subnav-item a {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  display: block;
  padding: 0 15px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .m-header-sub-nav .subnav-container .subnav-item.is-current a, .m-header-sub-nav .subnav-container .subnav-item:hover a, .m-header-sub-nav .subnav-container .subnav-item.active a {
    margin: 0;
    padding: 6px 15px;
    background-color: yellow;
    color: gray;
  }
}

.m-header-mobile-nav-secondary {
  padding-left: 20px;
}
.m-header-mobile-nav-secondary.is-bottom {
  margin: 25px 0 35px;
}
.m-header-mobile-nav-secondary .nav-item {
  margin-top: 25px;
}
.m-header-mobile-nav-secondary .nav-item .nav-item-link {
  font-size: 16px;
  color: #535353;
}

.m-header-mobile-subnav {
  background-color: #dcf9f4;
  max-height: 0;
  overflow: hidden;
}
.m-header-mobile-subnav .subnav-item {
  position: relative;
}
.m-header-mobile-subnav .subnav-item .subnav-link {
  display: block;
  position: relative;
  z-index: 5;
  font-size: 18px;
  padding: 0 20px 0 4rem;
  margin-bottom: 16px;
  color: #000;
  font-weight: normal;
  overflow-wrap: break-word;
}
.m-header-mobile-subnav .subnav-item .subnav-link:hover {
  background-color: #3cdbc0;
}

@media (min-width: 992px) {
  .m-header-nurse-subnav {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .m-header-nurse-subnav .nav-item {
    display: inline-block;
    line-height: 28px;
    margin-right: 70px;
  }
  .m-header-nurse-subnav .nav-item.is-last {
    margin-right: 0;
  }
  .m-header-nurse-subnav .nav-item.is-current .nav-link {
    color: yellow;
    border-bottom: 4px solid yellow;
  }
  .m-header-nurse-subnav .nav-link {
    position: relative;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    display: block;
    text-decoration: none !important;
  }
  .m-header-nurse-subnav .nav-link:hover, .m-header-nurse-subnav .nav-link.hover, .m-header-nurse-subnav .nav-link:focus {
    color: yellow;
  }
}

.form-check {
  align-items: center;
  display: flex;
  margin-bottom: 1rem;
  min-height: 1.5rem;
}
.form-check-label {
  cursor: pointer;
  padding-left: 0.5rem;
}

.form-check-input {
  appearance: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #7A7F8F;
  border-radius: 50%;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  cursor: pointer;
  flex-shrink: 0;
  height: 1.25rem;
  position: relative;
  print-color-adjust: exact;
  vertical-align: top;
  width: 1.25rem;
}
.form-check-input:after {
  background-color: #00504f;
  border-radius: 100%;
  content: "";
  display: none;
  height: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
}
.form-check-input:checked:after {
  display: inline-block;
}

.l-isi {
  color: #333f48;
  position: relative;
  margin: 0;
  padding: 2.5rem 1.5rem 2.5rem;
}
.l-isi .m-scrollable-content.bottom p:last-of-type {
  margin-top: 2.5rem;
  margin-bottom: 0;
}
.l-isi .l-wrapper__isi {
  width: 100%;
  max-width: 1116px;
  margin: 0 auto;
  padding: 0;
}
.l-isi .m-static-header {
  margin-bottom: 1rem;
  padding-right: 2rem;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media (min-width: 992px) {
  .l-isi .m-static-header {
    font-size: 1.5rem;
  }
}
.l-isi .m-content__indication .-isi-trigger__indication,
.l-isi .m-content__indication .m-title-isi {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.l-isi .m-content__isi .m-title-isi,
.l-isi .m-content__isi .m-isi-trigger__isi {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .l-isi .m-content__isi .m-title-isi,
  .l-isi .m-content__isi .m-isi-trigger__isi {
    font-size: 1.5rem;
  }
}
.l-isi .m-subtitle-isi {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.l-isi .m-link {
  appearance: none;
  font-weight: inherit;
  font-size: inherit;
  background-color: transparent;
  outline: none;
  border: none;
  text-decoration: underline;
}
.l-isi .m-link:hover, .l-isi .m-link:focus-visible {
  text-decoration: none;
}
.l-isi .m-text + .m-subtitle-isi {
  margin-top: 2.5rem;
}
.l-isi.m-isi-static .m-content__isi {
  margin-top: 2.5rem;
}
.l-isi.m-isi-static .m-isi-trigger {
  display: none;
}
.l-isi.m-isi-static .m-isi-trigger__indication, .l-isi.m-isi-static .m-isi-trigger__isi {
  display: none;
}
.l-isi.m-isi-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px -2px 7px 2px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  overflow: hidden;
  transition: all 0.3s linear;
  z-index: 10;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .l-isi.m-isi-fixed h3 {
    display: none;
  }
}
.l-isi.m-isi-fixed .m-isi-trigger {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 11;
}
.l-isi.m-isi-fixed .m-isi-trigger::before, .l-isi.m-isi-fixed .m-isi-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 4px;
  border-radius: 5px;
  background-color: #ff8f1c;
  transform-origin: center;
  transition: transform 0.3s linear;
}
.l-isi.m-isi-fixed .m-isi-trigger::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.l-isi.m-isi-fixed .m-isi-trigger::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-isi.m-isi-fixed--expanded {
  overflow-y: auto;
}
.l-isi.m-isi-fixed--expanded .m-scrollable-content {
  padding-top: 0;
}
.l-isi.m-isi-fixed--expanded .m-isi-trigger::before {
  transform: translate(-50%, -50%) rotate(360deg);
}
.l-isi.m-isi-fixed--expanded .m-isi-trigger::after {
  transform: translate(-50%, -50%) rotate(360deg);
}
.l-isi.m-isi-fixed--expanded .l-wrapper__isi {
  display: block;
}
.l-isi.m-isi-fixed .m-title-isi {
  display: none;
}
@media (min-width: 992px) {
  .l-isi {
    padding: 4rem 1rem 2.5rem;
  }
  .l-isi.m-isi-fixed {
    padding: 1.5rem 1.5rem;
  }
  .l-isi.m-isi-fixed .l-wrapper__isi {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
  }
  .l-isi.m-isi-fixed:not(.m-isi-fixed--expanded) .m-scrollable-content:not(.bottom) .m-subtitle-isi {
    display: none;
  }
  .l-isi.m-isi-fixed .m-content__isi {
    flex: 1 1 100%;
    padding-right: 1.25rem;
  }
  .l-isi.m-isi-fixed .m-content__indication {
    flex: 0 1 61%;
    padding: 0 1rem 0 2.5rem;
    border-left: 1px solid #333f48;
  }
  .l-isi.m-isi-fixed .m-isi-trigger {
    top: -10px;
    right: -20px;
  }
  .l-isi.m-isi-fixed .m-static-header {
    font-size: 1.5rem;
  }
  .l-isi.m-isi-fixed .m-static-header,
  .l-isi.m-isi-fixed .m-title-isi {
    display: none;
  }
  .l-isi.m-isi-fixed--expanded .m-static-header,
  .l-isi.m-isi-fixed--expanded .m-title-isi {
    display: block;
  }
  .l-isi.m-isi-fixed--expanded h3 {
    display: none;
  }
  .l-isi.m-isi-fixed--expanded .m-content__isi,
  .l-isi.m-isi-fixed--expanded .m-content__indication {
    flex: 0 0 100%;
    padding: 0;
    border-left: none;
  }
  .l-isi.m-isi-fixed--expanded .l-wrapper__isi {
    display: block;
  }
}

.hero {
  margin: 0;
  padding: 2.5rem 1.5rem;
}
.hero__eyebrow {
  color: #333f48;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0;
}
.hero h1 {
  color: #333f48;
  margin-top: 1rem;
  margin-bottom: 0;
}
.hero .container {
  max-width: 700px;
  padding: 0;
}
@media (min-width: 992px) {
  .hero {
    padding: 4rem 1.5rem;
  }
}

.illustrative {
  display: none;
}
@media (min-width: 992px) {
  .illustrative {
    display: block;
    margin-bottom: 0;
    padding: 2rem 0;
  }
}
.illustrative a {
  position: relative;
  bottom: -40px;
  left: 0;
}
.illustrative .container {
  position: relative;
}

.illustrative-img {
  display: block;
  position: absolute;
  right: -170px;
  bottom: -65px;
}
.illustrative-img img {
  width: 290px;
  height: auto;
}
.illustrative-img p {
  text-align: right;
  font-size: 14px;
  font-weight: 700;
}

.info-content {
  position: absolute;
  bottom: 50px;
  left: -176px;
}

.list-bullet {
  list-style: none;
  margin-bottom: 0.75rem;
  padding-left: 40px;
  text-align: left;
}
.list-bullet > li {
  margin-bottom: 0.25rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .list-bullet > li {
    font-size: 0.875rem;
  }
  .list-bullet > li ul li {
    font-size: 0.875rem;
  }
}
.list-bullet > li:last-child {
  margin-bottom: 0;
}
.list-bullet > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -24px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333f48;
}

.list-circle {
  list-style: none;
  margin-bottom: 0.75rem;
  padding-left: 26px;
  text-align: left;
}
.list-circle > li {
  margin-bottom: 0.25rem;
  position: relative;
}
.list-circle > li:last-child {
  margin-bottom: 0;
}
.list-circle > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -24px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #333f48;
  background-color: transparent;
}

.list-dash {
  list-style: none;
  margin-bottom: 0.75rem;
  padding-left: 26px;
  text-align: left;
}
.list-dash > li {
  margin-bottom: 0.25rem;
  position: relative;
}
.list-dash > li:last-child {
  margin-bottom: 0;
}
.list-dash > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -20px;
  width: 8px;
  height: 1px;
  background-color: #333f48;
}

.list-references {
  counter-reset: list-numbered-counter;
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-references > li {
  counter-increment: list-numbered-counter;
  display: inline;
  margin: 0;
  position: relative;
}
.list-references > li:before {
  content: counter(list-numbered-counter) ". ";
  display: inline;
  font-weight: 700;
}

.l-desktop-header {
  display: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
}
.l-desktop-header.fixedpos-fix {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .l-desktop-header {
    display: block;
    background-color: #00504f;
    color: #fff;
    position: fixed;
    z-index: 800;
    top: 0;
    left: 0;
    width: 100%;
  }
  .l-desktop-header.has-subnav {
    margin-bottom: 28px;
  }
  .l-desktop-header.is-hidden {
    pointer-events: none;
  }
  .l-desktop-header .m-header-top {
    padding: 30px 0 0;
  }
  .l-desktop-header .m-header-logo {
    width: 147px;
    height: 70px;
    display: block;
  }
  .l-desktop-header .nav-flex {
    display: flex;
  }
  .l-desktop-header .nav-flex a.img-link {
    display: block;
    max-width: 95%;
  }
  .l-desktop-header .nav-flex .m-header-top-nav {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    max-width: 890px;
    width: 100%;
  }
  .l-desktop-header .nav-flex .m-header-top-nav .js-pi-link {
    display: inline-block;
    position: relative;
  }
  .l-desktop-header .nav-flex .m-header-top-nav .js-pi-link p {
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin: 0;
  }
  .l-desktop-header .nav-flex .m-header-top-nav .js-pi-link:after {
    content: "";
    position: absolute;
    right: -13px;
    top: 50%;
    width: 8px;
    height: 8px;
    background-image: url(/Content/img/hcp/icons/btn/white/icon-btn-chevron-down.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translateY(-50%);
    transition: transform 0.1s ease-out;
  }
  .l-desktop-header .nav-flex .m-header-top-nav .js-pi-link:hover p {
    color: #3cdbc0;
    cursor: pointer;
  }
  .l-desktop-header .nav-flex .m-header-top-nav .js-pi-link:hover:after {
    content: "";
    background-image: url("/Content/img/hcp/icons/btn/teal/icon-btn-chevron-up.svg");
    background-size: 100%;
  }
  .l-desktop-header .nav-flex .m-header-top-nav .js-pi-link:hover .js-pi-link-container {
    max-height: max-content;
    display: block;
    pointer-events: all;
    backdrop-filter: blur(5px);
    overflow: visible;
    padding: 5px 0 0;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.5);
    width: 235px;
    position: absolute;
    left: auto;
    gap: 10px;
    top: 0;
    overflow: hidden;
    justify-content: center;
    z-index: 99;
    margin-top: 13px;
  }
  .l-desktop-header .nav-flex .m-header-top-nav .js-pi-link:hover .js-pi-link-container ul {
    background-color: #dcf9f4;
  }
  .l-desktop-header .nav-flex .m-header-top-nav .js-pi-link:hover .js-pi-link-container ul li {
    position: relative;
    line-height: 12px;
    padding: 10px 10px;
  }
  .l-desktop-header .nav-flex .m-header-top-nav .js-pi-link:hover .js-pi-link-container ul li:hover {
    background-color: #00504f;
  }
  .l-desktop-header .nav-flex .m-header-top-nav .js-pi-link:hover .js-pi-link-container ul li:hover a {
    color: #8ae9d9;
  }
  .l-desktop-header .nav-flex .m-header-top-nav .js-pi-link:hover .js-pi-link-container ul li:hover:after {
    content: "";
    background-image: url(/Content/img/hcp/icons/btn/teal/icon-btn-chevron-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .l-desktop-header .nav-flex .m-header-top-nav .js-pi-link:hover .js-pi-link-container ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    background-image: url(/Content/img/hcp/icons/btn/slate/icon-btn-chevron-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translateY(-50%);
  }
  .l-desktop-header .nav-flex .m-header-top-nav .js-pi-link:hover .js-pi-link-container ul li a {
    color: #333f48;
  }
  .l-desktop-header .nav-flex .m-header-top-nav .js-pi-link .js-pi-link-container {
    display: none;
  }
  .l-desktop-header .nav-flex .m-header-top-nav a {
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
    position: relative;
    line-height: 1;
  }
  .l-desktop-header .nav-flex .m-header-top-nav a:after {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
  }
  .l-desktop-header .nav-flex .m-header-top-nav a:hover {
    color: #3cdbc0;
  }
  .l-desktop-header .nav-flex .m-header-top-nav a.external-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -13px;
    width: 8px;
    height: 8px;
    content: "";
    background-image: url(/Content/img/hcp/icons/btn/white/icon-btn-link-out.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translateY(-50%);
  }
  .l-desktop-header .nav-flex .m-header-top-nav a.external-link:hover::after, .l-desktop-header .nav-flex .m-header-top-nav a.external-link:focus::after, .l-desktop-header .nav-flex .m-header-top-nav a.external-link:active::after {
    background-image: url(/Content/img/hcp/icons/btn/teal/icon-btn-link-out.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .l-desktop-header .nav-flex .m-header-top-nav a.internal-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 8px;
    height: 8px;
    background-image: url(/Content/img/hcp/icons/btn/white/icon-btn-chevron-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translateY(-50%);
  }
  .l-desktop-header .nav-flex .m-header-top-nav a.internal-link:hover::after, .l-desktop-header .nav-flex .m-header-top-nav a.internal-link:focus::after, .l-desktop-header .nav-flex .m-header-top-nav a.internal-link:active::after {
    content: "";
    background-image: url(/Content/img/hcp/icons/btn/teal/icon-btn-chevron-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .l-desktop-header .nav-flex .m-header-top-nav a:last-of-type {
    padding-right: 0;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav {
    margin-top: 0;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-nav-container {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item {
    display: flex;
    margin: 15px 62px 0 0;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    position: relative;
    height: 60px;
    justify-content: center;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item:nth-of-type(1) {
    max-width: 110px;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item:nth-of-type(2) {
    max-width: 66px;
    min-width: 66px;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item:nth-of-type(3) {
    max-width: 81px;
    margin: 15px 44px 0 0;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item:nth-of-type(4) {
    max-width: 42px;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item:nth-of-type(5) {
    max-width: 32px;
    margin: 15px 44px 0 0;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item:nth-of-type(6) {
    max-width: 66px;
    margin: 15px 53px 0 0;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item.active .nav-item-link:after, .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item.is-active .nav-item-link:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -0.3rem;
    height: 0.2rem;
    background-color: #8ae9d9;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item:last-child {
    padding: 15px 0;
    max-width: 163px;
    width: 100%;
    margin-right: 0;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item.is-last {
    padding-top: 0;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item.current-page {
    border-bottom: 6px solid red;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item:hover .nav-item-link {
    position: relative;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item:hover .nav-item-link:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -0.3rem;
    height: 0.2rem;
    background-color: #8ae9d9;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item:hover:last-child .nav-item-link {
    background-color: #8ae9d9;
    color: #333f48;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item:hover:last-child .nav-item-link:after {
    content: "";
    left: initial;
    bottom: initial;
    background-image: url(/Content/img/hcp/icons/btn/slate/icon-btn-link-out.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-color: transparent;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item .nav-item-link {
    color: #fff;
    font-size: 0.875rem;
    text-align: left;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    border: none;
    padding: 0;
    font-weight: 700;
    padding-bottom: 5px;
    line-height: 1.4;
    margin: 0 0 20px 0;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item .nav-item-link.is-request-rep {
    position: relative;
    padding: 10px 30px 10px 5px;
    border-radius: 10px;
    background-color: #3cdbc0;
    font-size: 13px;
    width: 100%;
    color: #333f48;
    text-align: center;
    font-weight: 700;
    line-height: 1rem;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item .nav-item-link.is-request-rep:active, .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item .nav-item-link.is-request-rep:focus, .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item .nav-item-link.is-request-rep:focus-visible {
    outline-color: #3cdbc0 !important;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item .nav-item-link.is-request-rep::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    height: 16px;
    width: 16px;
    background-image: url(/Content/img/hcp/icons/btn/slate/icon-btn-link-out.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translateY(-40%);
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item.is-current .is-home {
    background-position-x: 0px;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item.is-current .is-home:hover, .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item.is-current .is-home.hover, .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item.is-current .is-home:focus {
    background-position-x: -18px;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item.subnav-toggle::after {
    content: "";
    display: block;
    position: absolute;
    right: -25px;
    top: 10px;
    width: 16px;
    height: 16px;
    background-image: url(/Content/img/hcp/icons/btn/white/icon-btn-chevron-down.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: scaleY(1);
    transition: transform 0.1s ease-out;
    z-index: 30;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item.subnav-toggle:hover {
    z-index: 20;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item.subnav-toggle:hover .nav-item-link {
    color: #8ae9d9;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item.subnav-toggle:hover::after {
    background-image: url(/Content/img/hcp/icons/btn/teal/icon-btn-chevron-up.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item.subnav-toggle .m-list-nav-container {
    align-self: flex-start;
    transform: translateX(-12px);
    z-index: 10;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item:hover .m-mega-nav-container,
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item:hover .m-list-nav-container {
    max-height: max-content;
    opacity: 1;
    pointer-events: all;
    border-radius: 0 0 10px 10px;
    backdrop-filter: blur(5px);
    overflow: visible;
    z-index: 20;
    padding: 5px 0 10px;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.5);
  }
  .l-desktop-header .nav-flex .m-desktop-main-nav .m-top-level-nav-item:hover .m-mega-nav {
    display: flex;
  }
}

.l-mobile-header {
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #00504f;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
}
.l-mobile-header.fixedpos-fix {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .l-mobile-header {
    display: none;
  }
}
.l-mobile-header .nav-grid-el {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 1rem;
}
.l-mobile-header .nav-grid-el .l-mobile-header-left {
  display: flex;
  position: relative;
  z-index: 5;
}
.l-mobile-header .m-accordion-container:last-child {
  margin-bottom: 0;
}
.l-mobile-header .nav-grid {
  display: grid;
  padding: 10px 1rem;
}
.l-mobile-header .nav-grid-el {
  grid-column-start: 1;
  grid-row-start: 1;
  background: none;
  width: 100%;
}
.l-mobile-header .m-accordion-container {
  margin-bottom: 0;
}
.l-mobile-header .m-accordion-container .accordion-content {
  padding: 0;
}
.l-mobile-header .m-accordion-container .accordion-content nav {
  padding: 0;
}
.l-mobile-header .m-accordion-container .accordion-content .subnav-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
  flex-direction: column;
}
.l-mobile-header .m-accordion-container .accordion-content .subnav-container .subnav-item {
  margin: 0;
  list-style: none;
}
.l-mobile-header .m-accordion-container .accordion-content .subnav-container .subnav-item a {
  padding: 12px 0 12px 2rem;
  color: #000;
}

.l-mobile-header .js-pi-link-container, .l-mobile-nav .js-pi-link-container {
  display: none;
}
.l-mobile-header.show .m-header-mobile-pi .js-pi-link p, .l-mobile-nav.show .m-header-mobile-pi .js-pi-link p {
  color: #8ae9d9;
}
.l-mobile-header.show .m-header-mobile-pi .js-pi-link:after, .l-mobile-nav.show .m-header-mobile-pi .js-pi-link:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  background-image: url("/Content/img/hcp/icons/btn/teal/icon-btn-chevron-up.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
}
.l-mobile-header.show .js-pi-link-container, .l-mobile-nav.show .js-pi-link-container {
  display: block;
  max-height: max-content;
  pointer-events: all;
  overflow: visible;
  padding: 0;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.5);
  width: 235px;
  position: absolute;
  right: -10px;
  gap: 10px;
  top: 20px;
  overflow: hidden;
  justify-content: center;
  z-index: 99;
}
.l-mobile-header .m-header-mobile-pi, .l-mobile-nav .m-header-mobile-pi {
  padding: 10px 1rem;
}
.l-mobile-header .m-header-mobile-pi a:hover, .l-mobile-header .m-header-mobile-pi a:focus, .l-mobile-header .m-header-mobile-pi a:active, .l-mobile-nav .m-header-mobile-pi a:hover, .l-mobile-nav .m-header-mobile-pi a:focus, .l-mobile-nav .m-header-mobile-pi a:active {
  color: #8ae9d9;
}
.l-mobile-header .m-header-mobile-pi .internal-link, .l-mobile-nav .m-header-mobile-pi .internal-link {
  position: relative;
}
.l-mobile-header .m-header-mobile-pi .internal-link::after, .l-mobile-nav .m-header-mobile-pi .internal-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 8px;
  height: 8px;
  background-image: url("/Content/img/hcp/icons/btn/white/icon-btn-chevron-right.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
.l-mobile-header .m-header-mobile-pi .internal-link:hover:after, .l-mobile-header .m-header-mobile-pi .internal-link:focus:after, .l-mobile-header .m-header-mobile-pi .internal-link:active:after, .l-mobile-nav .m-header-mobile-pi .internal-link:hover:after, .l-mobile-nav .m-header-mobile-pi .internal-link:focus:after, .l-mobile-nav .m-header-mobile-pi .internal-link:active:after {
  background-image: url("/Content/img/hcp/icons/btn/teal/icon-btn-chevron-right.svg");
  background-repeat: no-repeat;
}
.l-mobile-header .m-header-mobile-pi .js-pi-link, .l-mobile-nav .m-header-mobile-pi .js-pi-link {
  margin-top: 4px;
  position: relative;
}
.l-mobile-header .m-header-mobile-pi .js-pi-link p, .l-mobile-nav .m-header-mobile-pi .js-pi-link p {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin: 0;
}
.l-mobile-header .m-header-mobile-pi .js-pi-link:after, .l-mobile-nav .m-header-mobile-pi .js-pi-link:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  width: 8px;
  height: 8px;
  background-image: url("/Content/img/hcp/icons/btn/white/icon-btn-chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
  transition: transform 0.1s ease-out;
}
.l-mobile-header .m-header-mobile-pi .js-pi-link-container ul, .l-mobile-nav .m-header-mobile-pi .js-pi-link-container ul {
  background-color: #dcf9f4;
}
.l-mobile-header .m-header-mobile-pi .js-pi-link-container ul li, .l-mobile-nav .m-header-mobile-pi .js-pi-link-container ul li {
  position: relative;
  line-height: 12px;
  padding: 10px 10px;
}
.l-mobile-header .m-header-mobile-pi .js-pi-link-container ul li:after, .l-mobile-nav .m-header-mobile-pi .js-pi-link-container ul li:after {
  position: absolute;
  top: 50%;
  right: 15px;
  background-image: url("/Content/img/hcp/icons/btn/slate/icon-btn-chevron-right.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
.l-mobile-header .m-header-mobile-pi .js-pi-link-container ul li a, .l-mobile-nav .m-header-mobile-pi .js-pi-link-container ul li a {
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  color: #333f48;
  position: relative;
  line-height: 1;
}

.m-header .col-xs-10 {
  position: static;
}

.m-mega-nav-container {
  position: absolute;
  left: 0;
  top: 121px;
  width: 100%;
  max-height: 0;
  background-color: #dcf9f4;
  display: flex;
  overflow: hidden;
  justify-content: center;
  box-shadow: none;
}
.m-mega-nav-container .m-mega-nav {
  display: flex;
  justify-content: flex-start;
  padding: 14px 135px 14px 182px;
}
.m-mega-nav-container .m-mega-nav .m-nav-list-item.m-dosage {
  width: 70px;
}
.m-mega-nav-container .m-mega-nav .m-nav-list-item.m-resources {
  width: 80px;
}
.m-mega-nav-container .m-mega-nav .m-nav-list-item.m-gastric {
  width: 139px;
}
.m-mega-nav-container .m-mega-nav .m-nav-list-item.m-why-lonsurf {
  width: 108px;
}
.m-mega-nav-container .m-mega-nav .m-nav-list-item.level-1 {
  line-height: 12px;
}
.m-mega-nav-container .m-mega-nav .m-nav-list-item.level-1:hover {
  background-color: #00504f;
}
.m-mega-nav-container .m-mega-nav .m-nav-list-item.level-1:hover a {
  color: #dcf9f4;
  text-decoration: none;
}
.m-mega-nav-container .m-mega-nav .m-nav-list-item.level-1.is-active {
  background-color: #3cdbc0;
}
.m-mega-nav-container .m-mega-nav .m-nav-list-item.level-1.is-active:hover a {
  color: #333f48;
  text-decoration: none;
}
.m-mega-nav-container .m-mega-nav .m-nav-link {
  font-weight: 400;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  color: #333f48;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  padding: 1rem 1.25rem;
}

.m-list-nav-container {
  width: fit-content;
  position: absolute;
  left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  top: 60px;
}
.m-list-nav-container .m-mega-nav {
  width: fit-content;
  padding: 0;
}

.m-mega-nav,
.m-mega-nav-list,
.m-nav-list-item {
  list-style: none;
  padding: 0;
  margin: 0;
}

.m-header-menu-btn {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  z-index: 10;
}

.m-header-mobile-pi {
  width: 100%;
  padding: 5px 0 8px;
  display: flex;
}
.m-header-mobile-pi a {
  display: block;
  line-height: 1em;
  font-size: 11px;
  margin-top: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin-right: 50px;
}
.m-header-mobile-pi a:last-child {
  margin-right: 0;
}

.m-header-mobile-logo {
  width: 110px;
  height: 50px;
}

section.section-references {
  padding: 0 0 2.5rem;
}
@media (min-width: 992px) {
  section.section-references {
    padding: 0 0 4rem;
  }
}

.references p,
.references li {
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
}

section {
  margin: 0 0 2.5rem;
  padding: 2.5rem 0 0;
}
@media (min-width: 992px) {
  section {
    margin: 0 0 4rem;
    padding: 4rem 0 0;
  }
}
section.no-refs {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  section.no-refs {
    margin-bottom: 4rem;
  }
}
section.post-hero-pre-tab, section.tab-section {
  margin-bottom: 0;
  padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
  section.post-hero-pre-tab, section.tab-section {
    padding-bottom: 4rem;
  }
}

.section-references {
  margin-bottom: 0;
}
.section-bgc__teal, .section-bgc__teal-10, .section-bgc__orange, .section-bgc__orange-10, .section-bgc__gray, .section-bgc__gray-10 {
  margin-bottom: 0;
  padding-bottom: 4rem;
}
.section-bgc__teal.hero, .section-bgc__teal-10.hero, .section-bgc__orange.hero, .section-bgc__orange-10.hero, .section-bgc__gray.hero, .section-bgc__gray-10.hero {
  padding-bottom: 2.5rem;
}
.section-bgc__teal {
  background-color: #8ae9d9;
}
.section-bgc__teal-gradient {
  background-image: radial-gradient(circle at center, #8ae9d9 0%, #8ae9d9 50%, rgba(92, 196, 178, 0.5) 80%, rgb(92, 196, 178) 100%);
}
.section-bgc__teal-10 {
  background-color: #dcf9f4;
}
.section-bgc__orange {
  background-color: #ffbc77;
}
.section-bgc__orange-gradient {
  background-image: radial-gradient(circle at center, #ffbc77 0%, #ffbc77 50%, rgba(237, 173, 111, 0.5) 80%, rgb(237, 173, 111) 100%);
}
.section-bgc__orange-10 {
  background-color: #ffebd6;
}
.section-bgc__gray {
  background-color: #e4ecf0;
}
.section-bgc__gray-10 {
  background-color: #f1f5f8;
}

.cards-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .cards-box {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
}
.cards-box__icon {
  width: 140px;
  height: auto;
}
.cards-box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 0 0;
}
@media (min-width: 992px) {
  .cards-box-content {
    margin: 0 0 0 40px;
    display: block;
  }
}
.cards-box-content__title {
  font-size: 1.5rem;
  margin: 0 0 20px 0;
}
.cards-box-content__copy {
  font-size: 1.125rem;
}
.cards-border__teal {
  border: 1px solid #00504f;
  border-radius: 15px;
  padding: 30px 20px 20px;
}
.cards-narrow {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 2rem;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 768px) {
  .cards-narrow {
    gap: 2.5rem;
  }
}
.cards-narrow-col {
  max-width: 327px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px;
  text-align: center;
  margin: 0;
}
.cards-narrow-col__icon {
  width: 120px;
  height: auto;
  margin: 0;
}
.cards-narrow-col__title {
  font-size: 1.5rem;
}
.cards-narrow-col__copy {
  font-size: 1rem;
  flex-grow: 1;
  text-wrap-style: pretty;
}
.cards-narrow-col__copy:last-of-type {
  margin-bottom: 0;
}
.cards-narrow-col .buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

/* callout without button */
/* callout with button */
.callout-btn-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .callout-btn-box {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
}
.callout-btn-box__icon {
  width: 119px;
  height: 85px;
}
.callout-btn-box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 0 0;
}
@media (min-width: 992px) {
  .callout-btn-box-content {
    margin: 0 0 0 40px;
    display: block;
  }
}
.callout-btn-box-content__eyebrow {
  font-size: 1.125rem;
  margin: 0 0 12px 0;
}
.callout-btn-box-content__copy {
  font-size: 1.125rem;
}

.callout-divider {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  width: 100%;
  background-color: #00504f;
  margin: 2rem 0;
  padding: 2rem;
  border-radius: 1rem;
}
.callout-divider .callout-text {
  position: relative;
  text-align: left;
}
.callout-divider .callout-text h3 {
  color: #ffffff;
}
.callout-divider .callout-text p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
}
.callout-divider .callout-text p:last-of-type {
  margin-bottom: 0;
}
.callout-divider .callout-text small {
  font-size: 0.875rem;
  font-weight: 400;
}
.callout-divider .callout-text-main:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -16px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .callout-divider {
    flex-direction: row;
    align-items: center;
    margin: 2.5rem 0;
    padding: 1.5rem;
  }
  .callout-divider .callout-text-side {
    flex: 1 0 24%;
  }
  .callout-divider .callout-text-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .callout-divider .callout-text-main:before {
    content: "";
    left: auto;
    left: -16px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ffffff;
  }
}

.callout-split {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  background-color: #e4ecf0;
  margin: 2rem 0;
  width: 100%;
  padding: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.callout-split.bordered {
  border: 2px solid #bbcfda;
}
.callout-split .callout-text {
  text-align: center;
  padding: 1.5rem 1rem;
}
.callout-split .callout-text__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 130%;
}
.callout-split .callout-text__title sup {
  top: -0.45em;
  font-size: 65%;
}
.callout-split .callout-text__copy {
  font-size: 1.125rem;
  font-weight: 500 !important;
  line-height: 140%;
}
.callout-split .callout-text p {
  color: #333f48;
}
.callout-split .callout-text p:not(.h1) {
  font-size: 1.125rem;
  font-weight: 500;
}
.callout-split .callout-text p:not(.h1):last-of-type {
  margin-bottom: 0;
}
.callout-split .callout-text small {
  font-size: 0.875rem;
  font-weight: 400;
}
.callout-split .callout-text-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.callout-split .callout-text-side p.h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.callout-split .callout-text-side p:not(.h1) {
  font-weight: 700;
}
.callout-split .callout-text-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f1f5f8;
  text-align: left;
}
@media (min-width: 992px) {
  .callout-split {
    flex-direction: row;
    margin: 2.5rem 0;
  }
  .callout-split .callout-text-side {
    flex: 1 0 32%;
  }
}

.callout-textOnly {
  width: 100%;
  background-color: #00504f;
  margin: 2rem 0;
  padding: 1.5rem;
  border-radius: 1rem;
}
.callout-textOnly.callout-orange {
  background-color: #ffbc77;
}
.callout-textOnly .callout-text {
  text-align: left;
}
.callout-textOnly .callout-text p {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}
.callout-textOnly .callout-text p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .callout-textOnly {
    margin: 2.5rem 0;
    padding: 1.5rem;
  }
}

.factoids {
  margin: 1.5rem 0;
}
.factoids-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .factoids-box {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
}
.factoids-box__transparent-bg {
  background-color: transparent;
}
.factoids-box__number p {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  background: #00504f;
  padding: 12px 20px;
  border-radius: 10px;
}
.factoids-box__number p.factoids-box__number-bold {
  font-weight: 700;
}
.factoids-box__icon {
  max-width: 100%;
  width: 120px;
  height: auto;
}
.factoids-box__icon--auto {
  width: auto;
}
.factoids-box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 0 0;
}
@media (min-width: 992px) {
  .factoids-box-content {
    display: block;
    margin: 0 0 0 40px;
    padding-top: 1rem;
  }
}
.factoids-box-content__ml-32 {
  margin: 0 0 0 32px;
}
@media (min-width: 992px) {
  .factoids-box-content--tight {
    margin-left: 20px;
  }
}
.factoids-box-content__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.factoids-box-content__copy {
  font-size: 1.125rem;
}
.factoids-box-content p:last-child {
  margin-bottom: 0;
}
.factoids-box--sm .factoids-box__icon {
  width: 30px;
}
.factoids-box--sm .factoids-box-content {
  margin-left: 20px;
}
.factoids--checkmark {
  margin: 0 0 1.5rem;
}
.factoids--checkmark .factoids-box {
  flex-direction: row;
  align-items: flex-start;
  column-gap: 0.5rem;
  padding: 0;
  text-align: left;
  background-color: transparent;
}
.factoids--checkmark .factoids-box__icon {
  width: 30px;
  height: 30px;
}
.factoids--checkmark .factoids-box-content {
  margin: 0;
  padding-top: 0;
}

.table-simple {
  border: 1px solid #333f48;
  border-collapse: collapse;
  font-weight: 500;
  margin: 1rem 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .table-simple--mobile__w353 {
    max-width: 353px;
    width: 100%;
    margin: 1rem auto;
  }
}
.table-simple__center--notFirstCol thead tr th:not(:first-child) {
  text-align: center;
}
.table-simple__center--notFirstCol tbody tr th:not(:first-child), .table-simple__center--notFirstCol tbody tr td:not(:first-child) {
  text-align: center;
}
@media (max-width: 991.98px) {
  .table-simple__center--notFirstCol tbody tr th:not(:first-child), .table-simple__center--notFirstCol tbody tr td:not(:first-child) {
    border-right: 1px solid #333f48;
  }
}
.table-simple__adj-week tbody th {
  max-width: 55px;
}
@media (max-width: 991.98px) {
  .table-simple .list-bullet {
    padding-left: 10px;
  }
  .table-simple .list-bullet > li::before {
    width: 4px;
    height: 4px;
    left: -10px;
  }
}
.table-simple tr.f-bold td {
  font-weight: 700;
}
.table-simple th,
.table-simple td {
  color: #333f48;
  padding: 1rem;
  text-align: left;
}
@media (max-width: 991.98px) {
  .table-simple th,
  .table-simple td {
    font-size: 0.875rem;
    padding: 0.875rem;
  }
}
.table-simple th.pl,
.table-simple td.pl {
  padding-left: 30px;
}
.table-simple th.table-simple__cell-center,
.table-simple td.table-simple__cell-center {
  vertical-align: middle;
  text-align: center;
}
.table-simple th {
  font-weight: 700;
}
.table-simple tr th,
.table-simple tr td {
  border: 1px solid #333f48;
  border-bottom: none;
  border-right: none;
}
.table-simple tr th:first-child,
.table-simple tr td:first-child {
  border-left: none;
}
.table-simple tr th:first-child.border-left,
.table-simple tr td:first-child.border-left {
  border-left: 1px solid #333f48;
}
.table-simple tr th:first-child.text-center,
.table-simple tr td:first-child.text-center {
  text-align: center;
}
.table-simple tr:first-child th,
.table-simple tr:first-child td {
  border-top: none;
}
.table-simple thead th {
  border-bottom: 1px solid #333f48;
  text-transform: uppercase;
}
.table-simple thead th .lowercase {
  text-transform: lowercase;
}
.table-simple thead th sup {
  text-transform: initial;
}
.table-simple tbody td {
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .table-simple[data-responsive-table] tbody:first-of-type td:last-child,
  .table-simple[data-responsive-table] tbody:first-of-type th:last-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .table-simple[data-responsive-table] tbody:nth-of-type(2) {
    display: none;
  }
}
.table-simple[data-responsive-table] tbody:nth-of-type(2) tr:first-child td,
.table-simple[data-responsive-table] tbody:nth-of-type(2) tr:first-child th {
  border-top: 1px solid #333f48;
}
.table-simple--first {
  margin-bottom: 0;
}
.table-simple--last {
  border-top: none;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .table-simple--columns-to-rows thead {
    display: none;
  }
  .table-simple--columns-to-rows tbody tr {
    display: flex;
    flex-direction: column;
  }
  .table-simple--columns-to-rows tbody td {
    align-items: stretch;
    border-left: none;
    display: flex;
    padding: 0;
  }
  .table-simple--columns-to-rows tbody td:first-child > span, .table-simple--columns-to-rows tbody td:first-child:before {
    border-top: none;
  }
  .table-simple--columns-to-rows tbody td > span, .table-simple--columns-to-rows tbody td:before {
    align-items: center;
    border-top: 1px solid #333f48;
    display: inline-flex;
    flex: 1;
    padding: 1rem;
  }
  .table-simple--columns-to-rows tbody td:before {
    border-right: 1px solid #333f48;
    content: attr(data-th);
    font-weight: 700;
    text-transform: uppercase;
  }
}
.table-simple--orange thead th {
  background-color: #ffbc77;
}
.table-simple--orange tbody th {
  background-color: #ffebd6;
}
.table-simple--orange tbody td:before {
  background-color: #ffa549;
}
.table-simple--teal thead th {
  background-color: #8ae9d9;
}
.table-simple--teal tbody th {
  background-color: #dcf9f4;
}
.table-simple--teal tbody td:before {
  background-color: #8ae9d9;
}

.tab-section {
  position: relative;
  margin-top: 3.5rem;
}
.tab-section--theme-orange {
  background-color: #ffebd6;
}
.tab-section--theme-teal {
  background-color: #dcf9f4;
}

.tab-list {
  bottom: 100%;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0 1.5rem;
  position: absolute;
  right: 0;
  width: 100%;
}

.tab-item {
  list-style: none;
  margin: 0 0.25rem;
}

.tab-link {
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 2px;
  outline-color: #454545;
}
.tab-link:not(:focus-visible) {
  outline: 0;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .tab-link {
      outline: none;
    }
  }
}
.tab-link {
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: -1px -1px 6px 0 rgba(0, 0, 0, 0.14), 1px 1px 6px 0 rgba(0, 0, 0, 0.14);
  clip-path: inset(-6px -6px 0px -6px);
  color: #50778e;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: -1px;
  padding: 0.75rem 1.5rem;
  height: 100%;
}
.tab-link:hover {
  text-decoration: underline;
}
.tab-link.active {
  color: #333f48;
  pointer-events: none;
}
.tab-link--orange {
  background-color: #FFF9F3;
}
.tab-link--orange.active {
  background-color: #ffebd6;
}
.tab-link--teal {
  background-color: #F5FDFC;
}
.tab-link--teal.active {
  background-color: #dcf9f4;
}

.tab-content {
  margin: 0;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.video-player {
  margin: 2.5rem 0;
  width: 100%;
}
.video-player iframe {
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  margin: 0 0 0.75rem;
  max-width: 100%;
  width: 100%;
}
.video-player__transcript {
  background-color: #f1f5f8;
  border: 1px solid #bbcfda;
  border-radius: 8px;
  padding: 1rem;
}
.video-player__transcript p:last-child {
  margin-bottom: 0;
}

.text__orange {
  color: #ffa549 !important;
}

.is-hcp-home #video-player {
  width: 100%;
  display: block;
}
.is-hcp-home .end-text {
  position: absolute;
  top: 10%;
  opacity: 0; /* Initially hidden */
  transition: opacity 1s ease-in; /* CSS transition for smooth fade */
  pointer-events: none; /* Allows clicks to pass through the text if needed */
}
.is-hcp-home .end-text.visible {
  opacity: 1; /* Class applied by JavaScript to show text */
}
.is-hcp-home .section-powerful {
  background-color: #00504f; /* Fallback for older browsers */
  background-color: color(srgb 0 0.3137 0.3098); /* Explicit sRGB for modern browsers */
  padding-top: 0;
  margin: 0;
  position: relative;
}
@media (color-gamut: p3) {
  .is-hcp-home .section-powerful {
    background-color: #004646; /* Slightly darker for P3 screens */
  }
}
.is-hcp-home .section-powerful .container {
  position: relative;
  max-width: 1110px;
  width: 100%;
}
.is-hcp-home .section-powerful .video-container {
  position: relative;
  width: 840px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.is-hcp-home .section-powerful h3 {
  font-size: 28px;
  line-height: 1;
  color: #3cdbc0;
  margin-bottom: 0;
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  .is-hcp-home .section-powerful h3 {
    font-size: 1rem;
    text-align: center;
    margin-left: 0.5rem;
  }
  .is-hcp-home .section-powerful h3.text-response {
    text-align: left;
  }
  .is-hcp-home .section-powerful h3.text-oral {
    text-align: right;
  }
}
.is-hcp-home .section-powerful h3.text-oral {
  margin-left: 200px;
}
@media (max-width: 1199.98px) {
  .is-hcp-home .section-powerful h3.text-oral {
    margin-left: unset;
  }
}
.is-hcp-home .section-powerful h3.text-white {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
}
.is-hcp-home .section-powerful .disclaimer {
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  top: 20px;
  right: 80px;
  max-width: 212px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .is-hcp-home .section-powerful .disclaimer {
    font-size: 10px;
    text-align: right;
    top: 70px;
    right: 20px;
  }
}
@media (max-width: 991.98px) {
  .is-hcp-home .section-powerful .disclaimer {
    right: 0;
    max-width: 150px;
  }
}
@media (max-width: 767.98px) {
  .is-hcp-home .section-powerful .disclaimer {
    right: 0;
    max-width: 130px;
  }
}
.is-hcp-home .section-powerful .hero-comp {
  z-index: 1;
}
.is-hcp-home .section-powerful .powerful-content {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-left: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .is-hcp-home .section-powerful .powerful-content {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
}
.is-hcp-home .section-powerful .powerful-content .text-power {
  position: relative;
  margin: 50px 30px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .is-hcp-home .section-powerful .powerful-content .text-power {
    right: unset;
  }
}
.is-hcp-home .section-powerful .powerful-content .text-powerful {
  font-size: 132px;
  font-weight: 900;
  color: #ff8f1c;
  line-height: 0.8;
  text-align: right;
  font-family: "Chivo", sans-serif;
}
@media (max-width: 1199.98px) {
  .is-hcp-home .section-powerful .powerful-content .text-powerful {
    font-size: 132px;
  }
}
.is-hcp-home .section-powerful .powerful-content img {
  width: auto;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .is-hcp-home .section-powerful .powerful-content img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
  }
}
.is-hcp-home .section-powerful .power-content-mobile .text-powerful {
  font-size: 5.2rem;
  text-align: center;
}
.is-hcp-home .section-powerful .power-content-mobile .text-response, .is-hcp-home .section-powerful .power-content-mobile .text-oral {
  text-align: center;
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .is-hcp-home .section-powerful .buttons {
    margin-top: 1.25rem;
  }
}
.is-hcp-home .buttons {
  display: flex;
  gap: 1.5rem;
  margin: 1.5rem auto 0;
  max-width: fit-content;
  flex-direction: column;
}
@media (min-width: 992px) {
  .is-hcp-home .buttons {
    flex-direction: row;
    gap: 2.5rem;
    margin-top: 1.5rem;
  }
}
.is-hcp-home .cards:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .is-hcp-home .cards .buttons {
    margin: unset;
  }
}

.is-patient-adherence section .cards-border__teal {
  border: 0;
}
.is-patient-adherence section .cards-narrow {
  gap: 1rem;
  align-items: center;
}
.is-patient-adherence section .cards-narrow-col {
  max-width: 340px;
}
.is-patient-adherence section .cards-narrow-col h3 {
  margin-bottom: 0;
}
.is-patient-adherence section.patient-adherence .cards-narrow-col {
  padding: 32px 20px;
}
@media (min-width: 992px) {
  .is-patient-adherence section.significant-rates .cards-narrow-col {
    padding: 2.5rem 0.75rem;
  }
}
.is-patient-adherence section.significant-rates .cards-narrow-col__title {
  font-size: 1.25rem;
}
.is-patient-adherence section.significant-rates .cards-narrow-col__title span {
  font-weight: 500;
}
@media (min-width: 992px) {
  .is-patient-adherence section.significant-rates .cards-narrow-col__title {
    font-size: 1.5rem;
  }
}
.is-patient-adherence section.barriers p {
  margin-bottom: 0;
}
.is-patient-adherence section.barriers ul {
  margin-left: 30px;
  margin-bottom: 40px;
}
.is-patient-adherence section.barriers ul li {
  list-style: unset;
}
.is-patient-adherence section .callout-btn-box-content {
  margin-left: 0;
}
.is-patient-adherence section .buttons {
  margin: 0 auto;
  max-width: fit-content;
}
.is-patient-adherence section .buttons .button-box {
  max-width: fit-content;
  gap: 5px;
}

.is-patient-preference .callout-btn-box-content {
  margin-left: 0;
}
.is-patient-preference .percent-content {
  display: flex;
  margin: 40px 0;
}
@media (max-width: 991.98px) {
  .is-patient-preference .percent-content {
    flex-direction: column;
    gap: 30px;
  }
}
.is-patient-preference .percent-content .num-col {
  padding: 0 20px;
  border-left: 3px solid #779fb5;
}
.is-patient-preference .percent-content .num-col p {
  margin-bottom: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  .is-patient-preference .percent-content .num-col:first-child {
    max-width: 160px;
  }
}
.is-patient-preference .percent-content .num-col:first-child {
  width: 100%;
  margin-right: 20px;
}
.is-patient-preference .num {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333f48;
}
.is-patient-preference .num sup {
  top: -0.45em;
  font-size: 65%;
}
.is-patient-preference .box-wrapper {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .is-patient-preference .box-wrapper {
    flex-direction: column;
  }
}
.is-patient-preference .box-wrapper ul {
  margin-left: 25px;
}
.is-patient-preference .box-wrapper ul li {
  list-style: unset;
  margin-bottom: 20px;
}
.is-patient-preference .box-wrapper .box {
  padding: 20px;
}
.is-patient-preference .box-wrapper .box.section-bgc__gray {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.is-patient-preference .box-wrapper .box p {
  font-size: 18px;
  font-weight: 700;
}
.is-patient-preference .box-wrapper + p {
  font-size: 14px;
}

.is-aml-study-design section.tab-section .tab-link {
  height: 100%;
}
@media (max-width: 991.98px) {
  .is-aml-study-design section.tab-section .tab-link {
    font-size: 14px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  .is-aml-study-design section.tab-section .tab-list {
    max-width: 340px;
    margin: 0 auto;
  }
}
.is-aml-study-design section .dosing-algorithm {
  display: flex;
  gap: 0;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .is-aml-study-design section .dosing-algorithm .list-bullet {
    padding-left: 10px;
  }
  .is-aml-study-design section .dosing-algorithm .list-bullet > li {
    font-size: 0.8rem;
  }
  .is-aml-study-design section .dosing-algorithm .list-bullet > li::before {
    top: 7px;
    left: -17px;
  }
  .is-aml-study-design section .dosing-algorithm .info-text p {
    font-size: 0.8rem;
  }
  .is-aml-study-design section .dosing-algorithm .venetoclax .title, .is-aml-study-design section .dosing-algorithm .inqovi .title {
    font-size: 1rem;
  }
}
.is-aml-study-design section .dosing-algorithm .cols {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.is-aml-study-design section .dosing-algorithm .cols .box-rounded {
  border-radius: 8px;
}
.is-aml-study-design section .dosing-algorithm .cols .info-text {
  padding: 20px;
}
@media (min-width: 768px) {
  .is-aml-study-design section .dosing-algorithm .cols .info-text {
    min-height: 217px;
  }
}
.is-aml-study-design section .dosing-algorithm .plus-icon {
  margin: 0 -5px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .is-aml-study-design section .dosing-algorithm .plus-icon {
    text-align: center;
  }
}
.is-aml-study-design section .dosing-algorithm .plus-icon img {
  height: 48px;
}
.is-aml-study-design section .dosing-algorithm .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 8px 0;
  height: 48px;
}
.is-aml-study-design section .dosing-algorithm + p {
  margin-bottom: 0;
}
.is-aml-study-design section #tab-pane-endpoints .table-simple tr th {
  border-right: 1px solid #333f48;
}
@media (max-width: 991.98px) {
  .is-aml-study-design section #tab-pane-endpoints .table-simple--teal tbody td {
    padding: 0.3rem;
  }
}
@media (max-width: 991.98px) {
  .is-aml-study-design section #tab-pane-endpoints .table-simple tr th {
    padding: 0.275rem;
  }
}
.is-aml-study-design section #tab-pane-endpoints .table-simple tr th span {
  font-weight: 400;
}
.is-aml-study-design section .table-simple--teal thead th {
  background-color: #8ae9d9;
  padding: 0.5rem;
}
.is-aml-study-design section .table-simple--teal thead th span {
  font-weight: 400;
}
.is-aml-study-design section .table-simple--teal tbody th {
  background-color: #dcf9f4;
  padding: 0.5rem;
}
.is-aml-study-design section .table-simple--teal tbody th span {
  font-weight: 400;
}
.is-aml-study-design section .table-simple--teal tbody th.bgc-teal__20 {
  background-color: #8ae9d9;
}
.is-aml-study-design section .table-simple--teal tbody td {
  padding: 0.5rem;
}
.is-aml-study-design section .table-simple--teal .list-bullet {
  margin-bottom: 0;
  padding-left: 25px;
}
@media (max-width: 575.98px) {
  .is-aml-study-design section .table-simple--teal .list-bullet {
    padding-left: 10px;
  }
}
.is-aml-study-design section .table-simple--teal .list-bullet li {
  margin-bottom: 0;
}
.is-aml-study-design section .table-simple--teal .list-bullet li ul {
  margin-top: 0;
}

.is-aml-efficacy .hero {
  padding: 2rem 1.5rem;
}
.is-aml-efficacy .hero h1 {
  max-width: 600px;
}
.is-aml-efficacy .hero a {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .is-aml-efficacy .hero a {
    display: none;
  }
}
.is-aml-efficacy .illustrative {
  display: none;
}
@media (min-width: 992px) {
  .is-aml-efficacy .illustrative {
    display: block;
    margin-bottom: 0;
    padding: 2rem 0;
  }
}
.is-aml-efficacy .illustrative a {
  position: relative;
  bottom: -40px;
  left: 0;
}
.is-aml-efficacy .illustrative .container {
  position: relative;
}
@media (max-width: 991.98px) {
  .is-aml-efficacy .chart {
    width: 100%;
  }
}
.is-aml-efficacy .primary-endpoint {
  padding-top: 20px;
}
.is-aml-efficacy .primary-endpoint .sub-head {
  margin-top: 42px;
}
.is-aml-efficacy hr {
  border-bottom: 1px solid #d8d8d8;
  margin-top: 30px;
}
.is-aml-efficacy .factoids-box-content__title {
  color: #333f48;
}
.is-aml-efficacy section p.disclaimer {
  font-weight: 400;
}
.is-aml-efficacy section p.sub-head {
  font-size: 1.25rem;
}
.is-aml-efficacy section p.sub-head span {
  font-weight: 400;
}
.is-aml-efficacy .table-simple--teal thead th {
  background-color: #8ae9d9;
}
.is-aml-efficacy .table-simple--teal tbody th {
  background-color: #dcf9f4;
}
.is-aml-efficacy .table-simple--teal tbody th span {
  font-weight: 400;
}

.is-aml-safety .footnotes {
  margin-top: 30px;
}
.is-aml-safety .table-simple thead th {
  background-color: #8ae9d9;
}
.is-aml-safety .table-simple thead th sup {
  text-transform: lowercase;
}
.is-aml-safety .table-simple tbody th {
  background-color: #dcf9f4;
}
.is-aml-safety .table-simple tbody th.bg-white {
  background-color: #ffffff;
}
.is-aml-safety .table-simple tbody th span {
  font-weight: 400;
}

.is-mds-study-design section.tab-section .tab-link {
  height: 100%;
}
@media (max-width: 991.98px) {
  .is-mds-study-design section.tab-section .tab-link {
    font-size: 14px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  .is-mds-study-design section.tab-section .tab-list {
    max-width: 340px;
    margin: 0 auto;
  }
}
.is-mds-study-design section.tab-section .tab-content ul {
  margin-left: 20px;
}
.is-mds-study-design section.tab-section .tab-content ul li {
  list-style: disc;
}
.is-mds-study-design .table-simple--orange th span {
  font-weight: 400;
}

.is-mds-efficacy .hero {
  padding: 2rem 1.5rem;
}
.is-mds-efficacy .hero h1 {
  max-width: 570px;
}
.is-mds-efficacy .hero a {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .is-mds-efficacy .hero a {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .is-mds-efficacy .factoids-box-content__ml-32 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.is-mds-efficacy .primary-endpoint {
  padding-top: 20px;
}
@media (max-width: 991.98px) {
  .is-mds-efficacy .chart {
    width: 100%;
  }
}
.is-mds-efficacy section hr {
  border-bottom: 1px solid #d8d8d8;
  margin: 32px 0;
}
.is-mds-efficacy section .factoids-box__number p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .is-mds-efficacy section .factoids-box-content__title + p {
    margin-top: 10px;
  }
}
.is-mds-efficacy section .table-simple tr td {
  padding: 0.5rem;
}
.is-mds-efficacy section .table-simple tr td:first-child {
  font-weight: 500;
}
.is-mds-efficacy section .table-simple tbody th span {
  font-weight: 400;
}
.is-mds-efficacy section p.disclaimer {
  font-weight: 400;
}
.is-mds-efficacy section p.sub-head {
  font-size: 1.25rem;
}
.is-mds-efficacy section p.sub-head span {
  font-weight: 400;
}

.is-how-to-start-patients .callout-textOnly {
  margin: 3.5rem 0;
}
.is-how-to-start-patients .settings {
  margin: 3rem 0;
}
.is-how-to-start-patients .settings a {
  font-size: inherit;
}
@media (max-width: 991.98px) {
  .is-how-to-start-patients .settings a {
    word-break: break-all;
  }
}

.is-dosing-schedules .m-72 {
  margin-bottom: 72px;
}
.is-dosing-schedules .table-simple tr th:last-child,
.is-dosing-schedules .table-simple tr td:last-child {
  border-right: 1px solid #333f48;
}

@media (max-width: 1199.98px) {
  .is-dosing-guidance-modifications .guidance-talk .factoids-box-content .list-bullet {
    padding-left: 25px;
  }
}
@media (max-width: 1199.98px) {
  .is-dosing-guidance-modifications .guidance-talk p {
    text-align: left;
  }
}

.is-dosing-personalized-calendar .calendar-section {
  padding: 2rem 0 4rem;
}
.is-dosing-personalized-calendar .calendar-generator__step.active .calendar-generator__flex {
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .is-dosing-personalized-calendar .calendar-generator__step.active .calendar-generator__flex {
    align-items: center;
  }
}

.is-moa .hero h1 {
  max-width: 520px;
}
.is-moa .factoids-box {
  padding-top: 16px;
  padding-bottom: 16px;
}
.is-moa .img-box {
  padding: 1.5rem;
  padding-bottom: 0;
}
.is-moa .img-box img {
  width: 100%;
  height: auto;
}

.is-patient-resources .button-solid {
  font-size: 0.9rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (max-width: 1199.98px) {
  .is-patient-resources .list-bullet li {
    text-align: left;
  }
}
.is-patient-resources .patient-advocacy .info {
  margin-bottom: 32px;
}
.is-patient-resources .copay-card {
  display: flex;
}
@media (max-width: 1199.98px) {
  .is-patient-resources .copay-card h2 {
    order: 2;
  }
}
.is-patient-resources .copay-card img {
  max-width: 240px;
  height: 80px;
}
@media (max-width: 1199.98px) {
  .is-patient-resources .copay-card img {
    order: 1;
    margin: 0 0 30px;
  }
}
@media (max-width: 1199.98px) {
  .is-patient-resources .copay-card {
    flex-direction: column;
  }
}
.is-patient-resources .enroll-patient {
  display: flex;
  flex-direction: row;
  align-items: self-start;
  gap: 2rem;
}
@media (max-width: 1199.98px) {
  .is-patient-resources .enroll-patient {
    flex-direction: column;
    align-items: center;
  }
}
.is-patient-resources .enroll-patient img {
  width: 240px;
}

.sitemap-ul a,
.sitemap-ul p {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.sitemap-ul a {
  text-decoration: underline;
}
.sitemap-ul a:hover, .sitemap-ul a:focus {
  text-decoration: none;
}
.sitemap-section-li .section-header {
  font-style: italic;
}
.sitemap-sub-section-ul {
  padding-left: 1.5rem;
}

.is-style-guide section.hero {
  margin: 20px 0;
}
.is-style-guide .style-guide-temp {
  font-size: 2.125rem;
  text-align: center;
  margin: 50px 0 30px;
  text-decoration: underline;
}
.is-style-guide .buttons {
  margin: 20px 0;
  display: flex;
}
/* hero video testing */
stacked-alpha-video {
  display: inline-block;
}

stacked-alpha-video video {
  display: none;
}

/*# sourceMappingURL=hcp.css.map*/