@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .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%;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

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

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

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

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #6c757d !important;
}

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

.font-weight-bold {
  font-weight: 700 !important;
}

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

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

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

.text-muted {
  color: #6c757d !important;
}

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .m-t-5 {
    margin-top: 0.3125rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-5 {
    padding-top: 0.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-5-m {
    margin-top: 0.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-5-m {
    padding-top: 0.3125rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-5 {
    margin-bottom: 0.3125rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-5 {
    padding-bottom: 0.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-5-m {
    margin-bottom: 0.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-5-m {
    padding-bottom: 0.3125rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-5 {
    margin-left: 0.3125rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-5 {
    padding-left: 0.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-5-m {
    margin-left: 0.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-5-m {
    padding-left: 0.3125rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-5 {
    margin-right: 0.3125rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-5 {
    padding-right: 0.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-5-m {
    margin-right: 0.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-5-m {
    padding-right: 0.3125rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-10 {
    margin-top: 0.625rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-10 {
    padding-top: 0.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-10-m {
    margin-top: 0.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-10-m {
    padding-top: 0.625rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-10 {
    margin-bottom: 0.625rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-10 {
    padding-bottom: 0.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-10-m {
    margin-bottom: 0.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-10-m {
    padding-bottom: 0.625rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-10 {
    margin-left: 0.625rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-10 {
    padding-left: 0.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-10-m {
    margin-left: 0.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-10-m {
    padding-left: 0.625rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-10 {
    margin-right: 0.625rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-10 {
    padding-right: 0.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-10-m {
    margin-right: 0.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-10-m {
    padding-right: 0.625rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-15 {
    margin-top: 0.9375rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-15 {
    padding-top: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-15-m {
    margin-top: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-15-m {
    padding-top: 0.9375rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-15 {
    margin-bottom: 0.9375rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-15 {
    padding-bottom: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-15-m {
    margin-bottom: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-15-m {
    padding-bottom: 0.9375rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-15 {
    margin-left: 0.9375rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-15 {
    padding-left: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-15-m {
    margin-left: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-15-m {
    padding-left: 0.9375rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-15 {
    margin-right: 0.9375rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-15 {
    padding-right: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-15-m {
    margin-right: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-15-m {
    padding-right: 0.9375rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-20 {
    margin-top: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-20 {
    padding-top: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-20-m {
    margin-top: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-20-m {
    padding-top: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-20 {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-20 {
    padding-bottom: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-20-m {
    margin-bottom: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-20-m {
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-20 {
    margin-left: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-20 {
    padding-left: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-20-m {
    margin-left: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-20-m {
    padding-left: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-20 {
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-20 {
    padding-right: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-20-m {
    margin-right: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-20-m {
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-25 {
    margin-top: 1.5625rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-25 {
    padding-top: 1.5625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-25-m {
    margin-top: 1.5625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-25-m {
    padding-top: 1.5625rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-25 {
    margin-bottom: 1.5625rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-25 {
    padding-bottom: 1.5625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-25-m {
    margin-bottom: 1.5625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-25-m {
    padding-bottom: 1.5625rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-25 {
    margin-left: 1.5625rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-25 {
    padding-left: 1.5625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-25-m {
    margin-left: 1.5625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-25-m {
    padding-left: 1.5625rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-25 {
    margin-right: 1.5625rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-25 {
    padding-right: 1.5625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-25-m {
    margin-right: 1.5625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-25-m {
    padding-right: 1.5625rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-30 {
    margin-top: 1.875rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-30 {
    padding-top: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-30-m {
    margin-top: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-30-m {
    padding-top: 1.875rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-30 {
    margin-bottom: 1.875rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-30 {
    padding-bottom: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-30-m {
    margin-bottom: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-30-m {
    padding-bottom: 1.875rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-30 {
    margin-left: 1.875rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-30 {
    padding-left: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-30-m {
    margin-left: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-30-m {
    padding-left: 1.875rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-30 {
    margin-right: 1.875rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-30 {
    padding-right: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-30-m {
    margin-right: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-30-m {
    padding-right: 1.875rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-35 {
    margin-top: 2.1875rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-35 {
    padding-top: 2.1875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-35-m {
    margin-top: 2.1875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-35-m {
    padding-top: 2.1875rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-35 {
    margin-bottom: 2.1875rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-35 {
    padding-bottom: 2.1875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-35-m {
    margin-bottom: 2.1875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-35-m {
    padding-bottom: 2.1875rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-35 {
    margin-left: 2.1875rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-35 {
    padding-left: 2.1875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-35-m {
    margin-left: 2.1875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-35-m {
    padding-left: 2.1875rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-35 {
    margin-right: 2.1875rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-35 {
    padding-right: 2.1875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-35-m {
    margin-right: 2.1875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-35-m {
    padding-right: 2.1875rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-40 {
    margin-top: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-40 {
    padding-top: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-40-m {
    margin-top: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-40-m {
    padding-top: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-40 {
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-40 {
    padding-bottom: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-40-m {
    margin-bottom: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-40-m {
    padding-bottom: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-40 {
    margin-left: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-40 {
    padding-left: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-40-m {
    margin-left: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-40-m {
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-40 {
    margin-right: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-40 {
    padding-right: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-40-m {
    margin-right: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-40-m {
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-45 {
    margin-top: 2.8125rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-45 {
    padding-top: 2.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-45-m {
    margin-top: 2.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-45-m {
    padding-top: 2.8125rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-45 {
    margin-bottom: 2.8125rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-45 {
    padding-bottom: 2.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-45-m {
    margin-bottom: 2.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-45-m {
    padding-bottom: 2.8125rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-45 {
    margin-left: 2.8125rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-45 {
    padding-left: 2.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-45-m {
    margin-left: 2.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-45-m {
    padding-left: 2.8125rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-45 {
    margin-right: 2.8125rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-45 {
    padding-right: 2.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-45-m {
    margin-right: 2.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-45-m {
    padding-right: 2.8125rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-50 {
    margin-top: 3.125rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-50 {
    padding-top: 3.125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-50-m {
    margin-top: 3.125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-50-m {
    padding-top: 3.125rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-50 {
    margin-bottom: 3.125rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-50 {
    padding-bottom: 3.125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-50-m {
    margin-bottom: 3.125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-50-m {
    padding-bottom: 3.125rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-50 {
    margin-left: 3.125rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-50 {
    padding-left: 3.125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-50-m {
    margin-left: 3.125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-50-m {
    padding-left: 3.125rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-50 {
    margin-right: 3.125rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-50 {
    padding-right: 3.125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-50-m {
    margin-right: 3.125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-50-m {
    padding-right: 3.125rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-55 {
    margin-top: 3.4375rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-55 {
    padding-top: 3.4375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-55-m {
    margin-top: 3.4375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-55-m {
    padding-top: 3.4375rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-55 {
    margin-bottom: 3.4375rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-55 {
    padding-bottom: 3.4375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-55-m {
    margin-bottom: 3.4375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-55-m {
    padding-bottom: 3.4375rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-55 {
    margin-left: 3.4375rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-55 {
    padding-left: 3.4375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-55-m {
    margin-left: 3.4375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-55-m {
    padding-left: 3.4375rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-55 {
    margin-right: 3.4375rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-55 {
    padding-right: 3.4375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-55-m {
    margin-right: 3.4375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-55-m {
    padding-right: 3.4375rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-60 {
    margin-top: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-60 {
    padding-top: 3.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-60-m {
    margin-top: 3.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-60-m {
    padding-top: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-60 {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-60 {
    padding-bottom: 3.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-60-m {
    margin-bottom: 3.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-60-m {
    padding-bottom: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-60 {
    margin-left: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-60 {
    padding-left: 3.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-60-m {
    margin-left: 3.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-60-m {
    padding-left: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-60 {
    margin-right: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-60 {
    padding-right: 3.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-60-m {
    margin-right: 3.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-60-m {
    padding-right: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-65 {
    margin-top: 4.0625rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-65 {
    padding-top: 4.0625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-65-m {
    margin-top: 4.0625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-65-m {
    padding-top: 4.0625rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-65 {
    margin-bottom: 4.0625rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-65 {
    padding-bottom: 4.0625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-65-m {
    margin-bottom: 4.0625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-65-m {
    padding-bottom: 4.0625rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-65 {
    margin-left: 4.0625rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-65 {
    padding-left: 4.0625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-65-m {
    margin-left: 4.0625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-65-m {
    padding-left: 4.0625rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-65 {
    margin-right: 4.0625rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-65 {
    padding-right: 4.0625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-65-m {
    margin-right: 4.0625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-65-m {
    padding-right: 4.0625rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-70 {
    margin-top: 4.375rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-70 {
    padding-top: 4.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-70-m {
    margin-top: 4.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-70-m {
    padding-top: 4.375rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-70 {
    margin-bottom: 4.375rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-70 {
    padding-bottom: 4.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-70-m {
    margin-bottom: 4.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-70-m {
    padding-bottom: 4.375rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-70 {
    margin-left: 4.375rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-70 {
    padding-left: 4.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-70-m {
    margin-left: 4.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-70-m {
    padding-left: 4.375rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-70 {
    margin-right: 4.375rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-70 {
    padding-right: 4.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-70-m {
    margin-right: 4.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-70-m {
    padding-right: 4.375rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-75 {
    margin-top: 4.6875rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-75 {
    padding-top: 4.6875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-75-m {
    margin-top: 4.6875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-75-m {
    padding-top: 4.6875rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-75 {
    margin-bottom: 4.6875rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-75 {
    padding-bottom: 4.6875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-75-m {
    margin-bottom: 4.6875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-75-m {
    padding-bottom: 4.6875rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-75 {
    margin-left: 4.6875rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-75 {
    padding-left: 4.6875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-75-m {
    margin-left: 4.6875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-75-m {
    padding-left: 4.6875rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-75 {
    margin-right: 4.6875rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-75 {
    padding-right: 4.6875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-75-m {
    margin-right: 4.6875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-75-m {
    padding-right: 4.6875rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-80 {
    margin-top: 5rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-80 {
    padding-top: 5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-80-m {
    margin-top: 5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-80-m {
    padding-top: 5rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-80 {
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-80 {
    padding-bottom: 5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-80-m {
    margin-bottom: 5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-80-m {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-80 {
    margin-left: 5rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-80 {
    padding-left: 5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-80-m {
    margin-left: 5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-80-m {
    padding-left: 5rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-80 {
    margin-right: 5rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-80 {
    padding-right: 5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-80-m {
    margin-right: 5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-80-m {
    padding-right: 5rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-85 {
    margin-top: 5.3125rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-85 {
    padding-top: 5.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-85-m {
    margin-top: 5.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-85-m {
    padding-top: 5.3125rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-85 {
    margin-bottom: 5.3125rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-85 {
    padding-bottom: 5.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-85-m {
    margin-bottom: 5.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-85-m {
    padding-bottom: 5.3125rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-85 {
    margin-left: 5.3125rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-85 {
    padding-left: 5.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-85-m {
    margin-left: 5.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-85-m {
    padding-left: 5.3125rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-85 {
    margin-right: 5.3125rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-85 {
    padding-right: 5.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-85-m {
    margin-right: 5.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-85-m {
    padding-right: 5.3125rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-90 {
    margin-top: 5.625rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-90 {
    padding-top: 5.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-90-m {
    margin-top: 5.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-90-m {
    padding-top: 5.625rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-90 {
    margin-bottom: 5.625rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-90 {
    padding-bottom: 5.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-90-m {
    margin-bottom: 5.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-90-m {
    padding-bottom: 5.625rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-90 {
    margin-left: 5.625rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-90 {
    padding-left: 5.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-90-m {
    margin-left: 5.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-90-m {
    padding-left: 5.625rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-90 {
    margin-right: 5.625rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-90 {
    padding-right: 5.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-90-m {
    margin-right: 5.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-90-m {
    padding-right: 5.625rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-95 {
    margin-top: 5.9375rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-95 {
    padding-top: 5.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-95-m {
    margin-top: 5.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-95-m {
    padding-top: 5.9375rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-95 {
    margin-bottom: 5.9375rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-95 {
    padding-bottom: 5.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-95-m {
    margin-bottom: 5.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-95-m {
    padding-bottom: 5.9375rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-95 {
    margin-left: 5.9375rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-95 {
    padding-left: 5.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-95-m {
    margin-left: 5.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-95-m {
    padding-left: 5.9375rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-95 {
    margin-right: 5.9375rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-95 {
    padding-right: 5.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-95-m {
    margin-right: 5.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-95-m {
    padding-right: 5.9375rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-100 {
    margin-top: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-100 {
    padding-top: 6.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-100-m {
    margin-top: 6.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-100-m {
    padding-top: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-100 {
    margin-bottom: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-100 {
    padding-bottom: 6.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-100-m {
    margin-bottom: 6.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-100-m {
    padding-bottom: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-100 {
    margin-left: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-100 {
    padding-left: 6.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-100-m {
    margin-left: 6.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-100-m {
    padding-left: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-100 {
    margin-right: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-100 {
    padding-right: 6.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-100-m {
    margin-right: 6.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-100-m {
    padding-right: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-120 {
    margin-top: 7.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-120 {
    padding-top: 7.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-120-m {
    margin-top: 7.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-120-m {
    padding-top: 7.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-120 {
    margin-bottom: 7.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-120 {
    padding-bottom: 7.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-120-m {
    margin-bottom: 7.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-120-m {
    padding-bottom: 7.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-120 {
    margin-left: 7.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-120 {
    padding-left: 7.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-120-m {
    margin-left: 7.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-120-m {
    padding-left: 7.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-120 {
    margin-right: 7.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-120 {
    padding-right: 7.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-120-m {
    margin-right: 7.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-120-m {
    padding-right: 7.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-150 {
    margin-top: 9.375rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-150 {
    padding-top: 9.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-150-m {
    margin-top: 9.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-150-m {
    padding-top: 9.375rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-150 {
    margin-bottom: 9.375rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-150 {
    padding-bottom: 9.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-150-m {
    margin-bottom: 9.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-150-m {
    padding-bottom: 9.375rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-150 {
    margin-left: 9.375rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-150 {
    padding-left: 9.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-150-m {
    margin-left: 9.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-150-m {
    padding-left: 9.375rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-150 {
    margin-right: 9.375rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-150 {
    padding-right: 9.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-150-m {
    margin-right: 9.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-150-m {
    padding-right: 9.375rem !important;
  }
}

body.patient {
  font-family: "DIN Next W01" !important;
  font-weight: 400;
  font-size: 1rem;
  max-width: 100vw;
  line-height: 1.6;
}
body.patient main {
  overflow-x: hidden;
}
body.patient .h2,
body.patient .headline-2 {
  font-weight: 400 !important;
}
body.patient .larger-body-text {
  font-size: 1.25rem;
}
body.hcp {
  font-family: area-normal, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  max-width: 100vw;
}

.h1,
.headline-1 {
  font-family: "DIN Next W01" !important;
  font-weight: 300 !important;
  font-size: 2.375rem !important;
}
@media (max-width: 767.98px) {
  .h1,
  .headline-1 {
    font-size: 1.5rem !important;
  }
}
.h1 sup,
.headline-1 sup {
  font-size: 50%;
  top: -0.75em;
}
.h1 sup.numbers,
.headline-1 sup.numbers {
  top: -1em;
}

.h2,
.headline-2 {
  font-family: "DIN Next W01";
  font-weight: 300 !important;
  font-size: 1.8rem !important;
  line-height: 1.3 !important;
}
@media (max-width: 767.98px) {
  .h2,
  .headline-2 {
    font-size: 1.375rem !important;
  }
}
.h2 sup,
.headline-2 sup {
  font-size: 58%;
  top: -0.5em;
}
.h2 sup.numbers,
.headline-2 sup.numbers {
  top: -0.5em;
}

.h3,
.headline-3 {
  font-family: "DIN Next W01";
  font-weight: 300 !important;
  font-size: 1.575rem !important;
  line-height: 1.3 !important;
}
@media (max-width: 767.98px) {
  .h3,
  .headline-3 {
    font-size: 1.1875rem !important;
  }
}
.h3 sup,
.headline-3 sup {
  font-size: 58%;
  top: -0.8em;
}
.h3 sup.numbers,
.headline-3 sup.numbers {
  top: -0.8em;
}

.h4,
.headline-4 {
  font-family: "DIN Next W01";
  font-weight: 300 !important;
  font-size: 1.15rem !important;
  line-height: 1.3 !important;
}
@media (max-width: 767.98px) {
  .h4,
  .headline-4 {
    font-size: 1rem !important;
  }
}

.hcp strong,
.hcp b {
  font-weight: 800 !important;
}
.hcp .font-bold {
  font-weight: 800 !important;
}
.hcp .h1,
.hcp .headline-1 {
  font-family: termina, sans-serif !important;
  font-weight: bold !important;
  font-family: termina, sans-serif !important;
  font-size: 38px !important;
  line-height: 56px;
  font-style: normal;
  text-align: left;
  color: #3d4041;
}
@media (max-width: 991.98px) {
  .hcp .h1,
  .hcp .headline-1 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
.hcp .h1 sup,
.hcp .headline-1 sup {
  font-size: 50%;
  top: -0.75em;
}
.hcp .h1 sup.numbers,
.hcp .headline-1 sup.numbers {
  top: -1em;
}
.hcp .h2,
.hcp .headline-2 {
  font-family: termina, sans-serif !important;
  font-weight: bold !important;
}
@media (max-width: 991.98px) {
  .hcp .h2,
  .hcp .headline-2 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
.hcp .h2 sup,
.hcp .headline-2 sup {
  font-size: 58%;
  top: -0.5em;
}
.hcp .h2 sup.numbers,
.hcp .headline-2 sup.numbers {
  top: -0.5em;
}
.hcp .h3,
.hcp .headline-3 {
  font-family: termina, sans-serif !important;
  font-weight: bold !important;
}
@media (max-width: 767.98px) {
  .hcp .h3,
  .hcp .headline-3 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}
.hcp .h3 sup,
.hcp .headline-3 sup {
  font-size: 58%;
  top: -0.8em;
}
.hcp .h3 sup.numbers,
.hcp .headline-3 sup.numbers {
  top: -0.8em;
}
.hcp .h4,
.hcp .headline-4 {
  font-family: termina, sans-serif !important;
  font-weight: bold !important;
}
.hcp .background-blue .h1,
.hcp .background-blue .headline-1 {
  color: white;
}
.hcp .background-blue .h2,
.hcp .background-blue .headline-2 {
  color: white;
}
.hcp .background-blue .h3,
.hcp .background-blue .headline-3 {
  color: white;
}
.hcp .background-blue .h4,
.hcp .background-blue .headline-4 {
  color: white;
}
.hcp .background-blue p {
  color: white;
}
.hcp .background-blue ol li,
.hcp .background-blue ul li {
  color: white;
}

@media (min-width: 768px) {
  .hcp p {
    font-size: 1.5rem;
    font-weight: 300;
  }
}
.hcp p.cs-slide__label {
  font-weight: 600;
}
.hcp p.footnote {
  position: relative;
  padding-left: 7px;
  font-size: 0.9375rem;
}
.hcp p.footnote.fn_sc_note span {
  position: relative;
}
.hcp p.footnote.fn_sc_note span sup {
  top: 0px !important;
  left: -9px !important;
  font-size: 95%;
}
.hcp p.footnote sup:not(.numbers),
.hcp p.footnote .ref-icon {
  position: absolute;
  left: 0;
}
@media (max-width: 991.98px) {
  .hcp p.footnote sup:not(.numbers),
  .hcp p.footnote .ref-icon {
    left: 2px;
    font-size: 65%;
  }
}
.hcp p.footnote sup:not(.numbers) {
  top: 6px;
}
.hcp p.footnote .ref-icon {
  top: 0px;
}
.hcp.pca p.footnote .ref-icon {
  top: 3px;
  left: 2px;
}
p.eyebrow-headline {
  font-size: 1.25rem;
  font-weight: 500 !important;
  text-transform: uppercase;
}
p.eyebrow-headline span {
  text-transform: none;
}
@media (max-width: 767.98px) {
  p.eyebrow-headline {
    font-size: 1.1875rem;
  }
}
p sup {
  font-size: 58%;
  top: -0.75em;
}
p sup.numbers {
  top: -0.75em;
}

sup {
  top: -0.4em;
}

/*========== Special exception for "y" in PyLARIFY =============*/
em.y {
  text-transform: lowercase !important;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}

span.lowercase {
  text-transform: lowercase;
}

/*========= Color Modifications ==========*/
.mint {
  color: inherit;
}
.mint:hover {
  color: inherit;
}

.blue-text {
  color: #0057A5;
}

.white-text {
  color: #ffffff;
}
.white-text:hover {
  color: #ffffff;
}

.black-text {
  color: #000;
}

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

/*======== Font Weights ========*/
.font-light {
  font-weight: 300 !important;
}

.font-regular {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

strong,
b {
  font-weight: 700 !important;
}

.footnote {
  font-size: 0.75rem;
  font-weight: 400 !important;
}

.icon-heading {
  padding-left: 0;
}

.all-caps {
  text-transform: uppercase;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-22 {
  font-size: 1.375rem !important;
  line-height: 32px !important;
}

.fs-22-b {
  font-size: 1.375rem !important;
  line-height: 32px !important;
  font-weight: 600 !important;
}
@media (max-width: 991.98px) {
  .fs-22-b {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

.fs-16 {
  font-size: 1rem !important;
  line-height: 26px !important;
}

.fs-12 {
  font-size: 0.75rem !important;
  line-height: 20px !important;
}

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

.fs-14-p {
  font-size: 0.875rem !important;
  line-height: 20px !important;
}

.fs-22-29 {
  font-size: 22px !important;
}
@media (min-width: 992px) {
  .fs-22-29 {
    font-size: 29px !important;
  }
}

.fs-30-40 {
  font-size: 29px !important;
}
@media (min-width: 992px) {
  .fs-30-40 {
    font-size: 40px !important;
  }
}

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

.pb-7 {
  padding-bottom: 3.75rem;
}

.pt-7 {
  padding-top: 3.75rem;
}
@media (max-width: 991.98px) {
  .pt-7 {
    padding-top: 4rem;
  }
}

.pb-6 {
  padding-bottom: 2.5rem;
}

.pt-6 {
  padding-top: 2.5rem;
}

.mt-6 {
  margin-top: 2.5rem;
}

.mt-7 {
  margin-top: 3.75rem;
}

.mb-6 {
  margin-bottom: 2.5rem;
}

.mb-7 {
  margin-bottom: 3.75rem;
}

.fs-40 {
  font-family: termina, sans-serif;
  font-size: 40px !important;
  line-height: 54px !important;
}

.fs-22 {
  font-size: 22px !important;
  font-family: area-normal, sans-serif;
  line-height: 32px !important;
}
@media (max-width: 991.98px) {
  .fs-22 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

.locations-row {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.locations-row .print-icon p {
  display: inline;
  margin-right: 10px;
}
.locations-row .print-icon p a {
  text-decoration: underline;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}
@media (min-width: 992px) {
  .locations-row {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .mt-xl-n-10 {
    margin-top: -10em;
  }
}
.hcp .purple {
  color: #80439D;
}
.hcp .purple:hover {
  color: #80439D;
}
.hcp .fs-darker-b-32 {
  font-weight: 800;
  font-size: 32px !important;
  font-family: area-normal, sans-serif;
  line-height: 42px !important;
}
@media (max-width: 991.98px) {
  .hcp .fs-darker-b-32 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
.hcp .fs-38 {
  font-size: 38px !important;
  font-family: area-normal, sans-serif;
  line-height: 48px !important;
}
.hcp .fs-termina-38 {
  font-size: 38px !important;
  font-family: termina, sans-serif;
  line-height: 48px !important;
}
@media (max-width: 991.98px) {
  .hcp .fs-termina-38 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
}
.hcp .fs-b-32 {
  font-weight: bold !important;
  font-size: 32px !important;
  font-family: area-normal, sans-serif;
  line-height: 42px !important;
}
@media (max-width: 991.98px) {
  .hcp .fs-b-32 {
    font-size: 24px !important;
    line-height: 34px !important;
  }
}
.hcp .fs-16-bold {
  font-weight: bold !important;
  font-size: 16px !important;
  font-family: area-normal, sans-serif;
  line-height: 26px !important;
}
.hcp .purple-22 {
  color: #80439D;
  font-size: 22px !important;
  font-family: area-normal, sans-serif;
}
@media (max-width: 767.98px) {
  .hcp .purple-22 {
    font-size: 18px !important;
  }
}
.hcp .black-bold {
  color: #5B5B5B !important;
  font-weight: bold;
}
.hcp .purple-22-bold {
  color: #80439D;
  font-size: 22px !important;
  font-weight: bold !important;
  font-family: area-normal, sans-serif;
}
.hcp .footnote {
  font-size: 12px !important;
  line-height: 18px !important;
  font-family: area-normal, sans-serif;
}

.table {
  background: transparent;
  border-collapse: separate;
}
.table tbody {
  background-color: #E8E8E8;
}
.table tbody tr td {
  font-size: 20px;
  font-family: area-normal, sans-serif;
  border-bottom: 2px solid #fff;
}
.table thead tr th:first-child {
  border-top-left-radius: 10px;
}
.table thead tr th:first-of-type {
  border-top-left-radius: 10px;
}
.table thead tr th:last-child {
  border-top-right-radius: 10px;
}
.table thead tr th {
  font-size: 20px;
  font-family: area-normal, sans-serif;
  border-bottom: 2px solid #fff;
}
.table .header-green tr th {
  background: #2B8F97;
}

.clearfix {
  clear: both !important;
}

@media (max-width: 991.98px) {
  .locations-row {
    display: block !important;
  }
  .locations-row .col-lg-5:nth-child(2) {
    display: block;
    width: 75%;
    float: left;
  }
  .locations-row .callout-btn {
    border-radius: 5px;
  }
  .locations-row .print-icon {
    display: block;
    width: 15%;
    float: left;
    margin-bottom: 60px;
    margin-left: 5%;
    padding: 0;
    margin-top: 0;
  }
  .locations-row .print-icon img {
    display: block;
    margin-right: 0 !important;
  }
  .locations-row .print-icon p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    text-align: center;
  }
  .locations-row #print-results.disabled span {
    padding-left: 0;
  }
}
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

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

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

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

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

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

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #6c757d !important;
}

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

.font-weight-bold {
  font-weight: 700 !important;
}

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

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

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

.text-muted {
  color: #6c757d !important;
}

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*$bp-xs: 0;
$bp-sm: 576px;
$bp-md: 768px;
$bp-lg: 992px;
$bp-xl: 1200px;

$grid-breakpoints: (
  xs: $bp-xs,
  sm: $bp-sm,
  md: $bp-md,
  lg: $bp-lg,
  xl: $bp-xl
);

$container-max-widths: (
  sm: 540px,
  md: 720px,
  lg: 960px,
  xl: 1140px
);*/
@media (min-width: 1270px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
  }
}
@media (min-width: 991.92px) and (max-width: 1024px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
  }
  body.menu-open.hcp .header {
    background-color: white;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
  }
  body.menu-open.hcp .header {
    background-color: white;
  }
}
.dx8-tabs {
  background-color: #DBDBDB;
}
@media screen and (min-width: 37.5em) {
  .dx8-tabs {
    height: auto;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
  }
}
.dx8-tabs li a {
  color: #000;
  background: #CECECE;
  display: block;
  font-size: 0.929em;
  padding: 11px 20px;
}
.dx8-tabs li a:hover {
  background: #B3B3B3;
}
.dx8-tabs li.is-active a {
  background: #F1F1F1;
  pointer-events: none;
}
@media screen and (max-width: 37.5em) {
  .dx8-tabs li {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 37.5em) {
  .dx8-tabs li {
    display: block;
    float: left; /* LTR */
    vertical-align: bottom;
    margin: 0 1px 0 0; /* LTR */
  }
  [dir=rtl] .dx8-tabs li {
    margin: 0 0 0 1px;
    float: right;
  }
}

#user-login-form,
#user-register-form,
#user-pass,
#search-form,
#search-block-form {
  border: 1px solid #DBDBDB;
  margin-top: -1px;
  margin-bottom: 15px;
  padding: 15px 30px;
}
#user-login-form .form-item,
#user-register-form .form-item,
#user-pass .form-item,
#search-form .form-item,
#search-block-form .form-item {
  padding: 15px 0;
}
#user-login-form .form-item .description,
#user-register-form .form-item .description,
#user-pass .form-item .description,
#search-form .form-item .description,
#search-block-form .form-item .description {
  margin-top: 10px;
}
#user-login-form .form-actions,
#user-register-form .form-actions,
#user-pass .form-actions,
#search-form .form-actions,
#search-block-form .form-actions {
  padding: 15px 0;
}
#user-login-form label,
#user-register-form label,
#user-pass label,
#search-form label,
#search-block-form label {
  display: table;
  margin-bottom: 10px;
}
#user-login-form input,
#user-login-form select,
#user-register-form input,
#user-register-form select,
#user-pass input,
#user-pass select,
#search-form input,
#search-form select,
#search-block-form input,
#search-block-form select {
  max-width: 100%;
}
#user-login-form details.form-wrapper,
#user-register-form details.form-wrapper,
#user-pass details.form-wrapper,
#search-form details.form-wrapper,
#search-block-form details.form-wrapper {
  border-bottom-width: 0;
  margin: 15px 0;
}
#user-login-form details.form-wrapper .dx8-details-content,
#user-register-form details.form-wrapper .dx8-details-content,
#user-pass details.form-wrapper .dx8-details-content,
#search-form details.form-wrapper .dx8-details-content,
#search-block-form details.form-wrapper .dx8-details-content {
  border: 1px solid #DBDBDB;
  border-top: 0;
  padding: 15px 30px;
}
#user-login-form details.form-wrapper .dx8-details-content fieldset,
#user-register-form details.form-wrapper .dx8-details-content fieldset,
#user-pass details.form-wrapper .dx8-details-content fieldset,
#search-form details.form-wrapper .dx8-details-content fieldset,
#search-block-form details.form-wrapper .dx8-details-content fieldset {
  border: 0;
}
#user-login-form details.form-wrapper .dx8-details-content legend,
#user-register-form details.form-wrapper .dx8-details-content legend,
#user-pass details.form-wrapper .dx8-details-content legend,
#search-form details.form-wrapper .dx8-details-content legend,
#search-block-form details.form-wrapper .dx8-details-content legend {
  position: relative;
  top: 15px;
  padding: 10px 0;
}
#user-login-form details.form-wrapper .dx8-details-content > fieldset > legend,
#user-register-form details.form-wrapper .dx8-details-content > fieldset > legend,
#user-pass details.form-wrapper .dx8-details-content > fieldset > legend,
#search-form details.form-wrapper .dx8-details-content > fieldset > legend,
#search-block-form details.form-wrapper .dx8-details-content > fieldset > legend {
  width: 100%;
  border-bottom: 1px solid #DBDBDB;
}
#user-login-form details.form-wrapper summary,
#user-register-form details.form-wrapper summary,
#user-pass details.form-wrapper summary,
#search-form details.form-wrapper summary,
#search-block-form details.form-wrapper summary {
  padding: 10px;
  background: #DBDBDB;
}
#user-login-form .form-type-checkbox label,
#user-register-form .form-type-checkbox label,
#user-pass .form-type-checkbox label,
#search-form .form-type-checkbox label,
#search-block-form .form-type-checkbox label {
  margin-bottom: 0;
}
#user-login-form .form-checkbox,
#user-register-form .form-checkbox,
#user-pass .form-checkbox,
#search-form .form-checkbox,
#search-block-form .form-checkbox {
  margin-right: 10px;
  float: left;
}

#edit-help-link {
  display: block;
  margin-top: 10px;
}

.search-block-form {
  padding: 15px 0;
}
.search-block-form h2 {
  margin-bottom: 10px;
}

#search-block-form {
  padding: 0;
  border: 0;
}
#search-block-form:before, #search-block-form:after {
  content: "";
  display: table;
}
#search-block-form:after {
  clear: both;
}
#search-block-form .form-item {
  margin-right: 15px;
}
#search-block-form .form-item,
#search-block-form .form-actions {
  float: left;
  padding: 0;
}
#search-block-form input {
  margin: 0;
}

.node-preview-container {
  background-color: #DBDBDB;
}
.node-preview-container .node-preview-backlink {
  display: inline-block;
  line-height: 14px;
  padding: 4px 15px;
  background: #0071B8 linear-gradient(to bottom, #007BC6, #0071B8);
  border: 1px solid #1E5C90;
  border-radius: 20px;
  font: 700 14px Arial;
  color: #FFF;
  text-shadow: 0 1px hsla(0, 0%, 0%, 0.5);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.node-preview-container .node-preview-backlink:hover, .node-preview-container .node-preview-backlink:focus {
  background: #2369A6 linear-gradient(to bottom, #0C97ED, #1F86C7);
  border-color: #1F86C7;
}
.node-preview-container .node-preview-backlink:hover {
  box-shadow: 0 1px 2px hsla(203, 10%, 10%, 0.25);
}
.node-preview-container .node-preview-backlink:focus {
  border-color: #1280DF;
}
.node-preview-container .node-preview-backlink:active {
  background: #0071B8 linear-gradient(to bottom, #08639B, #0071B8);
  border-color: #144B78;
  box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.2);
}
.node-preview-container .node-preview-backlink:before {
  content: "«";
  margin-right: 5px;
  font-size: 16px;
}

body.home .banner .home-only {
  display: block;
}
body.home .banner .home-only + p sup.home-only-sup {
  display: inline;
}

body:not(.home) .banner .home-only + p sup:not(.home-only-sup) {
  display: inline;
}

body.menu-open .banner {
  max-height: 0;
}

.banner {
  background-color: #00FFD1;
  max-height: 100vh;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.banner p {
  margin: 0;
  color: #00396C;
  font-size: 0.95rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .banner p {
    padding-left: 0.625rem;
  }
}
.banner a {
  color: #00396C;
  text-decoration: underline;
}
.banner .home-only {
  display: none;
}
.banner .home-only + p sup {
  display: none;
}
.banner .row {
  padding: 0.625rem 0;
}

body.hcp .glass-bg1 {
  background-image: url("/sites/default/files/2024-04/Background_Glass_Effiacy-1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
body.hcp .glass-bg2 {
  background-image: url("/sites/default/files/2024-04/Background_Glass_Effiacy-2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
body.hcp .glass-bg3 {
  background-image: url("/sites/default/files/2024-04/Background_Glass_Effiacy-3.png");
  background-size: cover;
  background-repeat: no-repeat;
}
body.hcp .glass-bg4 {
  background-image: url("/sites/default/files/2024-04/Background_Glass_Effiacy-4.png");
  background-size: cover;
  background-repeat: no-repeat;
}
body.hcp .bg-pca-1 {
  background-image: url("/sites/default/files/2024-04/Background_Glass_PCa-1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
body.hcp .bg-pca-2 {
  background-image: url("/sites/default/files/2024-04/Background_Glass_PCa-2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
body.hcp .pca-normal-cell {
  background-image: url("/sites/default/files/2024-04/moa_desktop.png");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 53% 50%;
  min-height: 786px;
}
@media (max-width: 991.98px) {
  body.hcp .pca-normal-cell {
    background-image: url("/sites/default/files/2024-05/moa_mobile.png") !important;
    background-image: none;
    padding-bottom: 2rem;
    background-position: 64% 100%;
    background-size: 143%;
    min-height: 590px;
  }
}
body.hcp .bg-pca-3 {
  background-image: url("/sites/default/files/2024-04/image_campaign_street.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.hcp .bg-home-2 {
  background-image: url("/sites/default/files/2024-04/Background_Glass_Home-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.hcp .isi-bg {
  background-image: url("/sites/default/files/2024-04/Background_Glass_Effiacy-ISI.png");
  background-size: cover;
  background-repeat: no-repeat;
}
body.hcp .fountain-bg {
  background-image: url("/sites/default/files/2024-04/Image_Campaign_Park.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.hcp.efficacy .glass-bg1 {
  padding-bottom: 250px;
}
.hcp.efficacy .video-container {
  margin-top: -220px;
}

.hcp.reimbursement .glass-bg1 {
  background-image: url("/sites/default/files/2024-04/Background_Glass_Reimburesement and Availability-1.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.hcp .border-bottom {
  border-bottom: 2px solid lightgray;
}

.hcp .background-white {
  background-color: #ffffff;
}

.hcp .background-blue {
  background-color: #003462;
}

.btn-arrow-right {
  background-color: #007aff;
  color: #ffffff;
  border-radius: 10px;
  display: inline-block;
  padding: 0.5rem 0.7rem;
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}
.btn-arrow-right:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-arrow-right:active {
  background-color: #00396C;
}
.btn-arrow-right::after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  height: 15px;
  width: 20px;
  background-image: url("/sites/default/files/2024-04/Next_Arrow_white.png");
  background-repeat: no-repeat;
  background-size: 75%;
}

.blockquote {
  background: linear-gradient(-146deg, #ffffff 0%, #e9edef 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #e4ebed 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #e2eaeb 88.07%, #ffffff 98.03%, #f9fbfc 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 3rem 1.25rem 3rem 5rem;
  border-radius: 11px;
  margin: 0 15px;
  position: relative;
  max-width: 1100px;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  font-style: normal;
  text-align: left;
  color: #3d4041;
  margin: 3rem auto;
  background: none;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991.98px) {
  .blockquote {
    background: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 991.98px) {
  .blockquote {
    padding: 3rem;
  }
}
.blockquote .figcaption {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  font-style: italic;
  text-align: left;
}
.blockquote .figcaption.textgreen {
  color: #2b8f97;
}
.blockquote:before {
  top: -25px;
  left: -20px;
  background: url("/sites/default/files/images/default-images/hcp/icons/before-quote.png") no-repeat;
  background-size: cover;
}
.blockquote:after {
  bottom: -25px;
  right: -20px;
  background: url("/sites/default/files/images/default-images/hcp/icons/after-quote.png") no-repeat;
  background-size: cover;
}

figcaption {
  padding: 0;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  figcaption {
    padding: 0 4.75rem;
  }
}

.blockquote.greenbq:before {
  content: "";
  top: -22px;
  left: 0px;
  background-size: cover;
  background-position: center;
  width: 50px;
  position: absolute;
  height: 37px;
  background-image: url("/sites/default/files/2024-05/Quoteation_Open_Green.png");
}
.blockquote.greenbq:after {
  content: "";
  bottom: -18px;
  right: 3px;
  background-image: url("/sites/default/files/2024-05/quoteation_closed_green.png");
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 37px;
}

.blockquote.purplebq:before {
  content: "";
  top: -22px;
  left: 0px;
  background-size: cover;
  background-position: center;
  width: 50px;
  position: absolute;
  height: 37px;
  background-image: url("/sites/default/files/2024-05/Quoteation_Open_Purple.png");
}
.blockquote.purplebq:after {
  content: "";
  bottom: -18px;
  right: 3px;
  background-image: url("/sites/default/files/2024-05/Quoteation_Closed_Purple.png");
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 37px;
}

.blue-section {
  background-color: rgba(0, 87, 165, 0.5);
  margin: 4.6875rem 0 7rem;
  padding: 5.125rem 0 6.8125rem;
}
@media (max-width: 767.98px) {
  .blue-section {
    margin: 1.125rem 0 5rem;
    padding: 2.5625rem 0 3.375rem;
  }
}
.blue-section__bgcolor-only {
  background-color: rgba(0, 87, 165, 0.5);
  margin-top: 4.6875rem;
  padding: 5.125rem 0 6.8125rem;
}
.blue-section__bgcolor-only + .callout {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .blue-section__mobile-only {
    background-color: rgba(0, 87, 165, 0.5);
    margin: 2rem 0;
  }
  .blue-section__mobile-only .standout__dark-blue {
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
  .blue-section__mobile-only .standout__dark-blue:before, .blue-section__mobile-only .standout__dark-blue:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .blue-section__mobile-only {
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
  .blue-section__mobile-only .standout__dark-blue {
    padding: 2rem 2rem;
  }
}

.blue-box {
  background-color: #0057A5;
  position: relative;
  margin-bottom: 1.25rem;
  padding: 3rem 3rem;
}
@media (max-width: 767.98px) {
  .blue-box {
    padding: 2rem;
  }
}
.blue-box::before {
  content: "";
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  bottom: -4px;
  left: -4px;
  border: solid #00396C;
  border-width: 0 0 4px 4px;
}
.blue-box::after {
  content: "";
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  top: -4px;
  right: -4px;
  border: solid #00FFD1;
  border-width: 4px 4px 0 0;
}
.blue-box hr {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  height: 8px;
  background: linear-gradient(90deg, rgb(0, 255, 209) 30%, rgb(0, 122, 255));
}
@media (min-width: 992px) {
  .blue-box hr {
    margin-top: 2.875rem;
    margin-bottom: 2.875rem;
  }
}
.blue-box .footnote {
  font-size: 18px;
  line-height: 2;
}
@media (min-width: 768px) {
  .blue-box.mb-100 {
    margin-bottom: 6.25rem;
  }
}
.blue-box.small {
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .blue-box.small {
    padding: 3.4375rem 3.9375rem;
  }
}
.blue-box.error {
  padding: 3.875rem 9.6875rem 5.3125rem;
  margin-bottom: 4.6875rem;
}
@media (max-width: 767.98px) {
  .blue-box.error {
    padding: 2.25rem 0.9375rem 6.5625rem;
    margin-bottom: 6.25rem;
  }
  .blue-box.error .h1 {
    text-align: center;
  }
  .blue-box.error .btn-row {
    display: flex;
    justify-content: center;
  }
}
.blue-box.site-map ul {
  list-style: none;
  padding-inline-start: 0;
}
.blue-box.site-map ul li {
  border-top: 1px dashed #ffffff;
  padding: 0.9375rem 0 0.9375rem 3.125rem;
}
.blue-box.site-map ul li::before {
  content: none;
}
.blue-box.site-map ul li:last-child {
  border-bottom: 1px dashed #ffffff;
}
.blue-box.site-map ul li.home {
  position: relative;
  padding-left: 0;
  margin-left: 0;
}
.blue-box.site-map ul li.home a {
  display: inline-block;
}
.blue-box.site-map ul li.home a:first-child {
  max-width: 65px;
}
.blue-box.site-map ul li.home a:first-child img {
  max-width: 49px;
}
.blue-box.site-map ul li a {
  color: #00FFD1;
  font-weight: 500;
}

.hcp .site-map ul li {
  border-bottom: 2px solid lightgray;
  padding-bottom: 5px;
  padding-top: 20px;
}
.hcp .site-map ul li a {
  color: #007aff;
}
.hcp .site-map ul li::before {
  display: none;
}
.hcp .gradient-bg-box {
  opacity: 0.8;
  background: #fcfcfc;
  background: linear-gradient(-130deg, #ffffff 0%, #e6e6e6 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #f5f5f5 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #f0f5f5 88.07%, #fefefe 97.67%, #ffffff 98.03%, #f9fbfc 100%);
  border: 2px solid;
  border-image: linear-gradient(90deg, #ffffff 0%, #e6e6e6 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #f5f5f5 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #f0f5f5 88.07%, #fefefe 97.67%, #ffffff 98.03%, #f9fbfc 100%);
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  padding: 3rem 2rem;
  width: 100%;
}
.hcp .gradient-bg2-box {
  opacity: 0.8;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  border-radius: 15px;
  padding: 3rem 2rem;
  width: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #d6d6d6 3.83%, #efefef 4.61%, #d9d9d9 67%, #fdfdfd 86.21%, #c7c7c7 92.61%, #ffffff 98.03%, #e2e2e2 100%);
  border: 2px solid;
  border-image: linear-gradient(90deg, #ffffff 0%, #e6e6e6 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #f5f5f5 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #f0f5f5 88.07%, #fefefe 97.67%, #ffffff 98.03%, #f9fbfc 100%);
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.6);
}
.hcp .gradient-bg-rl-box {
  background: #fcfcfc;
  background: linear-gradient(-130deg, #ffffff 0%, #e6e6e6 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #f5f5f5 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #f0f5f5 88.07%, #fefefe 97.67%, #ffffff 98.03%, #f9fbfc 100%);
  border: 2px solid;
  border-image: linear-gradient(90deg, #ffffff 0%, #e6e6e6 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #f5f5f5 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #f0f5f5 88.07%, #fefefe 97.67%, #ffffff 98.03%, #f9fbfc 100%);
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  padding: 3rem 2rem;
  width: 100%;
  position: relative;
}
.hcp .gradient-bg-rl-box::after {
  content: "Left";
  width: 110px;
  height: 50px;
  text-align: center;
  background-color: #3D4041;
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 80px;
  padding-top: 13px;
}
.hcp .gradient-bg-rl-box::before {
  content: "Right";
  width: 110px;
  height: 50px;
  text-align: center;
  background-color: #3D4041;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 80px;
  padding-top: 13px;
}

body.hcp .primary-btn {
  padding: 8px 20px;
  border-radius: 5px;
  background-color: #fff;
  color: #007aff;
}
body.hcp .primary-btn:hover {
  background-color: #f0f0f0;
}

.callout {
  width: 100%;
  background-color: #003462;
}
@media (max-width: 991.98px) {
  .callout {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .callout {
    margin-top: 6rem;
  }
}
.callout .container {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .callout .container {
    display: flex;
    align-items: center;
  }
}
.callout.no-green-dohicky .col:first-child:before {
  display: none;
}
.callout .col:first-child {
  position: relative;
  padding: 1rem;
}
@media (max-width: 991.98px) {
  .callout .col:first-child {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991.98px) {
  .callout .col:last-child {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .callout .col img {
    margin-top: -10%;
  }
}
.callout .headline {
  font-size: 1.375rem;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .callout .headline {
    font-size: 1.375rem;
  }
}
.callout .sub-headline {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00FFD1;
}
@media (max-width: 767.98px) {
  .callout .sub-headline {
    font-size: 1.25rem;
  }
}
.callout p {
  font-size: 1.25rem;
}
.callout .callout-btn {
  position: relative;
  display: inline-block;
  margin-top: 1.5rem;
  padding: 1rem 4rem 1rem 1rem;
  background: #00FFD1;
  color: #0057A5;
  font-weight: 700;
  line-height: 1.2;
}
.callout .callout-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 35%;
  right: 2rem;
  width: 25px;
  height: 25px;
  background: url("/sites/default/files/2024-04/Next_Arrow_Blue.png") no-repeat;
  background-size: 70%;
}
.callout .callout-btn:hover {
  text-decoration: none;
}

body.hcp main .coh-ce-cpt_clinincal_impact_component-57733742 p.callout-text {
  font-weight: 600;
  max-width: 505px;
}
@media (min-width: 992px) {
  body.hcp main .callout {
    margin-top: 2rem;
    height: 540px;
    margin-bottom: 2rem;
  }
}
body.hcp main .callout p {
  font-size: 22px;
}
body.hcp main .callout .headline {
  font-size: 38px;
  font-family: termina, sans-serif;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  body.hcp main .callout .headline {
    font-size: 20px;
  }
}
body.hcp main .callout .column-image {
  height: 540px;
  object-fit: cover;
}
body.hcp main .callout .actor-portrayal-disc {
  font-size: 12px;
  color: white;
  position: absolute;
  z-index: 9;
  left: 20px;
  bottom: 0;
}
body.hcp main .callout .container-fluid .text-container, body.hcp main .callout .container-sm .text-container, body.hcp main .callout .container-md .text-container, body.hcp main .callout .container-lg .text-container, body.hcp main .callout .container-xl .text-container {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-right: 0;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  body.hcp main .callout .container-fluid .text-container, body.hcp main .callout .container-sm .text-container, body.hcp main .callout .container-md .text-container, body.hcp main .callout .container-lg .text-container, body.hcp main .callout .container-xl .text-container {
    align-items: center;
    justify-content: center;
  }
}
body.hcp main .callout .container-fluid .image-container, body.hcp main .callout .container-sm .image-container, body.hcp main .callout .container-md .image-container, body.hcp main .callout .container-lg .image-container, body.hcp main .callout .container-xl .image-container {
  padding: 0;
}
body.hcp main .callout .container-fluid .image-container img, body.hcp main .callout .container-sm .image-container img, body.hcp main .callout .container-md .image-container img, body.hcp main .callout .container-lg .image-container img, body.hcp main .callout .container-xl .image-container img {
  height: 540px;
  object-fit: cover;
}
body.hcp main .callout .container-fluid .column-text, body.hcp main .callout .container-sm .column-text, body.hcp main .callout .container-md .column-text, body.hcp main .callout .container-lg .column-text, body.hcp main .callout .container-xl .column-text {
  padding: 0;
  height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
  width: 600px;
}
body.hcp main .callout .container-fluid .callout-btn, body.hcp main .callout .container-sm .callout-btn, body.hcp main .callout .container-md .callout-btn, body.hcp main .callout .container-lg .callout-btn, body.hcp main .callout .container-xl .callout-btn {
  width: fit-content;
  background-color: #ffffff;
  color: #007aff;
  padding: 1.2rem 2rem 1rem 2rem;
  border-radius: 5px;
  font-size: 14px;
  padding: 1.5rem 4.2rem 1rem 2.5rem;
}
body.hcp main .callout .container-fluid .callout-btn:before, body.hcp main .callout .container-sm .callout-btn:before, body.hcp main .callout .container-md .callout-btn:before, body.hcp main .callout .container-lg .callout-btn:before, body.hcp main .callout .container-xl .callout-btn:before {
  background-image: url("/sites/default/files/2024-04/Next_Arrow_Blue.png");
  background-size: 65%;
}
body.hcp main .callout .container-fluid .callout-btn:hover, body.hcp main .callout .container-sm .callout-btn:hover, body.hcp main .callout .container-md .callout-btn:hover, body.hcp main .callout .container-lg .callout-btn:hover, body.hcp main .callout .container-xl .callout-btn:hover {
  background-color: #efefef;
}
body.hcp main .callout .container-fluid .callout-btn:active, body.hcp main .callout .container-sm .callout-btn:active, body.hcp main .callout .container-md .callout-btn:active, body.hcp main .callout .container-lg .callout-btn:active, body.hcp main .callout .container-xl .callout-btn:active {
  background-color: gray;
}
body.hcp main .callout .container-fluid .callout-btn:after, body.hcp main .callout .container-sm .callout-btn:after, body.hcp main .callout .container-md .callout-btn:after, body.hcp main .callout .container-lg .callout-btn:after, body.hcp main .callout .container-xl .callout-btn:after {
  background-image: url("/sites/default/files/2024-04/Next_Arrow_Blue.png");
  background-repeat: no-repeat;
  top: 35%;
}
body.hcp main .callout .container-fluid .col-text, body.hcp main .callout .container-sm .col-text, body.hcp main .callout .container-md .col-text, body.hcp main .callout .container-lg .col-text, body.hcp main .callout .container-xl .col-text {
  display: flex;
  align-items: center;
}

.hcp.efficacy.safety .callout .column-image {
  background-image: url("/sites/default/files/2024-04/Image_Case%20Studies-2.png");
}

.chevron, .nccn-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1220px;
  margin-bottom: 2rem;
  padding: 25px 0;
  background: url("/sites/default/files/images/default-images/hcp/chevron-down-m.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .chevron, .nccn-banner {
    padding: 25px 0 50px;
    background: transparent;
  }
}
.chevron .h1, .nccn-banner .h1 {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 0.625rem;
  padding: 0 0 0.5rem;
  font-weight: 600 !important;
  font-size: 1.4375rem !important;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .chevron .h1, .nccn-banner .h1 {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .chevron .h1, .nccn-banner .h1 {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .chevron .h1, .nccn-banner .h1 {
    margin-top: 1.0625rem;
    font-size: 2rem !important;
  }
}
.chevron .h1:after, .nccn-banner .h1:after {
  background: #00FFD1;
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}
@media (min-width: 1200px) {
  .chevron .h1:after, .nccn-banner .h1:after {
    width: 100%;
  }
}
.chevron .h1 span, .nccn-banner .h1 span {
  font-weight: 300;
}
.chevron-down, .nccn-banner-down {
  padding-bottom: 3.25rem;
}
@media (min-width: 1200px) {
  .chevron-down, .nccn-banner-down {
    padding-bottom: 4.25rem;
    background: url("/sites/default/files/images/default-images/hcp/chevron-down.png") no-repeat;
    background-size: 100% 100%;
  }
}

.nccn-banner {
  box-shadow: 0px 13px 13px 2px rgba(0, 0, 0, 0.75);
  color: #ffffff;
}
.nccn-banner--left-to-right {
  background: linear-gradient(90deg, rgb(3, 74, 143) 0%, rgb(2, 123, 254) 100%);
}
.nccn-banner--top-to-bottom {
  background: #fcfcfc;
  background: linear-gradient(-130deg, #ffffff 0%, #e6e6e6 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #f5f5f5 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #f0f5f5 88.07%, #fefefe 97.67%, #ffffff 98.03%, #f9fbfc 100%);
  border: 2px solid;
  border-image: linear-gradient(90deg, #ffffff 0%, #e6e6e6 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #f5f5f5 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #f0f5f5 88.07%, #fefefe 97.67%, #ffffff 98.03%, #f9fbfc 100%);
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.6);
  height: 180px;
  color: #5B5B5B;
  font-weight: bold;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


.slick-loading .slick-list {
  background: #fff;
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}


.cs-slide {
  overflow: hidden;
  width: 100%;
}

.cs-slide--0 .cs-slide__image img {
  max-height: 225px;
}
@media (min-width: 992px) {
  .cs-slide--0 .cs-slide__image img {
    max-height: none;
  }
}

.cs-slide__caption {
  color: #666;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 992px) {
  .cs-slide__caption {
    font-size: 18px;
  }
}

.cs-slide__image {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
  position: relative;
}
.cs-slide__image img {
  max-width: 45% !important;
}
@media (min-width: 992px) {
  .cs-slide__image img {
    max-width: 50% !important;
  }
}
.cs-slide__image span {
  font-size: 11.2px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .cs-slide__image span {
    font-size: 14px;
    font-weight: 700;
    margin-left: 5rem;
    display: inline;
  }
}
.cs-slide__image > ul {
  font-size: 13px;
  margin: 0;
  padding-top: 20px;
}
.cs-slide__image > ul li {
  line-height: 1.05;
}
.cs-slide__image > ul li::before {
  left: -6px;
}
.cs-slide__image > ul ul li {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .cs-slide__image > ul {
    font-size: 18px;
    padding-top: 80px;
  }
}

.cs-slide__label {
  font-size: 11.2px;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .cs-slide__label {
    font-size: 16px;
    height: 80px;
  }
}

.cs-slider {
  color: #00396C;
  flex-basis: 0;
  flex-grow: 1;
  padding: 2em 1em;
  position: relative;
  text-align: center;
  width: 100%;
}
.cs-slider h3 {
  display: inline-block;
  border-bottom: 1px solid #00396C;
  padding-bottom: 0.25em;
  font-size: 16.8px;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .cs-slider h3 {
    display: block;
    font-size: 24px;
  }
}
.cs-slider li {
  text-align: left;
}
@media (min-width: 992px) {
  .cs-slider {
    padding: 1em;
    padding-bottom: 0;
    max-width: 50%;
  }
}

.cs-slider--right::before {
  width: 76%;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 255, 207, 0), #00ffcf, rgba(0, 255, 207, 0));
  content: "";
  position: absolute;
  top: -1px;
  left: 12%;
}
@media (min-width: 992px) {
  .cs-slider--right::before {
    width: 2px;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 255, 207, 0), #00ffcf, rgba(0, 255, 207, 0));
    top: 0;
    left: -1px;
  }
}
.cs-slider--right .cs-slide--0 .cs-slide__image img {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .cs-slider--right .cs-slide--0 .cs-slide__image img {
    margin: 0;
  }
}

.cs-sliders {
  align-items: flex-start;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1em;
  max-width: 1230px;
}
.cs-sliders:before, .cs-sliders:after {
  height: 30px;
  width: 30px;
  content: "";
  display: block;
  position: absolute;
}
.cs-sliders:before {
  border-bottom: 7px solid #00396C;
  border-left: 7px solid #00396C;
  bottom: -7px;
  left: -6px;
}
.cs-sliders:after {
  border-top: 7px solid #00FFD1;
  border-right: 7px solid #00FFD1;
  top: -7px;
  right: -6px;
}
@media (min-width: 992px) {
  .cs-sliders {
    flex-direction: row;
  }
}

.cs-sliders-dot {
  height: 14px;
  width: 14px;
  background-color: rgba(0, 255, 209, 0.23);
  border-radius: 50%;
  margin: 0 0.5em;
}
.cs-sliders-dot.active {
  background-color: #00ffd1;
}
@media (min-width: 992px) {
  .cs-sliders-dot {
    height: 18px;
    width: 18px;
  }
}

.cs-sliders-dots {
  width: 100%;
  height: 14px;
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  bottom: 1em;
  left: 0;
}
@media (min-width: 992px) {
  .cs-sliders-dots {
    width: 100%;
    height: 18px;
  }
}

.cs-sliders-nav {
  height: 100%;
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.cs-sliders-nav-arrow {
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
}
.cs-sliders-nav-arrow.active {
  opacity: 1;
  pointer-events: all;
}
.cs-sliders-nav-arrow span {
  color: #666;
  font-size: 8.4px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  position: absolute;
  top: 50%;
  text-align: center;
}
.cs-sliders-nav-arrow span.active {
  opacity: 1;
}
@media (min-width: 992px) {
  .cs-sliders-nav-arrow span {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .cs-sliders-nav-arrow {
    width: 35px;
    height: 35px;
    top: 345px;
    transform: translateY(0);
  }
}

.cs-sliders-nav-arrow--next {
  background-image: url("/sites/default/files/2024-04/right_arrow_button_1.png");
  right: 65px;
}
.cs-sliders-nav-arrow--next span {
  left: 37px;
  top: -30px;
  transform: translateX(-80%) translateY(-50%);
}
@media (min-width: 992px) {
  .cs-sliders-nav-arrow--next {
    right: 65px;
  }
}

.cs-sliders-nav-arrow--prev {
  background-image: url("/sites/default/files/2024-04/left_arrow_button.png");
  left: 0;
}
.cs-sliders-nav-arrow--prev span {
  right: 0;
  transform: translateX(80%) translateY(-50%);
}
@media (min-width: 992px) {
  .cs-sliders-nav-arrow--prev {
    left: 26px;
  }
}

.hcp .cs-sliders {
  background: #fcfcfc;
  background: linear-gradient(-130deg, #ffffff 0%, #e6e6e6 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #f5f5f5 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #f0f5f5 88.07%, #fefefe 97.67%, #ffffff 98.03%, #f9fbfc 100%);
  border: 2px solid;
  border-image: linear-gradient(90deg, #ffffff 0%, #e6e6e6 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #f5f5f5 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #f0f5f5 88.07%, #fefefe 97.67%, #ffffff 98.03%, #f9fbfc 100%);
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  height: 700px;
  padding: 15px 0;
}
.hcp .cs-sliders::before {
  display: none;
}
.hcp .cs-sliders::after {
  display: none;
}
.hcp .cs-sliders .cs-slider h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: area-normal, sans-serif;
  border: none;
}
.hcp .cs-sliders .cs-slider h3::after {
  background-color: #26D2B8;
  content: "";
  height: 5px;
  position: absolute;
  top: 3rem;
  width: 40%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 991.98px) {
  .hcp .cs-sliders .cs-slider h3::after {
    top: 3.75rem;
  }
}
@media (max-width: 991.98px) {
  .hcp .cs-sliders .cs-slider.cs-slider--left .cs-slide.cs-slide--2 .cs-slide__label {
    margin-bottom: 4rem;
  }
}
.hcp .cs-sliders .cs-slider .cs-slide .coh-wysiwyg.coh-ce-cpt_wysiwyg-2b334ab6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 370px;
}
@media (max-width: 991.98px) {
  .hcp .cs-sliders .cs-slider .cs-slide .coh-wysiwyg.coh-ce-cpt_wysiwyg-2b334ab6 {
    height: fit-content;
  }
}
.hcp .cs-sliders .cs-slider .cs-slide ul li {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .hcp .cs-sliders .cs-slider .cs-slide ul li {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 991.98px) {
  .hcp .cs-sliders .cs-slider .cs-slide ul li::before {
    top: -1px;
    font-size: 22px;
  }
}
.hcp .cs-sliders .cs-slider .cs-slide ul li ul li::before {
  background: #e9c56a;
  top: 10px;
}
.hcp .cs-sliders .cs-slider--right::before {
  display: none;
}
.hcp .cs-sliders .cs-sliders-dots {
  bottom: -3rem;
}
.hcp .cs-sliders .cs-sliders-dot.active {
  background-color: #007aff;
}
.hcp .cs-sliders-nav-arrow--next span {
  width: max-content;
  left: 25px;
  top: -20px;
  font-weight: 100;
}
.hcp .cs-sliders-nav-arrow--next {
  right: 30px;
}

.hcp.case-studies .cs-sliders {
  height: auto !important;
}

body.hcp .eyebrow {
  background: #007AFF;
}
body.hcp .eyebrow .eyebrow-container .eyebrow-nav .eyebrow-nav__item--patient span.coh-inline-element {
  width: 100px;
}
body.hcp .eyebrow .eyebrow-container .tertiary-nav a {
  margin: 0 0.75rem 0 0rem;
  font-size: 12px;
  font-weight: bold;
}
body.hcp .eyebrow .eyebrow-nav__item a {
  background-color: transparent;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}
body.hcp .eyebrow .eyebrow-nav__item a.active {
  background-color: #003462;
}
@media (max-width: 991.98px) {
  body.hcp .eyebrow {
    background-color: #01427d;
  }
}

.eyebrow {
  background: #0F6FC6;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .eyebrow {
    align-items: flex-start;
    background-color: #ffffff;
    display: flex;
    min-height: 140px;
  }
  .eyebrow .container {
    padding-right: 0;
    padding-left: 0;
  }
  .eyebrow .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .eyebrow .container > .row > .col {
    padding-left: 0;
    padding-right: 0;
  }
}

.eyebrow-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.eyebrow-nav {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-basis: 0;
  padding: 0;
  margin: 0 0 0 0px;
  min-height: 42px;
}
body.ie11-fix .eyebrow-nav {
  height: 42px;
}
@media (max-width: 1199.98px) {
  .eyebrow-nav {
    width: 20rem;
  }
}
@media (max-width: 991.98px) {
  .eyebrow-nav {
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .eyebrow-nav {
    width: 100%;
  }
}

.eyebrow-nav__item {
  display: flex;
  align-content: center;
  list-style: none;
  padding-bottom: 0;
}
.eyebrow-nav__item a {
  background-color: #0F6FC6;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 2rem 0 1.75rem;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 991.98px) {
  .eyebrow-nav__item a {
    background-image: none;
    justify-content: center;
  }
}
.eyebrow-nav__item a::before {
  border: 1px solid #ffffff;
  border-bottom-width: 0;
  border-left-width: 0;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  top: calc(50% - 3px);
  right: 1rem;
  transform: rotate(45deg);
  width: 7px;
}
@media all and (-ms-high-contrast: none) {
  .eyebrow-nav__item a::before {
    right: -85px;
  }
}
.eyebrow-nav__item a.active {
  font-weight: 500;
  padding: 0 1rem 0 1.625rem;
  background-color: #01427D;
  background-image: url("/sites/default/files/images/default-images/header/eyebrow-shape-light-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -1px 0;
}
@media (max-width: 991.98px) {
  .eyebrow-nav__item a.active {
    background-image: none;
  }
}
.eyebrow-nav__item a.active::before {
  display: none;
}
.eyebrow-nav__item a.active:after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  width: 24px;
  height: 100%;
  background-image: url("/sites/default/files/images/default-images/header/eyebrow-shape-dark-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .eyebrow-nav__item a.active:after {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .eyebrow-nav__item--hcp {
    padding-right: 10rem;
  }
}
@media (max-width: 991.98px) {
  .eyebrow-nav__item {
    flex-basis: 100%;
    flex-grow: 1;
    width: 100%;
  }
  .eyebrow-nav__item a {
    font-size: 1em;
    height: 3em;
    width: 100%;
  }
}

.hcp .eyebrow-nav {
  min-height: 54px;
}
.hcp .eyebrow-nav__item a.active {
  background-image: none;
}
.hcp .eyebrow-nav__item a.active:after {
  background-image: none;
}
.hcp .tertiary-nav a {
  margin-left: 2rem;
}
.hcp .tertiary-nav a.sign-up-btn {
  margin-left: 1.75rem !important;
}
.hcp .tertiary-nav a.sign-up-btn, .hcp .tertiary-nav a.locations-btn {
  margin: 0;
  padding: 8px 18px;
}

.tertiary-nav-wrapper {
  flex-basis: 0;
  flex-grow: 1;
}

.tertiary-nav {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: auto 0;
}
@media (min-width: 992px) {
  .tertiary-nav {
    min-width: 34rem;
  }
}
@media (max-width: 991.98px) {
  .tertiary-nav {
    display: block;
    margin: 2em 0;
  }
}
.tertiary-nav li {
  display: flex;
  align-items: center;
  list-style: none;
  padding-bottom: 0;
}
.tertiary-nav li:before {
  content: "";
}
@media (max-width: 991.98px) {
  .tertiary-nav li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
  }
}
.tertiary-nav a {
  margin: 0 0.5rem 0 1rem;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .tertiary-nav a {
    color: #00396C;
    display: block;
    font-size: 1rem;
    margin: 0;
    padding: 1em;
    width: 100%;
  }
}
.tertiary-nav .sign-up-btn,
.tertiary-nav .locations-btn {
  padding: 0.375rem 0.4rem;
  margin: 0.25rem 0 0.25rem 0.6rem;
  border-radius: 5px;
  background: #ffffff;
  color: #007aff;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .tertiary-nav .sign-up-btn,
  .tertiary-nav .locations-btn {
    padding: 1rem 0.4rem;
    margin: 0.25rem 0;
  }
}
.tertiary-nav .sign-up-btn:hover,
.tertiary-nav .locations-btn:hover {
  text-decoration: none;
}

.error h1 {
  font-weight: 300 !important;
}

.error__message a {
  color: #505050;
  text-decoration: underline;
}
.error__message a:hover {
  color: #505050;
  text-decoration: none;
}

body.hcp .error h1 {
  font-weight: 300 !important;
}

footer {
  padding: 3.4375rem;
}
@media (max-width: 991.98px) {
  footer {
    padding-top: 1.5rem;
    padding-bottom: 3.75rem;
    padding-right: 0;
    padding-left: 0;
  }
}
footer hr {
  margin-top: 0;
  margin-bottom: 1.625rem;
  padding-bottom: 1.875rem;
  border: 0px;
  border-bottom: 1px solid;
}
@media (max-width: 991.98px) {
  footer hr {
    margin-bottom: 3.125rem;
    padding-bottom: 3.3125rem;
  }
}
footer p {
  color: #ffffff;
  font-size: 1rem !important;
}
@media (max-width: 991.98px) {
  footer p {
    font-size: 0.875rem;
  }
}
footer a {
  color: #ffffff;
  text-decoration: underline;
}
footer a:hover {
  color: #ffffff;
}
footer img {
  max-width: 100%;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
@media (max-width: 991.98px) {
  footer ul {
    margin-top: 0;
  }
}
footer ul li {
  padding-bottom: 0;
}
footer ul li:before {
  content: "";
}
footer ul li a {
  display: block;
  padding-bottom: 1.5rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
}

.hcp footer {
  background-image: url("/sites/default/files/2024-04/image_footer.png");
  border-bottom: 44px solid #007AFF;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 3.4375rem 6rem 3.4375rem;
  margin-top: 3rem;
}
@media (max-width: 991.98px) {
  .hcp footer {
    padding: 0;
    background-image: url("/sites/default/files/2024-05/Image_Footer_Mobile.png");
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .hcp footer img {
    padding: 0 1rem;
  }
}
.hcp footer p {
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 26px;
}
.hcp footer a {
  color: #000;
  text-decoration: none;
}
.hcp footer a:hover {
  color: #000;
}
.hcp footer ul li {
  margin-right: 5px !important;
}
.hcp footer ul li a {
  padding-bottom: 0;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .hcp footer ul li {
    display: inline-block;
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .hcp footer ul {
    max-width: 400px;
    text-align: center;
    margin: 30px auto;
  }
}

.patient footer {
  background: #506780;
}
.patient footer p a {
  text-decoration: none;
  font-weight: 500;
}
.patient hr {
  border-color: rgba(255, 255, 255, 0.33);
}

a.reload-captcha {
  width: 35px;
  height: 35px;
}

.reload-captcha-wrapper {
  float: left;
  margin: 20px;
}

div#edit-captcha-image-wrapper img {
  float: left;
}

.captcha-type-challenge--image .captcha__element {
  flex-direction: column-reverse;
}

label#edit-captcha-response-error {
  color: #eb3c36;
  font-size: 16px;
  margin-top: 2px;
  font-weight: 300;
}

.confirmation h1,
.submission-error h1 {
  font-weight: 300;
}

.pyl-form-page main a {
  color: #007aff;
}
.pyl-form-page h1 {
  margin: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
  width: 100%;
}
.pyl-form-page h1::before {
  width: 100%;
  height: 4px;
  background-color: #00FFD1;
  background-image: linear-gradient(to right, #00FFD1, #007aff);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pyl-form-page h1.no-brdr:before {
  display: none;
}
.pyl-form-page .heading-brdr {
  position: relative;
  width: 100%;
  margin: 0;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.pyl-form-page .heading-brdr::before {
  width: 100%;
  height: 4px;
  background-color: #00FFD1;
  background-image: linear-gradient(to right, #00FFD1, #007aff);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pyl-form-page .small-text {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
}

.pyl-form-page--contact-us h1 {
  padding-bottom: 0;
}
.pyl-form-page--contact-us h1::before {
  display: none;
}
.pyl-form-page--contact-us h2 {
  margin-top: 1em;
  padding-bottom: 0.25em;
}
.pyl-form-page--contact-us h2::before {
  display: none;
}

.pyl-form {
  margin: 0 -1em;
}
.pyl-form.invalid .pyl-form__error-wrapper {
  background-color: #ffc6c6;
}
.pyl-form.invalid .pyl-form__error-wrapper label,
.pyl-form.invalid .pyl-form__error-wrapper p,
.pyl-form.invalid .pyl-form__error-wrapper .form-group__terms__text {
  color: #5B5B5B;
}
.pyl-form .form-group {
  margin: 0;
  padding: 1em 0;
}
.pyl-form .form-group.error input,
.pyl-form .form-group.error select,
.pyl-form .form-group.error textarea {
  outline: 2px solid #EB3C36;
}
.pyl-form .form-group.error input[type=checkbox], .pyl-form .form-group.error input[type=radio],
.pyl-form .form-group.error select[type=checkbox],
.pyl-form .form-group.error select[type=radio],
.pyl-form .form-group.error textarea[type=checkbox],
.pyl-form .form-group.error textarea[type=radio] {
  outline: none;
}
.pyl-form .form-group.error .pyl-form__error {
  font-size: 18px;
  max-height: 8em;
  line-height: 1.2;
  margin-top: 0.5em;
}
.pyl-form .form-group .form-check, .pyl-form .form-group.form-check {
  align-items: flex-start;
  display: flex;
  display: inline-flex;
  justify-content: flex-start;
  margin-right: 1em;
  margin-bottom: 1em;
}
.pyl-form .form-group .form-check input[type=checkbox],
.pyl-form .form-group .form-check input[type=radio], .pyl-form .form-group.form-check input[type=checkbox],
.pyl-form .form-group.form-check input[type=radio] {
  margin-top: 0.25em;
  margin-right: 0.5em;
  width: auto;
}
.pyl-form .form-group .form-check label, .pyl-form .form-group.form-check label {
  display: inline-block;
  flex-grow: 1;
}
.pyl-form .form-group input[type=number],
.pyl-form .form-group input[type=text],
.pyl-form .form-group input[type=email],
.pyl-form .form-group input[type=tel],
.pyl-form .form-group input[type=url],
.pyl-form .form-group select,
.pyl-form .form-group textarea {
  background-color: #ffffff;
  border: 1px solid #00396C;
  border-radius: 0;
  font-size: 18px;
  min-height: 70px;
  padding: 0 0.875rem;
  width: 100%;
}
.pyl-form .form-group input[type=number]::-ms-clear,
.pyl-form .form-group input[type=text]::-ms-clear,
.pyl-form .form-group input[type=email]::-ms-clear,
.pyl-form .form-group input[type=tel]::-ms-clear,
.pyl-form .form-group input[type=url]::-ms-clear,
.pyl-form .form-group select::-ms-clear,
.pyl-form .form-group textarea::-ms-clear {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pyl-form .form-group input[type=radio] {
    background: transparent;
  }
}
.pyl-form .form-group label {
  cursor: pointer;
  display: block;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.1;
  word-break: break-word;
}
.pyl-form .form-group label.instructions {
  font-size: 1.125rem;
}
.pyl-form .form-group p {
  margin: 0;
}
.pyl-form .form-group .custom-select {
  height: 3em;
  padding: 0 1em;
}
.pyl-form .form-group select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/sites/default/files/images/default-images/hcp/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-color: #fff;
}
.pyl-form .form-group select::-ms-expand {
  display: none;
}
.pyl-form .form-group .pyl-form__error {
  max-height: 0;
  margin: 0;
  overflow: hidden;
}
.pyl-form .form-group--error {
  background-color: #FFC6C6;
}
.pyl-form .form-group--error input,
.pyl-form .form-group--error select,
.pyl-form .form-group--error .input {
  border-color: #EB3C36;
}
.pyl-form .form-group--error input[type=checkbox] {
  outline: 1px solid #EB3C36;
}
.pyl-form .form-group--other-questions {
  max-height: 100vh;
  overflow: hidden;
  padding: 0;
}
.pyl-form .form-group--other-questions textarea {
  height: 20vh;
}
.pyl-form .form-group--specialty-other {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
.pyl-form .form-group--specialty-other.active {
  max-height: 100vh;
  padding: 1em 0.5em;
}
.pyl-form .form-group--specialty-other textarea {
  height: 20vh;
}
.pyl-form .form-group--submit {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1em 1.5em;
}
.pyl-form .form-group--submit .btn {
  align-items: center;
  border-radius: 0;
  display: flex;
  justify-content: flex-start;
  background: #00FFD1;
  font-weight: 700;
  font-size: 1.125rem;
  color: #0057A5;
  text-transform: none;
  min-width: 260px;
  width: 100%;
  margin-bottom: 1em;
}
.pyl-form .form-group--submit .btn-after {
  position: relative;
}
.pyl-form .form-group--submit .btn-after::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 3.1rem;
  width: 18px;
  height: 22px;
  background-image: url("/sites/default/files/images/default-images/hcp/callouts/cta-arrow.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transform: translateY(-50%);
}
.pyl-form .form-group--submit .btn--reset {
  background-color: #d5d5d5;
}
.pyl-form .form-group--submit .btn--reset:hover {
  background-color: #00FFD1;
}
.pyl-form .form-group--submit .btn--reset::after {
  height: 20px;
  width: 20px;
  background-image: url("/sites/default/files/images/default-images/hcp/callouts/cta-recycle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.pyl-form .form-group--terms {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  justify-content: flex-start;
  line-height: 13px;
}
.pyl-form .form-group--terms input {
  height: 24px;
  margin: 0;
  width: 24px;
}
.pyl-form .form-group--terms label {
  margin-bottom: 0.875rem;
  line-height: 1.2;
}
.pyl-form .form-group--terms p {
  padding-left: 0.5rem;
}
.pyl-form .form-group--terms .pyl-form__error {
  margin: 0;
  margin-bottom: 0.5em;
}
.pyl-form .form-group--terms .row {
  width: 100%;
}
.pyl-form a {
  color: #00FFD1;
}
.pyl-form a:hover {
  color: #00FFD1;
  text-decoration: underline;
}
.pyl-form label {
  color: #5B5B5B;
  transition: all 0.2s ease-in-out;
}
.pyl-form p {
  font-size: 1.5rem;
  line-height: 1.45;
  margin: 0;
  margin-bottom: 1em;
}

.pyl-form__error-wrapper {
  background-color: rgba(255, 198, 198, 0);
  margin-bottom: 1em;
  padding: 0 1em;
  transition: all 0.2s ease-in-out;
}

.pyl-form__instructions {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  justify-content: space-between;
  line-height: 1;
  margin: 0;
  margin-bottom: 1em;
  width: 100%;
}
@media (max-width: 767.98px) {
  .pyl-form__instructions {
    display: block;
    font-size: 16px;
    line-height: inherit;
  }
}
@media (max-width: 767.98px) {
  .pyl-form__instructions span {
    display: block;
  }
}
.pyl-form__instructions .required-text {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .pyl-form__instructions .required-text {
    margin-top: 1.25rem;
  }
}

.pyl-form__multi {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .pyl-form__multi {
    padding-left: 1.875rem;
  }
}
.pyl-form__multi input[type=checkbox],
.pyl-form__multi input[type=radio] {
  margin-right: 0.25em;
  width: 20px;
}
.pyl-form__multi label {
  align-items: center;
  display: flex !important;
  flex-basis: 33.3333333333%;
  padding: 0 0.5em;
}
.pyl-form__multi span {
  display: block;
  margin: 0;
  white-space: nowrap;
}

.pyl-form__multi--checkboxes label {
  flex-basis: 50%;
}

.field-validation-valid {
  display: inline-block;
  max-height: 0;
  overflow: hidden;
}

.field-validation-error {
  color: #EB3C36;
  font-size: 18px;
  max-height: 4em;
}

@media (max-width: 767.98px) {
  .form-group--terms label {
    padding-left: 2rem;
  }
}

.form-group__terms span {
  display: inline-block;
}

.form-group__terms--active .form-group__terms__text {
  max-height: 100vh;
  line-height: 1.3;
}
.form-group__terms--active .form-group__terms__toggle::before {
  transform: rotateX(90deg) translateY(-50%);
}
.form-group__terms--active .form-group__terms__toggle::after {
  transform: rotateX(0) translateY(-50%);
}

.form-group__terms__text {
  color: #5B5B5B;
  font-size: 1rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.form-group__terms__toggle {
  cursor: pointer;
  margin-bottom: 1em;
  padding-right: 1em;
  position: relative;
  text-decoration: none;
  color: #00FFD1;
  font-size: 1rem;
}
.form-group__terms__toggle::before, .form-group__terms__toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transition: transform 0.2s ease-in-out;
}
.form-group__terms__toggle::before {
  content: "+";
  transform: rotateX(0) translateY(-50%);
}
.form-group__terms__toggle::after {
  content: "-";
  transform: rotateX(90deg) translateY(-50%);
}

@media (min-width: 768px) {
  .pyl-form .form-group--submit .btn {
    margin: 0;
    margin-right: 1em;
    width: auto;
  }
  .pyl-form__multi label {
    flex-basis: 16.6666666667%;
  }
  .pyl-form__multi--checkboxes label {
    flex-basis: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .pyl-form .form-group input[type=number],
  .pyl-form .form-group input[type=text],
  .pyl-form .form-group input[type=email],
  .pyl-form .form-group input[type=tel],
  .pyl-form .form-group input[type=url],
  .pyl-form .form-group select,
  .pyl-form .form-group textarea {
    font-size: 22px;
    height: auto;
  }
  .pyl-form .form-group--specialty select {
    width: 50%;
  }
  .pyl-form .form-group--terms {
    padding-top: 4rem;
  }
  .pyl-form__multi--checkboxes label {
    flex-basis: 25%;
  }
}
@media (min-width: 1200px) {
  .pyl-form__multi--checkboxes label {
    flex-basis: 16.6666666667%;
  }
}
body.hcp.pyl-form-page--sign-up .references-list,
body.hcp.reimbursement .references-list,
body.hcp.pyl-form-page--contact-us .references-list,
body.hcp.locations .references-list,
body.hcp.empty-reference .references-list {
  display: none;
}

body.hcp .callout-btn {
  background: #0057A5;
  color: #ffffff;
}

body.hcp .callout-btn:after {
  background: url("/sites/default/files/styles/thumbnail/public/2024-04/arrow.png");
}

body.hcp.locations .callout-btn:after {
  width: 20px;
  height: 22px;
  background: url("/sites/default/files/2024-04/white_arrow_right.png") no-repeat;
  background-position: 50%;
  background-size: cover;
  transform: translateY(-50%);
  top: 45%;
  right: 2rem;
}

.sf-search__form {
  border-radius: 6px;
  background: #ffffff;
  background: linear-gradient(-170deg, #ffffff 0%, #e9edef 7.88%, #ffffff 18.94%, #f0f3f5 26.36%, #f7fafc 38.39%, #ffffff 56.52%, #e9eff0 64.58%, #ffffff 67.76%, #ffffff 80.98%, #edf1f2 86.21%, #e2eaeb 88.07%, #ffffff 98.03%, #f9fbfc 100%);
  border: 2px solid;
  border-image: linear-gradient(90deg, #ffffff 0%, #e6e6e6 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #f5f5f5 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #f0f5f5 88.07%, #fefefe 97.67%, #ffffff 98.03%, #f9fbfc 100%);
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.6);
}

#print-results.disabled span {
  /* color: white; */
  padding-left: 10px;
}

.pyl-form-page hr {
  border-top: 3px solid rgba(0, 0, 0, 0.2);
}

.pyl-form .form-group.form-check label#i_agree-error {
  position: absolute;
  width: 200px;
  bottom: 0px;
  left: 15px;
}

form .form-type-checkbox .form-checkbox:checked ~ label:after {
  opacity: 1;
}

.pyl-form .form-group.form-check label#i_agree-error:after,
.pyl-form .form-group.form-check label#i_agree-error:before {
  display: none;
}

.pyl-form .form-group select.form-select {
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #f2f4f7 !important;
  -webkit-appearance: none;
  background-position-x: 92% !important;
}

.pyl-form .form-group label.error#imaging_center_type-error,
.pyl-form .form-group label.error#reader_training-error {
  position: absolute;
  width: 300px;
  top: 25px;
  left: 10px;
}

.pyl-form .form-group label.error#imaging_center_type-error:after,
.pyl-form .form-group label.error#imaging_center_type-error:before,
.pyl-form .form-group label.error#reader_training-error:after,
.pyl-form .form-group label.error#reader_training-error:before {
  display: none;
}

form .form-type-radio .form-radio:checked ~ label:after {
  opacity: 1;
}

body.hcp .header-eyebrow {
  text-transform: uppercase;
  color: #00FFD1;
  margin-bottom: 1.875rem;
  font-size: 1.625rem;
}
body.hcp .standout-label {
  color: #00FFD1;
  text-align: center;
  margin-top: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
body.hcp .clinical-approach-standout-1,
body.hcp .clinical-approach-standout-2 {
  display: flex;
  align-items: center;
}
body.hcp .clinical-approach-standout-1 p,
body.hcp .clinical-approach-standout-2 p {
  text-align: center;
}
body.hcp .clinical-approach-standout-1 img,
body.hcp .clinical-approach-standout-2 img {
  display: block;
  margin: 0.75rem auto;
}
body.hcp .clinical-approach-standout-1 .d2M3,
body.hcp .clinical-approach-standout-2 .d2M3 {
  margin-top: 2.8125rem;
}
@media (min-width: 992px) {
  body.hcp .clinical-approach-standout-1 .d2M3,
  body.hcp .clinical-approach-standout-2 .d2M3 {
    margin-top: 0;
  }
}
body.hcp .clinical-approach-standout-1 .d3M2,
body.hcp .clinical-approach-standout-2 .d3M2 {
  margin-top: 2.8125rem;
}
@media (min-width: 992px) {
  body.hcp .clinical-approach-standout-1 .d3M2,
  body.hcp .clinical-approach-standout-2 .d3M2 {
    margin-top: 0;
  }
}
body.hcp .clinical-approach-standout-1 .four,
body.hcp .clinical-approach-standout-2 .four {
  margin-top: 2.8125rem;
}
@media (min-width: 992px) {
  body.hcp .clinical-approach-standout-1 .four,
  body.hcp .clinical-approach-standout-2 .four {
    margin-top: 0;
  }
}
body.hcp .clinical-approach-standout-1 {
  align-items: center;
}
body.hcp .clinical-approach-standout-2 {
  align-items: baseline;
}
@media (min-width: 992px) {
  body.hcp .clinical-approach-standout-2 {
    margin-top: 4.5rem;
  }
}
body.hcp .mb-36p {
  margin-bottom: 2.25rem;
}
body.hcp .mt-80p {
  margin-top: 5rem;
}

@media (min-width: 992px) {
  .hcp.efficacy p.coh-style-mobile-font-size-12px.fs-14-p {
    margin-left: 7px;
  }
}
@media (min-width: 992px) {
  .hcp.efficacy p.coh-style-mobile-font-size-12px.fs-14-p small {
    position: absolute;
    left: 16px;
  }
}
.hcp .efficacy-torso img {
  display: block;
  height: 720px;
  margin: 0px auto;
  width: auto;
}
@media (max-width: 991.98px) {
  .hcp .efficacy-torso .text-block {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .hcp .efficacy-torso .text-block p,
  .hcp .efficacy-torso .text-block ul li {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .hcp .efficacy-torso .text-block li:before {
    top: -16px;
  }
}
@media (min-width: 1200px) {
  .hcp .efficacy-torso {
    position: relative;
  }
  .hcp .efficacy-torso .text-block {
    position: absolute;
    left: 51%;
    max-width: 600px;
    bottom: 1rem;
    color: #ffffff;
  }
}

.study-design-tables {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.study-design-tables .pair {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.study-design-tables img {
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}
@media (min-width: 576px) {
  .study-design-tables .pair {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .study-design-tables img {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 768px) {
  .study-design-tables {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 1rem 0;
  }
  .study-design-tables .pair {
    width: calc(50% - 0.5rem);
  }
  .study-design-tables img {
    padding: 0 0;
  }
}
@media (min-width: 1200px) {
  .study-design-tables {
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  .bio-recurrent .center-underline:after {
    bottom: -32px;
  }
}
.bio-recurrent .path-img {
  margin-top: 120px;
  margin-bottom: 60px;
}
.bio-recurrent .path-img2 {
  margin-top: 60px;
  margin-bottom: 80px;
}

body.hcp {
  position: relative;
  color: #3D4041;
}
@media (max-width: 991.98px) {
  body.hcp .mobile-mt-3 {
    margin-top: 2rem;
  }
}
body.hcp hr.ht-2 {
  border-width: 4px;
}
body.hcp.pyl-form-page.pyl-form-page--location-registration div#edit-imaging-center-markup,
body.hcp.pyl-form-page.pyl-form-page--location-registration div#edit-imaging-center-markup > .form-group {
  padding-bottom: 0px;
}
body.hcp.case-studies p.actor_portray {
  color: #fff !important;
}
@media (max-width: 991.98px) {
  body.hcp.case-studies p.actor_portray {
    color: #000 !important;
  }
}
body.hcp.case-studies .Text-section .coh-wysiwyg.clinical_head {
  max-width: 370px !important;
}
body.hcp.case-studies .Text-section a {
  padding: 10px 4rem 8px 32px;
  text-align: center;
}
body.hcp .condor_ul_wrp {
  max-width: 750px;
  display: block;
  margin: 0px auto;
}
body.hcp .case_study_slide3_img {
  height: 424px;
  margin-left: 5rem;
  margin-right: 3rem;
}
@media (max-width: 991.98px) {
  body.hcp .cs-sliders .cs-sliders-nav-arrow {
    top: 49.25%;
  }
}
body.hcp .cs-sliders .cs-slider {
  color: #000;
}
@media (max-width: 991.98px) {
  body.hcp .cs-sliders .cs-slider.cs-slider--left:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 55%;
    background: #e8e8e8;
    left: 2.7rem;
    bottom: 30px;
  }
}
body.hcp .cs-sliders .cs-slider.cs-slider.cs-slider--right {
  border-left: 4px solid #e8e8e8;
}
@media (max-width: 991.98px) {
  body.hcp .cs-sliders .cs-slider.cs-slider.cs-slider--right {
    border-left: none;
  }
}
@media (max-width: 991.98px) {
  body.hcp .cs-sliders .cs-slider.cs-slider.cs-slider--right h3 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  body.hcp .cs-sliders .cs-slider.cs-slider.cs-slider--right h3:after {
    top: 5.3rem;
  }
}
@media (max-width: 991.98px) {
  body.hcp .isi {
    padding-top: 1rem;
  }
}
@media (max-width: 991.98px) {
  body.hcp .mt-7 {
    margin-top: 1.75rem;
  }
}
@media (max-width: 991.98px) {
  body.hcp .mb-5,
  body.hcp .my-5 {
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 991.98px) {
  body.hcp .mt-5,
  body.hcp .my-5 {
    margin-top: 1.5rem !important;
  }
}
@media (max-width: 991.98px) {
  body.hcp .pb-5,
  body.hcp .py-5 {
    padding-bottom: 1.5rem !important;
  }
}
@media (max-width: 991.98px) {
  body.hcp .pt-5,
  body.hcp .py-5 {
    padding-top: 1.5rem !important;
  }
}
body.hcp hr.highlighter {
  height: 4px;
  background-color: #26D2B8;
  width: 150px;
  float: left;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
body.hcp .pt-8 {
  padding-top: 6rem;
}
@media (max-width: 991.98px) {
  body.hcp .pt-8 {
    padding-top: 2rem;
  }
}
body.hcp .pb-8 {
  padding-bottom: 6rem;
}
body.hcp .section_heading {
  font-size: 38px !important;
  font-weight: bold !important;
  line-height: 56px !important;
  font-style: normal;
  text-align: left;
  color: #3d4041;
}
body.hcp .max-width-610 {
  max-width: 610px;
}
body.hcp .max-width-736 {
  max-width: 736px;
}
body.hcp .max-width-990 {
  max-width: 1000px;
}
body.hcp .max-width-970 {
  max-width: 970px;
}
body.hcp .max-width-1100 {
  max-width: 1100px;
}
body.hcp .max-width-1120 {
  max-width: 1120px;
}
body.hcp .max-width-1230 {
  max-width: 1230px;
}
body.hcp .max-width-1240 {
  max-width: 1240px;
}
body.hcp .max-width-485 {
  max-width: 485px;
}
body.hcp .impact_section {
  background-color: #003462;
  display: flex;
  height: 540px;
}
@media (max-width: 991.98px) {
  body.hcp .impact_section {
    margin-top: 2rem;
  }
}
body.hcp .impact_section .image_video_section {
  position: relative;
}
body.hcp .impact_section .image_video_section p.actor_portray {
  position: absolute;
  bottom: 0;
  right: 8rem;
  color: white;
  font-size: 12px;
}
@media (max-width: 991.98px) {
  body.hcp .impact_section .image_video_section p.actor_portray {
    right: unset;
    color: #fff;
    left: 1rem;
    bottom: -14px;
  }
}
body.hcp .impact_section .image_video_section img {
  height: 540px;
  object-fit: cover;
  margin-left: -50px;
}
@media (max-width: 991.98px) {
  body.hcp .impact_section .row div {
    width: 100% !important;
    max-width: unset;
    padding: 0;
  }
}
@media (min-width: 768px) {
  body.hcp .impact_section .row {
    flex-wrap: nowrap;
  }
}
body.hcp .impact_section .Text-section {
  margin: 0;
  color: #fff;
}
@media (max-width: 991.98px) {
  body.hcp .impact_section .Text-section {
    padding: 3rem 1rem !important;
    height: auto !important;
  }
}
body.hcp .impact_section .Text-section .clinical_head p {
  font-size: 36px !important;
  font-weight: 800;
  line-height: 48px;
  font-style: normal;
  font-family: "termina", sans-serif;
}
@media (max-width: 991.98px) {
  body.hcp .impact_section .Text-section .clinical_head p {
    font-size: 28px !important;
    line-height: 35px !important;
  }
}
body.hcp .impact_section .Text-section .clinical_para p {
  font-size: 14px !important;
  font-weight: normal;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  max-width: 415px;
}
@media (max-width: 991.98px) {
  body.hcp .impact_section .Text-section .clinical_para p {
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  body.hcp .impact_section .image_video_section .coh-video-inner {
    height: 540px !important;
    width: 100% !important;
    margin-left: -50px;
  }
}
@media (max-width: 991.98px) {
  body.hcp .impact_section .image_video_section .coh-video-inner {
    height: 300px !important;
    width: 100vw !important;
  }
}
body.hcp .impact_section div#\32  {
  order: 2;
  height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.hcp .impact_section div#\31  {
  order: 1;
  padding: 0;
}
body.hcp section.space-top-bottom,
body.hcp div.space-top-bottom {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body.hcp .blue_image_cards {
  margin: 3rem 0;
}
@media (max-width: 991.98px) {
  body.hcp .blue_image_cards {
    margin: 3rem 0 0;
  }
}
body.hcp .blue_image_cards .coh-row-inner {
  justify-content: center;
}
@media (max-width: 991.98px) {
  body.hcp .blue_image_cards .coh-row-inner {
    padding: 0 0.75rem;
  }
}
body.hcp .blue_image_cards .coh-row-inner .coh-column {
  background: linear-gradient(-146deg, #ffffff 0%, #e9edef 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #e4ebed 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #e2eaeb 88.07%, #ffffff 98.03%, #f9fbfc 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 23%;
  border-radius: 11px;
  margin: 0 15px;
  position: relative;
  min-height: 260px;
}
@media (max-width: 991.98px) {
  body.hcp .blue_image_cards .coh-row-inner .coh-column {
    background: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 991.98px) {
  body.hcp .blue_image_cards .coh-row-inner .coh-column {
    width: 100% !important;
    margin: 3rem 0 !important;
  }
}
body.hcp .blue_image_cards .coh-row-inner .coh-column:first-child {
  margin-left: 0;
}
body.hcp .blue_image_cards .coh-row-inner .coh-column:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  body.hcp .blue_image_cards .coh-row-inner .coh-column:last-child {
    margin-bottom: 0 !important;
  }
}
body.hcp .blue_image_cards .coh-row-inner .coh-column .icon {
  position: absolute;
  top: -20px;
  z-index: 99;
  width: 60px;
  left: 0;
  right: 0;
  margin: auto;
}
body.hcp .blue_image_cards .coh-row-inner .coh-column .blue_circle_img {
  position: absolute;
  top: -50px;
  left: 0px;
  z-index: 9;
  width: 110px;
}
body.hcp .blue_image_cards .coh-row-inner .coh-column .coh-wysiwyg {
  margin-top: 4rem;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #3d4041;
}
body.hcp .blue_image_cards .coh-row-inner .coh-column .coh-wysiwyg p {
  font-size: 16px;
}
body.hcp .blue_image_cards .coh-row-inner .coh-column .card-cta {
  width: 39px;
  height: 39px;
  background-color: #007bff;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
body.hcp .blue_image_cards .coh-row-inner .coh-column .card-cta:hover {
  background-color: #5aa7ff;
}
body.hcp .blue_image_cards .coh-row-inner .coh-column .card-cta:active {
  background-color: #0167d8;
}
body.hcp .blue_image_cards .coh-row-inner .coh-column .card-cta img {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 21px;
}
body.hcp .side-icon .blue_image_cards .coh-row-inner .coh-column:first-child {
  margin-right: 50px;
}
body.hcp .side-icon .blue_image_cards .coh-row-inner .coh-column {
  width: 45%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 991.98px) {
  body.hcp .side-icon .blue_image_cards .coh-row-inner .coh-column li:before {
    top: 0;
  }
}
body.hcp .side-icon .blue_image_cards .coh-row-inner .coh-column .icon {
  top: 43px;
  left: -18px;
  right: unset;
}
body.hcp .side-icon .blue_image_cards .coh-row-inner:nth-child(1) .coh-column:nth-child(1) .icon {
  top: 40px;
  left: -16px;
  width: 40px;
}
body.hcp .side-icon .blue_image_cards .coh-row-inner .coh-column:nth-child(2) .icon {
  top: 44px;
  left: -16px;
  width: 50px;
}
body.hcp .side-icon .blue_image_cards .coh-row-inner:nth-child(2) .coh-column:nth-child(2) .icon {
  top: 36px;
  left: -25px;
  width: 65px;
}
body.hcp .side-icon .blue_image_cards .coh-row-inner .coh-column .blue_circle_img {
  top: 15px;
  left: -49%;
}
body.hcp .side-icon .blue_image_cards .coh-row-inner .coh-column .coh-wysiwyg p {
  font-size: 22px;
  font-weight: bold;
  line-height: 38px;
}
body.hcp .side-icon .blue_image_cards .coh-row-inner .coh-column .coh-wysiwyg {
  text-align: left;
}
body.hcp .single-card .blue_image_cards .coh-row-inner .coh-column {
  width: 80%;
}
body.hcp .single-card .blue_image_cards .coh-row-inner .coh-column .coh-wysiwyg {
  padding: 2rem 6rem;
  text-align: left;
}
body.hcp .single-card .blue_image_cards .coh-row-inner .coh-column .blue_circle_img {
  width: 150px;
  left: -50%;
  top: 10%;
}
body.hcp .single-card .blue_image_cards .coh-row-inner .coh-column .icon {
  left: -5.5%;
  top: 16%;
  width: 115px;
  right: unset;
}
body.hcp .iframe_video_container {
  background: linear-gradient(-146deg, #ffffff 0%, #e9edef 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #e4ebed 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #e2eaeb 88.07%, #ffffff 98.03%, #f9fbfc 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-width: 1120px;
  width: 100%;
  border-radius: 15px;
  padding: 2rem;
  float: left;
  clear: both;
}
@media (max-width: 991.98px) {
  body.hcp .iframe_video_container {
    background: rgba(255, 255, 255, 0.5);
  }
}
body.hcp .iframe_video_container sup {
  font-size: 50%;
}
@media (max-width: 991.98px) {
  body.hcp .iframe_video_container sup {
    top: -1.2em;
  }
}
body.hcp .iframe_video_container iframe {
  border-radius: 15px;
}
body.hcp .iframe_video_container .video-container-wrp {
  display: none;
}
body.hcp .iframe_video_container .play-div:after {
  content: "";
  background-image: url("/sites/default/files/2024-06/play-btn.png");
  height: 55px;
  width: 55px;
  display: block;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  top: 43%;
  cursor: pointer;
}
body.hcp .iframe_video_container .coh-inline-element {
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
  font-style: normal;
  text-align: left;
  color: #3d4041;
  display: block;
  max-width: 293px;
}
@media (max-width: 991.98px) {
  body.hcp .iframe_video_container .coh-inline-element {
    font-size: 18px;
    line-height: 26px;
  }
}
body.hcp .iframe_video_container hr {
  height: 4px;
  background-color: #26D2B8;
  width: 150px;
  float: left;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
body.hcp .iframe_video_container .coh-wysiwyg {
  max-width: 274px;
}
body.hcp .iframe_video_container .coh-wysiwyg p {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-style: normal;
  text-align: left;
  color: #3d4041;
}
@media (min-width: 992px) {
  body.hcp {
    font-size: 1.125rem;
  }
}
body.hcp main {
  padding-top: 4.125rem;
}
@media (min-width: 768px) {
  body.hcp main {
    padding-top: 16px;
  }
}
@media (max-width: 991.98px) {
  body.hcp main {
    padding-top: 0;
  }
}
body.hcp:not(body.home) main {
  background-image: url("/sites/default/files/2024-04/Background%20Image_1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  body.hcp .dmt-7 {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  body.hcp .dmt-3 {
    margin-top: 3rem;
  }
}
body.hcp .hs-text__text a.third-party-link {
  text-decoration: underline;
}
body.hcp.pca main {
  background-image: url("/sites/default/files/2024-04/Background_Glass_PCa-1.png") !important;
}
body.hcp hr.heading {
  margin-top: 2.5625rem;
  margin-bottom: 2.5625rem;
  height: 2px;
  background: linear-gradient(90deg, rgb(0, 255, 207) 30%, rgba(0, 255, 207, 0));
  opacity: 0.75;
}
body.hcp hr.heading.radial {
  background: radial-gradient(circle, rgb(0, 255, 207) 30%, rgba(0, 255, 207, 0));
}
body.hcp hr.heading.thick {
  height: 8px;
}
body.hcp hr.heading--white {
  background-color: #ffffff;
  background-image: none;
  height: 1px;
  opacity: 1;
}
body.hcp hr.heading-two {
  height: 2px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background: rgb(0, 255, 207);
  background: linear-gradient(90deg, rgba(0, 255, 207, 0) 0%, rgb(0, 255, 207) 50%, rgba(0, 255, 207, 0) 100%);
}
body.hcp img {
  max-width: 100%;
  height: auto;
}
body.hcp .references {
  margin: 0 0 3.125rem;
  font-weight: 300;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  body.hcp .references {
    margin: 2rem 0 5rem;
  }
}
body.hcp .disclaimer {
  font-size: 12px;
}
body.hcp .references-list {
  margin-top: 5rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  body.hcp .references-list {
    margin-top: 2rem 1rem;
  }
}
@media (max-width: 991.98px) {
  body.hcp .references-list {
    margin-top: 0rem;
  }
}
body.hcp .references-list a {
  color: #5B5B5B;
  word-break: break-all;
  text-decoration: none;
}
body.hcp .references-list a:hover {
  color: #5B5B5B;
  text-decoration: underline;
}
body.hcp .references-list p {
  color: #000;
  font-size: 1.375rem !important;
  font-weight: bold;
  text-transform: uppercase;
}
body.hcp .references-list ol {
  padding-inline-start: 0;
  counter-reset: LIST-ITEMS;
}
body.hcp .references-list ol li {
  padding-left: 0;
  list-style: decimal;
  display: inline;
  padding-right: 0;
  font-size: 0.875rem;
}
body.hcp .references-list ol li::before {
  content: counter(LIST-ITEMS) ".";
  counter-increment: LIST-ITEMS;
  padding-right: 0.25em;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  body.hcp .references-list ol li {
    font-size: 0.9375rem;
  }
}
body.hcp .dotted-top-bottom {
  border: dashed #ffffff;
  border-width: 1px 0 1px 0;
  position: relative;
}
body.hcp .scroll-down {
  padding: 1rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: -173px;
  margin-bottom: 4rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background-size: 100% 151px;
  height: 150px;
}
@media (max-width: 991.98px) {
  body.hcp .scroll-down {
    margin-top: -174px;
    margin-bottom: 15rem;
  }
}
body.hcp .scroll-down p {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 800;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
@media (max-width: 991.98px) {
  body.hcp .scroll-down p {
    visibility: hidden;
  }
}
body.hcp .scroll-down p::after {
  content: "";
  border: solid black;
  border-width: 0 3px 3px 0;
  display: block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 auto;
  margin-top: -15px;
}
body.hcp .callout-btn {
  position: relative;
  display: inline-block;
  margin-top: 1.5rem;
  padding: 1rem 4rem 1rem 1rem;
  background: #00FFD1;
  color: #0057A5;
  font-weight: 700;
  line-height: 1.2;
}
body.hcp .callout-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  right: 2rem;
  width: 25px;
  height: 25px;
  background: url("/sites/default/files/2024-04/Next_Arrow_Blue.png") no-repeat;
  background-size: 70%;
}
body.hcp .callout-btn:hover {
  text-decoration: none;
}
body.hcp .download-btn {
  position: relative;
  display: flex;
  margin: 1.5rem 0 0 0;
  padding: 0.75rem 1rem 0.75rem 1rem;
  background: #007aff;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
body.hcp .download-btn:after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  width: 38px;
  height: 30px;
  background: url("/sites/default/files/2024-04/download_icon_white.png") no-repeat;
  background-size: 65%;
}
body.hcp .download-btn:hover {
  text-decoration: none;
}
body.hcp .download-btn-contact {
  position: relative;
  display: flex;
  margin: 1.5rem 0 3.4375rem 0;
  padding: 0.75rem 1rem 0.75rem 1rem;
  background: #007aff;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
body.hcp .download-btn-contact:after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  width: 38px;
  height: 30px;
  background: url("/sites/default/files/2024-04/arrow_down.png") no-repeat;
  background-size: 65%;
}
body.hcp .download-btn-contact:hover {
  text-decoration: none;
}
body.hcp .error-btn {
  position: relative;
  display: inline-block;
  margin-top: 1.5rem;
  padding: 1rem 4rem 1rem 1rem;
  background: #00FFCF;
  color: #0057A5;
  font-weight: 700;
  line-height: 1.2;
}
body.hcp .error-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 10px;
  height: 18px;
  background: url("/sites/default/files/images/default-images/hcp/callouts/cta-arrow.svg") no-repeat;
  background-position: 50%;
  background-size: cover;
  transform: translateY(-50%);
}
body.hcp .error-btn:hover {
  text-decoration: none;
}
body.hcp a.btn {
  position: relative;
  align-items: center;
  border-radius: 0;
  display: flex;
  justify-content: flex-start;
  padding: 0.875rem 4rem 0.875rem 1rem;
  background: #00FFD1;
  font-weight: 700;
  font-size: 1.125rem;
  color: #0057A5 !important;
  text-transform: uppercase;
  min-width: 260px;
  width: 100%;
  margin-bottom: 1em;
}
body.hcp a.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 10px;
  height: 18px;
  background-image: url("/sites/default/files/images/default-images/hcp/callouts/cta-arrow.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transform: translateY(-50%);
}
body.hcp a.btn.down-arrow:after {
  transform: translateY(-50%) rotate(90deg);
}
body.hcp a.chevron-link {
  text-transform: uppercase;
  color: #007aff;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}
body.hcp a.chevron-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: -1.5rem;
  width: 16px;
  height: 16px;
  background: url(/sites/default/files/2024-04/blue-right-arrow.png) no-repeat;
  background-position: 50%;
  background-size: cover;
  transform: translateY(-50%);
}
body.hcp .flex-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body.hcp .site-locations {
  display: flex;
  flex-direction: row;
  margin-top: 2.5rem;
}
body.hcp .site-locations .col {
  flex: 0 0 50%;
  max-width: 50%;
}
body.hcp .site-locations p {
  margin: 0 !important;
  padding: 0;
  font-weight: 300;
  font-size: 0.8125rem;
}
body.hcp .highlight-box {
  background-color: #e8e8e8;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 1rem 1.5rem;
}
body.hcp ul.column-list {
  display: flex;
}
body.hcp ul.column-list li {
  width: 45%;
}
body.hcp ul.column-list li::before {
  top: -11px;
}
@media (max-width: 991.98px) {
  body.hcp ul.column-list li::before {
    top: -14px;
  }
}
body.hcp .blue-bg-section {
  background-color: #003462;
}
body.hcp .cta_white {
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  line-height: 26px;
  font-style: normal;
  text-align: left;
  color: #007aff;
  position: relative;
  text-decoration: none;
}
body.hcp .cta_white:hover {
  background-color: #f0f0f0;
}
body.hcp .cta_white:active {
  background-color: #ddd;
}
body.hcp .cta_white.right_arrow {
  padding: 12px 4rem 12px 2rem;
  max-width: fit-content;
}
body.hcp .cta_white.right_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 16px;
  height: 16px;
  background: url(/sites/default/files/2024-04/blue-right-arrow.png) no-repeat;
  background-position: 50%;
  background-size: cover;
  transform: translateY(-50%);
}
body.hcp .gradient-bg-box-pd {
  opacity: 0.8;
  background: #fcfcfc;
  background: linear-gradient(-170deg, #ffffff 0%, #e9edef 7.88%, #ffffff 18.94%, #f0f3f5 26.36%, #f7fafc 38.39%, #ffffff 56.52%, #e9eff0 64.58%, #ffffff 67.76%, #ffffff 80.98%, #edf1f2 86.21%, #e2eaeb 88.07%, #ffffff 98.03%, #f9fbfc 100%);
  background: #ffffff;
  border-radius: 6px;
  width: 100%;
}
body.hcp .add-site-locator {
  border-color: #007aff;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  height: 45px;
  justify-content: center;
}
body.hcp .add-site-locator a {
  font-weight: 700;
}
body.hcp .add-site-locator img {
  width: 30px;
}
body.hcp .add-site-locator .coh-image-xl {
  margin-left: 20px;
}
body.hcp .site-locator-text p {
  margin-bottom: 0;
}
body.hcp span.d-none.d-md-block strong {
  display: none;
}
body.hcp .two-col-image {
  background: linear-gradient(-146deg, #ffffff 0%, #e9edef 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #e4ebed 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #e2eaeb 88.07%, #ffffff 98.03%, #f9fbfc 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 11px;
  padding: 3rem 3rem 4rem 3rem;
  position: relative;
}
@media (max-width: 991.98px) {
  body.hcp .two-col-image {
    background: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 991.98px) {
  body.hcp .two-col-image {
    padding: 3rem 2rem 0;
  }
}
body.hcp .two-col-image .img_src {
  position: absolute;
  bottom: 0;
  left: 3rem;
}
@media (max-width: 991.98px) {
  body.hcp .two-col-image .img_src {
    display: none;
  }
}
body.hcp .two-col-image .img_src_mobile {
  display: none;
}
@media (max-width: 991.98px) {
  body.hcp .two-col-image .img_src_mobile {
    display: block;
    position: absolute;
    bottom: 0.5rem;
    left: 1rem;
  }
}
body.hcp .two-col-image .img_src_mobile p {
  font-size: 12px;
}
body.hcp .two-col-image img {
  max-height: 550px;
  margin: 0px auto;
}
body.hcp .two-col-image .first_image {
  border-right: 4px solid #ddd;
}
@media (max-width: 991.98px) {
  body.hcp .two-col-image .first_image {
    border: none;
    padding-bottom: 4rem;
    margin-bottom: 3rem;
    border-bottom: 4px solid #e8e8e8;
  }
}
@media (max-width: 991.98px) {
  body.hcp .two-col-image .first_image img.ml-3 {
    margin: 0 -17px !important;
  }
}
@media (max-width: 991.98px) {
  body.hcp .two-col-image .second_image {
    padding-bottom: 4rem;
  }
}
body.hcp .two-col-image .first_image, body.hcp .two-col-image .second_image {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
}
body.hcp .two-col-image .first_image hr.highlighter, body.hcp .two-col-image .second_image hr.highlighter {
  height: 4px;
  background-color: #26D2B8;
  width: 150px;
  float: none;
  margin-top: 0;
  margin-bottom: 2rem;
}
body.hcp .pinch-to-zoom {
  margin: 1rem 1rem 2rem;
}
body.hcp .pinch-to-zoom img {
  width: 50%;
  margin: 0px auto;
}
body.hcp .cs-sliders-dot {
  background-color: #e8e8e8;
}
body.hcp.high-risk-pca main a.coh-link.callout-btn {
  padding-top: 1.2rem;
}
body.hcp.high-risk-pca main a.coh-link.callout-btn:after {
  top: 30%;
}
body.hcp .sites-toggles__toggle:hover {
  background-color: #0552A5;
  color: #ffffff;
}
@media (min-width: 992px) {
  body.hcp .pylarify_ach_high {
    display: block;
    margin: 0px auto;
    width: 75%;
  }
}
body.hcp.bio-recurrent main a.coh-link.callout-btn {
  padding: 1.2rem 5rem 1rem 2rem !important;
}
@media (min-width: 992px) {
  body.hcp.bio-recurrent .pylarify_ach_high {
    margin-bottom: 3rem;
  }
}
body.hcp.locally-recurrent main a.coh-link.callout-btn {
  padding: 1.2rem 5rem 1rem 2rem !important;
}
body.hcp.safety main a.coh-link.callout-btn {
  padding: 1.2rem 5rem 1rem 2rem !important;
}

@media (min-width: 992px) {
  body.hcp.home .impact_section .image_video_section img {
    margin-left: -100px;
  }
}

body.hcp .nav-btn.back b, body.hcp .nav-btn.next b {
  padding-top: 3px;
}

@media (min-width: 445px) and (max-width: 455px) {
  body.hcp.using-pylarify .hs-text__text li {
    max-width: 380px;
  }
}
div#player {
  border-radius: 15px;
}

@media (min-width: 768px) {
  body.hcp main p {
    font-size: 1rem;
    line-height: 1.7rem;
  }
}
body.hcp.home .blue_image_cards .coh-row-inner .coh-column {
  min-height: 225px;
}

body.hcp.locations .callout-btn {
  background-color: #007aff;
  color: white;
  padding: 1rem 4rem 1rem 1rem;
  border-radius: 5px;
}

body.hcp.pyl-form-page .border-bottom {
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

body.hcp.single-reference .references-list p:before {
  content: "REFERENCE";
  visibility: visible;
}

body.hcp.single-reference .references-list p {
  visibility: hidden;
}

body.hcp.home .nav-btn-row {
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  body.hcp.home .mb-7 {
    margin-bottom: 1rem;
  }
}
body.hcp p#challenges-in-pc-imaging {
  padding-left: 1rem;
}
body.hcp .wrp_blue_box_wrp2 .blue_image_cards {
  margin: 6rem 0 !important;
}
@media (max-width: 991.98px) {
  body.hcp .wrp_blue_box_wrp2 .blue_image_cards {
    margin: 3rem 0 !important;
  }
}
body.hcp .wrp_blue_box_wrp2 .blue_image_cards .coh-column {
  width: 20%;
  margin-right: 3rem;
}
body.hcp .wrp_blue_box_wrp2 .blue_image_cards .coh-column:nth-child(2) .icon {
  width: 52px;
  top: -22px;
}
body.hcp .wrp_blue_box_wrp2 .blue_image_cards .coh-column .icon {
  top: -26px;
  width: 65px;
}
body.hcp .wrp_blue_box_wrp2 .blue_image_cards .coh-column .coh-wysiwyg {
  margin-top: 4.5rem;
}
body.hcp .wrp_blue_box_wrp2 .blue_image_cards .coh-column .coh-wysiwyg p {
  text-align: left;
}
@media (max-width: 991.98px) {
  body.hcp .wrp_blue_box_wrp2 .blue_image_cards .coh-column .coh-wysiwyg p {
    text-align: center;
  }
}
body.hcp .wrp_pet_imaging_box .blue_image_cards .coh-row-inner {
  justify-content: left;
}
body.hcp .wrp_pet_imaging_box .blue_image_cards .coh-row-inner .coh-column {
  width: 30%;
  min-height: 215px;
}
body.hcp .wrp_pet_imaging_box .blue_image_cards .coh-row-inner .coh-column .coh-wysiwyg {
  max-width: 300px;
  margin: 5rem auto 0;
}
body.hcp .wrp_pet_imaging_box .blue_image_cards .coh-row-inner .coh-column .coh-wysiwyg p {
  max-width: 280px;
}
body.hcp .standard_imaging li::before {
  top: 0px;
}
body.hcp video#hcpHomePageVideo {
  width: 100%;
  height: 900px;
  object-fit: cover;
  margin-top: -5.45rem;
}
@media (max-width: 991.98px) {
  body.hcp video#hcpHomePageVideo {
    height: 460px;
    margin-top: 0;
  }
}
body.hcp .hcp_hero_video_wrp {
  position: relative;
}
body.hcp .hero_home_content_wrp {
  z-index: 999;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media (max-width: 991.98px) {
  body.hcp .hero_home_content_wrp {
    top: 44%;
  }
}
body.hcp .hero_home_content_wrp .coh-inline-element {
  color: #000;
  width: 630px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  font-style: normal;
  text-align: left;
  position: relative;
  margin-top: 50px;
  display: block;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff;
}
@media (max-width: 991.98px) {
  body.hcp .hero_home_content_wrp .coh-inline-element {
    width: 100%;
    font-size: 11px;
    line-height: 17px;
    font-weight: 800;
  }
}
body.hcp .hero_home_content_wrp .lets_be_clear {
  width: 660px;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  body.hcp .hero_home_content_wrp .lets_be_clear {
    width: 305px;
    margin-top: 18px;
  }
}
@media (max-width: 575.98px) {
  body.hcp .hero_home_content_wrp .lets_be_clear {
    margin-top: 35px;
  }
}
body.hcp .hero_home_content_wrp .pet_imaging {
  position: relative;
  display: block;
  width: 100%;
}
body.hcp .hero_home_content_wrp .pet_imaging img {
  width: 250px;
  margin: 30px;
}
@media (max-width: 991.98px) {
  body.hcp .hero_home_content_wrp .pet_imaging img {
    width: 230px;
    margin: 1rem auto;
  }
}
body.hcp .hero_home_content_wrp .pet_imaging .pet_imaging_text {
  position: absolute;
  font-size: 12px;
  background: none !important;
  top: 50px;
  color: #fff !important;
  width: 170px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 26px !important;
  font-style: normal !important;
  text-align: center !important;
  left: 65px !important;
  text-shadow: 0 0 2px #000, 0 0 3px #000, 0 0 1px #000, 0 0 0px #000, 0 0 1px #000;
}
@media (max-width: 991.98px) {
  body.hcp .hero_home_content_wrp .pet_imaging .pet_imaging_text {
    top: 20px;
    width: 158px !important;
    font-size: 15px !important;
    line-height: 23px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto;
    margin-right: auto;
  }
}
body.hcp .hero_home_content_wrp .coj-image {
  width: 660px;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  body.hcp .prostate_cancer_number img {
    margin-top: 1.5rem;
  }
}
body.hcp .prostate_cancer_number .coh-wysiwyg {
  margin-left: 80px;
}
@media (max-width: 991.98px) {
  body.hcp .prostate_cancer_number .coh-wysiwyg {
    margin-left: 50px;
  }
}
body.hcp .prostate_cancer_number .coh-wysiwyg p {
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
  font-style: normal;
  text-align: left;
  color: #3d4041;
}
@media (max-width: 991.98px) {
  body.hcp .prostate_cancer_number .coh-wysiwyg p {
    font-size: 16px;
    line-height: 26px;
  }
}
body.hcp .accurate_inital h2 {
  font-size: 38px !important;
  font-weight: bold !important;
  line-height: 56px !important;
  font-style: normal;
  text-align: left;
  color: #3d4041;
}
@media (max-width: 991.98px) {
  body.hcp .accurate_inital h2 {
    font-size: 20px !important;
    line-height: 28px !important;
    padding: 0px;
  }
}
body.hcp .accurate_inital p {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 26px !important;
  font-style: normal;
  text-align: left;
  max-width: 590px;
}
@media (max-width: 991.98px) {
  body.hcp .accurate_inital p {
    font-size: 16px !important;
  }
}
body.hcp .standard_imaging {
  margin: 8.75rem 0;
}
@media (max-width: 991.98px) {
  body.hcp .standard_imaging {
    margin: 1rem 0rem 2rem 1rem;
  }
}
body.hcp .standard_imaging p.h3 {
  font-size: 38px !important;
  font-weight: bold !important;
  line-height: 56px !important;
  font-style: normal;
  text-align: left;
  max-width: 1140px;
}
@media (max-width: 991.98px) {
  body.hcp .standard_imaging p.h3 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
body.hcp .standard_imaging ul {
  max-width: 1140px;
}
body.hcp .standard_imaging ul li {
  max-width: 460px;
  float: left;
  min-height: 102px;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 26px !important;
  font-style: normal;
  text-align: left;
  width: 45%;
  margin-right: 5%;
}
@media (max-width: 991.98px) {
  body.hcp .standard_imaging ul li {
    width: 100%;
    min-height: unset;
  }
}
body.hcp .pet_imaging_home {
  margin: 1rem 0 3rem !important;
}
body.hcp .pet_imaging_home sup.big {
  font-size: 100%;
  top: 0;
}
@media (max-width: 991.98px) {
  body.hcp .pet_imaging_home {
    margin: 2rem 0 0 !important;
  }
}
body.hcp .hp-hero {
  background: url("/sites/default/files/images/default-images/hcp/hero/homepage-bg-desktop.jpg") no-repeat;
  margin-top: -6.75rem;
  padding-top: 6.625rem;
  height: 50.4375rem;
  background-size: cover;
  position: relative;
  z-index: 0;
  background-position-x: 55%;
}
@media (max-width: 991.98px) {
  body.hcp .hp-hero {
    padding-top: 4.625rem;
    height: auto;
    background-position-x: 49%;
  }
}
body.hcp .hp-hero::before {
  content: "";
  background: linear-gradient(180deg, rgb(0, 87, 165) 0%, rgba(0, 87, 165, 0.1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7.55rem;
  width: 100%;
  display: block;
  z-index: 0;
}
body.hcp .hp-hero:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(0, 55, 77, 0) 0%, rgb(4, 124, 224) 70%);
  z-index: 10;
}
@media (max-width: 991.98px) {
  body.hcp .hp-hero .row {
    margin-left: 0;
    margin-right: 0;
  }
}
body.hcp .hp-hero .hero-eyebrow {
  margin-bottom: 1.25rem;
  font-weight: 300;
  font-size: 1.375rem;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.18);
}
@media (max-width: 991.98px) {
  body.hcp .hp-hero .hero-eyebrow {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.1875rem;
  }
}
body.hcp .hp-hero .hero-heading {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2.125rem !important;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199.98px) {
  body.hcp .hp-hero .hero-heading {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  body.hcp .hp-hero .hero-heading {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.5rem !important;
  }
}
body.hcp .hp-hero .hero-heading .green-box {
  margin-left: 0.625rem;
  border: 2px solid #00FFCF;
  color: #00FFCF;
  padding: 0.3125rem 0.9375rem;
  position: relative;
  font-weight: 500;
  background: rgba(1, 27, 51, 0.2);
  text-shadow: none;
}
@media (max-width: 991.98px) {
  body.hcp .hp-hero .hero-heading .green-box {
    display: inline-block;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  body.hcp .hp-hero .hero-heading .green-box {
    margin-left: 0;
    text-align: center;
  }
}
body.hcp .hp-hero .container {
  position: relative;
  height: 44.1875rem;
}
@media (max-width: 991.98px) {
  body.hcp .hp-hero .container {
    max-width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
body.hcp .hp-hero .cta-block {
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
  width: 95%;
  z-index: 999;
}
body.hcp .hp-hero .cta-block .callout-btn {
  margin: 0;
  font-size: 1rem;
  padding-right: 3rem;
}
@media (min-width: 768px) {
  body.hcp .hp-hero .cta-block {
    position: absolute;
    right: 12vw;
    bottom: 168px;
    width: 300px;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  body.hcp .hp-hero .cta-block {
    right: 115px;
  }
}
body.hcp .hp-hero .chevron,
body.hcp .hp-hero .nccn-banner {
  position: relative;
  display: block;
  padding-top: 1rem;
  padding-bottom: 2rem;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  text-align: left;
  z-index: 999;
}
@media (min-width: 768px) {
  body.hcp .hp-hero .chevron,
  body.hcp .hp-hero .nccn-banner {
    position: absolute;
    bottom: 138px;
    bottom: 0;
    right: 12vw;
    width: 300px;
    margin-bottom: 0;
    padding: 1rem 0;
    z-index: 11;
  }
}
@media (min-width: 992px) {
  body.hcp .hp-hero .chevron,
  body.hcp .hp-hero .nccn-banner {
    right: 115px;
  }
}
body.hcp .hp-hero .chevron p,
body.hcp .hp-hero .nccn-banner p {
  display: block;
  margin: 0 1.25rem;
  margin-bottom: 0.5em;
  padding-bottom: 0.75rem;
  border-bottom: 4px solid #00FFD1;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.2;
  text-align: left;
}
@media (min-width: 768px) {
  body.hcp .hp-hero .chevron p,
  body.hcp .hp-hero .nccn-banner p {
    font-size: 1.25rem;
  }
}
body.hcp .hp-hero .chevron p sub,
body.hcp .hp-hero .nccn-banner p sub {
  bottom: 0;
  font-size: 0.7em;
  font-weight: 300;
}
@media (min-width: 768px) {
  body.hcp .hp-hero .chevron p sub,
  body.hcp .hp-hero .nccn-banner p sub {
    font-size: 0.8em;
  }
}
body.hcp .hp-hero .chevron p.chevron-eyebrow-headline, body.hcp .hp-hero .chevron p.nccn-banner-eyebrow-headline,
body.hcp .hp-hero .nccn-banner p.chevron-eyebrow-headline,
body.hcp .hp-hero .nccn-banner p.nccn-banner-eyebrow-headline {
  margin-bottom: 0;
  padding-bottom: 0.25rem;
  max-width: none;
  border-bottom: 0;
  font-size: 0.85em;
  font-weight: 400;
}
body.hcp .hp-hero .chevron a,
body.hcp .hp-hero .nccn-banner a {
  position: relative;
  margin-left: 1.25rem;
  color: #00FFD1;
  font-size: 1.0625rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
body.hcp .hp-hero .chevron a:after,
body.hcp .hp-hero .nccn-banner a:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: -12px;
  width: 8px;
  height: 16px;
  background: url("/sites/default/files/images/default-images/hcp/mint-green-arrow.png") no-repeat;
}
body.hcp .hp-hero .gradient-box {
  background: linear-gradient(180deg, rgba(0, 57, 108, 0.95) 0%, rgba(0, 58, 109, 0.8) 34%, rgba(0, 107, 165, 0) 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  height: 20.4375rem;
  width: 27.3125rem;
  padding: 1.125rem 1.375rem;
}
@media (max-width: 991.98px) {
  body.hcp .hp-hero .gradient-box {
    position: relative;
    bottom: auto;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: auto;
    background: #001A6A;
  }
}
body.hcp .hp-hero .gradient-box p {
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  body.hcp .hp-hero .gradient-box p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.hcp .hp-hero .gradient-box p.footnote {
  margin-bottom: 0;
}
body.hcp .hp-hero .gradient-box p.footnote sup {
  position: relative;
  top: -0.75em;
}
body.hcp .hp-hero .gradient-box .box-heading {
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  body.hcp .hp-hero .gradient-box .box-heading {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.hcp .hp-hero .gradient-box .bordered-content {
  border: solid #ffffff;
  border-width: 1px 0 1px 0;
  align-items: center;
  display: flex;
  padding: 0 0;
  margin-bottom: 0.625rem;
}
@media (max-width: 991.98px) {
  body.hcp .hp-hero .gradient-box .bordered-content {
    flex-wrap: wrap;
  }
}
body.hcp .hp-hero .gradient-box .bordered-content .content {
  display: flex;
  align-items: center;
  padding: 0;
}
@media (max-width: 991.98px) {
  body.hcp .hp-hero .gradient-box .bordered-content .content {
    padding: 0 0;
  }
}
body.hcp .hp-hero .gradient-box .bordered-content p {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 0.7rem;
  line-height: 1rem;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  body.hcp .hp-hero .gradient-box .bordered-content p {
    padding-left: 0;
    padding-right: 0;
  }
}
body.hcp .hp-hero .gradient-box .bordered-content img {
  height: auto;
  width: 42px;
  height: 41px;
}
body.hcp .hp-hero .gradient-box .footnote {
  font-size: 0.75rem;
}
body.hcp .hp-hero .patient-disclaimer {
  position: absolute;
  left: 17px;
  bottom: 15px;
  z-index: 999;
}
@media (max-width: 1199.98px) {
  body.hcp .hp-hero .patient-disclaimer {
    left: 0%;
  }
}
body.hcp .hp-hero .patient-disclaimer p {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
}
body.hcp .hp-hero .cyclist {
  position: absolute;
  right: 10.125rem;
  top: 18.05rem;
}
@media (max-width: 991.98px) {
  body.hcp .hp-hero .cyclist {
    display: none;
  }
}
body.hcp .hp-hero .center-man {
  position: absolute;
  right: 26.925rem;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 991.98px) {
  body.hcp .hp-hero .center-man {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    z-index: 0;
  }
}
body.hcp .hp-hero .left-couple {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  body.hcp .hp-hero .left-couple {
    display: none;
  }
}
body.hcp .hp-hero .grandfather {
  position: absolute;
  left: 20rem;
  top: 17.05rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.hcp .hp-hero .grandfather {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  body.hcp .hp-hero .grandfather {
    display: none;
  }
}
body.hcp .bordered-gradient-box {
  border: solid #00FFD1;
  border-width: 4px 0 4px 0;
  background: linear-gradient(180deg, rgb(4, 63, 115), rgb(0, 87, 165));
  padding: 2.5rem 0 3.75rem;
}
body.hcp .bordered-gradient-box .row {
  justify-content: center;
}
body.hcp .bordered-gradient-box .content {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 2.5rem;
  align-items: center;
  width: 20%;
  flex-basis: 20%;
}
@media (max-width: 767.98px) {
  body.hcp .bordered-gradient-box .content {
    width: 100%;
    margin: 0 auto 1.875rem;
    padding-bottom: 1.875rem;
    flex-basis: 100%;
  }
}
body.hcp .bordered-gradient-box .content::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1.25rem;
  background: radial-gradient(circle, rgb(0, 255, 207), rgba(255, 255, 255, 0));
}
@media (max-width: 767.98px) {
  body.hcp .bordered-gradient-box .content::after {
    top: auto;
    bottom: -1.25rem;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.hcp .bordered-gradient-box .content:last-of-type {
  margin-right: 0;
}
body.hcp .bordered-gradient-box .content:last-of-type::after {
  content: none;
}
body.hcp .bordered-gradient-box .content img {
  height: 9.375rem;
  width: 9.375rem;
}
body.hcp .bordered-gradient-box .content p {
  text-align: center;
  width: 100%;
}
body.hcp .bordered-gradient-box .content a {
  text-transform: uppercase;
  color: #00E9BF;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}
body.hcp .bordered-gradient-box .content a::after {
  content: "";
  height: 0.875rem;
  width: 0.875rem;
  border: solid #00FFD1;
  border-width: 0 3px 3px 0;
  display: inline-block;
  transform: rotate(-45deg);
  position: relative;
  right: -4px;
}
body.hcp .flexicon {
  width: 100%;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  body.hcp .flexicon {
    display: flex;
  }
}
body.hcp .flexicon li {
  position: relative;
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding-left: 0;
}
body.hcp .flexicon li:before {
  display: none;
}
body.hcp .flexicon li p {
  position: relative;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
}
body.hcp .gradient-mania-section {
  background: linear-gradient(180deg, rgb(0, 57, 108), rgba(0, 57, 108, 0) 20%);
  padding: 5rem 0;
}
body.hcp .mt-35p {
  margin-top: 2.1875rem;
}
body.hcp .mb-70p {
  margin-bottom: 4.375rem;
}

body.hcp .nav-btn-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body.hcp .nav-btn-row.mt-100 {
  margin-top: 6.25rem;
}
body.hcp .nav-btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  border: 1px solid #007aff;
  position: relative;
  width: fit-content;
  text-decoration: none;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  body.hcp .nav-btn {
    width: 280px;
  }
}
@media (min-width: 992px) {
  body.hcp .nav-btn {
    font-size: 0.875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 500;
    border: 2px solid #007aff;
    max-width: 20.375rem;
  }
}
body.hcp .nav-btn.back {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: transparent;
  color: #007aff;
  align-items: center;
  font-weight: 800;
}
@media (min-width: 992px) {
  body.hcp .nav-btn.back {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
body.hcp .nav-btn.back::before {
  content: "";
  background-image: url("/sites/default/files/2024-04/Back_Arrow_Blue.png");
  left: 0;
  height: 27px;
  width: 27px;
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-size: 65%;
  top: 4px;
}
@media (min-width: 992px) {
  body.hcp .nav-btn.back::before {
    left: 0;
    height: 27px;
    width: 27px;
    display: inline-block;
    position: relative;
  }
}
body.hcp .nav-btn.next {
  float: right;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: #007aff;
  color: #ffffff;
  align-items: center;
  font-weight: 800;
}
@media (min-width: 992px) {
  body.hcp .nav-btn.next {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
body.hcp .nav-btn.next::after {
  content: "";
  background-image: url("/sites/default/files/2024-04/Next_Arrow_white.png");
  right: 0;
  height: 27px;
  width: 27px;
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
  background-repeat: no-repeat;
  background-size: 65%;
  top: 4px;
}
@media (min-width: 992px) {
  body.hcp .nav-btn.next::after {
    right: 0;
    height: 27px;
    width: 27px;
    display: inline-block;
    position: relative;
  }
}

@media (min-width: 768px) {
  body.hcp.ai .nav-btn {
    width: 300px;
  }
}

body.hcp .nav-btn.back:hover {
  background-color: #f0f0f0;
}

body.hcp .nav-btn.back:active {
  background-color: #dddddd;
}

body.hcp .nav-btn.next:hover {
  background-color: #5AA8FF;
  border-color: #5AA8FF;
}

body.hcp .nav-btn.next:active {
  background-color: #0657A8;
  border-color: #0657A8;
}

.page-btn-row {
  display: none;
}
@media (min-width: 768px) {
  .page-btn-row.fixed {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
    width: 100%;
    z-index: 101;
  }
}
@media (min-width: 992px) {
  .page-btn-row {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    width: 100%;
    margin: 0 0;
    padding: 0 0 1.25rem;
  }
  .page-btn-row li {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.8);
    width: 32%;
    margin-right: 0.5rem;
    padding: 0.625rem 0;
    border: 2px solid #0552A5;
    border-radius: 9px;
    box-shadow: 0 6px 6px RGBA(0, 0, 0, 0.31);
  }
  .page-btn-row li:last-child {
    margin-right: 0;
  }
  .page-btn-row li.active {
    background: #0552A5;
    color: #ffffff;
  }
  .page-btn-row li.active a {
    color: #ffffff;
  }
  .page-btn-row li::before {
    display: none;
  }
  .page-btn-row li a {
    display: block;
    padding: 0.375rem 1rem;
    font-size: 0.8125rem;
    line-height: 22px;
    color: #3D4041;
    text-decoration: none;
    text-align: center;
  }
  .page-btn-row li a b {
    font-weight: 700;
  }
}

.efficacy .page-btn-row ul li {
  margin-right: 1.5rem;
}

body.hcp .safety-standout {
  padding: 2.1875rem 3.125rem 4.0625rem;
  margin-top: 3.125rem;
}
@media (max-width: 991.98px) {
  body.hcp .safety-standout {
    padding: 2.1875rem 1.125rem;
  }
}
body.hcp .safety-standout .h2, body.hcp .safety-standout .disclaimer {
  text-align: center;
}
body.hcp .safety-standout .h2 {
  text-transform: uppercase;
}
body.hcp .safety-standout img {
  display: block;
  margin-bottom: 1.875rem;
}
body.hcp .safety-standout .disclaimer {
  font-size: 1rem;
  font-weight: 300;
}

@media (min-width: 992px) {
  body.patient main {
    margin-top: 180px;
  }
  body.hcp main {
    margin-top: 125px;
  }
  body .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  body .header .banner,
  body .header .eyebrow {
    max-height: 200px;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
  }
  body .header .banner.scrolling,
  body .header .eyebrow.scrolling {
    max-height: 0;
  }
}

@media (min-width: 992px) {
  body.hcp .header {
    background-color: #ffffff;
    transition: background-color 0.2s ease-in-out;
    opacity: 0.96;
    box-shadow: 0 4px 7px #c5c5c5;
  }
  body.hcp .header.scrolling {
    background-color: #ffffff;
    opacity: 0.96;
    z-index: 99999;
  }
}

.navbar {
  padding: 0.5rem 0;
}

.header__navbar {
  max-width: 100%;
  padding: 0 0;
  position: relative;
}
@media (min-width: 992px) {
  .header__navbar {
    padding-top: 8px;
    padding-bottom: 10px;
  }
}

.header__navbar__us {
  display: none;
  padding-top: 0.5em;
  position: absolute;
  top: 0;
  right: 0.5rem;
}
.header__navbar__us p {
  font-size: 0.75rem;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 992px) {
  .header__navbar__us {
    display: block;
  }
}

.header__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0;
  margin: 0 0;
}
@media (min-width: 992px) {
  .header__brand {
    height: 70px;
  }
  .header__brand img {
    width: 238px;
    height: 36px;
  }
}
@media (min-width: 1200px) {
  .header__brand img {
    width: 400px;
    height: 48px;
  }
}
@media (max-width: 991.98px) {
  .header__brand {
    height: 62px;
  }
  .header__brand img {
    width: 240px;
    height: 43px;
  }
}
@media (min-width: 1200px) {
  .patient .header__brand img {
    width: 345px;
    height: 59px;
  }
}

.header-menu-wrapper {
  transition: none;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .header-menu-wrapper {
    background: #ffffff;
    margin: 0 -15px;
    max-height: 78vh;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  .header-menu-wrapper {
    width: calc(100% - 200px);
  }
}
@media (min-width: 1200px) {
  .header-menu-wrapper {
    width: calc(100% - 270px);
  }
}

.header-menu {
  width: 100%;
}
@media (max-width: 991.98px) {
  .header-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
  }
}

.header-menu__toggler {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.header-menu__toggler:focus {
  outline: none;
}
.header-menu__toggler::before, .header-menu__toggler::after {
  width: 26px;
  height: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s ease-in-out;
}
.header-menu__toggler::before {
  background-image: url("/sites/default/files/images/default-images/header/menu_0.svg");
  transform: rotateX(0) rotateY(0);
  transition-delay: 0.2s;
}
.header-menu__toggler::after {
  background-image: url("/sites/default/files/images/default-images/header/close_0.svg");
  transform: rotateX(90deg) rotateY(45deg);
  transition-delay: 0s;
}
.header-menu__toggler[aria-expanded=true]::before {
  transform: rotateX(90deg) rotateY(45deg);
}
.header-menu__toggler[aria-expanded=true]::after {
  transform: rotateX(0) rotateY(0);
  transition-delay: 0.2s;
}

@media (min-width: 992px) {
  .hcp .header-menu__list .subnav-group .subnav-set {
    width: 350px;
  }
}
.hcp .header-menu__list .subnav-group .subnav-set .subnav-link {
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .hcp .header-menu__list .subnav-group .subnav-set .subnav-link {
    border: none;
  }
}
.hcp .header-menu__list .subnav-group .subnav-set .subnav-link.active {
  color: #000;
}
@media (max-width: 767.98px) {
  .hcp .header-menu__list .subnav-group {
    border-bottom: 0 none;
  }
}
@media (max-width: 767.98px) {
  .hcp .header-menu__list .subnav-group .subnav-group-trigger::after {
    border-color: #007AFF;
    border-width: 2px 2px 0 0;
  }
}

@media (min-width: 992px) {
  .header-menu__list:first-of-type .nav-link {
    margin-left: 0;
    padding-left: 0;
  }
  .header-menu__list:last-of-type .nav-link {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .header-menu__list .nav-link {
    margin: 0 1.875em;
  }
}
.header-menu__list .subnav-group {
  position: relative;
}
@media (max-width: 991.98px) {
  .header-menu__list .subnav-group {
    border-bottom: 1px solid #007aff;
  }
  .header-menu__list .subnav-group .subnav-group-trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    height: 58px;
  }
  .header-menu__list .subnav-group .subnav-group-trigger::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    transform-origin: center;
    transition: all 0.125s ease-in-out;
    position: absolute;
    top: calc(50% - 5px);
    right: 1rem;
  }
  .header-menu__list .subnav-group .subnav-group-trigger.show + .subnav-set {
    visibility: visible;
    height: auto;
  }
  .header-menu__list .subnav-group .nav-link {
    border-bottom: none;
  }
  .header-menu__list .subnav-group .subnav-set {
    visibility: hidden;
    height: 0;
    padding: 0;
    padding-left: 1em;
  }
  .header-menu__list .subnav-group .subnav-set .subnav-item {
    list-style: none;
    padding: 0;
  }
  .header-menu__list .subnav-group .subnav-set .subnav-item::before {
    display: none;
  }
  .header-menu__list .subnav-group .subnav-set .subnav-link {
    display: block;
    padding: 1.25rem 0;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    border-top: 1px solid #007aff;
  }
  .header-menu__list .subnav-group .subnav-set .subnav-link:hover, .header-menu__list .subnav-group .subnav-set .subnav-link:active, .header-menu__list .subnav-group .subnav-set .subnav-link:focus, .header-menu__list .subnav-group .subnav-set .subnav-link.active {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  .header-menu__list .subnav-group {
    cursor: pointer;
  }
  .header-menu__list .subnav-group > a {
    pointer-events: none;
  }
  .header-menu__list .subnav-group .subnav-group-trigger {
    display: none;
  }
  .header-menu__list .subnav-group .nav-link::after {
    display: none;
  }
  .header-menu__list .subnav-group .subnav-set {
    visibility: hidden;
    position: absolute;
    top: 99%;
    left: 0.75rem;
    width: 280px;
    height: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 100;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .header-menu__list .subnav-group .subnav-set {
    left: 0rem;
  }
}
@media (min-width: 992px) {
  .header-menu__list .subnav-group .subnav-set .subnav-item {
    padding: 0;
    margin: 0;
    background-color: #00396C;
  }
  .header-menu__list .subnav-group .subnav-set .subnav-item::before {
    display: none;
  }
  .header-menu__list .subnav-group .subnav-set .subnav-item:first-of-type {
    position: relative;
    padding-top: 12px;
  }
  .header-menu__list .subnav-group .subnav-set .subnav-item:first-of-type::after {
    width: 100%;
    height: 4px;
    background-color: #00FFD1;
    content: "";
    max-width: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: max-width 0.2s ease-in-out;
  }
  .header-menu__list .subnav-group .subnav-set .subnav-item:last-of-type {
    padding-bottom: 10px;
  }
  .header-menu__list .subnav-group .subnav-set .subnav-link {
    display: block;
    padding: 0.625rem 1rem;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
  }
  .header-menu__list .subnav-group .subnav-set .subnav-link:hover, .header-menu__list .subnav-group .subnav-set .subnav-link:active, .header-menu__list .subnav-group .subnav-set .subnav-link:focus, .header-menu__list .subnav-group .subnav-set .subnav-link.active {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
  }
  .header-menu__list .subnav-group.hovered .subnav-set {
    height: auto;
    visibility: visible;
  }
  .header-menu__list .subnav-group.hovered .subnav-set .subnav-item:first-of-type::after {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .header-menu__list .subnav-group:last-child .subnav-set {
    left: unset !important;
    right: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .patient.sticky-nav #headerNav {
    z-index: 1001;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
.patient .header-menu__list .nav-item .nav-link {
  color: #00396C;
  font-size: 1.05rem;
}
@media (max-width: 991.98px) {
  .patient .header-menu__list .nav-item .nav-link {
    border-bottom: 1px solid #007aff;
    color: #00396C;
  }
}
.patient .header-menu__list .nav-item .nav-link:hover::after {
  max-width: 100%;
}
.patient .header-menu__list .nav-item .nav-link::after {
  background-color: #DAE021;
}
@media (min-width: 992px) {
  .patient .header-menu__list .nav-item--last .subnav-set {
    left: unset !important;
    right: 0 !important;
  }
}
.patient .header-menu__toggler::before {
  background-image: url("/sites/default/files/images/default-images/header/menu-blue.svg");
}
.patient .header-menu__toggler::after {
  background-image: url("/sites/default/files/images/default-images/header/close-blue.svg");
}

@media (max-width: 991.98px) {
  #headerNav {
    flex-wrap: nowrap;
    height: 62px;
  }
  body.sticky-nav #headerNav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1001;
    background: #0F6FC6;
    transform: translateY(-64px);
  }
  body.sticky-nav.scrolling-up #headerNav {
    z-index: 1001;
    background-color: #0F6FC6;
    border-bottom: 1px solid #01427D;
    transition: transform 0.125s ease;
    transform: translateY(0px);
  }
}

#headerNav {
  width: 100%;
  height: auto;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#headerNav > .eyebrow {
  display: none;
}
#headerNav .header__navbar .eyebrow {
  display: flex;
}
@media (min-width: 992px) {
  #headerNav {
    display: block;
  }
}

.header {
  background-color: #ffffff;
}

.header-menu__list {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
  margin-top: 0.25em;
  margin-left: 0;
  padding: 0 1em;
}
.hcp .header-menu__list {
  padding-right: 0;
  justify-content: space-evenly;
}
@media (max-width: 767.98px) {
  .hcp .header-menu__list {
    margin-bottom: 1em;
  }
}
@media (max-width: 767.98px) {
  .hcp .header-menu__list .tertiary-nav {
    margin-top: 0;
  }
}
.header-menu__list .nav-item {
  margin: 0;
  padding-bottom: 0;
  width: 100%;
}
.header-menu__list .nav-item:before {
  content: "";
}
.header-menu__list .nav-link {
  border-bottom: 1px solid #007aff;
  color: #00396C;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  min-height: 3em;
  padding: 1.25rem 0;
  position: relative;
  text-decoration: none;
  width: auto;
}
.header-menu__list .nav-link:hover span::after, .header-menu__list .nav-link.active span::after {
  max-width: 100%;
}
.header-menu__list .nav-link span {
  display: inline-block;
  pointer-events: none;
  position: relative;
}
.header-menu__list .nav-link span::after {
  width: 100%;
  height: 4px;
  background-color: #DAE021;
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  transition: max-width 0.2s ease-in-out;
  max-width: 0;
}

body.menu-open {
  height: 100%;
  overflow: hidden;
}
body.menu-open.hcp #headerNav {
  background-color: white;
}
@media (max-width: 767.98px) {
  body.menu-open.hcp #headerNav {
    background-color: #ffffff;
  }
}
body.menu-open.hcp .header {
  background-color: white;
  outline: 2px solid #f00;
}
body.menu-open #headerNav {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
body.menu-open .header {
  background-color: #ffffff;
}

body.hcp .header {
  background-color: #0F6FC6;
}
@media (max-width: 767.98px) {
  body.hcp .header {
    position: relative;
    z-index: 999;
    background-color: #0F6FC6;
  }
}
body.hcp .header .header-menu .navbar-nav .nav-item a {
  color: #3D4041;
  line-height: 17px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  body.hcp .header .header-menu .navbar-nav .nav-item a {
    border-bottom: 2px solid #cce4ff;
    line-height: 17px;
    font-size: 12px;
    font-weight: bold;
  }
}
body.hcp .header-menu-wrapper {
  background-color: white;
}
@media (max-width: 767.98px) {
  body.hcp .header-menu-wrapper {
    background-color: #ffffff;
  }
}
@media (max-width: 991.98px) {
  body.hcp .header-menu-wrapper {
    max-height: 78vh;
    overflow-y: auto;
  }
}
body.hcp .header-menu__list .nav-link {
  color: #000;
}
body.hcp .header-menu__list .nav-link span:after {
  bottom: -26px;
  background-color: #00FFD1;
}
@media (max-width: 991.98px) {
  body.hcp .header-menu__list .nav-link span:after {
    bottom: -10px;
  }
}

body.patient .locations-btn {
  background-color: #DAE021;
  border: 1px solid #DAE021;
  color: #01427D;
}
body.patient .locations-btn:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

@media (min-width: 992px) {
  #headerNav > .eyebrow {
    display: block;
  }
  #headerNav .header__navbar .eyebrow {
    display: none;
  }
  .header-menu__list {
    align-items: flex-end;
    margin-left: auto;
    padding: 0;
  }
  .header-menu__list .nav-item {
    width: auto;
  }
  .header-menu__list .nav-item:last-child .nav-link {
    margin-right: 0;
  }
  .header-menu__list .nav-link {
    border: 0;
    font-size: 0.65em;
    margin: 0 1em;
    padding: 1em 0;
  }
  .header-menu__list .nav-link span::after {
    bottom: -8px;
  }
  body.hcp .header {
    background-image: url("/sites/default/files/images/default-images/header/header-sky-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  body.hcp .header .nav-link {
    padding-right: 0 !important;
  }
  body.hcp .header .nav-link.active {
    font-weight: 700;
  }
  body.hcp .header {
    background: transparent;
  }
  body.hcp .header-menu-wrapper {
    background-color: transparent;
  }
}
@media (min-width: 992px) and (max-width: 767.98px) {
  body.hcp .tertiary-nav a {
    color: #007aff;
    font-size: 12px;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  body.hcp .tertiary-nav .sign-up-btn,
  body.hcp .tertiary-nav .locations-btn {
    width: auto;
  }
  body.user-logged-in header.header {
    margin-top: 96px;
  }
  body.user-logged-in main {
    margin-top: 39px;
  }
  body.user-logged-in main ul.dx8-tabs li::before {
    content: "";
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hcp .header-menu__list .nav-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.hcp #headerNav {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
}

body.hcp img[src^="https://beacon"] {
  height: 0;
}

body.hcp.menu-open .header__navbar {
  top: -16px;
}

body .hp-hero {
  background: url("/sites/default/files/images/default-images/hcp/hero/homepage-bg-desktop.jpg") no-repeat;
  margin-top: -6.75rem;
  padding-top: 6.625rem;
  height: 47.0625rem;
  background-size: cover;
  position: relative;
  z-index: -1;
  background-position-x: 100%;
}
body .hp-hero::before {
  content: "";
  background: linear-gradient(180deg, rgb(0, 87, 165) 0%, rgba(0, 87, 165, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 14rem;
  width: 100%;
  display: block;
}
body .hp-hero .hero-eyebrow {
  font-weight: 400;
  font-size: 1.375rem;
}
body .hp-hero .hero-heading {
  font-weight: 300;
  text-transform: uppercase;
}
body .hp-hero .hero-heading .green-box {
  margin-left: 0.625rem;
  border: 2px solid #00FFCF;
  color: #00FFCF;
  padding: 0.3125rem 0.9375rem;
  position: relative;
}
body .hp-hero .gradient-box {
  background: linear-gradient(180deg, rgb(0, 57, 108) 0%, rgba(0, 57, 108, 0) 80%);
  position: absolute;
  bottom: 0;
  right: 3.125rem;
  height: 18.125rem;
  width: 39rem;
  padding: 1.125rem 1.375rem;
}
body .hp-hero .gradient-box .box-heading {
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
}
body .hp-hero .gradient-box .bordered-content {
  border: solid #ffffff;
  border-width: 1px 0 1px 0;
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
}
body .hp-hero .gradient-box .bordered-content p {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.25rem;
}
body .hp-hero .gradient-box .bordered-content img {
  height: 4.375rem;
  width: 4.375rem;
}
body .hp-hero .gradient-box .footnote {
  font-size: 0.75rem;
}
body .bordered-gradient-box {
  border: solid #00FFD1;
  border-width: 4px 0 4px 0;
  background: linear-gradient(180deg, rgb(4, 63, 115), rgb(0, 87, 165));
  padding: 2.5rem 0 3.75rem;
}
body .bordered-gradient-box .row {
  justify-content: center;
}
body .bordered-gradient-box .content {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 2.5rem;
  align-items: center;
  width: 20%;
}
body .bordered-gradient-box .content::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: -1.25rem;
  background: radial-gradient(circle, rgb(0, 255, 207), rgba(255, 255, 255, 0));
}
body .bordered-gradient-box .content:last-of-type {
  margin-right: 0;
}
body .bordered-gradient-box .content:last-of-type::after {
  content: none;
}
body .bordered-gradient-box .content img {
  height: 9.375rem;
  width: 9.375rem;
}
body .bordered-gradient-box .content p {
  text-align: center;
}
body .bordered-gradient-box .content a {
  text-transform: uppercase;
  color: #00E9BF;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}
body .bordered-gradient-box .content a::after {
  content: "";
  height: 0.875rem;
  width: 0.875rem;
  border: solid #00FFD1;
  border-width: 0 3px 3px 0;
  display: inline-block;
  transform: rotate(-45deg);
  position: relative;
  right: -4px;
}
body .gradient-mania-section {
  background: linear-gradient(180deg, rgb(0, 57, 108), rgba(0, 57, 108, 0) 20%);
  padding: 5rem 0;
}
body .mt-35p {
  margin-top: 2.1875rem;
}
body .mb-70p {
  margin-bottom: 4.375rem;
}

body.patient section {
  margin-bottom: 3em;
}
body.patient section:last-child {
  margin: 0;
}
@media (min-width: 576px) {
  body.patient.home:after {
    background-position: 0 690px;
    background-size: 100% 433px;
  }
}
@media (min-width: 768px) {
  body.patient.home:after {
    background-position: 0 792px;
  }
}
@media (min-width: 992px) {
  body.patient.home:after {
    background-position: 0 70vh;
  }
}
@media (min-width: 1200px) {
  body.patient.home:after {
    background-position: 0 77vh;
  }
}
@media (min-width: 768px) {
  body.patient.home .section-top {
    margin-bottom: -100px;
  }
}
@media (min-width: 1200px) {
  body.patient.home .section-top {
    margin-bottom: -230px;
  }
}
body.patient.home .section-bottom {
  position: relative;
  top: 5px;
  margin: 0;
}
@media (min-width: 1200px) {
  body.patient.home .section-bottom {
    margin-bottom: -30px;
  }
}
body.patient.home .hero {
  position: relative;
  background: url("/sites/default/files/images/default-images/patient/home-hero-bg.jpg") no-repeat;
  background-position: 0 12rem;
  background-size: cover;
}
@media (max-width: 575.98px) {
  body.patient.home .hero {
    background: transparent;
  }
}
@media (max-width: 767.98px) {
  body.patient.home .hero {
    margin-bottom: 4rem;
    background-position: 35% 10rem;
  }
}
@media (max-width: 991.98px) {
  body.patient.home .hero {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  body.patient.home .hero {
    margin-top: 0.375rem;
    background-size: 100% 75%;
  }
}
body.patient.home .hero .h1, body.patient.home .hero .headline-1,
body.patient.home .hero .h2, body.patient.home .hero .headline-2 {
  font-weight: 500 !important;
}
@media (min-width: 992px) {
  body.patient.home .hero h1 {
    font-size: 3.375rem;
  }
}
body.patient.home .hero .h2, body.patient.home .hero .headline-2 {
  margin-bottom: 0;
  color: #0057A5;
  font-size: 1.3125rem !important;
}
@media (min-width: 992px) {
  body.patient.home .hero .h2, body.patient.home .hero .headline-2 {
    font-size: 1.9375rem !important;
  }
}
body.patient.home .hero p {
  font-weight: 500;
}
@media (min-width: 576px) {
  body.patient.home .hero p {
    margin-top: 6rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  body.patient.home .hero p {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  body.patient.home .hero a.cta-btn {
    font-size: 0.875rem;
    padding-left: 0.875rem;
  }
}
@media (min-width: 768px) {
  body.patient.home .hero a.cta-btn {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  body.patient.home .hero a.cta-btn {
    font-size: 1.5rem;
    padding-left: 1.75rem;
  }
}
@media (max-width: 575.98px) {
  body.patient.home .hero .img-container {
    background: url("/sites/default/files/images/default-images/patient/home-hero-bg-m.jpg") no-repeat;
    background-size: 100% 359px;
    background-position: 0 45px;
  }
}
body.patient.home .hero .img-container img {
  max-width: 108.75%;
}
@media (min-width: 992px) {
  body.patient.home .hero .img-container img {
    margin-top: -8rem;
  }
}
@media (min-width: 1200px) {
  body.patient.home .hero .img-container img {
    margin-top: -14rem;
    margin-left: -30%;
    max-width: 130%;
  }
}
body.patient.home .page-cards {
  position: relative;
}
@media (min-width: 768px) {
  body.patient.home .page-cards {
    top: -8.0625rem;
  }
}
@media (min-width: 992px) {
  body.patient.home .page-cards {
    top: -8.6875rem;
  }
}
@media (min-width: 1200px) {
  body.patient.home .page-cards {
    top: -14.875rem;
  }
}
@media (max-width: 991.98px) {
  body.patient.home .page-cards .row {
    display: block;
  }
}
body.patient.home .page-cards .card {
  display: block;
  height: 100%;
  padding: 2.25rem 0.9375rem;
  border-radius: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media (max-width: 991.98px) {
  body.patient.home .page-cards .card {
    margin-bottom: 1.5rem;
  }
}
body.patient.home .page-cards .card p {
  padding: 1.25rem 0;
  color: #0057A5;
  font-size: 1.125rem;
  font-weight: 300;
}

.patient .hs-text {
  border-top: 1px solid #00FFD1;
  border-bottom: 1px solid #00FFD1;
}

.hcp .hs-text {
  margin-bottom: 2rem;
  border-radius: 10px;
  padding: 1.5rem 2rem;
  border: 2px solid;
  border: 2px solid;
  border-image: linear-gradient(90deg, #ffffff 0%, #e6e6e6 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #f5f5f5 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #f0f5f5 88.07%, #fefefe 97.67%, #ffffff 98.03%, #f9fbfc 100%);
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.6);
  background: #fcfcfc;
  background: linear-gradient(-130deg, #ffffff 0%, #e6e6e6 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #f5f5f5 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #f0f5f5 88.07%, #fefefe 97.67%, #ffffff 98.03%, #f9fbfc 100%);
  box-shadow: 2px 2px 10px #ccc;
}

.patient .hs-text__white {
  position: relative;
  border-top: 0;
  border-bottom: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  border-radius: 11px;
  background: #ffffff;
  padding: 20px;
}

.hcp .hs-text__white {
  position: relative;
  border-top: 0;
  border-bottom: 0;
  border-radius: 11px;
  background: #ffffff;
  padding: 20px;
  border: 2px solid;
  box-shadow: 2px 2px 10px #ccc;
  border: 2px solid;
  border-image: linear-gradient(90deg, #ffffff 0%, #e6e6e6 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #f5f5f5 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #f0f5f5 88.07%, #fefefe 97.67%, #ffffff 98.03%, #f9fbfc 100%);
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.6);
  background: #fcfcfc;
  background: linear-gradient(-130deg, #ffffff 0%, #e6e6e6 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #f5f5f5 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #f0f5f5 88.07%, #fefefe 97.67%, #ffffff 98.03%, #f9fbfc 100%);
}
@media (max-width: 991.98px) {
  .hcp .hs-text__white {
    padding: 5px;
  }
}
@media (max-width: 991.98px) {
  .hcp .hs-text__white .hs-text__title {
    font-size: 18px;
    line-height: 26px;
  }
}

.hs-text--active .hs-text__title:before {
  display: block;
}
.hs-text--active .hs-text__text {
  max-height: 10000vh;
  padding: 0.5rem 2rem 1.5rem;
}
.hs-text--active .hs-text__text p {
  padding-top: 0.5rem;
}
.hs-text--active .hs-text__text ul {
  margin-left: 0;
}
.hs-text--active .hs-text__title::after {
  transform: rotateZ(180deg) translateY(-50%);
}
.hs-text--active .hs-text__toggle {
  max-height: 100vh;
}

.hs-text__text {
  background-color: #0057A5;
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transform: max-height 0.2s ease-in-out;
}
.hs-text__text li:last-child, .hs-text__text p:last-child, .hs-text__text ul:last-child {
  margin-bottom: 0;
}
.hs-text__text ol li {
  padding-bottom: 0.625rem;
}
.hs-text__white .hs-text__text {
  background-color: transparent;
  color: #5B5B5B;
}
.hs-text__white .hs-text__text hr {
  margin-top: 0;
  border: 0;
  border-bottom: 1px solid #0057A5;
}
.hs-text__white .hs-text__text hr.gray {
  border-color: #7d7d7d;
}
.hs-text__white .hs-text__text hr.dashed {
  margin: 1rem 0 2rem;
  background-color: transparent;
  border-bottom: 1px dashed #7d7d7d;
}

.hs-text__title {
  -webkit-appearance: none;
  color: #ffffff;
  cursor: pointer;
  list-style: none;
  outline: none;
  padding: 0.5rem 0.5rem;
  padding-right: 2em;
  font-family: "DIN Next W01";
  font-weight: 700;
  font-size: 1.25rem;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.2;
  text-transform: uppercase;
}
.hs-text__title span {
  display: inline-block;
  padding-right: 26px;
}
.hs-text__title::before {
  display: none;
  width: 97%;
  height: 1px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.hs-text__title::after {
  width: 20px;
  height: 14px;
  background-image: url("/sites/default/files/images/default-images/hcp/blue-accordion/mint-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: rotateZ(0) translateY(-50%);
  transition: transform 0.2s ease-in-out;
  transform-origin: top center;
}
.hs-text__title::-webkit-details-marker {
  display: none;
}
.hs-text__title .img-box {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 1.5rem;
}
@media (max-width: 991.98px) {
  .hs-text__title .img-box {
    margin-right: 0.75rem;
  }
}
.hs-text__title .img-box img {
  display: block;
  margin: auto;
}
.hs-text__title .no-img-box {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}
.hs-text__title img {
  display: inline;
  width: auto;
  max-width: 70px;
  height: auto;
  max-height: 80px;
  margin-right: 1.5rem;
}
@media (max-width: 991.98px) {
  .hs-text__title img {
    margin-right: 0.75rem;
  }
}

.patient .hs-text__white .hs-text__title {
  -webkit-appearance: none;
  padding: 1rem;
  padding-right: 2em;
  color: #00396C;
  font-weight: 700;
}
.patient .hs-text__white .hs-text__title span {
  display: inline-block;
}
.patient .hs-text__white .hs-text__title:before {
  background-color: #00396C;
}
.patient .hs-text__white .hs-text__title::after {
  background-image: url("/sites/default/files/images/default-images/hcp/blue-accordion/dark-blue-arrow.svg");
}
.patient .hs-text__white .hs-text__title::-webkit-details-marker {
  display: none;
}

.hcp .hs-text__title {
  font-size: 22px;
  color: #007aff;
  font-family: area-normal, sans-serif;
  font-weight: 800;
}
.hcp .hs-text__title::after {
  background-image: url("/sites/default/files/2024-04/arrow_button_down.png");
  width: 50px;
  height: 50px;
}
@media (max-width: 991.98px) {
  .hcp .hs-text__title::after {
    width: 35px;
    height: 35px;
  }
}
.hcp .hs-text--active .hs-text__text {
  background-color: transparent;
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  .hcp .hs-text--active .hs-text__text {
    padding: 0px;
  }
}
.hcp .hs-text--active .hs-text__title:before {
  display: none;
}
.hcp .hs-text__white .hs-text__title {
  -webkit-appearance: none;
  color: #007aff;
  padding: 1rem;
  padding-right: 2em;
  font-weight: 800;
  padding-top: 1.2rem;
}
.hcp .hs-text__white .hs-text__title span {
  display: inline-block;
}
.hcp .hs-text__white .hs-text__title:before {
  background-color: #00396C;
}
.hcp .hs-text__white .hs-text__title::after {
  background-image: url("/sites/default/files/2024-04/arrow_button_down.png");
}
.hcp .hs-text__white .hs-text__title::-webkit-details-marker {
  display: none;
}
.hcp .hs-text--active .hs-text__text p {
  padding-left: 0;
}
.hcp .hs-text--active .hs-text__text .purple-22-bold {
  line-height: 1.5;
  font-weight: 800;
}
.hcp .hs-text--active .hs-text__text .purple {
  font-weight: bold;
}

body.hcp main .hs-text__text ul li::before {
  font-size: 35px;
  top: -13px;
}

body.hcp main .hs-text__text ul li ul li:before {
  background-color: #e9c56a;
  left: -7px;
  width: 11px;
  height: 2px;
  top: 8px;
}

.hs-text__toggle {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  position: relative;
}
.hs-text__toggle::after {
  width: 20px;
  height: 14px;
  background-image: url("/sites/default/files/images/default-images/hcp/blue-accordion/mint-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: rotateZ(180deg) translateY(-50%);
  transition: transform 0.2s ease-in-out;
  transform-origin: top center;
}

.hs-text__white .hs-text__toggle {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  position: relative;
}
.hs-text__white .hs-text__toggle::after {
  background-image: url("/sites/default/files/images/default-images/hcp/blue-accordion/dark-blue-arrow.svg");
}

@media (min-width: 992px) {
  .hs-text__toggle {
    display: none;
  }
}
body.patient.home .isi {
  padding-top: 3rem;
}
body.patient .isi {
  padding-top: 0;
}
@media (min-width: 768px) {
  body.patient .isi {
    padding-top: 3rem;
  }
}

.isi {
  padding-top: 3rem;
}
.isi .container {
  background: url("/sites/default/files/images/default-images/hcp/isi-dashed-line.png") left top no-repeat;
  background-size: auto;
  position: relative;
}
.isi .h5 {
  position: relative;
  padding-top: 2.5rem;
}
.isi p {
  font-size: 1rem;
}
.isi p.sub-head {
  font-weight: 700 !important;
}
.isi .sub-head--underline {
  text-decoration: underline;
}

.floating-isi {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  height: 124px;
  padding: 15px 0;
  background: #ffffff;
  z-index: 3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.patient .floating-isi {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.hcp .floating-isi {
  height: 150px;
  padding-top: 25px;
  z-index: 9999;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 576px) {
  .hcp .floating-isi {
    height: 124px;
    z-index: 999999;
  }
}
@media (max-width: 767.98px) {
  .hcp .floating-isi {
    left: 0;
    right: 0;
    transform: none;
  }
}
.floating-isi > .container {
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}
.floating-isi .h5 {
  color: #0057A5;
  padding-top: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.floating-isi p {
  color: #0057A5;
  font-size: 1rem;
}
.floating-isi p.sub-head {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.floating-isi.hide {
  display: none;
}
.floating-isi.hide.fixed {
  display: none !important;
}
.floating-isi #isi-trigger {
  display: block;
}

#isi-trigger, #isi-hide {
  position: absolute;
}
.hcp #isi-trigger, .hcp #isi-hide {
  color: #00396C;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .hcp #isi-trigger, .hcp #isi-hide {
    font-size: 0.9375rem;
  }
}

#isi-trigger {
  display: none;
  top: -15px;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  z-index: 1000;
  cursor: pointer;
}
.hcp #isi-trigger {
  width: auto;
  height: auto;
  top: 0;
  right: 40px;
  left: unset;
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .hcp #isi-trigger {
    right: 20px;
  }
}
#isi-trigger::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 15px;
  height: 14px;
  background-image: url("/sites/default/files/images/default-images/isi-expand-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.hcp #isi-trigger::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .hcp #isi-trigger::after {
    width: 12px;
    height: 11px;
  }
}

#isi-hide {
  position: absolute;
  top: -7px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding-right: 0px;
  background: #fff;
  z-index: 1000;
}
#isi-hide:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url("/sites/default/files/images/default-images/isi-close-icon.png") no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  #isi-hide:after {
    width: 25px;
    height: 25px;
  }
}
#isi-hide:hover {
  cursor: pointer;
}

body.hcp #isi-content .container {
  border-top: 4px solid lightgray;
}
body.hcp #isi-content .isi-highlight {
  color: #003462;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 22px;
}
body.hcp #isi-content a[href^=tel] {
  color: #003462;
  text-decoration: none;
}
body.hcp #isi-content .h5 {
  color: #000;
  font-size: 1.375rem !important;
  font-weight: 500;
  text-transform: uppercase;
  color: #3D4041;
  font-weight: bold;
}
body.hcp #isi-content .sub-head {
  font-size: 22px !important;
}
body.hcp #isi-content .sub-sub-head {
  font-size: 20px !important;
  margin-bottom: 10px !important;
  font-weight: bold;
  padding-top: 2.5rem;
}
@media (max-width: 991.98px) {
  body.hcp #isi-content .sub-sub-head {
    padding-top: 0;
  }
}
body.hcp #isi-content p, body.hcp #isi-content li {
  color: #000;
  font-size: 1rem !important;
  line-height: 26px;
  color: #3D4041;
}
@media (max-width: 991.98px) {
  body.hcp #isi-content li {
    padding-left: 0px;
  }
}
body.hcp #isi-content li::before {
  top: 4px;
}
@media (max-width: 991.98px) {
  body.hcp #isi-content li::before {
    top: 1px;
    font-size: 20px;
  }
}
body.hcp #isi-content a {
  color: #007aff;
  text-decoration: underline;
}
body.hcp #isi-content a:hover, body.hcp #isi-content a:active {
  color: #007aff;
}
body.hcp #isi-content.fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1200px;
  height: 124px;
  margin-left: auto;
  margin-right: auto;
}
body.hcp #isi-content.fixed > .container {
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}
body.hcp #isi-content.fixed .h5 {
  color: #3D4041;
  padding-top: 1rem;
}
body.hcp #isi-content.fixed p {
  color: #3D4041;
}
body.hcp #isi-content.fixed p.sub-head {
  margin-bottom: 0.5rem;
}
body.hcp #isi-content.fixed #isi-trigger {
  display: block;
}
body.patient #isi-content .col {
  border: 0px;
}
body.patient #isi-content.fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1200px;
  height: 124px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}
body.patient #isi-content.fixed #isi-trigger {
  display: block;
}

body.patient #isi-trigger::after {
  height: 23px;
  width: 23px;
  background-image: url("/sites/default/files/images/default-images/isi-trigger-white.svg");
  background-size: contain;
}
body.patient .floating-isi.fixed {
  height: 124px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
}
body.patient .isi__content a {
  color: #5B5B5B;
  font-weight: 700;
  text-decoration: underline;
}
body.patient .isi__content a:hover {
  color: #5B5B5B;
  text-decoration: none;
}
body.patient .isi__content p,
body.patient .isi__content li {
  color: #5B5B5B;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 0.25rem;
}
body.patient .isi__content li {
  list-style: none;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  padding-left: 1rem;
  position: relative;
}
body.patient .isi__content li::before {
  color: #5B5B5B;
  content: "•";
  font-size: 0.5em;
  line-height: 2.5;
  position: absolute;
  top: 0;
  left: 0;
}
body.patient .isi__content ul {
  margin: 0;
  padding: 0;
}
body.patient .isi__heading {
  color: #0057A5;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin: 0.25em 0;
}

@media (min-width: 768px) {
  body.patient .floating-isi.fixed {
    height: 120px;
  }
}
@media (max-width: 767.98px) {
  p.font-300-mobile {
    font-weight: 300 !important;
  }
}
.hcp .floating-isi .h5 {
  font-weight: bold;
  color: #5B5B5B;
}
.hcp .floating-isi p {
  color: #5B5B5B;
}

body main ul {
  padding-inline-start: 17px;
  list-style: none;
}
body main ul li {
  position: relative;
  padding-bottom: 1rem;
  padding-left: 10px;
}
@media (min-width: 1200px) {
  body main ul li {
    font-size: 1.1875rem;
  }
}
body main ul li::before {
  content: "•";
  position: absolute;
  left: -17px;
  font-weight: bold;
}
body main ul li sup {
  font-size: 65%;
}
body main ul li ul {
  padding-top: 1rem;
  list-style: none;
}
body main ul li ul li {
  position: relative;
  padding-left: 1rem;
}
body main ul li ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  height: 3px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  body main ul.two-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media (min-width: 768px) {
  body main ul.two-columns li {
    display: inline-block;
    width: 100%;
  }
}
body main ol.number-list {
  padding-left: 1.25rem;
  list-style: none;
  counter-reset: my-awesome-counter;
}
body main ol.number-list li {
  position: relative;
  padding-left: 1.875rem;
  padding-bottom: 1.25rem;
  line-height: 1.4;
  counter-increment: my-awesome-counter;
}
body main ol.number-list li:before {
  position: absolute;
  left: 0;
  content: counter(my-awesome-counter) ". ";
  color: #00FFD1;
  font-weight: 400;
  font-size: 1.125rem;
}
body.patient main ul li::before {
  color: #007aff;
}
body.patient main ul li ul li:before {
  background: #00FFD1;
}
body.hcp.efficacy ul li {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  body.hcp.efficacy ul li {
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  body.hcp main p {
    font-size: 1rem;
  }
}
body.hcp main ul li {
  font-weight: 300;
}
@media (min-width: 768px) {
  body.hcp main ul li {
    font-size: 1rem;
    line-height: 1.4;
  }
}
body.hcp main ul li::before {
  font-size: 35px;
  top: -11px;
  color: #e9c56a;
}
body.hcp main ul li ul li:before {
  background: #00FFD1;
  top: 17px;
}

.patient .sf-search__list-item:hover, .patient .sf-search__list-item.active,
.hcp .sf-search__list-item:hover,
.hcp .sf-search__list-item.active {
  background-color: #007aff;
}
.patient .sf-search__list-item:hover::before, .patient .sf-search__list-item.active::before,
.hcp .sf-search__list-item:hover::before,
.hcp .sf-search__list-item.active::before {
  background-color: #007aff;
}
.patient .sf-search__list-item h4,
.hcp .sf-search__list-item h4 {
  color: #007aff;
  margin-bottom: 5px;
}
.patient .sf-search__list-item .address,
.hcp .sf-search__list-item .address {
  font-size: 1rem;
  line-height: 1.1rem;
}
.patient .sf-search__list-item .website,
.hcp .sf-search__list-item .website {
  font-size: 1rem;
}
.patient .sf-search__list-item .phone,
.hcp .sf-search__list-item .phone {
  font-size: 1rem;
}

.locations #map-container.hide {
  max-height: 0;
  overflow: hidden;
}
.locations.hcp .locations__description span {
  color: #00FFD1;
  font-weight: 700;
}
.locations.hcp .locations__description--hcp {
  display: block;
}
.locations.hcp .sf-disclaimer a {
  color: #007aff;
  font-weight: 700;
  opacity: 1;
  text-decoration: underline;
}
.locations.hcp .sf-disclaimer a:hover {
  color: #007aff;
  text-decoration: none;
}
.locations.hcp .callout-btn {
  font-size: 1.0625rem;
}
@media (min-width: 1200px) {
  .locations.hcp .callout-btn {
    padding: 1.4rem 3rem 1.4rem 1rem;
  }
}
.locations.patient .h1 {
  font-weight: 400 !important;
}
.locations.patient .locations__description p {
  font-size: 20px;
  font-weight: 300;
}
.locations.patient .locations__description--patient {
  display: block;
}
.locations.patient .page-container {
  margin-top: 4rem;
}
.locations.patient .sf-disclaimer p {
  color: #5B5B5B;
  font-weight: 300;
}
.locations.patient .standout {
  box-shadow: 0 11px 20px rgba(0, 0, 0, 0.28);
}
.locations.patient .standout::before, .locations.patient .standout::after {
  background-color: #DAE021;
  border: 0;
  height: 5px;
  left: 0;
  width: 100%;
}
.locations.patient .standout::before {
  top: -5px;
  bottom: auto;
}
.locations.patient .standout::after {
  top: auto;
  bottom: -5px;
}
.locations .footer_job-code {
  left: 3em;
}
.locations .page-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.locations .sf-map img {
  max-width: 100vw;
}

.locations__description {
  display: none;
  margin-bottom: 2em;
}
.locations__description a {
  color: #00FFD1;
  font-weight: 700;
  opacity: 1;
  text-decoration: underline;
}
.locations__description a:hover {
  color: #00FFD1;
  text-decoration: none;
}
.locations__description p {
  margin-bottom: 0.5em;
}

.locations__header {
  align-items: center;
  display: flex;
  height: 170px;
  justify-content: flex-end;
  width: 100%;
}
.locations__header img {
  height: 100px;
}

.locations__heading a {
  color: #ffffff;
  text-decoration: underline;
}
.locations__heading a:hover {
  color: #ffffff;
  text-decoration: none;
}

.sf {
  align-items: flex-start;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  position: relative;
}
.sf::before, .sf::after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
}
.sf::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  top: 0;
}
.sf::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  bottom: 0;
}

.sf-disclaimer {
  padding: 0;
  position: relative;
}
.sf-disclaimer p {
  font-size: 18px;
}

.sf-info-window p {
  color: #5B5B5B;
  font-size: 14px;
  margin: 0;
}
.sf-info-window p b {
  font-size: 1.2;
}

.sf-map {
  background-image: linear-gradient(to bottom, rgba(213, 213, 213, 0), #d5d5d5);
  height: 80vh;
  width: 100%;
}

.sf-search {
  height: 50vh;
  width: 100%;
}
@media (max-width: 767.98px) {
  .sf-search {
    height: 80vh;
  }
}

.sf-search__form {
  align-items: center;
  background-color: #0057A5;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  padding: 1em;
  position: relative;
  margin-bottom: 1.5625rem;
}
.sf-search__form.error {
  background-color: #FFC6C6;
}
.sf-search__form.error .sf-search__form__error {
  max-height: 4em;
  padding-top: 0.5em !important;
}
@media (min-width: 992px) {
  .sf-search__form {
    max-width: 100%;
  }
}
.sf-search__form .sf-search__form__error {
  color: #EB3C36;
  flex-basis: 100%;
  font-size: 14px;
  margin-top: 5px;
  font-weight: bold;
  margin: 0;
  max-height: 0;
  overflow: hidden;
}
.sf-search__form .sf-search__form__input {
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  outline: 3px solid transparent;
  padding: 1em 1em 1em 3em;
  position: relative;
  transition: box-shadow 0.2s ease-in-out;
  width: 100%;
}
.sf-search__form .sf-search__form__input::-ms-clear {
  display: none;
}
.sf-search__form .sf-search__form__submit {
  background-color: transparent;
  background-image: url("/sites/default/files/images/default-images/icon-search.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  height: 23px;
  opacity: 1;
  outline: none;
  position: absolute;
  top: 1.8em;
  left: 1.6em;
  z-index: 9;
  transition: opacity 0.2s ease-in-out;
  width: 23px;
}
.sf-search__form .sf-search__form__submit:focus, .sf-search__form .sf-search__form__submit:hover {
  opacity: 0.75;
}

.sf-search__list {
  height: calc(100% - 6px);
  overflow-x: hidden;
  overflow-y: auto;
}

.sf-search__list-item {
  cursor: pointer;
  font-size: 18px;
  padding: 1em;
  padding-top: 1.5em;
  position: relative;
}
.sf-search__list-item:hover, .sf-search__list-item.active {
  background-color: #007aff;
}
.sf-search__list-item:hover::before, .sf-search__list-item.active::before {
  background-color: #007aff;
}
.sf-search__list-item:hover *, .sf-search__list-item.active * {
  color: #ffffff !important;
}
.sf-search__list-item:hover h4, .sf-search__list-item.active h4 {
  color: #ffffff;
}
.sf-search__list-item::before {
  background-color: #7d7d7d;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 1em;
  left: 1em;
}
.sf-search__list-item h4 {
  color: #0057A5;
  font-size: 18px;
  font-weight: 400;
}
.sf-search__list-item p {
  color: #5B5B5B;
  font-size: 1rem;
  margin: 0;
}
.sf-search__list-item .distance {
  font-size: 13px;
  margin: 0;
  margin-top: 0.8em;
}

.sf-search__list-item--hospital:hover::after, .sf-search__list-item--hospital.active::after {
  background-image: url("/sites/default/files/images/default-images/patient/icons/icon-hospital-white.svg");
}
.sf-search__list-item--hospital::after {
  background-image: url("/sites/default/files/images/default-images/patient/icons/icon-hospital-blue.svg");
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 1.5em;
  right: 1em;
  height: 30px;
  width: 30px;
}
.sf-search__list-item--hospital h4 {
  max-width: calc(100% - 40px);
}

@media (min-width: 992px) {
  .locations__description {
    margin-bottom: 3em;
  }
  .locations__description p {
    margin-bottom: 0.25em;
  }
  .locations__header {
    align-items: flex-end;
    display: flex;
    height: 140px;
    justify-content: flex-end;
    width: 100%;
  }
  .locations__header img {
    height: 100px;
  }
  .sf {
    flex-wrap: nowrap;
    height: 85vh;
  }
  .sf-info-window p {
    font-size: 16px;
  }
  .sf-map {
    height: 100%;
    width: 70%;
  }
  .sf-search {
    height: 100%;
    width: 30%;
  }
}
.hcp .sf-search__list-item h4 {
  line-height: inherit;
}
.hcp .sf-search__list-item .address {
  line-height: inherit;
}

body.hcp.locations a[href^="tel:"] {
  color: #5B5B5B;
  font-weight: 900;
}

.map-locations {
  display: flex;
  margin-top: 2rem;
}
.map-locations p {
  margin-bottom: 0.25rem;
  font-size: 0.9375rem !important;
  text-transform: none;
}
@media (max-width: 767.98px) {
  .map-locations p {
    font-size: 0.8125rem !important;
  }
}
@media (min-width: 992px) {
  .map-locations .border-left {
    border-left: 1px solid lightgray;
    padding-left: 30px;
  }
}
.map-locations ul {
  padding-left: 0;
}
.map-locations ul li {
  padding: 0;
  list-style: none !important;
  font-size: 0.9375rem !important;
}
.map-locations ul li:before {
  display: none;
}
@media (max-width: 767.98px) {
  .map-locations ul li {
    font-size: 0.8125rem !important;
  }
}
@media (min-width: 992px) {
  .map-locations img {
    margin-top: 2.5rem;
  }
}

#map-container {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  #map-container {
    margin-top: 30px;
  }
}

.modal .close {
  height: 36px;
  width: 36px;
  background-image: url("/sites/default/files/images/default-images/header/close-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .modal .close {
    height: 25px;
    width: 25px;
    top: 0.5em;
    right: 0.5em;
  }
}
.modal .clip-art {
  text-align: center;
  width: 100%;
}
.modal .modal-dialog {
  margin: 0 !important;
  position: absolute !important;
  top: 10vh !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 90%;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  padding: 1em 0;
  width: 100%;
}
.modal .modal-body a {
  color: #5B5B5B;
  font-weight: 700;
  text-decoration: underline;
  text-transform: none;
}
.modal .modal-body a:hover {
  color: #5B5B5B;
  text-decoration: none;
}

.modal--hcp-confirmation .modal-content {
  padding-bottom: 2em !important;
}
.modal--hcp-confirmation .modal-content .modal-footer .button-group {
  display: block !important;
  margin-bottom: 2em;
}
.modal--hcp-confirmation .modal-content .modal-footer .button-group .btn {
  margin: 0 !important;
  margin-bottom: 1em !important;
  width: 100% !important;
}

@media (max-width: 991.98px) {
  body.hcp .modal--cookie-policy {
    z-index: 9999;
  }
}
body.hcp .modal {
  font-family: area-normal, sans-serif;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}
body.hcp .modal button.coh-button {
  line-height: 3;
}
body.hcp .modal .modal-dialog {
  width: 18.375rem;
  margin: 2rem auto;
  top: 20vh !important;
}
body.hcp .modal .modal-content {
  align-items: center;
  padding: 1.5rem;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 8px 20px 6px rgba(0, 0, 0, 0.14);
  height: auto;
  max-height: calc(100vh - 4rem);
  border: 2px solid;
  background: linear-gradient(-140deg, #fcfcfc 0%, #c7cdce 2.73%, #e7ebeb 8.75%, #d1d8db 24.52%, #eaeaea 28.83%, #e4e8ea 31.58%, #ecf3f4 38.16%, #eaf0f0 41.07%, #dbe4e5 45%, #e2e9ea 68.26%, #f7f7f7 77.75%, #ffffff 93.86%, #d4dcdd 97.85%, #ffffff 100%);
  border-radius: 10px;
  opacity: 0.9;
}
@media (max-width: 991.98px) {
  body.hcp .modal .modal-content {
    border-color: #fff;
  }
}
body.hcp .modal .modal-header {
  color: #00396C;
  text-align: center;
  border: none;
  justify-content: center;
}
body.hcp .modal .modal-header.no-border:before {
  display: none;
}
body.hcp .modal .modal-header h2 {
  font-size: 1.375rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  body.hcp .modal .modal-header h2 {
    text-align: center;
  }
}
body.hcp .modal .modal-body {
  color: #5B5B5B;
  font-size: 16px;
  text-align: center;
  max-width: 588px;
}
body.hcp .modal .modal-body p {
  font-size: 16px;
  font-weight: bold;
}
body.hcp .modal .modal-body a {
  color: #007aff;
}
body.hcp .modal .modal-footer {
  border: none;
}
body.hcp .modal .modal-footer .button-group {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
body.hcp .modal .modal-footer .button-group a,
body.hcp .modal .modal-footer .button-group .btn {
  width: 12.5rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  border-radius: 0;
  transform: all 0.2s ease-in-out;
}
body.hcp .modal .modal-footer .button-group a + a, body.hcp .modal .modal-footer .button-group a + .btn,
body.hcp .modal .modal-footer .button-group .btn + a,
body.hcp .modal .modal-footer .button-group .btn + .btn {
  margin-top: 1.125rem;
}
body.hcp .modal .modal-footer .button-group a.interstitial-cancel-btn,
body.hcp .modal .modal-footer .button-group .btn.interstitial-cancel-btn {
  background-color: #e1e1e1;
  color: #0057A5;
  font-weight: 400;
}
body.hcp .modal .modal-footer .button-group a.btn--blue, body.hcp .modal .modal-footer .button-group a.btn--confirm, body.hcp .modal .modal-footer .button-group a.interstitial-go-btn,
body.hcp .modal .modal-footer .button-group .btn.btn--blue,
body.hcp .modal .modal-footer .button-group .btn.btn--confirm,
body.hcp .modal .modal-footer .button-group .btn.interstitial-go-btn {
  background-color: #007aff;
  color: #ffffff;
  border-radius: 10px;
  display: inline-block;
  padding: 0.5rem 0.7rem;
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  font-weight: 800;
}
body.hcp .modal .modal-footer .button-group a.btn--confirm,
body.hcp .modal .modal-footer .button-group .btn.btn--confirm {
  font-size: 16px;
}
body.hcp .modal .modal-footer .button-group a:hover,
body.hcp .modal .modal-footer .button-group .btn:hover {
  background-color: #007aff;
  color: #ffffff;
}
@media (min-width: 768px) {
  body.hcp .modal .modal-dialog {
    width: 31.25rem;
    max-width: 31.25rem;
  }
}
@media (min-width: 992px) {
  body.hcp .modal .modal-dialog {
    width: 37.5rem;
    max-width: 37.5rem;
  }
  body.hcp .modal .modal-content {
    padding: 3rem 3rem;
  }
  body.hcp .modal .modal-header h2 {
    font-size: 1.375rem;
  }
  body.hcp .modal .modal-footer .button-group {
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
  }
  body.hcp .modal .modal-footer .button-group a + a, body.hcp .modal .modal-footer .button-group a + .btn,
  body.hcp .modal .modal-footer .button-group .btn + a,
  body.hcp .modal .modal-footer .button-group .btn + .btn {
    margin-left: 1.875rem;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  body.hcp .modal .modal-dialog {
    max-width: 56.25rem;
    width: 56.25rem;
  }
}
body.hcp .modal.show .modal-dialog {
  transform: translateY(-75%);
  transition: transform 0.25s ease;
}

body.patient .modal .modal-dialog {
  top: 1em;
  width: 90%;
}
body.patient .modal .modal-content {
  align-items: center;
  padding: 1em;
  border-radius: 0;
  position: relative;
  box-shadow: 0px 8px 20px 6px rgba(0, 0, 0, 0.14);
}
body.patient .modal .modal-header {
  color: #00396C;
  text-align: left;
  border: none;
  text-transform: uppercase;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
body.patient .modal .modal-header::before {
  width: 100%;
  height: 4px;
  background-color: #DAE021;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.patient .modal .modal-header h2 {
  font-weight: 400;
  font-size: 1.625rem;
}
body.patient .modal .modal-body {
  color: #5b5b5b;
  text-align: left;
}
body.patient .modal .modal-footer {
  border: none;
  justify-content: flex-start;
  width: 100%;
}
body.patient .modal .modal-footer .button-group .btn {
  background-color: #0F6FC6 !important;
  background-image: linear-gradient(to bottom, rgba(1, 66, 125, 0), #01427d);
  color: #ffffff !important;
  margin: 0;
  margin-bottom: 1em;
  position: relative;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
}
body.patient .modal .modal-footer .button-group .btn:hover {
  background-color: #01427D !important;
}
body.patient .modal .modal-footer .button-group .btn::before {
  width: 6px;
  height: 12px;
  background-image: url("/sites/default/files/images/default-images/patient/caret.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
body.patient .modal .modal-footer .button-group .btn--cancel {
  background-color: #7d7d7d !important;
  background-image: none;
}
body.patient .modal .modal-footer .button-group .btn--cancel:hover {
  background-color: #01427D !important;
}
body.patient .modal .modal-footer .button-group .btn--cancel::before {
  display: none;
}
body.patient .modal .modal-footer .button-group {
  display: block;
  flex-direction: row;
  width: 100%;
  text-align: left;
}
body.patient .modal .modal-footer .button-group a,
body.patient .modal .modal-footer .button-group .btn {
  width: 12.5rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  border-radius: 0;
  font-weight: 400;
}
body.patient .modal .modal-footer .button-group a + a,
body.patient .modal .modal-footer .button-group .btn + a {
  margin-top: 1.125rem;
}
body.patient .modal .modal-footer .button-group a.interstitial-cancel-btn,
body.patient .modal .modal-footer .button-group .btn.interstitial-cancel-btn {
  background-color: #7d7d7d;
  color: #ffffff;
}
body.patient .modal .modal-footer .button-group a.btn--blue, body.patient .modal .modal-footer .button-group a.btn--confirm, body.patient .modal .modal-footer .button-group a.interstitial-go-btn,
body.patient .modal .modal-footer .button-group .btn.btn--blue,
body.patient .modal .modal-footer .button-group .btn.btn--confirm,
body.patient .modal .modal-footer .button-group .btn.interstitial-go-btn {
  background-color: #0057A5;
  color: #ffffff;
}
@media (min-width: 576px) {
  body.patient .modal .modal-dialog {
    top: 50%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.patient .modal .modal-dialog {
    width: 37.5rem;
    max-width: 37.5rem;
  }
  body.patient .modal .modal-content {
    padding: 3em;
  }
  body.patient .modal .modal-header h2 {
    font-size: 2rem;
  }
  body.patient .modal .modal-footer .button-group {
    display: flex;
  }
  body.patient .modal .modal-footer .button-group a + a, body.patient .modal .modal-footer .button-group a + .btn,
  body.patient .modal .modal-footer .button-group .btn + a,
  body.patient .modal .modal-footer .button-group .btn + .btn {
    margin-left: 1.875rem;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  body.patient .modal .modal-dialog {
    max-width: 56.25rem;
    width: 56.25rem;
  }
}
body.patient .modal.show .modal-dialog {
  transform: translateY(-75%);
  transition: transform 0.25s ease;
}

@media (max-width: 991.98px) {
  body.hcp .targeting_blue_box_wrp {
    margin-bottom: 2rem;
  }
}
body.hcp .targeting_blue_box_wrp .blue_image_cards .coh-row-inner .coh-column {
  width: 32%;
  height: auto;
  min-height: 200px;
  padding: 1rem 3.5rem;
  margin: 0px 4rem;
}
@media (max-width: 991.98px) {
  body.hcp .targeting_blue_box_wrp .blue_image_cards .coh-row-inner .coh-column {
    min-height: unset !important;
    padding: 1rem 1rem 2rem 1rem !important;
  }
}
body.hcp .targeting_blue_box_wrp .blue_image_cards .coh-row-inner .coh-column .coh-wysiwyg {
  margin-top: 5rem;
}
body.hcp .targeting_blue_box_wrp .blue_image_cards .coh-row-inner .coh-column .coh-wysiwyg p {
  font-weight: bold;
}
body.hcp .targeting_blue_box_wrp .blue_image_cards .coh-row-inner .coh-column .icon {
  width: 72px;
  top: -28px;
}
@media (min-width: 992px) {
  body.hcp .pet-ct-list .two-columns {
    display: flex;
    justify-content: space-between;
    max-width: 1124px;
  }
}
body.hcp .pet-ct-list .two-columns li {
  display: block;
}
@media (min-width: 992px) {
  body.hcp .pet-ct-list .two-columns li {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  body.hcp.pca section.bg-white.pb-5 .h1 {
    margin-top: 3rem;
  }
}
@media (max-width: 991.98px) {
  body.hcp.pca .impact_section {
    height: unset;
  }
}
body.hcp.pca .impact_section .Text-section {
  max-width: 690px;
  color: #fff;
}
@media (max-width: 991.98px) {
  body.hcp.pca .impact_section .Text-section {
    padding: 2rem !important;
    margin-top: 0 !important;
  }
}
body.hcp.pca .impact_section .image_video_section {
  width: 730px;
  height: 540px !important;
}
body.hcp .image_campaign {
  background-image: url("/sites/default/files/2024-04/image_campaign_park_cutout.png");
  background-size: 81%;
  background-repeat: no-repeat;
  background-position: 200% 100%;
}
@media (max-width: 991.98px) {
  body.hcp .image_campaign {
    margin-top: 0px;
  }
}
@media (max-width: 991.98px) {
  body.hcp .image_campaign h1.coh-heading.h1 {
    max-width: 315px;
  }
}
body.hcp .sign_up_wrp {
  background: linear-gradient(-146deg, #ffffff 0%, #e9edef 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #e4ebed 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #e2eaeb 88.07%, #ffffff 98.03%, #f9fbfc 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-width: 605px;
  border-radius: 10px;
  padding: 20px 20px;
  margin-bottom: 5rem;
}
@media (max-width: 991.98px) {
  body.hcp .sign_up_wrp {
    background: rgba(255, 255, 255, 0.5);
  }
}
body.hcp .sign_up_wrp .col-md-8 {
  /* max-width: 68%; */
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  font-style: normal;
  text-align: left;
  color: #3d4041;
  float: left;
}
@media (max-width: 991.98px) {
  body.hcp .sign_up_wrp .col-md-8 {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1.5rem;
  }
}
body.hcp .sign_up_wrp .col-md-4 {
  float: left;
}
@media (max-width: 991.98px) {
  body.hcp .sign_up_wrp .col-md-4 {
    margin: 0px auto;
    float: none;
  }
}
body.hcp .sign_up_wrp a {
  background-color: #007AFF;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 991.98px) {
  body.hcp .sign_up_wrp a {
    justify-content: center;
  }
}
body.hcp .sign_up_wrp a:after {
  position: absolute;
  content: "";
  background-image: url("/sites/default/files/2024-04/Next_Arrow_white.png");
  right: 15px;
  height: 27px;
  width: 27px;
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
  background-repeat: no-repeat;
  background-size: 60%;
  top: 0;
  background-position: right;
}
@media (max-width: 991.98px) {
  body.hcp .sign_up_wrp a:after {
    top: -1px;
  }
}
body.hcp .pca-normal-cell .h1 {
  color: #fff !important;
}
body.hcp .pca-normal-cell .fs-16-normal {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  font-style: normal;
  text-align: left;
  /* color: #ffffff; */
}
body.hcp .card-with-two-images {
  background: linear-gradient(-146deg, #ffffff 0%, #e9edef 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #e4ebed 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #e2eaeb 88.07%, #ffffff 98.03%, #f9fbfc 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 11px;
  padding: 3rem;
}
@media (max-width: 991.98px) {
  body.hcp .card-with-two-images {
    background: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 991.98px) {
  body.hcp .card-with-two-images {
    padding: 1rem;
    margin: 0 1rem 3rem;
  }
}
body.hcp .card-with-two-images .wrp {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #E8E8E8;
  padding: 1rem;
  min-height: 710px;
}
@media (max-width: 991.98px) {
  body.hcp .card-with-two-images .wrp {
    min-height: unset;
    border: 4px solid #E8E8E8;
  }
}
body.hcp .card-with-two-images .wrp span.d-block.d-md-none strong {
  display: none;
}
body.hcp .card-with-two-images p.coh-paragraph {
  max-width: 1080px;
}
body.hcp .card-with-two-images .first_image .coh-wysiwyg {
  max-width: 340px;
  margin: 0px auto;
}
body.hcp .card-with-two-images .first_image .coh-wysiwyg p {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
}
body.hcp .card-with-two-images .first_image .coh-wysiwyg hr.highlighter {
  height: 4px;
  background-color: #26D2B8;
  width: 150px;
  float: none;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  body.hcp .card-with-two-images .second_image {
    margin-top: 1rem;
  }
}
body.hcp .card-with-two-images .second_image .coh-wysiwyg {
  max-width: 420px;
  margin: 0px auto;
}
body.hcp .card-with-two-images .second_image .coh-wysiwyg p {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-style: normal;
}
body.hcp .card-with-two-images .second_image .coh-wysiwyg hr.highlighter {
  height: 4px;
  background-color: #26D2B8;
  width: 150px;
  float: none;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  body.hcp .piflu {
    margin-top: 6rem;
  }
}
@media (max-width: 991.98px) {
  body.hcp .piflu .h1 {
    max-width: 326px;
    word-break: break-word;
  }
}
@media (max-width: 991.98px) {
  body.hcp .piflu .coh-ce-cpt_pca_imaging_blue_section-fca8d376 {
    max-width: 311px;
  }
}

.pca small {
  font-size: 1.125rem;
}

.show_pca {
  display: none;
}

.pca .show_site_locator {
  display: none;
}
.pca .show_all {
  display: none;
}
.pca .show_pca {
  display: block;
}

.hero-img {
  display: flex;
  align-items: flex-end;
}
.hero-img img {
  max-width: 100%;
  height: auto;
}

.center-underline {
  text-align: center;
  position: relative;
  margin-top: 2.5rem;
}
.center-underline::after {
  content: "";
  height: 2px;
  width: 95%;
  background: linear-gradient(90deg, rgba(0, 255, 207, 0) 0%, rgb(0, 255, 207) 50%, rgba(0, 255, 207, 0) 100%);
  position: absolute;
  bottom: -15px;
  left: 0;
}
.center-underline-d {
  text-align: left;
}
@media (min-width: 768px) {
  .center-underline-d {
    text-align: center;
  }
}

.single-accordion-spacing {
  margin: 4.25rem 0 3rem;
}
.single-accordion-spacing .hs-text__text .heading {
  margin: 1.4375rem 0 2.1875rem;
  font-size: 1.1875rem;
  font-weight: 300;
}
.single-accordion-spacing .hs-text__text .mint {
  margin: 1.5625rem 0 2.25rem;
}
@media (min-width: 992px) {
  .single-accordion-spacing {
    margin: 4.25rem 0 5.5rem;
  }
  .single-accordion-spacing .hs-text__text {
    padding: 0 2.8125rem;
  }
  .single-accordion-spacing .hs-text__text .heading {
    margin: 2.8125rem 0;
    font-size: 1.3125rem;
  }
  .single-accordion-spacing .hs-text__text .mint {
    margin: 1.375rem 0 6.25rem;
  }
}

.hcp div#pyalrifyAiCarousel {
  opacity: 1;
}
@media (min-width: 992px) {
  .hcp div#pyalrifyAiCarousel {
    height: 660px;
  }
}
.hcp .blue-box.grid-item {
  margin: 1.875rem 0rem !important;
  height: unset;
}
@media (min-width: 992px) {
  .hcp.ai .jumpnav-container {
    min-height: 64px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hcp.ai .ai-logo {
    max-width: 440px;
  }
}
.hcp.ai .page-btn-row li {
  padding: 1.5rem 0;
}
.hcp.ai .carousel {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  /* clearfix */
}
.hcp.ai .carousel .carousel-caption {
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  bottom: unset;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  padding: 60px 0;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hcp.ai .carousel .carousel-caption {
    transform: translateX(-50%) !important;
  }
}
.hcp.ai .carousel .carousel-caption span, .hcp.ai .carousel .carousel-caption p {
  text-align: left;
  color: #5B5B5B;
}
.hcp.ai .carousel .carousel-caption span {
  display: block;
  flex-grow: 1;
  margin-right: 0.9375rem;
  font-size: 6.625rem !important;
  font-weight: 300;
}
.hcp.ai .carousel .carousel-caption p {
  display: block;
  color: #5B5B5B;
  margin-top: 0.75rem;
}
.hcp.ai .carousel .carousel-caption p.coh-paragraph {
  font-size: 12px !important;
  margin-top: 0;
}
.hcp.ai .carousel .carousel-caption p.disclaimer {
  position: absolute;
  bottom: -80px;
  left: 12%;
}
@media (max-width: 991.98px) {
  .hcp.ai .carousel .carousel-caption p.disclaimer {
    left: 0;
  }
}
.hcp.ai .carousel .carousel-indicators {
  bottom: -65px;
  margin-bottom: 0;
  z-index: 2;
}
.hcp.ai .carousel .carousel-indicators .active {
  background-color: #007aff !important;
}
.hcp.ai .carousel .carousel-indicators li {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ddd;
  margin-right: 10px;
  margin-left: 10px;
}
.hcp.ai .carousel .carousel-control-next, .hcp.ai .carousel .carousel-control-prev {
  opacity: 1;
}
.hcp.ai .carousel .carousel-control-next:hover, .hcp.ai .carousel .carousel-control-prev:hover {
  opacity: 1;
}
.hcp.ai .carousel .carousel-control-next .carousel-control-prev-icon, .hcp.ai .carousel .carousel-control-next .carousel-control-next-icon, .hcp.ai .carousel .carousel-control-prev .carousel-control-prev-icon, .hcp.ai .carousel .carousel-control-prev .carousel-control-next-icon {
  width: 32px;
  height: 65px;
}
.hcp.ai .carousel .carousel-control-next .carousel-control-prev-icon, .hcp.ai .carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("/sites/default/files/images/default-images/hcp/pylarify-ai/prev-arrow.svg");
}
.hcp.ai .carousel .carousel-control-next .carousel-control-next-icon, .hcp.ai .carousel .carousel-control-prev .carousel-control-next-icon {
  background-image: url("/sites/default/files/images/default-images/hcp/pylarify-ai/next-arrow.svg");
}
.hcp.ai .carousel .carousel-control-next p.disclaimer, .hcp.ai .carousel .carousel-control-prev p.disclaimer {
  margin-top: 6rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2rem;
}
.hcp.ai .carousel .carousel-control-next .image-caption, .hcp.ai .carousel .carousel-control-prev .image-caption {
  overflow: hidden;
  text-align: center;
}
@media (min-width: 768px) {
  .hcp.ai .carousel .carousel-control-next .image-caption img, .hcp.ai .carousel .carousel-control-next .image-caption p, .hcp.ai .carousel .carousel-control-prev .image-caption img, .hcp.ai .carousel .carousel-control-prev .image-caption p {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .hcp.ai .carousel .carousel-control-next .image-caption p, .hcp.ai .carousel .carousel-control-prev .image-caption p {
    max-width: 285px;
    margin-left: 1.25rem;
    text-align: left;
  }
}
.hcp.ai .carousel .grid::after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 992px) {
  .hcp.ai .carousel .blue-box.grid-item {
    height: unset !important;
    margin-top: 0 !important;
  }
  .hcp.ai .carousel .blue-box.grid-item.grid-item--height2 {
    height: 450px !important;
  }
  .hcp.ai .carousel .blue-box.grid-item.grid-item--height3 {
    height: 517px !important;
  }
  .hcp.ai .carousel .blue-box.grid-item {
    width: 45% !important;
    float: left;
  }
}
@media (min-width: 768px) {
  .hcp.ai .carousel .blue-box.grid-item {
    width: 46%;
    margin-left: 15px !important;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .hcp.ai .carousel .grid-item--height2 {
    height: 430px !important;
  }
  .hcp.ai .carousel .grid-item--height3 {
    height: 605px !important;
  }
}
@media (max-width: 1024px) and (min-width: 813px) {
  .hcp.ai .carousel .grid-item--height2 {
    height: 550px !important;
  }
  .hcp.ai .carousel .grid-item--height3 {
    height: 634px !important;
  }
}
@media (max-width: 812px) and (min-width: 768px) {
  .hcp.ai .carousel .grid-item--height2 {
    height: 650px !important;
  }
  .hcp.ai .carousel .grid-item--height3 {
    height: 750px !important;
  }
}
@media (max-width: 767px) {
  .hcp.ai .carousel .blue-box.grid-item {
    width: 92%;
    margin-left: 4% !important;
  }
}

body.hcp.ai .impact_section .Text-section {
  padding: 2rem;
}

@media (min-width: 992px) {
  body.hcp.ai .impact_section div#\32  {
    padding-left: 70px;
  }
}

body.hcp.ai .impact_section .Text-section .clinical_head {
  max-width: 416px;
}

body.hcp.ai .gradient-cta .coh-link:hover {
  color: #fff;
}

@media (min-width: 992px) {
  body.hcp.ai .blue_image_cards .coh-row-inner .coh-column {
    min-height: 335px;
  }
}

@media (min-width: 992px) {
  body.hcp .fountain-bg {
    min-height: 900px;
    padding: 1rem 0;
  }
}

@media (max-width: 991.98px) {
  body.hcp.ai .fountain-bg .blue_image_cards .coh-row-inner .coh-column .icon {
    position: absolute;
    top: -23px !important;
    z-index: 99;
    width: 45px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
  }
}

body.hcp.ai .fountain-bg .blue_image_cards:nth-child(1) .coh-row-inner .coh-column:nth-child(2) .icon {
  width: 67px;
  top: 40px;
  left: -27px;
}
@media (max-width: 991.98px) {
  body.hcp.ai .fountain-bg .blue_image_cards:nth-child(1) .coh-row-inner .coh-column:nth-child(2) .icon {
    width: 67px !important;
    top: -28px !important;
  }
}

body.hcp.ai .fountain-bg .blue_image_cards:nth-child(2) .coh-row-inner .coh-column:nth-child(1) .icon {
  width: 50px;
  left: -19px;
  top: 33px;
}
@media (max-width: 991.98px) {
  body.hcp.ai .fountain-bg .blue_image_cards:nth-child(2) .coh-row-inner .coh-column:nth-child(1) .icon {
    top: -28px !important;
  }
}

@media (max-width: 991.98px) {
  body.hcp.ai .fountain-bg .blue_image_cards:nth-child(2) .coh-row-inner .coh-column:nth-child(2) .icon {
    top: -21px !important;
    width: 50px !important;
  }
}

body.hcp.ai .carousel {
  position: relative;
  margin-bottom: 6rem;
  height: fit-content;
  background: #fcfcfc;
  background: linear-gradient(-130deg, #ffffff 0%, #e6e6e6 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #f5f5f5 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #f0f5f5 88.07%, #fefefe 97.67%, #ffffff 98.03%, #f9fbfc 100%);
  border: 2px solid;
  border-image: linear-gradient(90deg, #ffffff 0%, #e6e6e6 7.88%, #ffffff 18.94%, #f0f3f5 36.41%, #f7fafc 38.39%, #ffffff 50.74%, #f5f5f5 59.11%, #ffffff 63.55%, #ffffff 80.98%, #edf1f2 86.21%, #f0f5f5 88.07%, #fefefe 97.67%, #ffffff 98.03%, #f9fbfc 100%);
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  padding: 3rem 2rem;
  width: 100%;
}

body.hcp.ai .gradient-bg-box.gradient-cta {
  padding: 2rem 2rem;
}
body.hcp.ai .gradient-bg-box.gradient-cta p {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
}

body.hcp.ai .impact_section {
  background-color: #003462;
  height: 540px;
}

.sitemap__list a {
  color: #5B5B5B;
  font-size: 20px;
  font-weight: 700;
  line-height: 2em;
  text-decoration: underline;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .sitemap__list a {
    font-size: 18px;
  }
}
.sitemap__list a:hover {
  color: #5B5B5B;
  text-decoration: none;
}

.sites {
  max-height: 0;
  overflow: hidden;
}
.sites.active {
  max-height: unset;
}

.sites-toggles {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .sites-toggles {
    flex-wrap: nowrap;
  }
}

.sites-toggles__toggle {
  background-color: #0057A5;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin: 0;
  margin-bottom: 1em;
  outline: 0;
  padding: 0.5em 2em;
  padding-left: 3em;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.sites-toggles__toggle:hover, .sites-toggles__toggle.active {
  background-color: #00FFD1;
  color: #0057A5;
}
.sites-toggles__toggle:hover::before, .sites-toggles__toggle.active::before {
  opacity: 0;
}
.sites-toggles__toggle:hover::after, .sites-toggles__toggle.active::after {
  opacity: 1;
}
.sites-toggles__toggle::before, .sites-toggles__toggle::after {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.sites-toggles__toggle::after {
  opacity: 0;
}
@media (min-width: 768px) {
  .sites-toggles__toggle {
    margin: 0 0.5em;
    width: auto;
  }
}

.hcp .sites-toggles__toggle {
  padding: 1.5rem 4rem;
  border-radius: 9px;
  border: 2px solid #0552A5;
  font-size: 13px;
  font-family: area-normal, sans-serif;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.31);
  background-color: #ffffff;
  color: #5B5B5B;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .hcp .sites-toggles__toggle {
    font-size: 16px;
    padding: 1.5rem 1rem;
  }
}
.hcp .sites-toggles__toggle.active {
  background-color: #0552A5;
  color: #ffffff;
}
.hcp .sites-toggles__toggle:hover {
  background-color: #007aff;
  color: #ffffff;
}

.standout {
  position: relative;
  margin-bottom: 1rem;
}
.standout:before, .standout:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
}
.standout:before {
  left: -7px;
  bottom: -7px;
  border-left: 7px solid #00396C;
  border-bottom: 7px solid #00396C;
}
.standout:after {
  right: -7px;
  top: -7px;
  border-top: 7px solid #00FFD1;
  border-right: 7px solid #00FFD1;
}
.standout__white {
  background-color: #ffffff;
  color: #5B5B5B;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.standout__white img {
  width: 94%;
}
@media (max-width: 991.98px) {
  .standout__white {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.standout__dark-blue {
  padding: 3.5rem 3.5rem;
  background-color: #0057A5;
}
@media (max-width: 767.98px) {
  .standout__dark-blue {
    padding: 1.5rem;
  }
}
.standout__dark-blue:before, .standout__dark-blue:after {
  width: 40px;
  height: 40px;
  border-width: 4px;
}
.standout__dark-blue:before {
  left: -4px;
  bottom: -4px;
  border-color: #00396C;
}
.standout__dark-blue:after {
  right: -4px;
  top: -4px;
}
.standout img {
  max-width: 100vh;
}

@page {
  size: A4;
  background-color: white;
  print-color-adjust: exact;
}
@font-face {
  font-family: "DIN Next";
  src: url("/themes/custom/pylarify/font/DINNextLTPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "DIN Next Light";
  src: url("/themes/custom/pylarify/font/DINNextLTPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "DIN Next Medium";
  src: url("/themes/custom/pylarify/font/DINNextLTPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "DIN Next Ultra Light";
  src: url("/themes/custom/pylarify/font/DINNextLTPro-UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: "DIN Next Ultra Light Condensed";
  src: url("/themes/custom/pylarify/font/DINNextLTPro-UltraLightCond.ttf") format("truetype");
}
@font-face {
  font-family: "DIN Next Condensed";
  src: url("/themes/custom/pylarify/font/DINNextLTPro-Condensed.ttf") format("truetype");
}
.hcp .sf-search__list-item .phone {
  color: #5B5B5B;
}

.locations .print-page-content {
  position: absolute;
  top: 0px;
  z-index: -1;
}

.locations #print-content {
  opacity: 0;
}

.show_site_locator {
  display: none;
}

.locations .show_site_locator {
  display: block;
}

.locations .show_all {
  display: none;
}

#print-results.disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: #007aff;
}

#print-results.disabled span {
  color: #007aff;
}

.locations-row .print-icon p a {
  color: #007aff;
}

.locations-row .print-icon img {
  display: inline-block;
  margin-right: 5px;
}

.locations #print-header h2 {
  font-family: "DIN Next Light" !important;
}

body.hcp #print-content #isi-content p,
body.hcp #print-content #isi-content ul {
  font-family: "DIN Next W01" !important;
}

body.hcp #print-content #isi-content .sub-head {
  font-weight: 700;
}

body.hcp #print-content #isi-content p,
body.hcp #print-content #isi-content li {
  font-size: 20px !important;
}

#print-content #isi-content p.h5 {
  font-size: 28px !important;
}

body.hcp #print-content #isi-content ul li {
  font-weight: 100 !important;
}

body.hcp #print-content #isi-content ul {
  font-weight: 100 !important;
}

#print-map-container .sf-map-print {
  height: 500px;
  width: 100%;
  display: block;
  background-color: transparent;
}

#print-map-container .sf-map-print .sf-map {
  height: 500px;
  width: 800px;
}

#print-content .sf-search__list-item {
  display: none;
}

#print-content .sf-search__list-item--hospital:after {
  display: none;
}

#print-content .sf-search__list-item[data-id="1"],
#print-content .sf-search__list-item[data-id="2"],
#print-content .sf-search__list-item[data-id="3"] {
  display: block;
}

#print-content .sf-search {
  width: 100%;
  height: auto;
}

@media print {
  body.hcp, html {
    background-color: white;
    print-color-adjust: exact;
  }
  .print-page-content {
    display: block;
  }
  #print-content {
    opacity: 1;
  }
  #print-page-content,
  #print-page-content #print-content {
    background-color: white;
    print-color-adjust: exact;
  }
  #print-header {
    height: 120px;
    display: block;
  }
  #print-header img {
    width: 300px;
  }
  html, body {
    width: 210mm;
    height: 297mm;
    color: #5b5b5b;
    background-color: white;
    print-color-adjust: exact;
  }
  html p, body p {
    color: #5b5b5b;
  }
  #print-content #isi-content .h5 {
    color: rgb(0, 87, 178);
  }
  #print-content #isi-content p,
  #print-content #isi-content li,
  #print-content #isi-content span {
    color: #5b5b5b;
  }
  #print-content #isi-content p.font-300-mobile,
  #print-content #isi-content li {
    color: black;
  }
  #print-content .sf-search__list-item h4,
  #print-content .sf-search__list-item h4 {
    color: rgb(0, 87, 178);
  }
  #print-header h2 {
    font-size: 2.3rem;
    font-weight: normal;
    font-family: "DIN Next Light" !important;
    color: rgb(190, 190, 190);
  }
  #print-content button.gm-control-active.gm-fullscreen-control {
    display: none !important;
  }
  #print-content .hospital_icon {
    display: inline-block;
    print-color-adjust: exact;
    color: white;
    margin-left: 30px;
  }
  #print-content ul {
    list-style: disc;
    padding-left: 15px;
    margin-left: 20px;
    padding-inline-start: 20px;
  }
  #print-content ul {
    list-style: disc;
    padding-left: 15px;
    margin-left: 20px;
    padding-inline-start: 20px;
    margin-top: -10px;
  }
  #print-content ul li {
    list-style: disc;
    padding-left: 15px;
  }
  #print-content .sf-map {
    height: 500px;
  }
  #print-content .sf-search__list {
    overflow-y: hidden;
  }
  #print-content .sf-search {
    margin-top: 30px;
    height: 650px;
    page-break-after: always;
    overflow-y: hidden;
  }
  #print-content .sf-search .sf-search__list-item {
    border-bottom: 1px solid black;
  }
  #print-content .sf-search .sf-search__list-item .website .third-party-link {
    font-size: 14px;
    color: #5b5b5b;
    word-break: break-all;
    text-decoration: none;
    padding-right: 20px;
  }
  #print-content #isi-content {
    margin-top: -20px;
  }
  #print-content #isi-content .row .h5 {
    margin-top: 60px;
  }
  #print-content .sf-search__list-item h4 {
    font-size: 19px;
  }
  #print-content .sf-search__list-item .address,
  #print-content .sf-search__list-item .distance {
    font-size: 17px;
  }
  #print-content #isi-content a {
    text-decoration: underline;
    color: rgb(0, 87, 178);
  }
  .locations #print-header h2 {
    font-family: "DIN Next Light" !important;
  }
  #print-content #isi-content p,
  #print-content #isi-content ul {
    font-family: "DIN Next W01" !important;
  }
  #print-content #isi-content .sub-head {
    font-weight: 700;
  }
  #print-content #isi-content p,
  #print-content #isi-content li {
    font-size: 18px !important;
  }
  #print-content #isi-content ul li {
    font-weight: 100 !important;
  }
  #print-content #isi-content ul {
    font-weight: 100 !important;
  }
}
@media (max-width: 567px) {
  .print-icon {
    text-align: center;
    margin-top: 20px;
  }
  .locations-row .print-icon img {
    display: inline-block;
    margin-right: 15px;
  }
  .locations-row .print-icon p {
    display: block;
    margin-right: 10px;
    margin-top: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  body.hcp .header {
    top: 0;
    background-color: white;
    box-shadow: 0 4px 7px #c4c4c4;
  }
  body.hcp #headerNav {
    padding: 12px 0;
  }
  body.hcp main {
    padding-top: 0;
    margin-top: 0;
  }
  body.hcp #header .navbar-expand-lg button {
    background-color: #007aff;
  }
  body.hcp .header-menu-wrapper {
    box-shadow: inset 0 7px 9px -7px rgba(179, 179, 179, 0.7);
    margin-top: 10px;
  }
  body.hcp .header-menu__list .subnav-group .subnav-set .subnav-item {
    width: 100%;
    margin-top: 0;
  }
  body.hcp .header-menu__list .subnav-group .subnav-group-trigger.show + ul .subnav-item {
    margin-top: 10px;
  }
  body.hcp .header-menu__list .subnav-group .subnav-set .subnav-item a {
    border: 2px solid #007aff;
    border-radius: 10px;
    color: #007aff !important;
    padding: 25px;
    box-shadow: 0px 0px 3px #007aff;
  }
  body.hcp .header-menu__list .subnav-group .subnav-set .subnav-link {
    color: #5B5B5B;
  }
  body.hcp .eyebrow {
    min-height: 60px;
  }
  body.hcp .eyebrow-container {
    display: block;
  }
  body.hcp .container .header-menu .eyebrow {
    min-height: auto;
  }
  body.hcp .container .header-menu .eyebrow .eyebrow-nav {
    margin-top: 0;
    min-height: auto;
  }
  body.hcp .container .header-menu .eyebrow .eyebrow-nav .eyebrow-nav__item--patient {
    padding: 15px 0;
  }
  body.hcp .eyebrow .eyebrow-container .eyebrow-nav .eyebrow-nav__item--patient span.coh-inline-element {
    width: 100%;
  }
  body.hcp .eyebrow .eyebrow-nav__item a {
    text-align: center;
  }
  body.hcp .tertiary-nav {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  body.hcp .tertiary-nav a.sign-up-btn {
    margin: 0 auto 15px !important;
  }
  body.hcp .tertiary-nav a.locations-btn img {
    height: 18px;
    margin-left: 0 !important;
  }
  body.hcp .tertiary-nav a {
    margin-left: 0;
    color: #007aff;
    font-weight: bold;
    font-size: 14px;
    padding: 0.5em 1em;
  }
  body.hcp .tertiary-nav .sign-up-btn,
  body.hcp .tertiary-nav .locations-btn {
    border: 2px solid #007aff;
    padding: 10px 5px !important;
    font-size: 12px;
  }
  body.hcp ul.tertiary-nav li:nth-child(1) {
    float: right;
    width: 46%;
    margin-right: 3% !important;
  }
  body.hcp ul.tertiary-nav li:nth-child(2) {
    float: left;
    width: 46%;
    margin-left: 3%;
  }
  body.hcp ul.tertiary-nav li:nth-child(3) {
    clear: both;
  }
  body.hcp .header__navbar {
    top: 0;
  }
  body.hcp .header-menu__toggler {
    width: 30px;
    height: 30px;
    background-color: white;
    right: 12px;
  }
  body.hcp .header-menu__toggler::before,
  body.hcp .header-menu__toggler::after {
    width: 30px;
    height: 30px;
  }
  body.hcp .floating-isi .h5 {
    font-size: 14px;
  }
  body.hcp .floating-isi p {
    font-size: 12px;
  }
  body.hcp .floating-isi {
    height: 125px;
  }
  body.hcp .header-menu__list {
    width: 95%;
    margin: 10px auto;
    padding-left: 0;
  }
  body.hcp .modal .modal-dialog {
    width: 21.375rem;
    margin: 2rem auto !important;
    top: 6vh !important;
  }
  body.hcp .header .header-menu .navbar-nav .nav-item a {
    border-bottom: 1px solid #007aff;
    padding: 1.7rem 0 1.25rem 0;
    font-size: 13px;
  }
  body.hcp .header-menu__list .subnav-group .subnav-set .subnav-item .subnav-link {
    padding: 1rem 2rem !important;
    color: #5B5B5B !important;
  }
  body.hcp .header-menu__list .subnav-group.nav-item--last .subnav-set .subnav-item .subnav-link {
    padding: 1.5rem 2rem !important;
  }
  body.hcp .header-menu__list .subnav-group .subnav-group-trigger.show + ul {
    margin: 20px auto 0;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #007aff;
  }
  body.hcp .gradient-bg-box {
    margin: 0 auto;
    padding: 25px 10px;
  }
  body.hcp.efficacy.bio-recurrent .gradient-bg-box {
    padding: 2rem 1rem;
  }
  body.hcp.efficacy.bio-recurrent .background-white img.pt-4.pb-5.pt-md-5.pl-4.pr-5 {
    padding: 0px !important;
  }
  body.hcp.efficacy.bio-recurrent .background-white .h2 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  body.hcp .pyl-form .form-group--submit {
    justify-content: center;
    align-items: center;
  }
  body.hcp .pyl-form .form-group--submit .btn {
    display: block;
    text-align: left;
    padding-left: 3rem;
  }
  body.hcp .pyl-form .form-group--submit .btn-after::after {
    top: 36%;
    right: 1.7rem !important;
  }
  body.hcp .form-group__terms--active .form-group__terms__toggle::after,
  body.hcp .form-group__terms--active .form-group__terms__toggle::before {
    font-size: 34px;
  }
  body.hcp .pyl-form .form-group--terms p {
    color: #5B5B5B;
    font-size: 16px;
    line-height: 24px;
  }
  body.hcp .add-site-locator {
    max-width: 92%;
    width: 92%;
    margin: 10px auto;
    height: 55px;
  }
  body.hcp .add-site-locator a {
    font-size: 14px;
  }
  body.hcp .add-site-locator .coh-image-xl {
    margin-left: 15px;
  }
  body.hcp .side-icon .blue_image_cards .coh-row-inner .coh-column .blue_circle_img {
    top: -50px;
    left: 0%;
  }
  body.hcp .side-icon .blue_image_cards .coh-row-inner .coh-column .icon {
    top: -34px;
    left: 44%;
  }
  body.hcp .single-card .blue_image_cards .coh-row-inner .coh-column .blue_circle_img {
    left: 0;
    top: -11%;
  }
  body.hcp .single-card .blue_image_cards .coh-row-inner .coh-column .icon {
    top: -62px;
    left: 0;
    right: 0;
    margin: auto;
  }
  body.hcp .single-card .blue_image_cards .coh-row-inner .coh-column .coh-wysiwyg {
    padding: 2rem 2rem;
  }
  body.hcp .references {
    margin: 2rem 0 2rem 0.5rem;
  }
  body.hcp main .callout .container .column-text {
    padding: 2rem 1rem !important;
    height: 425px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.hcp main .callout .container-fluid .column-text, body.hcp main .callout .container-sm .column-text, body.hcp main .callout .container-md .column-text, body.hcp main .callout .container-lg .column-text, body.hcp main .callout .container-xl .column-text {
    height: auto;
    padding: 2rem 0.5rem;
  }
  body.hcp .carousel-control-prev,
  body.hcp .carousel-control-next {
    top: 15%;
  }
  body.hcp.pyl-form-page .gradient-bg-box {
    padding: 25px;
    margin: 0 auto 30px;
    width: 90%;
  }
  .pyl-form .form-group p {
    font-size: 12px;
  }
  .pyl-form .form-group select.form-select {
    margin-bottom: 10px;
  }
  body.hcp.home .blue_image_cards .coh-row-inner .coh-column {
    background: rgba(255, 255, 255, 0.8) !important;
  }
  body.hcp .site-locator-text p {
    font-weight: bold;
  }
  body.hcp .site-locator-text p.pt-7 {
    padding-top: 20px;
  }
  body.hcp.case-studies .cs-sliders {
    height: fit-content;
    margin-bottom: 3rem;
  }
  body.hcp.case-studies .cs-sliders .cs-slider {
    height: fit-content;
  }
  body.hcp.reimbursement a.chevron-link:after {
    right: 7rem;
  }
  body.hcp.reimbursement .sites-toggles {
    margin-bottom: 0;
  }
  body.hcp.reimbursement .col-lg-8 .mb-4.ml-4 {
    margin-left: 0 !important;
  }
  body.hcp.reimbursement .highlight-box {
    font-size: 12px;
  }
  body.hcp.reimbursement .sites--manufacturing a[href^="tel:"] {
    color: #5B5B5B;
  }
  body.hcp.reimbursement .sites--manufacturing p.mb-2,
  body.hcp.reimbursement .sites--manufacturing p.mb-3 {
    margin-bottom: 30px !important;
  }
  body.hcp.reimbursement .d-flex.pt-7 {
    padding-top: 0;
  }
  body.hcp.reimbursement .d-flex.pt-7.pb-7 {
    padding-bottom: 2rem;
  }
  body.hcp.reimbursement .pt-7 {
    padding-top: 0;
  }
  body.hcp .highlight-box {
    padding: 1rem;
  }
  .hcp.reimbursement .map-locations p {
    font-size: 14px !important;
  }
  body.hcp.reimbursement .map-locations {
    border-bottom: 4px solid lightgray;
  }
  .hcp.reimbursement .map-locations ul li {
    font-size: 14px !important;
  }
  body.hcp.case-studies .slick-initialized .slick-slide {
    height: fit-content;
  }
  body.hcp.case-studies .two-col-image {
    margin-bottom: 0;
  }
  body.hcp.case-studies ul {
    margin-top: 30px;
  }
  body.hcp.case-studies .header-menu ul li ul {
    margin-top: 0;
  }
  body.hcp .header-menu__list .subnav-group .subnav-group-trigger + ul li.subnav-item {
    margin-top: 0px;
  }
  body.hcp .header-menu__list .subnav-group .subnav-group-trigger.show + ul li {
    margin-top: 10px !important;
  }
  body.hcp .case_study_slide3_img {
    height: auto;
  }
  body.hcp.case-studies .cs-sliders-nav-arrow--next span {
    left: -25px;
    top: 14px;
    width: 45px;
    line-height: 1.5;
    font-size: 10px;
    color: #000;
  }
  .body.hcp.case-studies .cs-sliders-nav-arrow {
    top: 45%;
  }
  body.hcp.case-studies .cs-slide__label {
    color: #000;
    font-size: 14px;
    padding: 0 1rem;
    line-height: 22px;
  }
  body.hcp main ul li {
    font-weight: 600;
  }
  body.hcp .hs-text__title .no-img-box {
    display: block;
    height: auto;
    padding-left: 0;
  }
  body.hcp.case-studies .gradient-bg-box {
    padding: 0 !important;
  }
  body.hcp .gradient-bg-box + .gradient-bg-box {
    margin-top: 60px;
  }
  body.hcp.case-studies .cs-slide__image img {
    margin-top: 36px;
  }
  body.hcp.case-studies .cs-slide__image span {
    color: #5B5B5B;
    font-size: 12px;
    font-weight: bold;
    left: 0;
    right: 0;
  }
  .body.hcp.case-studies .cs-slide__caption {
    font-size: 14px;
    line-height: 20px;
  }
  body.hcp.case-studies .cs-sliders-nav-arrow--next {
    right: 10px;
  }
  body.hcp.case-studies .impact_section {
    height: auto;
  }
  body.hcp.case-studies .impact_section .image_video_section img {
    height: auto;
    object-fit: cover;
    margin-left: 0;
  }
  body.hcp.case-studies .impact_section div#\32  {
    margin-top: 0;
  }
  body.hcp .nav-btn.back,
  body.hcp .nav-btn.next {
    width: 48.5%;
    height: 65px;
  }
  body.hcp .nav-btn.back b,
  body.hcp .nav-btn.next b {
    max-width: 81px;
  }
  body.hcp.using-pylarify .nav-btn.next b {
    max-width: 100px;
  }
  body.hcp.reimbursement h1.h1.mb-3.pt-7 {
    padding-top: 2rem;
  }
  body.hcp.reimbursement .sites.active {
    margin-bottom: 2rem;
  }
  body.ai.hcp .side-icon .blue_image_cards .coh-row-inner .coh-column {
    background: rgba(255, 255, 255, 0.9);
  }
  body.hcp.ai .carousel .carousel-item:nth-child(3) .carousel-caption .mobile-min-height img.coh-image {
    height: 88px;
  }
  body.hcp.ai .carousel .carousel-item:nth-child(4) .carousel-caption .mobile-min-height img.coh-image {
    height: 88px;
  }
  body.hcp.ai .nav-btn.back b {
    max-width: 93px;
  }
  body.hcp.pca .nav-btn.next b {
    max-width: 75px;
  }
  body.hcp.home .nav-btn.next b,
  body.hcp.efficacy .nav-btn.back b {
    max-width: 81px;
  }
  body.hcp.using-pylarify .nav-btn.next {
    padding-left: 0;
  }
  body.hcp.using-pylarify .nav-btn.next b {
    max-width: 92px;
  }
  body.hcp.using-pylarify .nav-btn.next::after {
    right: -18px;
  }
  body.hcp #isi-content p, body.hcp #isi-content li, body.hcp main p {
    font-weight: 600 !important;
  }
  body.hcp .height-8 {
    height: 8px;
  }
  body.hcp .nav-btn.back {
    padding-right: 0.7rem;
    text-align: right;
  }
  body.hcp .nav-btn.next {
    padding-left: 0.7rem;
    text-align: left;
  }
  body.hcp.efficacy .callout {
    padding-top: 0;
    height: auto;
    margin-bottom: 0;
  }
  body.hcp.efficacy.safety .container.pt-3 .pt-7 {
    padding-top: 1.5em;
  }
  body.hcp.efficacy.safety .callout {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  body.hcp.efficiency .purple-22 {
    font-size: 16px !important;
  }
}
@media (max-width: 991.98px) {
  body.hcp.pca .impact_section .image_video_section {
    height: auto !important;
  }
  body.hcp .impact_section .image_video_section img {
    height: auto;
    object-fit: cover;
    margin-left: 0;
  }
  body.hcp.efficacy main .callout .column-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 100%;
    height: 600px;
  }
  body.hcp main .callout p {
    font-size: 20px;
  }
  body.hcp.high-risk-pca .nav-btn.back::before {
    width: 27px;
  }
  body.hcp.efficacy main .callout .actor-portrayal-disc {
    top: auto;
  }
  .hcp p.footnote.fn_sc_note span sup {
    left: -6px !important;
  }
  .hcp p.footnote.fn_sc_note {
    margin-left: 5px;
  }
  body.hcp main .callout .container-fluid .image-container, body.hcp main .callout .container-sm .image-container, body.hcp main .callout .container-md .image-container, body.hcp main .callout .container-lg .image-container, body.hcp main .callout .container-xl .image-container {
    height: auto;
  }
  body.hcp main .callout .container-fluid .image-container img, body.hcp main .callout .container-sm .image-container img, body.hcp main .callout .container-md .image-container img, body.hcp main .callout .container-lg .image-container img, body.hcp main .callout .container-xl .image-container img {
    height: auto;
    object-fit: cover;
  }
  body.hcp.ai .gradient-bg-box.gradient-cta p {
    margin-bottom: 20px;
    text-align: center;
  }
  body.hcp.ai .gradient-bg-box.gradient-cta .btn-arrow-right {
    width: 75%;
    margin: 0 auto;
  }
  body.hcp.ai .impact_section {
    height: auto;
  }
  body.hcp .impact_section div#\32  {
    height: auto !important;
    padding: 2rem 20px 3rem !important;
  }
  body.hcp.home .impact_section {
    height: auto;
  }
  body.hcp .impact_section div#\32  {
    height: auto !important;
  }
  body.hcp.pca .impact_section div#\32  {
    padding: 2rem 30px 2rem 30px !important;
  }
  body.sticky-nav.scrolling-up #headerNav {
    top: 0;
    background-color: white;
    border-bottom: 0 none;
  }
  body.hcp main ul.two-columns li::before {
    top: -13px;
  }
  body.hcp main .callout .actor-portrayal-disc {
    padding-left: 0;
  }
  body.sticky-nav #headerNav {
    top: 63px;
    background-color: white;
    box-shadow: 0 4px 7px #c4c4c4;
  }
  body.sticky-nav .header-menu__toggler {
    background-color: transparent;
  }
  body.ai.hcp .side-icon .blue_image_cards .coh-row-inner .coh-column {
    width: 90% !important;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 80px;
  }
  body.hcp .side-icon .blue_image_cards .coh-row-inner:nth-child(1) .coh-column:nth-child(2) .icon {
    top: 34px;
    left: -29px;
    width: 70px;
  }
  body.hcp .side-icon .blue_image_cards .coh-row-inner .coh-column:nth-child(2) .icon {
    top: -29px;
    left: 43%;
  }
  #pylarify-ai-overview .col-md-5.order-md-2 img {
    margin-top: 20px;
  }
  body.hcp .references {
    margin: 2rem 0 2rem 0.5rem;
  }
  body.hcp .references-list p {
    font-weight: bold;
    text-transform: uppercase;
  }
  body.hcp .references-list ol li {
    word-break: break-word;
  }
  body.hcp main ul li::before {
    top: -13px;
  }
  .bio-recurrent .management-plans .gradient-bg-box .font-bold {
    display: block;
  }
  body.hcp main ul {
    padding-left: 20px;
  }
  body.hcp main .gradient-bg-box ul {
    padding-left: 0;
  }
  body.hcp main .gradient-bg-box ul.column-list {
    padding-left: 15px;
  }
  body.hcp main .gradient-bg-box ul.column-list li {
    padding-left: 5px;
  }
  body.hcp .hs-text__title {
    min-height: 100px;
    font-size: 18px;
    padding: 0.5rem 0;
  }
  body.hcp.ai .carousel {
    height: 790px;
  }
  body.hcp .carousel-inner {
    width: 75%;
    margin: 0 auto;
    overflow: visible;
  }
  body.hcp .mobile-center {
    width: 90%;
    margin: 0 auto;
  }
  body.hcp ul.pl-0 {
    padding-left: 20px !important;
  }
  body.hcp.case-studies .cs-sliders .cs-slider .cs-slide ul li ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  body.hcp.case-studies .cs-sliders .cs-slider .cs-slide ul li ul li {
    padding-left: 0 !important;
  }
  body.hcp.case-studies .cs-sliders .cs-slider .cs-slide ul li ul li::before {
    left: -25px !important;
  }
  body.hcp.ai .carousel .carousel-caption {
    left: 0;
    right: 0;
    top: 0;
    padding-top: 0;
  }
  body.hcp.ai .carousel .carousel-caption .mobile-min-height {
    min-height: 350px;
  }
  body.hcp.case-studies .cs-sliders ul {
    margin-top: 15px;
  }
  body.hcp .case_study_slide3_img {
    height: auto;
    margin-left: 1rem;
    margin-right: 0rem;
    margin-top: 3rem;
  }
  body.hcp.case-studies .cs-sliders-nav-arrow--prev {
    left: 10px;
  }
  body.hcp .efficacy-torso img {
    height: auto;
  }
  body.hcp.case-studies .cs-slide--0 .cs-slide__image img {
    max-height: 100%;
    max-width: 100%;
  }
  body.hcp .background-blue p,
  body.hcp .background-blue ul li {
    color: white;
    padding: 0 20px 0 20px;
  }
  body.hcp .background-blue p.footnote {
    padding: 0;
  }
  body.hcp .blue-bg-section p,
  body.hcp .blue-bg-section ul li {
    color: white;
    padding: 0 20px 0 20px;
  }
  body.hcp .blue-bg-section ul {
    margin-left: 20px;
  }
  .hcp .hs-text {
    padding: 1rem;
  }
  .hcp .hs-text__title::after {
    right: 0;
  }
  body.hcp ul.column-list {
    flex-direction: column;
  }
  body.hcp ul.column-list li {
    width: 100%;
  }
  .hcp .hs-text__white .hs-text__title {
    padding: 1em 0;
  }
  .hcp .hs-text__white .hs-text__title span {
    padding-right: 36px;
  }
  .bio-recurrent .nccn-banner--top-to-bottom {
    height: 560px;
    width: 80%;
    margin-left: 10%;
  }
  .hcp footer p {
    font-size: 16px !important;
  }
  .bio-recurrent .management-plans .gradient-bg-box {
    width: 100%;
  }
  .bio-recurrent .management-plans .two-rows .gradient-bg-box:nth-child(1) {
    margin-bottom: 20px;
  }
  .hcp .site-map ul li:nth-child(1) {
    padding-top: 0;
  }
  .hcp .site-map ul li:nth-child(7) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
  }
  .location-registration-thank-you .gradient-bg-box,
  .contact-us-thank-you .gradient-bg-box,
  .sign-up-thank-you .gradient-bg-box {
    padding: 25px;
  }
  .location-registration-thank-you .purple,
  .contact-us-thank-you .purple,
  .sign-up-thank-you .purple {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .location-registration-thank-you hr,
  .contact-us-thank-you hr,
  .sign-up-thank-you hr {
    border-top: 4px solid rgba(0, 0, 0, 0.1);
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .hcp .site-map ul {
    margin-bottom: 0;
  }
  .bio-recurrent .circle-graphs .graph-21-4 {
    margin-bottom: -10px;
  }
  .bio-recurrent .path-img {
    margin-top: 60px;
  }
  .bio-recurrent .management-plans .two-rows .gradient-bg-box {
    margin-top: 20px;
    margin-left: 20px;
  }
  body.hcp .modal .modal-body a {
    text-transform: lowercase;
  }
  .hcp.reimbursement .purple-22-bold {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .hcp.reimbursement .sites p {
    font-size: 18px;
  }
  .hcp.reimbursement .map-locations ul {
    padding-left: 0;
  }
  .hcp.reimbursement .map-locations ul li {
    padding-left: 0;
  }
  .pyl-form-page--location-registration input#edit-actions-submit {
    padding-left: 2rem;
  }
  div#map-container {
    display: block;
    float: left;
    width: 100%;
    padding: 0rem 1rem;
    z-index: 100;
    position: relative;
  }
  div#map-container:not(.hide) {
    padding: 1rem 1rem 3rem;
  }
  .locations .page-container p.pt-7 {
    padding-top: 2rem;
  }
  body.hcp.locations .callout-btn {
    font-size: 14px;
  }
  body.hcp.locations .callout-btn:after {
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .js-webform-radios.webform-options-display-side-by-side > div {
    width: auto;
  }
  .pyl-form-page--location-registration .webform-address__province,
  .pyl-form-page--location-registration .webform-address__postal-code {
    padding-top: 1em;
  }
  .pyl-form-page--location-registration .pyl-form .form-group label.error#imaging_center_type-error {
    top: 70px;
  }
  .pyl-form-page--location-registration .pyl-form .form-group label.instructions {
    text-align: left;
    line-height: inherit;
  }
  .site-locator-text p.mobile-mt-3 {
    max-width: 330px;
    margin-top: 1.5rem;
  }
}
body.patient:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 118vh;
  z-index: -1;
}
body.patient:before {
  display: block;
  top: 0;
  background-color: #ffffff;
}
body.patient.alternate-bg::before {
  background-image: url("/sites/default/files/images/default-images/patient/alternate-bg.jpg");
  background-size: cover;
}
body.patient main {
  position: relative;
}
body.patient .h1, body.patient .headline-1 {
  color: #0057A5;
}
body.patient .h1 span, body.patient .headline-1 span {
  display: inline-block;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background: #DAE021;
}
body.patient .heading-underline {
  padding-bottom: 1rem;
  border-bottom: 4px solid #DAE021;
}
body.patient a.cta-btn {
  background-color: #DAE021;
  border-radius: 0;
  color: #00396C;
  display: inline-block;
  font-size: 1.125rem;
  padding: 0.75rem 4rem 0.75rem 1.75rem;
  position: relative;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  body.patient a.cta-btn {
    font-size: 0.9375rem;
  }
}
@media (min-width: 992px) {
  body.patient a.cta-btn {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  body.patient a.cta-btn {
    font-size: 1.125rem;
  }
}
body.patient a.cta-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 6px;
  height: 12px;
  background: url("/sites/default/files/images/default-images/patient/cta-btn-primary-arrow.png") no-repeat;
  transform: translateY(-50%);
}
body.patient a.cta-btn:hover {
  text-decoration: none;
}
body.patient a.cta-btn.blue-bg {
  background-color: #047CE0;
  background-image: linear-gradient(to bottom, rgba(0, 87, 165, 0), #0057a5);
  color: #ffffff;
}
body.patient a.cta-btn.blue-bg:hover {
  background-color: #0057A5;
}
body.patient a.cta-btn.blue-bg::after {
  background: url("/sites/default/files/images/default-images/patient/cta-btn-primary-arrow-white.png") no-repeat;
}
body.patient .hero {
  margin-top: 1.125rem;
  margin-bottom: 4rem;
  background: url("/sites/default/files/images/default-images/patient/interior-page-hero-bg.jpg") no-repeat;
  background-position: 31% 9rem;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  body.patient .hero {
    margin-top: 1.125rem;
    background: transparent;
  }
}
@media (min-width: 992px) {
  body.patient .hero {
    margin-top: 1.25rem;
    background-size: 100% 75%;
  }
}
@media (min-width: 1200px) {
  body.patient .hero {
    background-size: 100% 79%;
  }
}
body.patient .hero .h1, body.patient .hero .headline-1 {
  font-weight: 400 !important;
}
@media (max-width: 767.98px) {
  body.patient .hero .h1, body.patient .hero .headline-1 {
    font-size: 2.125rem;
  }
}
@media (max-width: 767.98px) {
  body.patient .hero .row {
    display: block;
  }
}
@media (max-width: 767.98px) {
  body.patient .hero .img-container {
    margin-bottom: 1.25rem;
    padding-left: 0;
    padding-right: 0;
    background: url("/sites/default/files/images/default-images/patient/interior-page-hero-bg-m.jpg") no-repeat;
    background-size: 100% 359px;
    background-position: 0 45px;
    overflow: hidden;
  }
}
body.patient .hero p {
  color: #0057A5;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  body.patient .hero p {
    color: #ffffff;
    font-size: 1rem;
    margin-top: 2.1875rem;
  }
}
@media (min-width: 992px) {
  body.patient .hero p {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  body.patient .hero img {
    margin-top: -8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.patient.talk-to-your-doctor .hero {
    background-position: 31% 13rem;
  }
}
@media (min-width: 992px) {
  body.patient.talk-to-your-doctor .hero img.d-lg-block {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  body.patient.talk-to-your-doctor .hero img.d-lg-block {
    margin-top: -8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.patient.about-pylarify .hero img.d-block {
    margin-top: 3rem;
  }
}
body.patient .grad-banner {
  background-image: linear-gradient(to right, #2d3292 0%, rgba(43, 109, 191, 0.65) 50%, rgba(41, 157, 228, 0.36) 60%, rgba(40, 182, 247, 0) 100%);
  width: 100%;
  height: auto;
}
body.patient .grad-banner h2 {
  font-size: 1.625rem;
  line-height: 1.25;
  padding: 1rem 1rem 1rem 1rem;
}
@media (min-width: 768px) {
  body.patient .grad-banner h2 {
    font-size: 2.5rem;
    line-height: 1.25;
    padding: 1.25rem 1.25rem 1.25rem 1rem;
  }
}
body.patient .grad-banner--dark {
  background-image: linear-gradient(to right, #2d3292 0%, rgba(42, 119, 199, 0.4) 80%, rgba(40, 182, 247, 0) 100%);
}

.fake-patient {
  font-size: 0.875rem !important;
  line-height: 1 !important;
  margin: 0 !important;
  position: absolute;
}

.about-prostate-cancer .fake-patient {
  color: #ffffff !important;
  bottom: 0.5em;
  right: 0;
}

@media (min-width: 992px) {
  .img-chart-ap {
    position: relative;
    padding: 0 0;
    padding-bottom: 62%;
  }
}
@media (min-width: 1200px) {
  .img-chart-ap {
    padding-bottom: 60%;
  }
}

@media (min-width: 992px) {
  .torso-group {
    position: relative;
    padding: 0 0;
    background-image: url("/sites/default/files/images/default-images/patient/about-prostate-cancer/torso-large.png");
    background-repeat: no-repeat;
    background-size: calc(100% - 1rem) auto;
    background-position: 2rem 30px;
    padding-bottom: 62%;
  }
  .torso-group .text-block {
    height: 540px;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .torso-group {
    background-size: calc(100% - 6rem) auto;
    background-position: 3rem 0;
    padding-bottom: 60%;
  }
  .torso-group .text-block {
    height: 640px;
    width: 44%;
  }
}

.icon-heading {
  margin: 1rem 0 0;
  position: relative;
  padding-left: 4rem;
  background-repeat: no-repeat;
  background-size: 2.75rem 2.75rem;
  background-position: 0 0;
}
.icon-heading.returning {
  background-image: url("/sites/default/files/images/default-images/patient/icons/rotating-arrow.png");
}
.icon-heading.testing {
  background-image: url("/sites/default/files/images/default-images/patient/icons/vial-dose.png");
}
.icon-heading.monitoring {
  background-image: url("/sites/default/files/images/default-images/patient/icons/search-glass.png");
}
.icon-heading p {
  margin: 0 0 1rem;
}
.heading-underline + .icon-heading p {
  margin: 1rem 0 1rem;
}
@media (min-width: 768px) {
  .icon-heading {
    padding-left: 8rem;
    background-size: 5.5rem 5.5rem;
  }
}
@media (min-width: 992px) {
  .icon-heading {
    padding-left: 10rem;
    background-size: 5.5rem 5.5rem;
    background-position: 2rem 0;
  }
}

.img-chart-ap {
  touch-action: pan-x pan-y pinch-zoom;
  max-width: 100%;
}
@media (min-width: 992px) {
  .img-chart-ap {
    position: relative;
    padding: 0;
  }
}

.icon-block {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
.icon-block img {
  display: block;
  width: auto;
  position: relative;
  margin: 0 auto;
  bottom: 0;
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .icon-block img {
    left: 50%;
    margin-left: -5.1875rem;
  }
}

.larger-body-text {
  line-height: 1.5;
}

.pet-scan-group .grad-banner {
  position: relative;
}
.pet-scan-group .blue-text,
.pet-scan-group .banner-text {
  padding-top: 2rem;
  padding-left: 0.75rem;
}
@media (min-width: 768px) {
  .pet-scan-group .blue-text,
  .pet-scan-group .banner-text {
    padding-top: 2rem;
    padding-left: 0.75rem;
  }
}
.pet-scan-group .blue-text p,
.pet-scan-group .banner-text p {
  width: 100%;
}
.pet-scan-group .img-base {
  position: absolute;
  right: 2.1875rem;
  top: 0.625rem;
  width: 30%;
}
@media (min-width: 576px) {
  .pet-scan-group .img-base {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .pet-scan-group .img-base {
    right: 0;
    top: -0.9375rem;
    width: 30%;
  }
}
@media (min-width: 992px) {
  .pet-scan-group .img-base {
    right: 3.75rem;
    top: -0.9375rem;
    width: auto;
  }
}
.pet-scan-group .img-base img {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .pet-scan-group .img-base img {
    width: 95%;
  }
}

.img-center {
  margin: 0 auto;
  display: block;
}

a[data-toggle=popover] {
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  border-bottom: 0.25rem solid #DAE021;
}

.popover {
  font-family: inherit;
  max-width: 22.5rem;
  border-radius: 0;
  border-width: 0;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .popover {
    max-width: 26.25rem;
  }
}
.popover .popover-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 1rem;
  height: 1rem;
  background-image: url("/sites/default/files/images/default-images/patient/icons/definition-popover-close.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .popover .popover-close {
    top: 0.525rem;
    right: 0.525rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.popover .popover-header {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #0057A5;
  margin: 1.125rem 2.25rem 0 2rem;
  padding: 0 0 0.625rem 0;
  border-bottom: 0.25rem solid #DAE021;
  background-color: #ffffff;
}
.popover .popover-body {
  font-size: 1rem;
  font-size: 1.125rem;
  margin: 0.625rem 2rem 1.5rem 2rem;
  padding: 0 0;
}
.popover.bs-popover-auto[x-placement^=right], .popover.bs-popover-right {
  margin-left: 2rem;
}
.popover.bs-popover-auto[x-placement^=right] > .arrow, .popover.bs-popover-right > .arrow {
  left: calc(-1.75rem - 1px);
  width: 1.75rem;
  height: 3rem;
  margin: 1rem 0;
}
.popover.bs-popover-auto[x-placement^=right] > .arrow::before, .popover.bs-popover-right > .arrow::before {
  border-width: 1.75rem 1.75rem 1.75rem 0;
  border-right-color: rgba(0, 0, 0, 0.125);
}
.popover.bs-popover-auto[x-placement^=right] > .arrow::after, .popover.bs-popover-right > .arrow::after {
  border-width: 1.75rem 1.75rem 1.75rem 0;
}
.popover.bs-popover-auto[x-placement^=left], .popover.bs-popover-left {
  margin-right: 2rem;
}
.popover.bs-popover-auto[x-placement^=left] > .arrow, .popover.bs-popover-left > .arrow {
  right: calc(-1.75rem - 1px);
  width: 1.75rem;
  height: 3rem;
  margin: 1rem 0;
}
.popover.bs-popover-auto[x-placement^=left] > .arrow::before, .popover.bs-popover-left > .arrow::before {
  border-width: 1.75rem 0 1.75rem 1.75rem;
  border-left-color: rgba(0, 0, 0, 0.125);
}
.popover.bs-popover-auto[x-placement^=left] > .arrow::after, .popover.bs-popover-left > .arrow::after {
  border-width: 1.75rem 0 1.75rem 1.75rem;
}
.popover.bs-popover-auto[x-placement^=top], .popover.bs-popover-top {
  margin-bottom: 2rem;
}
.popover.bs-popover-auto[x-placement^=top] > .arrow, .popover.bs-popover-top > .arrow {
  bottom: calc(-1.75rem - 1px);
  height: 1.75rem;
  width: 3rem;
  margin: 0 1rem;
}
.popover.bs-popover-auto[x-placement^=top] > .arrow::before, .popover.bs-popover-top > .arrow::before {
  border-width: 1.75rem 1.75rem 0 1.75rem;
  border-top-color: rgba(0, 0, 0, 0.125);
}
.popover.bs-popover-auto[x-placement^=top] > .arrow::after, .popover.bs-popover-top > .arrow::after {
  border-width: 1.75rem 1.75rem 0 1.75rem;
}
.popover.bs-popover-auto[x-placement^=bottom], .popover.bs-popover-bottom {
  margin-top: 2rem;
}
.popover.bs-popover-auto[x-placement^=bottom] > .arrow, .popover.bs-popover-bottom > .arrow {
  top: calc(-1.75rem + 1px);
  height: 1.75rem;
  width: 3rem;
  margin: 0 1rem;
}
.popover.bs-popover-auto[x-placement^=bottom] > .arrow::before, .popover.bs-popover-bottom > .arrow::before {
  border-width: 0 1.75rem 1.75rem 1.75rem;
  border-bottom-color: rgba(0, 0, 0, 0.125);
}
.popover.bs-popover-auto[x-placement^=bottom] > .arrow::after, .popover.bs-popover-bottom > .arrow::after {
  border-width: 0 1.75rem 1.75rem 1.75rem;
}

.light-blue-section {
  background-color: rgba(0, 122, 255, 0.07);
  padding: 1rem;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
@media (min-width: 576px) {
  .light-blue-section {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .light-blue-section {
    padding: 2.5rem 2rem 1.5rem;
  }
}

@media (min-width: 992px) {
  .page-bg {
    padding-top: 3.5rem;
    background-image: url("/sites/default/files/images/default-images/patient/page-bg--extension.jpg");
    background-repeat: no-repeat;
    background-position: 0 -3rem;
    background-size: contain;
  }
  .hero + .page-bg {
    margin-top: -4rem;
  }
}

.brochure-group {
  position: relative;
}
.brochure-group .banner-text {
  padding-top: 2rem;
  padding-left: 0.75rem;
}
.brochure-group .banner-text p {
  width: 100%;
}
@media (min-width: 768px) {
  .brochure-group .banner-text p {
    width: 55%;
  }
}
.brochure-group .img-base {
  position: relative;
  width: auto;
}
@media (min-width: 768px) {
  .brochure-group .img-base {
    position: absolute;
    right: -7.375rem;
    top: 0.5rem;
    width: 20.375rem;
  }
}
@media (min-width: 992px) {
  .brochure-group .img-base {
    right: -9.5rem;
    top: -5rem;
    width: 25rem;
  }
}
@media (min-width: 1200px) {
  .brochure-group .img-base {
    right: -16rem;
    top: -7rem;
    width: 31.875rem;
  }
}
.brochure-group .img-base img {
  width: 50%;
  display: block;
}
@media (max-width: 767.98px) {
  .brochure-group .img-base img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199.98px) {
  .brochure-group .img-base img {
    width: 61%;
  }
}

@media (min-width: 992px) {
  .talk-to-your-doctor .hero img {
    max-height: 340px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .talk-to-your-doctor .hero img {
    max-height: 100vh;
    margin-top: -8rem;
    position: relative;
    right: -5em;
  }
}

.talk-to-doctor {
  position: relative;
}
.talk-to-doctor p {
  font-size: 1.25rem;
}
.talk-to-doctor p.footnote {
  font-size: 1rem;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .talk-to-doctor p.footnote {
    font-size: 0.75rem;
  }
}
.talk-to-doctor .scan-table-section {
  padding: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 20px solid #DAE021;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .talk-to-doctor .scan-table-section {
    padding: 4rem;
    padding-top: 2rem;
  }
}
.talk-to-doctor .scan-table-section h3 {
  text-align: left;
}
.talk-to-doctor .scan-table-section .title-block h3 {
  text-align: center;
}
@media (min-width: 992px) {
  .talk-to-doctor .scan-table-section .title-block {
    margin: 0 auto;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .talk-to-doctor .scan-table-section .title-block {
    margin: 0 auto;
    width: 70%;
  }
}
.talk-to-doctor .scan-table-section .section-row {
  padding: 1rem 0;
}
.talk-to-doctor .scan-table-section .section-row.dashed {
  border: 1px dashed #7A7A7A;
  border-width: 0 0 1px 0;
}
.talk-to-doctor .scan-table-section .section-row .sec-title-block {
  padding: 1rem 0;
}
.talk-to-doctor .scan-table-section .section-row .icon-block {
  display: block;
  position: relative;
  height: 15.625rem;
  width: 100%;
  margin-bottom: 1.5rem;
}
.talk-to-doctor .scan-table-section .section-row .icon-block img {
  display: block;
  width: 14.25rem;
  position: absolute;
  left: 50%;
  margin-left: -7.125rem;
  bottom: 0;
}
.talk-to-doctor .img-flower {
  position: absolute;
  width: 80%;
}
@media (min-width: 768px) {
  .talk-to-doctor .img-flower {
    position: absolute;
    width: auto;
  }
}
.talk-to-doctor .pet-scan-group .blue-text,
.talk-to-doctor .pet-scan-group .banner-text {
  padding-top: 2rem;
  padding-left: 0.75rem;
}
.talk-to-doctor .pet-scan-group .blue-text p,
.talk-to-doctor .pet-scan-group .banner-text p {
  width: 100%;
}
@media (min-width: 768px) {
  .talk-to-doctor .pet-scan-group .blue-text p,
  .talk-to-doctor .pet-scan-group .banner-text p {
    width: 100%;
    font-size: 1.5rem;
  }
}
.talk-to-doctor .pet-scan-group .img-base {
  position: relative;
  width: auto;
}
@media (min-width: 768px) {
  .talk-to-doctor .pet-scan-group .img-base {
    position: absolute;
    right: 7.5rem;
    top: 2.8125rem;
    width: auto;
  }
}
.talk-to-doctor .pet-scan-group .img-base img {
  width: 100%;
  display: block;
}
.talk-to-doctor .pet-scan-group .img-base img.burger-cup {
  position: absolute;
  width: auto;
  margin-top: 2.8125rem;
  margin-left: 0.9375rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .talk-to-doctor .pet-scan-group .img-base img.burger-cup {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.talk-to-doctor .grad-banner {
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(45, 50, 146) 35%, rgb(0, 212, 255) 80%, rgba(255, 0, 0, 0) 100%);
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .talk-to-doctor .grad-banner {
    height: 6.4375rem;
  }
}
.talk-to-doctor .grad-banner h2 {
  font-size: 1.625rem;
  line-height: 1.25;
  padding: 1rem 0 1rem 1rem;
}
@media (min-width: 768px) {
  .talk-to-doctor .grad-banner h2 {
    font-size: 2.5rem;
    line-height: 1.25;
    padding: 1.25rem 0 1.25rem 1rem;
  }
}
.talk-to-doctor .icon-heading {
  padding-left: 0;
}

@media (min-width: 576px) {
  .m-t-5 {
    margin-top: 0.3125rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-5 {
    padding-top: 0.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-5-m {
    margin-top: 0.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-5-m {
    padding-top: 0.3125rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-5 {
    margin-bottom: 0.3125rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-5 {
    padding-bottom: 0.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-5-m {
    margin-bottom: 0.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-5-m {
    padding-bottom: 0.3125rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-5 {
    margin-left: 0.3125rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-5 {
    padding-left: 0.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-5-m {
    margin-left: 0.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-5-m {
    padding-left: 0.3125rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-5 {
    margin-right: 0.3125rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-5 {
    padding-right: 0.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-5-m {
    margin-right: 0.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-5-m {
    padding-right: 0.3125rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-10 {
    margin-top: 0.625rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-10 {
    padding-top: 0.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-10-m {
    margin-top: 0.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-10-m {
    padding-top: 0.625rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-10 {
    margin-bottom: 0.625rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-10 {
    padding-bottom: 0.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-10-m {
    margin-bottom: 0.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-10-m {
    padding-bottom: 0.625rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-10 {
    margin-left: 0.625rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-10 {
    padding-left: 0.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-10-m {
    margin-left: 0.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-10-m {
    padding-left: 0.625rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-10 {
    margin-right: 0.625rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-10 {
    padding-right: 0.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-10-m {
    margin-right: 0.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-10-m {
    padding-right: 0.625rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-15 {
    margin-top: 0.9375rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-15 {
    padding-top: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-15-m {
    margin-top: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-15-m {
    padding-top: 0.9375rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-15 {
    margin-bottom: 0.9375rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-15 {
    padding-bottom: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-15-m {
    margin-bottom: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-15-m {
    padding-bottom: 0.9375rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-15 {
    margin-left: 0.9375rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-15 {
    padding-left: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-15-m {
    margin-left: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-15-m {
    padding-left: 0.9375rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-15 {
    margin-right: 0.9375rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-15 {
    padding-right: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-15-m {
    margin-right: 0.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-15-m {
    padding-right: 0.9375rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-20 {
    margin-top: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-20 {
    padding-top: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-20-m {
    margin-top: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-20-m {
    padding-top: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-20 {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-20 {
    padding-bottom: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-20-m {
    margin-bottom: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-20-m {
    padding-bottom: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-20 {
    margin-left: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-20 {
    padding-left: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-20-m {
    margin-left: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-20-m {
    padding-left: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-20 {
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-20 {
    padding-right: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-20-m {
    margin-right: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-20-m {
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-25 {
    margin-top: 1.5625rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-25 {
    padding-top: 1.5625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-25-m {
    margin-top: 1.5625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-25-m {
    padding-top: 1.5625rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-25 {
    margin-bottom: 1.5625rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-25 {
    padding-bottom: 1.5625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-25-m {
    margin-bottom: 1.5625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-25-m {
    padding-bottom: 1.5625rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-25 {
    margin-left: 1.5625rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-25 {
    padding-left: 1.5625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-25-m {
    margin-left: 1.5625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-25-m {
    padding-left: 1.5625rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-25 {
    margin-right: 1.5625rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-25 {
    padding-right: 1.5625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-25-m {
    margin-right: 1.5625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-25-m {
    padding-right: 1.5625rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-30 {
    margin-top: 1.875rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-30 {
    padding-top: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-30-m {
    margin-top: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-30-m {
    padding-top: 1.875rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-30 {
    margin-bottom: 1.875rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-30 {
    padding-bottom: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-30-m {
    margin-bottom: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-30-m {
    padding-bottom: 1.875rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-30 {
    margin-left: 1.875rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-30 {
    padding-left: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-30-m {
    margin-left: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-30-m {
    padding-left: 1.875rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-30 {
    margin-right: 1.875rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-30 {
    padding-right: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-30-m {
    margin-right: 1.875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-30-m {
    padding-right: 1.875rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-35 {
    margin-top: 2.1875rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-35 {
    padding-top: 2.1875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-35-m {
    margin-top: 2.1875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-35-m {
    padding-top: 2.1875rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-35 {
    margin-bottom: 2.1875rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-35 {
    padding-bottom: 2.1875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-35-m {
    margin-bottom: 2.1875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-35-m {
    padding-bottom: 2.1875rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-35 {
    margin-left: 2.1875rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-35 {
    padding-left: 2.1875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-35-m {
    margin-left: 2.1875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-35-m {
    padding-left: 2.1875rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-35 {
    margin-right: 2.1875rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-35 {
    padding-right: 2.1875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-35-m {
    margin-right: 2.1875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-35-m {
    padding-right: 2.1875rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-40 {
    margin-top: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-40 {
    padding-top: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-40-m {
    margin-top: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-40-m {
    padding-top: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-40 {
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-40 {
    padding-bottom: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-40-m {
    margin-bottom: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-40-m {
    padding-bottom: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-40 {
    margin-left: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-40 {
    padding-left: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-40-m {
    margin-left: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-40-m {
    padding-left: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-40 {
    margin-right: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-40 {
    padding-right: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-40-m {
    margin-right: 2.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-40-m {
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-45 {
    margin-top: 2.8125rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-45 {
    padding-top: 2.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-45-m {
    margin-top: 2.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-45-m {
    padding-top: 2.8125rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-45 {
    margin-bottom: 2.8125rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-45 {
    padding-bottom: 2.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-45-m {
    margin-bottom: 2.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-45-m {
    padding-bottom: 2.8125rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-45 {
    margin-left: 2.8125rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-45 {
    padding-left: 2.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-45-m {
    margin-left: 2.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-45-m {
    padding-left: 2.8125rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-45 {
    margin-right: 2.8125rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-45 {
    padding-right: 2.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-45-m {
    margin-right: 2.8125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-45-m {
    padding-right: 2.8125rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-50 {
    margin-top: 3.125rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-50 {
    padding-top: 3.125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-50-m {
    margin-top: 3.125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-50-m {
    padding-top: 3.125rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-50 {
    margin-bottom: 3.125rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-50 {
    padding-bottom: 3.125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-50-m {
    margin-bottom: 3.125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-50-m {
    padding-bottom: 3.125rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-50 {
    margin-left: 3.125rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-50 {
    padding-left: 3.125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-50-m {
    margin-left: 3.125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-50-m {
    padding-left: 3.125rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-50 {
    margin-right: 3.125rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-50 {
    padding-right: 3.125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-50-m {
    margin-right: 3.125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-50-m {
    padding-right: 3.125rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-55 {
    margin-top: 3.4375rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-55 {
    padding-top: 3.4375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-55-m {
    margin-top: 3.4375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-55-m {
    padding-top: 3.4375rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-55 {
    margin-bottom: 3.4375rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-55 {
    padding-bottom: 3.4375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-55-m {
    margin-bottom: 3.4375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-55-m {
    padding-bottom: 3.4375rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-55 {
    margin-left: 3.4375rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-55 {
    padding-left: 3.4375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-55-m {
    margin-left: 3.4375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-55-m {
    padding-left: 3.4375rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-55 {
    margin-right: 3.4375rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-55 {
    padding-right: 3.4375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-55-m {
    margin-right: 3.4375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-55-m {
    padding-right: 3.4375rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-60 {
    margin-top: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-60 {
    padding-top: 3.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-60-m {
    margin-top: 3.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-60-m {
    padding-top: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-60 {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-60 {
    padding-bottom: 3.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-60-m {
    margin-bottom: 3.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-60-m {
    padding-bottom: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-60 {
    margin-left: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-60 {
    padding-left: 3.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-60-m {
    margin-left: 3.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-60-m {
    padding-left: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-60 {
    margin-right: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-60 {
    padding-right: 3.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-60-m {
    margin-right: 3.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-60-m {
    padding-right: 3.75rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-65 {
    margin-top: 4.0625rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-65 {
    padding-top: 4.0625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-65-m {
    margin-top: 4.0625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-65-m {
    padding-top: 4.0625rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-65 {
    margin-bottom: 4.0625rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-65 {
    padding-bottom: 4.0625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-65-m {
    margin-bottom: 4.0625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-65-m {
    padding-bottom: 4.0625rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-65 {
    margin-left: 4.0625rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-65 {
    padding-left: 4.0625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-65-m {
    margin-left: 4.0625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-65-m {
    padding-left: 4.0625rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-65 {
    margin-right: 4.0625rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-65 {
    padding-right: 4.0625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-65-m {
    margin-right: 4.0625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-65-m {
    padding-right: 4.0625rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-70 {
    margin-top: 4.375rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-70 {
    padding-top: 4.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-70-m {
    margin-top: 4.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-70-m {
    padding-top: 4.375rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-70 {
    margin-bottom: 4.375rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-70 {
    padding-bottom: 4.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-70-m {
    margin-bottom: 4.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-70-m {
    padding-bottom: 4.375rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-70 {
    margin-left: 4.375rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-70 {
    padding-left: 4.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-70-m {
    margin-left: 4.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-70-m {
    padding-left: 4.375rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-70 {
    margin-right: 4.375rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-70 {
    padding-right: 4.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-70-m {
    margin-right: 4.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-70-m {
    padding-right: 4.375rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-75 {
    margin-top: 4.6875rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-75 {
    padding-top: 4.6875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-75-m {
    margin-top: 4.6875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-75-m {
    padding-top: 4.6875rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-75 {
    margin-bottom: 4.6875rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-75 {
    padding-bottom: 4.6875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-75-m {
    margin-bottom: 4.6875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-75-m {
    padding-bottom: 4.6875rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-75 {
    margin-left: 4.6875rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-75 {
    padding-left: 4.6875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-75-m {
    margin-left: 4.6875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-75-m {
    padding-left: 4.6875rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-75 {
    margin-right: 4.6875rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-75 {
    padding-right: 4.6875rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-75-m {
    margin-right: 4.6875rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-75-m {
    padding-right: 4.6875rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-80 {
    margin-top: 5rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-80 {
    padding-top: 5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-80-m {
    margin-top: 5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-80-m {
    padding-top: 5rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-80 {
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-80 {
    padding-bottom: 5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-80-m {
    margin-bottom: 5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-80-m {
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-80 {
    margin-left: 5rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-80 {
    padding-left: 5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-80-m {
    margin-left: 5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-80-m {
    padding-left: 5rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-80 {
    margin-right: 5rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-80 {
    padding-right: 5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-80-m {
    margin-right: 5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-80-m {
    padding-right: 5rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-85 {
    margin-top: 5.3125rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-85 {
    padding-top: 5.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-85-m {
    margin-top: 5.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-85-m {
    padding-top: 5.3125rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-85 {
    margin-bottom: 5.3125rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-85 {
    padding-bottom: 5.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-85-m {
    margin-bottom: 5.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-85-m {
    padding-bottom: 5.3125rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-85 {
    margin-left: 5.3125rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-85 {
    padding-left: 5.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-85-m {
    margin-left: 5.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-85-m {
    padding-left: 5.3125rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-85 {
    margin-right: 5.3125rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-85 {
    padding-right: 5.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-85-m {
    margin-right: 5.3125rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-85-m {
    padding-right: 5.3125rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-90 {
    margin-top: 5.625rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-90 {
    padding-top: 5.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-90-m {
    margin-top: 5.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-90-m {
    padding-top: 5.625rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-90 {
    margin-bottom: 5.625rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-90 {
    padding-bottom: 5.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-90-m {
    margin-bottom: 5.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-90-m {
    padding-bottom: 5.625rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-90 {
    margin-left: 5.625rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-90 {
    padding-left: 5.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-90-m {
    margin-left: 5.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-90-m {
    padding-left: 5.625rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-90 {
    margin-right: 5.625rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-90 {
    padding-right: 5.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-90-m {
    margin-right: 5.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-90-m {
    padding-right: 5.625rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-95 {
    margin-top: 5.9375rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-95 {
    padding-top: 5.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-95-m {
    margin-top: 5.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-95-m {
    padding-top: 5.9375rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-95 {
    margin-bottom: 5.9375rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-95 {
    padding-bottom: 5.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-95-m {
    margin-bottom: 5.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-95-m {
    padding-bottom: 5.9375rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-95 {
    margin-left: 5.9375rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-95 {
    padding-left: 5.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-95-m {
    margin-left: 5.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-95-m {
    padding-left: 5.9375rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-95 {
    margin-right: 5.9375rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-95 {
    padding-right: 5.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-95-m {
    margin-right: 5.9375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-95-m {
    padding-right: 5.9375rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-100 {
    margin-top: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-100 {
    padding-top: 6.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-100-m {
    margin-top: 6.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-100-m {
    padding-top: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-100 {
    margin-bottom: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-100 {
    padding-bottom: 6.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-100-m {
    margin-bottom: 6.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-100-m {
    padding-bottom: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-100 {
    margin-left: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-100 {
    padding-left: 6.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-100-m {
    margin-left: 6.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-100-m {
    padding-left: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-100 {
    margin-right: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-100 {
    padding-right: 6.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-100-m {
    margin-right: 6.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-100-m {
    padding-right: 6.25rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-120 {
    margin-top: 7.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-120 {
    padding-top: 7.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-120-m {
    margin-top: 7.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-120-m {
    padding-top: 7.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-120 {
    margin-bottom: 7.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-120 {
    padding-bottom: 7.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-120-m {
    margin-bottom: 7.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-120-m {
    padding-bottom: 7.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-120 {
    margin-left: 7.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-120 {
    padding-left: 7.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-120-m {
    margin-left: 7.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-120-m {
    padding-left: 7.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-120 {
    margin-right: 7.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-120 {
    padding-right: 7.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-120-m {
    margin-right: 7.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-120-m {
    padding-right: 7.5rem !important;
  }
}

@media (min-width: 576px) {
  .m-t-150 {
    margin-top: 9.375rem !important;
  }
}

@media (min-width: 576px) {
  .p-t-150 {
    padding-top: 9.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-t-150-m {
    margin-top: 9.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-t-150-m {
    padding-top: 9.375rem !important;
  }
}

@media (min-width: 576px) {
  .m-b-150 {
    margin-bottom: 9.375rem !important;
  }
}

@media (min-width: 576px) {
  .p-b-150 {
    padding-bottom: 9.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-b-150-m {
    margin-bottom: 9.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-b-150-m {
    padding-bottom: 9.375rem !important;
  }
}

@media (min-width: 576px) {
  .m-l-150 {
    margin-left: 9.375rem !important;
  }
}

@media (min-width: 576px) {
  .p-l-150 {
    padding-left: 9.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-l-150-m {
    margin-left: 9.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-l-150-m {
    padding-left: 9.375rem !important;
  }
}

@media (min-width: 576px) {
  .m-r-150 {
    margin-right: 9.375rem !important;
  }
}

@media (min-width: 576px) {
  .p-r-150 {
    padding-right: 9.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .m-r-150-m {
    margin-right: 9.375rem !important;
  }
}

@media (max-width: 767.98px) {
  .p-r-150-m {
    padding-right: 9.375rem !important;
  }
}

@media (min-width: 768px) {
  .contact-us-error .blue-box.error,
  .contact-us-thank-you .blue-box.error {
    margin-bottom: 16rem;
  }
}
.hcp.reimbursement hr.heading-two {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.hcp.reimbursement a.chevron-link {
  text-transform: none;
  text-decoration: underline;
  font-weight: 800 !important;
  display: flex;
  justify-content: center;
  align-items: end;
}
.hcp.reimbursement a.chevron-link:after {
  position: static;
  margin-left: 10px;
}
.hcp.reimbursement .highlight-box a {
  text-decoration: none;
}
.hcp a.chevron-link {
  display: block;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .hcp a.chevron-link {
    display: inline-block;
    margin-top: 0;
  }
}

.bio-recurrent .space-top-bottom .pt-7 {
  padding-top: 0px !important;
}
@media (max-width: 991.98px) {
  .bio-recurrent .coh-style-indent-ol {
    padding-left: 20px;
  }
}
.bio-recurrent .circle-graphs {
  position: relative;
}
@media (min-width: 1200px) {
  .bio-recurrent .circle-graphs {
    height: 609px;
  }
}
.bio-recurrent .circle-graphs .graph-63-9,
.bio-recurrent .circle-graphs .graph-78-6,
.bio-recurrent .circle-graphs .graph-21-4 {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .bio-recurrent .circle-graphs .graph-63-9,
  .bio-recurrent .circle-graphs .graph-78-6,
  .bio-recurrent .circle-graphs .graph-21-4 {
    position: absolute;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .bio-recurrent .circle-graphs .graph-78-6,
  .bio-recurrent .circle-graphs .graph-21-4 {
    top: 240px;
  }
}
@media (min-width: 1200px) {
  .bio-recurrent .circle-graphs .graph-63-9 {
    max-width: 370px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .bio-recurrent .circle-graphs .graph-78-6 {
    max-width: 426px;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .bio-recurrent .circle-graphs .graph-21-4 {
    max-width: 426px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .bio-recurrent .blue-box {
    margin-top: -40px;
  }
}
@media (min-width: 1200px) {
  .bio-recurrent .arrow-img {
    position: relative;
    z-index: 3;
  }
}
.bio-recurrent .management-plans {
  margin-top: 2.5rem;
  font-size: 1.3125rem;
}
@media (min-width: 992px) {
  .bio-recurrent .management-plans {
    display: flex;
    flex-direction: row;
  }
}
.bio-recurrent .management-plans .col {
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.bio-recurrent .management-plans .col ul {
  margin: 0;
  padding: 0;
  height: 100%;
}
.bio-recurrent .management-plans .col ul li {
  display: block;
  margin: 0;
  padding: 0 0 1.25rem;
  list-style: none;
  font-size: 1.3125rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .bio-recurrent .management-plans .col ul li {
    font-size: 16px;
  }
}
.bio-recurrent .management-plans .col ul li:before {
  display: none;
}
@media (min-width: 992px) {
  .bio-recurrent .management-plans .col ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50%;
  }
}
.bio-recurrent .management-plans .col ul li img {
  display: block;
  margin: 0.625rem auto;
  width: 55px;
}
.bio-recurrent .management-plans .gradient-bg-box {
  width: 90%;
}
.bio-recurrent .management-plans .box-left {
  padding-top: 7.75rem;
  padding-bottom: 7.75rem;
}
@media (max-width: 991.98px) {
  .bio-recurrent .management-plans .box-left {
    padding: 2rem;
  }
}
.bio-recurrent .management-plans .two-rows .gradient-bg-box {
  margin-left: -30px;
}
@media (max-width: 991.98px) {
  .bio-recurrent .management-plans .two-rows .gradient-bg-box {
    margin-left: 20px;
  }
}
.bio-recurrent .management-plans .two-rows .gradient-bg-box:nth-child(1) {
  margin-bottom: 20px;
}
.bio-recurrent .wrprr img {
  position: absolute;
  width: 199px;
  z-index: 99;
  top: -2rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .bio-recurrent .wrprr img {
    left: 0;
    top: 28%;
    width: 235px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.bio-recurrent .wrprr ul li {
  font-weight: 700;
}
.bio-recurrent .nccn-banner {
  padding-bottom: 0;
  height: 140px;
  margin: 0px auto;
}
@media (max-width: 991.98px) {
  .bio-recurrent .nccn-banner {
    height: 600px;
    width: 230px;
    margin: 0px auto;
    display: block;
  }
}
@media (min-width: 992px) {
  .bio-recurrent .nccn-banner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.bio-recurrent .nccn-banner ul {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.bio-recurrent .nccn-banner ul li {
  position: relative;
  font-size: 1.375rem;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 45%;
}
@media (max-width: 991.98px) {
  .bio-recurrent .nccn-banner ul li {
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .bio-recurrent .nccn-banner ul li:first-child {
    top: 3rem;
  }
}
@media (max-width: 991.98px) {
  .bio-recurrent .nccn-banner ul li:last-child {
    bottom: 3rem;
    margin-right: auto;
  }
}
.bio-recurrent .nccn-banner ul li:before, .bio-recurrent .nccn-banner ul li:after {
  display: none;
}
@media (min-width: 992px) {
  .bio-recurrent .nccn-banner ul li:before, .bio-recurrent .nccn-banner ul li:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    width: 107px;
    height: 3px;
    transform: translateY(-50%);
  }
}
.bio-recurrent .nccn-banner ul li:before {
  display: none;
  left: -20%;
  background: url("/sites/default/files/images/default-images/grad-line.png") no-repeat center;
}
.bio-recurrent .nccn-banner ul li:after {
  display: none;
  right: -20%;
  background: url("/sites/default/files/images/default-images/grad-line.png") no-repeat center;
  transform: rotate(180deg);
}
.bio-recurrent .nccn-banner ul li img {
  display: block;
  margin: 1.25rem auto;
  width: 275px;
}
@media (min-width: 992px) {
  .bio-recurrent .nccn-banner ul li img {
    margin: 0 2.5rem;
  }
}
.bio-recurrent .nccn-banner ul li sup {
  top: 5px;
  left: 1px;
}
@media (max-width: 991.98px) {
  .bio-recurrent .nccn-banner ul li sup {
    top: 34px;
    left: -20px;
  }
}

.about-pylarify .fake-patient {
  color: #ffffff !important;
  bottom: 0.5em;
  left: 0.5em;
}

@media (min-width: 768px) {
  .about-pylarify .fake-patient {
    left: 0;
    transform: translateX(-100%);
  }
}
body.patient.home .fake-patient {
  color: #ffffff !important;
  bottom: 0.5em;
  left: 0.5em;
}
@media (min-width: 768px) {
  body.patient.home .fake-patient {
    top: 66%;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  body.patient.home .fake-patient {
    top: 70%;
    left: 10%;
  }
}
@media (min-width: 1200px) {
  body.patient.home .fake-patient {
    top: 53%;
    left: -10%;
  }
}

.resources .fake-patient {
  color: #ffffff !important;
  bottom: 0.5em;
  right: 0.5em;
}

@media (min-width: 768px) {
  .resources .fake-patient {
    right: 0;
  }
}
.talk-to-your-doctor .fake-patient {
  color: #ffffff !important;
  bottom: 0.5em;
  left: 0.5em;
}

@media (min-width: 768px) {
  .talk-to-your-doctor .fake-patient {
    left: 0;
  }
}
