@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;
  white-space: normal;
  word-spacing: 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;
}

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

.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;
  background-color: transparent;
  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 {
  isolation: isolate;
  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 {
  background: none;
  border: 0;
  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;
}

.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;
  white-space: normal;
  word-spacing: 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;
}

/*$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: 1440px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1220px;
  }
}
@media (min-width: 1219.98px) and (max-width: 1440px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1220px;
  }
}
@media (max-width: 1219.98px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@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 {
  position: relative;
}
body strong,
body b {
  font-weight: 800;
}
body blockquote p {
  font-style: italic;
}

body main {
  font-family: termina, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body main p,
body main ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-family: "area-normal";
  color: #212529;
}
@media (max-width: 991.98px) {
  body main p,
  body main ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
body main p {
  font-weight: 600;
}
body main ul li {
  padding-left: 25px;
  position: relative;
}
body main ul li ul {
  list-style-type: none;
}
body main ul li ul li {
  text-indent: -5px;
}
body main ul li ul li::before {
  content: "-";
  text-indent: -5px;
}
body main a.external-link {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}
body main a.external-link:hover {
  color: #107AEC;
}
body main a.external-link:active {
  color: #105AA9;
}
body main a.external-link::after {
  background-image: url("/sites/default/files/2024-08/external_link_0.svg");
  position: absolute;
  right: -1px;
  top: 4px;
  content: "";
  display: block;
  height: 15px;
  width: 14px;
}
body main a.arrow-right {
  position: relative;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main a.arrow-right::after {
  background-image: url("/sites/default/files/2024-09/blue-arrow-right.svg");
  content: "";
  display: inline-block;
  height: 12px;
  width: 13px;
  scale: 1.3;
  margin-left: 14px;
}
body main ul li:before {
  content: "•";
  position: absolute;
  left: 6px;
  top: 0;
  font-size: 26px;
  color: #ecc982;
}
@media (max-width: 991.98px) {
  body main ul li:before {
    font-size: 22px;
  }
}
body main a.default {
  font-size: 14px;
  line-height: 22px;
  font-family: "area-normal";
  font-weight: 800;
  text-decoration: none;
  padding: 5px 0;
  position: relative;
  display: flex;
}
body main a.default:hover, body main a.default:active {
  color: #0552a5;
}
body main a.default span.plus {
  font-size: 30px;
  margin-left: 13px;
  font-weight: 500;
}
@supports (-webkit-touch-callout: none) {
  body main a.default span.plus {
    line-height: 16px;
  }
}
body main a.default img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-top: 2px;
}
body main .primary-btn-wrp {
  display: flex;
  margin-top: 40px;
}
body main a.primary-btn {
  font-size: 14px;
  line-height: 24px;
  font-family: "area-normal";
  font-weight: 800;
  text-decoration: none;
  background-color: #0071eb;
  color: #fff;
  padding: 16px 25px;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  body main a.primary-btn {
    padding: 15px;
    line-height: 20px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body main a.primary-btn:hover {
  background-color: #2086F4;
}
body main a.primary-btn:active {
  background-color: #0063CD;
}
body main a.primary-btn img.right-arrow-white {
  display: inline-block;
  width: 15px;
  margin-left: 14px;
  scale: 1;
}
@media (max-width: 991.98px) {
  body main a.primary-btn img.right-arrow-white {
    width: 15px;
    margin-left: 14px;
    scale: 1;
  }
}
body .isi,
body footer,
body header {
  font-family: "area-normal";
  font-weight: 400;
  font-style: normal;
}

.keep-together {
  white-space: nowrap;
}

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

.underline-green::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  margin-top: 20px;
  background-color: #26d2b8;
}

.divider {
  position: relative;
}
.divider::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0px;
  background: #888888;
  width: 2px;
}
@media (min-width: 768px) {
  .divider::after {
    right: 30px;
  }
}

button.print-btn {
  font-size: 14px;
  line-height: normal;
  font-family: "area-normal";
  font-weight: 800;
  text-decoration: none;
  background-color: #007bff;
  color: #fff;
  padding: 16px 30px;
  border-radius: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
}
@media (max-width: 991.98px) {
  button.print-btn {
    padding: 14px 30px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: unset;
  }
}
button.print-btn:hover, button.print-btn:active {
  background-color: #0552a5;
}
button.print-btn img {
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 991.98px) {
  button.print-btn img {
    width: auto;
    margin-left: 15px;
  }
}

.fs-bold {
  font-weight: 800;
}

.fs-l-bold {
  font-weight: 600;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 7px;
  border-radius: 3px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}

.big_page_header {
  font-size: 50px;
  line-height: 64px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 991.98px) {
  .big_page_header {
    font-size: 32px;
    line-height: 44px;
  }
}

h2.page_header {
  font-size: 36px;
  font-weight: 700;
  font-family: termina, sans-serif;
  margin: 40px 0;
}

h2.section_header {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  margin: 55px 0 35px;
}
@media (max-width: 991.98px) {
  h2.section_header {
    font-size: 21px;
    line-height: 32px;
  }
}

h3.section_header,
h1.section_header,
h2.section_header_new {
  font-size: 26px;
  line-height: 28px;
  font-family: "area-normal";
  font-weight: 800;
}
@media (max-width: 991.98px) {
  h3.section_header,
  h1.section_header,
  h2.section_header_new {
    font-size: 16px;
    line-height: 18px;
  }
}

h4.section_header {
  font-size: 22px;
  line-height: 28px;
  font-family: "area-normal";
  font-weight: 800;
}
@media (max-width: 991.98px) {
  h4.section_header {
    font-size: 16px;
    line-height: 18px;
  }
}

h5.section_header {
  font-size: 20px;
  line-height: 26px;
  font-family: "area-normal";
  font-weight: 800;
}
@media (max-width: 991.98px) {
  h5.section_header {
    font-size: 14px;
    line-height: 16px;
  }
}

.empty-reference #references-list {
  display: none;
}

.definition_block {
  margin-top: 3rem;
  border-bottom: 2px solid #c9c9ca;
  border-top: 2px solid #c9c9ca;
}
@media (max-width: 991.98px) {
  .definition_block.no-border {
    border-top: 0 none;
  }
}
@media (max-width: 991.98px) {
  .definition_block.no-border-bottom {
    border-bottom: 0 none;
  }
}
@media (max-width: 991.98px) {
  .definition_block.no-border-both {
    border-top: 0 none;
    border-bottom: 0 none;
  }
}
@media (max-width: 991.98px) {
  .definition_block {
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
  }
}
.definition_block span {
  font-size: 12px;
  font-family: "area-normal";
  line-height: 18px;
  display: block;
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  .definition_block span {
    font-size: 12px;
    line-height: 18px;
  }
}

.footnote {
  font-family: "area-normal", "sans-serif";
  font-size: 11px !important;
  line-height: 18px !important;
  color: #3d4041;
}
@media (max-width: 991.98px) {
  .footnote {
    font-size: 11px !important;
    line-height: 14px !important;
  }
}

.definition_block .footnote {
  line-height: 30px;
}

.fs-9 {
  font-size: 9px;
  line-height: 12px;
}

.fs-10 {
  font-size: 10px;
  line-height: 13px;
}

.fs-12 {
  font-size: 12px;
  line-height: 18px;
}

.fs-14 {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  .fs-14 {
    font-size: 14px;
    line-height: 20px;
  }
}

.fs-16 {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 991.98px) {
  .fs-16 {
    font-size: 14px;
    line-height: 22px;
  }
}

.fs-18 {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 991.98px) {
  .fs-18 {
    font-size: 16px;
    line-height: 24px;
  }
}

.fs-20 {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 991.98px) {
  .fs-20 {
    font-size: 16px;
    line-height: 24px;
  }
}

.hcp h2.subhead_h2,
.subhead_h2 {
  font-size: 21px;
  line-height: 32px;
  font-family: "area-normal", "sans-serif";
  font-weight: 800;
  color: #212529;
}
@media (max-width: 991.98px) {
  .hcp h2.subhead_h2,
  .subhead_h2 {
    font-size: 18px;
    line-height: 26px;
  }
}

.subhead_h3 {
  font-size: 18px;
  line-height: 26px;
  font-family: "area-normal", "sans-serif";
  font-weight: 700;
  color: #212529;
}
@media (max-width: 991.98px) {
  .subhead_h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

.fs-24 {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 991.98px) {
  .fs-24 {
    font-size: 18px;
    line-height: 26px;
  }
}

.fs-34 {
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .fs-34 {
    font-size: 30px;
    line-height: 40px;
  }
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 800 !important;
}

.area-font {
  font-family: "area-normal";
}

a {
  text-decoration: none;
  color: #0071eb;
}
a:hover {
  color: #107AEC;
}
a:active {
  color: #105AA9;
}

.h1 {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

h2.black {
  color: #000000;
  font-family: "termina", "sans-serif";
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
@media (min-width: 992px) {
  h2.black {
    font-size: 32px;
    line-height: 44px;
  }
}

h3.black {
  color: #000000;
  font-family: "area-normal", "sans-serif";
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}
@media (min-width: 992px) {
  h3.black {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (min-width: 992px) {
  .h3 {
    font-size: 20px;
    line-height: 34px;
  }
}

.h2 {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .h2 {
    font-size: 30px;
    line-height: 44px;
  }
}

.extra-big {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 30px;
}
@media (min-width: 992px) {
  .extra-big {
    font-size: 81px;
    line-height: 55px;
  }
}

span {
  position: relative;
}
span .sup-script {
  position: absolute;
  left: -5px;
  top: 3px;
}

.blue-overlay .h3,
.blue-overlay p {
  color: #fff;
  line-height: 36px;
  margin: 0;
}

.transparent-bg {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 25px;
  border-radius: 10px;
  position: relative;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.transparent-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(321deg, rgb(161, 164, 169) 9%, rgb(242, 242, 242) 12%, rgb(255, 255, 255) 15%, rgb(242, 242, 242) 17%, rgb(161, 164, 175) 19%, rgb(161, 164, 169) 31%, rgb(242, 242, 242) 33%, rgb(255, 255, 255) 36%, rgb(242, 242, 242) 38%, rgb(161, 164, 169) 41%, rgb(161, 164, 169) 74%, rgb(242, 242, 242) 77%, rgb(255, 255, 255) 81%, rgb(242, 242, 242) 82%, rgb(161, 164, 169) 84%, rgb(161, 164, 169) 94%, rgb(242, 242, 242) 98%, rgb(255, 255, 255) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  display: block;
}

.glass-edge-bg {
  background: linear-gradient(180deg, #d9e2ea 0%, #ffffff 26%, #eaeff4 72.5%, #ffffff 80%, #d9e2ea 100%);
}
.glass-edge-bg:before {
  content: "";
  background-image: url("/sites/default/files/2025-03/Rectangle%20717.svg");
  height: 68px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
  position: relative;
}
@media (max-width: 991.98px) {
  .glass-edge-bg:before {
    height: 25px;
    background-image: url("/sites/default/files/2025-03/Rectangle%20717-mobile.svg");
  }
}
.glass-edge-bg:after {
  content: "";
  background-image: url("/sites/default/files/2025-03/Rectangle%20716.svg");
  height: 68px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .glass-edge-bg:after {
    height: 25px;
    background-image: url("/sites/default/files/2025-03/Rectangle%20718-mobile.svg");
  }
}

.black-text {
  color: #212529;
}

.pink-text {
  color: #f933d5;
}

.green-text {
  color: #2b8f97;
}

.gradient-bg {
  margin: 4rem auto;
  padding: 1rem;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(150deg, rgb(161, 164, 169), rgb(242, 242, 242), rgb(255, 255, 255), rgb(242, 242, 242), rgb(161, 164, 169), rgb(161, 164, 169), rgb(242, 242, 242), rgb(255, 255, 255), rgb(242, 242, 242), rgb(161, 164, 169), rgb(161, 164, 169));
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.85), rgba(244, 246, 247, 0.75), rgba(255, 255, 255, 0.85), rgba(244, 246, 247, 0.75), rgba(244, 246, 247, 0.75), rgba(255, 255, 255, 0.85));
}
@media (min-width: 992px) {
  .gradient-bg {
    padding: 4rem;
  }
}
.gradient-bg .heading {
  font-family: "area-normal", "sans-serif";
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .gradient-bg .heading {
    font-size: 26px;
    line-height: 34px;
  }
}
.gradient-bg .sub-heading {
  font-family: "area-normal", "sans-serif";
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .gradient-bg .sub-heading {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 991.98px) {
  .mt-3-mobile {
    margin-top: 3rem !important;
  }
}

@media (max-width: 991.98px) {
  .mt-6-mobile {
    margin-top: 6rem;
  }
}

@media (max-width: 991.98px) {
  .mt-1-mobile {
    margin-top: 1rem;
  }
}

@media (min-width: 992px) {
  .mt-6-desktop {
    margin-top: 6rem;
  }
}

@media (min-width: 992px) {
  .mt-3-desktop {
    margin-top: 3rem;
  }
}

@media (min-width: 992px) {
  .mt-1-desktop {
    margin-top: 1rem;
  }
}

.br-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .br-mobile {
    display: block;
  }
}

.br-desktop {
  display: none;
}
@media (min-width: 992px) {
  .br-desktop {
    display: block;
  }
}

.bg-gray {
  background-color: #efefef;
}

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

header {
  height: 134px;
  position: sticky;
  top: -144px;
  z-index: 11;
  background-color: white;
}
header.scroll_up {
  position: sticky;
  top: 0;
  transform: translateY(0%);
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  header.scroll_up {
    top: 0;
  }
}
header.scroll_down {
  position: sticky;
  left: auto;
  right: auto;
  top: -144px;
  transition: top 0.5s ease;
}
header::after {
  content: "";
  display: block;
  height: 9px;
  margin-top: 0;
  background-image: url("/sites/default/files/2024-09/PYLA_Colored-Glass-Panel_RGB_Blue.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  z-index: 12;
  width: 100%;
  bottom: 0;
  background-size: cover;
}
@media (min-width: 992px) {
  header::after {
    height: 9px;
  }
}
header .primary-nav .header_logo img {
  width: 256px;
  height: 45px;
}
@media (max-width: 991.98px) {
  header .primary-nav .header_logo img {
    width: 184px;
    height: 33px;
  }
}
header .primary-nav .row {
  height: 90px;
  align-items: center;
}
header .primary-nav ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 60px;
}
header .primary-nav ul li {
  z-index: 15;
}
header .primary-nav ul li.active {
  z-index: 13;
}
header .primary-nav ul li.active::after {
  content: "";
  position: absolute;
  bottom: 13px;
  height: 4px;
  width: 100%;
  background: #2086f4;
  transition: all 0.2s ease-in-out;
}
header .primary-nav ul li.active .nav-link img {
  transform: translateX(0px);
}
@media (min-width: 992px) {
  header .primary-nav ul li.active .nav-link img {
    transform: rotate(180deg);
  }
}
header .primary-nav ul li.active .submenu a:hover {
  color: #00aeef;
}
header .primary-nav ul li a::before {
  background-color: #00aeef;
  height: 4px;
  content: "";
  position: absolute;
  bottom: 0em;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  max-width: 0;
}
header .primary-nav ul li.subnav-group.current {
  z-index: 13;
}
header .primary-nav ul li.subnav-group.current::after {
  content: "";
  position: absolute;
  bottom: 13px;
  height: 4px;
  width: 100%;
  background: #0071eb;
  transition: all 0.2s ease-in-out;
}
header .primary-nav ul li.subnav-group.current .submenu a.current {
  color: #212529;
  font-weight: 800;
  border-bottom: 3px solid #0071eb;
}
header .primary-nav ul li.subnav-group .submenu li {
  padding: 8px 25px;
}
@media (min-width: 992px) {
  header .primary-nav ul li.subnav-group .submenu li {
    padding: 10px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1219.98px) {
  header .primary-nav ul li.subnav-group .submenu li {
    padding: 10px;
  }
}
header .primary-nav ul a {
  font-weight: 800;
  font-size: 14px;
  color: black;
}
header .primary-nav ul .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.7rem 0;
}
header .primary-nav ul .nav-link img {
  width: 25px;
  height: auto;
  margin-left: 15px;
  margin-top: -5px;
}
@media (min-width: 992px) {
  header .primary-nav ul .nav-link img {
    width: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1219.98px) {
  header .primary-nav ul .nav-link img {
    margin-left: 0;
  }
}
header .primary-nav .primary-nav-list li {
  position: relative;
}
header .primary-nav .primary-nav-list li.subnav-group {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .primary-nav .primary-nav-list li.active .submenu {
  opacity: 1;
  top: 62px;
  z-index: 14;
  visibility: visible;
  transform: translateY(0);
  box-shadow: 0 5px 8px;
}
header .primary-nav .primary-nav-list li a {
  font-weight: 800;
  font-size: 14px;
  color: #212529;
  font-family: "area-normal";
}
header .primary-nav .primary-nav-list .submenu {
  position: absolute;
  top: 25px;
  z-index: 13;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  height: max-content;
  display: flex;
  flex-direction: column;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
header .primary-nav .primary-nav-list .submenu li {
  padding: 10px;
  white-space: nowrap;
  width: 100%;
}
header .primary-nav .primary-nav-list .submenu li a {
  text-decoration: none;
  color: #212529;
  font-size: 14px;
  font-weight: 800;
  font-family: "area-normal";
}
header .primary-nav .primary-nav-list .submenu li a .external_icon {
  bottom: 1px;
  padding: 7px;
}
header .primary-nav .primary-nav-list .submenu.last {
  left: auto;
  right: 0px;
}
header .primary-nav .primary-nav-list .about-plyarify .submenu {
  right: -14%;
}
header .primary-nav .primary-nav-list .efficacy-and-safety .submenu {
  right: -25%;
}
header .primary-nav .primary-nav-list .case-studies .submenu {
  right: -58%;
}
header .primary-nav .primary-nav-list .case-studies .coh-list-item:nth-child(1) {
  padding-left: 20px;
}
header .primary-nav .primary-nav-list .case-studies .coh-list-item {
  padding-left: 40px;
}
header .primary-nav .primary-nav-list .avail-and-support .submenu {
  right: -42%;
}
header .primary-nav .primary-nav-list .avail-and-support .submenu {
  right: -42%;
}
header .secondary-nav {
  background-color: #00396C;
}
header .secondary-nav .row {
  height: 44px;
  align-items: center;
}
@media (min-width: 992px) {
  header .secondary-nav .row .col-3 {
    padding-right: 0;
  }
}
header .secondary-nav ul {
  display: flex;
  margin-bottom: 0;
}
header .secondary-nav ul a {
  font-weight: 700;
  font-size: 11px;
  color: white;
  font-family: "area-normal";
}
@media (min-width: 992px) {
  header .secondary-nav ul a {
    text-decoration: underline;
  }
}
header .secondary-nav ul a.active {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  header .secondary-nav ul li.active::after {
    background: unset;
  }
}
header .secondary-nav .left-nav {
  justify-content: start;
}
header .secondary-nav .left-nav li.current a {
  color: #6ca3df;
}
header .secondary-nav .left-nav a {
  padding: 0 20px;
  border-right: 1px solid #fff;
}
header .secondary-nav .left-nav a:hover {
  color: #a6d0fe;
}
header .secondary-nav .left-nav a:active {
  color: #6ca3df;
}
header .secondary-nav .left-nav li:nth-child(1) a {
  padding-left: 0;
}
header .secondary-nav .left-nav li:nth-child(5) a {
  border-right: 0;
}
header .secondary-nav .right-nav {
  justify-content: space-between;
}
header .secondary-nav .right-nav li.current a {
  color: #6ca3df;
}
header .secondary-nav .right-nav a:hover {
  color: #a6d0fe;
}
header .secondary-nav .right-nav a:active {
  color: #6ca3df;
}
header .header__menu-trigger {
  content: "";
  display: inline-block;
  height: 30px;
  width: 25px;
  margin-right: 5px;
  margin-top: 0;
  background-image: url("/sites/default/files/2025-03/hamburger_menu.svg");
  background-repeat: no-repeat;
}
header .header__menu-trigger.show {
  background-image: url("/sites/default/files/2025-03/menu_close_button.svg");
}
header.mobile-header {
  height: 60px;
}
@media (max-width: 991.98px) {
  header.mobile-header .primary-nav {
    height: 0;
  }
}
header.mobile-header .primary-nav ul {
  flex-direction: column;
  align-items: flex-start;
}
header.mobile-header .mobile-nav-list-container {
  position: relative;
  height: 0;
}
header.mobile-header .mobile-nav-list-container .mobile-nav-list {
  height: auto;
  background-color: white;
  overflow-x: hidden;
  clip-path: inset(0 0 0 0);
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: transform 0.3s ease;
  width: 100%;
  position: fixed;
}
header.mobile-header .mobile-nav-list-container .mobile-nav-list .primary-nav-list,
header.mobile-header .mobile-nav-list-container .mobile-nav-list .secondary-nav,
header.mobile-header .mobile-nav-list-container .mobile-nav-list .secondary-nav-right {
  height: auto;
  background-color: white;
}
header.mobile-header .mobile-nav-list-container .mobile-nav-list .primary-nav-list li.subnav-group {
  width: 100%;
  padding: 3px 20px;
}
header.mobile-header .mobile-nav-list-container .mobile-nav-list .primary-nav ul .nav-link {
  justify-content: space-between;
}
header.mobile-header .header_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
header.mobile-header .header_logo img {
  margin-bottom: 8px;
}
header.mobile-header .primary-nav-list li.active::after {
  display: none;
}
header.mobile-header .primary-nav-list li.active .submenu {
  top: -300px;
}
header.mobile-header li.subnav-group.current {
  z-index: 13;
}
header.mobile-header li.subnav-group.current::after {
  display: none;
  transition: all 0.2s ease-in-out;
}
header.mobile-header li.subnav-group.current .submenu a.current {
  color: #0071eb;
}
header.mobile-header.active .mobile-nav-list-container {
  height: auto;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list {
  height: 70vh;
  overflow-y: scroll;
  overflow-x: hidden;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list .primary-nav-list,
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list .secondary-nav,
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list .secondary-nav-right {
  height: auto;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list ul {
  height: 100%;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list ul.primary-nav-list {
  height: 100%;
  display: block;
  padding: 0.5rem 0;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list ul.primary-nav-list .nav-link {
  justify-content: space-between;
  width: 100%;
  padding: 8px 10px 8px 0;
}
@media (min-width: 992px) {
  header.mobile-header.active .mobile-nav-list-container .mobile-nav-list ul.primary-nav-list .nav-link {
    padding: 10px 0;
  }
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list ul.primary-nav-list .nav-link img {
  margin-left: 0;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list ul.primary-nav-list li::after {
  display: none;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list ul.primary-nav-list li.subnav-group {
  display: block;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list ul.primary-nav-list li.active .submenu {
  display: block;
  position: static;
  width: 100%;
  box-shadow: none;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list ul.primary-nav-list li.active .nav-link {
  border-bottom: 3px solid #0071eb;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list ul.primary-nav-list li.active .nav-link img {
  transform: rotate(180deg);
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list .secondary-nav {
  border-top: 2px solid #c9c9ca;
  margin-top: 0rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list .secondary-nav .left-nav li:nth-child(1) a {
  padding-left: 20px;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list .secondary-nav .left-nav li {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list .secondary-nav .left-nav a {
  width: 100%;
  color: #212529;
}
@media (max-width: 991.98px) {
  header.mobile-header.active .mobile-nav-list-container .mobile-nav-list .secondary-nav .left-nav a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
  }
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list .secondary-nav-right {
  padding-bottom: 20px;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list .secondary-nav-right .right-nav {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 60px;
  align-items: center;
  background: #f0f3f5;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list .secondary-nav-right .right-nav a {
  font-size: 12px;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list .secondary-nav-right .right-nav a.text-underline {
  text-decoration: underline;
  font-weight: 600;
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list .secondary-nav-right .right-nav::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #212529;
  position: absolute;
  left: 52%;
}
@media (max-width: 991.98px) {
  header.mobile-header.active .mobile-nav-list-container .mobile-nav-list .secondary-nav-right li.active::after {
    background: unset;
  }
}
header.mobile-header.active .mobile-nav-list-container .mobile-nav-list li.subnav-group.current::after {
  display: none;
}

main {
  position: relative;
}
main .coh-breadcrumb {
  position: absolute;
  top: 0;
  z-index: 9;
  width: fit-content;
  left: auto;
  right: auto;
  display: flex;
  margin: 15px auto 30px;
}
@media (min-width: 992px) {
  main .coh-breadcrumb {
    max-width: 1440px;
    margin: 30px auto;
  }
}
main .coh-breadcrumb li {
  font-family: "area-normal", "sans-serif";
  font-size: 12px;
  line-height: 14px;
  position: relative;
  color: white;
}
@media (min-width: 992px) {
  main .coh-breadcrumb li {
    font-size: 14px;
  }
}
main .coh-breadcrumb li a {
  color: white;
  text-decoration: underline;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 992px) {
  main .coh-breadcrumb li a {
    font-size: 14px;
  }
}
main .coh-breadcrumb li::before {
  display: none;
}
main .coh-breadcrumb li:nth-child(1)::after {
  content: "";
  display: block;
  height: 14px;
  width: 17px;
  position: absolute;
  left: 0;
  top: 0px;
  cursor: pointer;
  background-image: url("/sites/default/files/2024-08/home%20Icon_0.svg");
}
@media (min-width: 992px) {
  main .coh-breadcrumb li:nth-child(1)::after {
    top: -3px;
  }
}
main .coh-breadcrumb li:nth-child(2)::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 4px;
  top: -2px;
  background-image: url("/sites/default/files/2024-08/Chevron_Small_white.svg");
}
@media (min-width: 992px) {
  main .coh-breadcrumb li:nth-child(2)::after {
    top: -4px;
  }
}
main .coh-breadcrumb li:nth-child(3)::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 4px;
  top: -1px;
  background-image: url("/sites/default/files/2024-08/Chevron_Small_white.svg");
}
@media (min-width: 992px) {
  main .coh-breadcrumb li:nth-child(3)::after {
    top: -4px;
  }
}

.hcp.home ul.coh-breadcrumb {
  display: none;
}

.dark-breadcrumbs .coh-breadcrumb li {
  color: black;
}
.dark-breadcrumbs .coh-breadcrumb li a {
  color: black;
}
.dark-breadcrumbs .coh-breadcrumb li:nth-child(1)::after {
  background-image: url("/sites/default/files/2024-08/home%20Icon.svg");
}
.dark-breadcrumbs .coh-breadcrumb li:nth-child(2)::after {
  background-image: url("/sites/default/files/2024-08/Chevron_Small.svg");
}
.dark-breadcrumbs .coh-breadcrumb li:nth-child(3)::after {
  background-image: url("/sites/default/files/2024-08/Chevron_Small.svg");
}

@media (max-width: 991.98px) {
  .long-links .coh-breadcrumb li {
    padding-left: 18px;
  }
}
.long-links .coh-breadcrumb li:nth-child(1)::after {
  left: -4px;
  top: -2px;
}
.long-links .coh-breadcrumb li:nth-child(2)::after {
  left: 2px;
  top: 0px;
}
@media (max-width: 991.98px) {
  .long-links .coh-breadcrumb li:nth-child(2)::after {
    left: 0;
  }
}
.long-links .coh-breadcrumb li:nth-child(3)::after {
  left: 2px;
  top: 0px;
}

@media (max-width: 991.98px) {
  .breadcrumb-3-links .coh-breadcrumb {
    left: 15px;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb-3-links .coh-breadcrumb li:nth-child(2)::before {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    right: -16px;
    top: -1px;
    background-image: url("/sites/default/files/2024-08/Chevron_Small.svg");
    left: unset;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .breadcrumb-3-links .coh-breadcrumb li:nth-child(2)::before {
    top: 0;
  }
}
.breadcrumb-3-links .coh-breadcrumb li:nth-child(2)::after {
  top: -1px;
}
@media (min-width: 992px) {
  .breadcrumb-3-links .coh-breadcrumb li:nth-child(2)::after {
    top: -4px;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb-3-links .coh-breadcrumb li:nth-child(3) {
    position: absolute;
    top: 25px;
    left: 0;
    padding-left: 0;
  }
}
.breadcrumb-3-links .coh-breadcrumb li:nth-child(3)::after {
  display: none !important;
}
@media (min-width: 992px) {
  .breadcrumb-3-links .coh-breadcrumb li:nth-child(3)::after {
    display: block !important;
    top: -4px;
  }
}

.breadcrumb-custom .coh-breadcrumb li:nth-child(2)::before {
  display: none;
}

@supports (-webkit-touch-callout: none) {
  .coh-breadcrumb li:nth-child(1)::after {
    top: 0px;
  }
}

@supports (-webkit-touch-callout: none) {
  .coh-breadcrumb li:nth-child(2)::before, .coh-breadcrumb li:nth-child(2)::after {
    top: -1px;
  }
}

.hero_banner,
.image-hero-banner {
  min-height: 130px;
}
.hero_banner .image_wrp,
.hero_banner .video_wrp,
.image-hero-banner .image_wrp,
.image-hero-banner .video_wrp {
  position: relative;
}
.hero_banner .image_wrp .mejs__container,
.hero_banner .video_wrp .mejs__container,
.image-hero-banner .image_wrp .mejs__container,
.image-hero-banner .video_wrp .mejs__container {
  height: 390px !important;
}
@media (max-width: 991.98px) {
  .hero_banner .image_wrp .mejs__container,
  .hero_banner .video_wrp .mejs__container,
  .image-hero-banner .image_wrp .mejs__container,
  .image-hero-banner .video_wrp .mejs__container {
    height: 330px !important;
  }
}
.hero_banner .image_wrp .mejs__button > button,
.hero_banner .video_wrp .mejs__button > button,
.image-hero-banner .image_wrp .mejs__button > button,
.image-hero-banner .video_wrp .mejs__button > button {
  margin: 0 0;
}
.hero_banner .image_wrp .blue-overlay.content_wrp,
.hero_banner .video_wrp .blue-overlay.content_wrp,
.image-hero-banner .image_wrp .blue-overlay.content_wrp,
.image-hero-banner .video_wrp .blue-overlay.content_wrp {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
  z-index: 3;
  padding: 10px;
}
@media (min-width: 992px) {
  .hero_banner .image_wrp .blue-overlay.content_wrp,
  .hero_banner .video_wrp .blue-overlay.content_wrp,
  .image-hero-banner .image_wrp .blue-overlay.content_wrp,
  .image-hero-banner .video_wrp .blue-overlay.content_wrp {
    left: 0;
    right: unset;
    top: 0;
    width: 100%;
    padding: 1rem;
  }
}
.hero_banner .image_wrp .blue-overlay.content_wrp:after,
.hero_banner .video_wrp .blue-overlay.content_wrp:after,
.image-hero-banner .image_wrp .blue-overlay.content_wrp:after,
.image-hero-banner .video_wrp .blue-overlay.content_wrp:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 57, 108, 0.9);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-40deg);
  z-index: -1;
  border-bottom-right-radius: 8px;
}
@media (min-width: 992px) {
  .hero_banner .image_wrp .blue-overlay.content_wrp:after,
  .hero_banner .video_wrp .blue-overlay.content_wrp:after,
  .image-hero-banner .image_wrp .blue-overlay.content_wrp:after,
  .image-hero-banner .video_wrp .blue-overlay.content_wrp:after {
    width: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .hero_banner .image_wrp .blue-overlay.content_wrp:after,
  .hero_banner .video_wrp .blue-overlay.content_wrp:after,
  .image-hero-banner .image_wrp .blue-overlay.content_wrp:after,
  .image-hero-banner .video_wrp .blue-overlay.content_wrp:after {
    width: 48% !important;
    max-width: unset !important;
  }
}
.hero_banner .image_wrp .blue-overlay.content_wrp .blue-overlay .h3,
.hero_banner .image_wrp .blue-overlay.content_wrp .blue-overlay p,
.hero_banner .video_wrp .blue-overlay.content_wrp .blue-overlay .h3,
.hero_banner .video_wrp .blue-overlay.content_wrp .blue-overlay p,
.image-hero-banner .image_wrp .blue-overlay.content_wrp .blue-overlay .h3,
.image-hero-banner .image_wrp .blue-overlay.content_wrp .blue-overlay p,
.image-hero-banner .video_wrp .blue-overlay.content_wrp .blue-overlay .h3,
.image-hero-banner .video_wrp .blue-overlay.content_wrp .blue-overlay p {
  color: #fff;
  margin-bottom: 0;
}
.hero_banner .image_wrp .blue-overlay.content_wrp .h3,
.hero_banner .video_wrp .blue-overlay.content_wrp .h3,
.image-hero-banner .image_wrp .blue-overlay.content_wrp .h3,
.image-hero-banner .video_wrp .blue-overlay.content_wrp .h3 {
  font-family: "area-normal";
  font-size: 16px;
  line-height: 33px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .hero_banner .image_wrp .blue-overlay.content_wrp .h3,
  .hero_banner .video_wrp .blue-overlay.content_wrp .h3,
  .image-hero-banner .image_wrp .blue-overlay.content_wrp .h3,
  .image-hero-banner .video_wrp .blue-overlay.content_wrp .h3 {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
  }
}
.hero_banner .image_wrp .blue-overlay.content_wrp .h1,
.hero_banner .image_wrp .blue-overlay.content_wrp .h2,
.hero_banner .image_wrp .blue-overlay.content_wrp .big_page_header,
.hero_banner .video_wrp .blue-overlay.content_wrp .h1,
.hero_banner .video_wrp .blue-overlay.content_wrp .h2,
.hero_banner .video_wrp .blue-overlay.content_wrp .big_page_header,
.image-hero-banner .image_wrp .blue-overlay.content_wrp .h1,
.image-hero-banner .image_wrp .blue-overlay.content_wrp .h2,
.image-hero-banner .image_wrp .blue-overlay.content_wrp .big_page_header,
.image-hero-banner .video_wrp .blue-overlay.content_wrp .h1,
.image-hero-banner .video_wrp .blue-overlay.content_wrp .h2,
.image-hero-banner .video_wrp .blue-overlay.content_wrp .big_page_header {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.hero_banner .image_wrp .blue-overlay.content_wrp .h2,
.hero_banner .video_wrp .blue-overlay.content_wrp .h2,
.image-hero-banner .image_wrp .blue-overlay.content_wrp .h2,
.image-hero-banner .video_wrp .blue-overlay.content_wrp .h2 {
  font-size: 23px;
  line-height: 33px;
  font-family: termina, sans-serif;
}
@media (max-width: 991.98px) {
  .hero_banner .image_wrp .blue-overlay.content_wrp .h2,
  .hero_banner .video_wrp .blue-overlay.content_wrp .h2,
  .image-hero-banner .image_wrp .blue-overlay.content_wrp .h2,
  .image-hero-banner .video_wrp .blue-overlay.content_wrp .h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
.hero_banner .mejs__button.mejs__playpause-button,
.image-hero-banner .mejs__button.mejs__playpause-button {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero_banner .mejs__controls,
.image-hero-banner .mejs__controls {
  background: none !important;
  z-index: 10;
  right: 3rem;
  left: unset;
  top: 5%;
  width: 41px;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .hero_banner .mejs__controls,
  .image-hero-banner .mejs__controls {
    bottom: 2rem;
    top: unset;
    right: 2rem;
  }
}
.hero_banner .video_wrp video,
.image-hero-banner .video_wrp video {
  height: 100% !important;
  object-position: top;
}
.hero_banner .video_wrp img,
.image-hero-banner .video_wrp img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .hero_banner .video_wrp img,
  .image-hero-banner .video_wrp img {
    width: 490px;
  }
}

.image-hero-banner .actor_portrayal {
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) {
  .image-hero-banner .actor_portrayal {
    bottom: 0px;
  }
}
.image-hero-banner .actor_portrayal p {
  color: white;
  font-weight: 700;
  text-shadow: 0px 2px 8px #000000;
}

.case_study_hero_banner {
  /*max-width: 1440px;*/
  margin: 0 auto;
}
.case_study_hero_banner .image_wrp {
  position: relative;
}
.case_study_hero_banner .image_wrp img {
  width: 100%;
}
.case_study_hero_banner .image_wrp .content_wrp {
  color: white;
  position: relative;
  left: 0px;
  bottom: 180px;
  height: 0;
}
@media (min-width: 992px) {
  .case_study_hero_banner .image_wrp .content_wrp {
    color: white;
    position: relative;
    left: 0;
    bottom: 216px;
  }
}
.case_study_hero_banner .image_wrp .content_wrp .title,
.case_study_hero_banner .image_wrp .content_wrp h1 {
  font-size: 22px;
  font-family: "termina", "sans-serif";
  font-weight: bold;
  color: white;
  line-height: 28px;
}
@media (min-width: 992px) {
  .case_study_hero_banner .image_wrp .content_wrp .title,
  .case_study_hero_banner .image_wrp .content_wrp h1 {
    font-size: 50px;
    line-height: 54px;
  }
}
.case_study_hero_banner .image_wrp .content_wrp .title .br-desktop,
.case_study_hero_banner .image_wrp .content_wrp h1 .br-desktop {
  display: none;
}
@media (min-width: 992px) {
  .case_study_hero_banner .image_wrp .content_wrp .title .br-desktop,
  .case_study_hero_banner .image_wrp .content_wrp h1 .br-desktop {
    display: block;
  }
}
.case_study_hero_banner .image_wrp .content_wrp .title .br-mobile,
.case_study_hero_banner .image_wrp .content_wrp h1 .br-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .case_study_hero_banner .image_wrp .content_wrp .title .br-mobile,
  .case_study_hero_banner .image_wrp .content_wrp h1 .br-mobile {
    display: block;
  }
}
.case_study_hero_banner .image_wrp .content_wrp .sub-title {
  font-size: 16px;
  font-family: "area-normal", "sans-serif";
  font-weight: bolder;
  color: white;
}
@media (min-width: 992px) {
  .case_study_hero_banner .image_wrp .content_wrp .sub-title {
    font-size: 26px;
  }
}
.case_study_hero_banner .image_wrp .disclaimer {
  position: absolute;
  right: 20px;
  color: white;
  font-size: 12px;
  bottom: -5px;
}
@media (min-width: 992px) {
  .case_study_hero_banner .image_wrp .disclaimer {
    font-size: 14px;
    bottom: -15px;
  }
}

.footer_banner .image_wrp,
.footer_banner .video_wrp {
  position: relative;
  overflow: hidden;
}
.footer_banner .image_wrp .mejs__container,
.footer_banner .video_wrp .mejs__container {
  height: 500px !important;
}
.footer_banner .image_wrp .blue-overlay.content_wrp,
.footer_banner .video_wrp .blue-overlay.content_wrp {
  position: absolute;
  left: 0;
  margin: auto;
  text-align: left;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-around;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .footer_banner .image_wrp .blue-overlay.content_wrp,
  .footer_banner .video_wrp .blue-overlay.content_wrp {
    right: unset;
    bottom: -5px;
    min-width: 900px;
    top: unset;
    height: 125px;
    width: 100%;
  }
}
.footer_banner .image_wrp .blue-overlay.content_wrp:after,
.footer_banner .video_wrp .blue-overlay.content_wrp:after {
  content: "";
  position: absolute;
  top: 0;
  left: -110px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 57, 108, 0.9);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(35deg);
  z-index: -1;
  border-top-right-radius: 8px;
  max-width: 1570px;
}
@media (max-width: 991.98px) {
  .footer_banner .image_wrp .blue-overlay.content_wrp:after,
  .footer_banner .video_wrp .blue-overlay.content_wrp:after {
    left: 0;
    transform: unset;
    border-top-right-radius: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer_banner .image_wrp .blue-overlay.content_wrp:after,
  .footer_banner .video_wrp .blue-overlay.content_wrp:after {
    max-width: unset !important;
  }
}
.footer_banner .image_wrp .blue-overlay.content_wrp .blue-overlay-inner-wrp,
.footer_banner .video_wrp .blue-overlay.content_wrp .blue-overlay-inner-wrp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .footer_banner .image_wrp .blue-overlay.content_wrp .blue-overlay-inner-wrp,
  .footer_banner .video_wrp .blue-overlay.content_wrp .blue-overlay-inner-wrp {
    padding: 2rem 0;
    flex-direction: column;
  }
}
.footer_banner .image_wrp .blue-overlay.content_wrp .blue-overlay-inner-wrp .subhead_h2,
.footer_banner .video_wrp .blue-overlay.content_wrp .blue-overlay-inner-wrp .subhead_h2 {
  color: #fff;
}
.footer_banner .image_wrp .blue-overlay.content_wrp .blue-overlay-inner-wrp .section_header,
.footer_banner .video_wrp .blue-overlay.content_wrp .blue-overlay-inner-wrp .section_header {
  font-family: "termina";
}
.footer_banner .image_wrp .blue-overlay.content_wrp .h1,
.footer_banner .image_wrp .blue-overlay.content_wrp .h2,
.footer_banner .image_wrp .blue-overlay.content_wrp .big_page_header,
.footer_banner .video_wrp .blue-overlay.content_wrp .h1,
.footer_banner .video_wrp .blue-overlay.content_wrp .h2,
.footer_banner .video_wrp .blue-overlay.content_wrp .big_page_header {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  font-size: 26px;
  max-width: 800px;
}
.footer_banner .image_wrp .blue-overlay.content_wrp p,
.footer_banner .video_wrp .blue-overlay.content_wrp p {
  font-size: 21px;
  font-weight: 800;
  width: 780px;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .footer_banner .image_wrp .blue-overlay.content_wrp p,
  .footer_banner .video_wrp .blue-overlay.content_wrp p {
    font-size: 16px;
    line-height: 24px;
    width: auto;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.footer_banner .mejs__button.mejs__playpause-button {
  background: rgba(5, 82, 165, 0.2);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_banner .mejs__controls {
  background: none !important;
  z-index: 10;
  right: 0;
  left: unset;
  top: 5%;
  width: 7%;
}
@media (max-width: 991.98px) {
  .footer_banner .mejs__controls {
    width: 15%;
  }
}
@media (max-width: 991.98px) {
  .footer_banner .mejs__controls button {
    position: static;
    margin: 0 0;
  }
}
.footer_banner .video_wrp video {
  height: 100% !important;
  object-position: top;
}
.footer_banner .video_wrp img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .footer_banner .video_wrp img {
    width: 490px;
  }
}

.case_study_hero_banner {
  /*max-width: 1440px;*/
  margin: 0 auto;
}
.case_study_hero_banner .image_wrp {
  position: relative;
}
.case_study_hero_banner .image_wrp img {
  width: 100%;
}
.case_study_hero_banner .image_wrp .content_wrp {
  color: white;
  position: relative;
  left: 0px;
  bottom: 180px;
  height: 0;
}
@media (min-width: 992px) {
  .case_study_hero_banner .image_wrp .content_wrp {
    color: white;
    position: relative;
    left: 0;
    bottom: 216px;
  }
}
.case_study_hero_banner .image_wrp .content_wrp .title,
.case_study_hero_banner .image_wrp .content_wrp h1 {
  font-size: 22px;
  font-family: "termina", "sans-serif";
  font-weight: bold;
  color: white;
  line-height: 28px;
}
@media (min-width: 992px) {
  .case_study_hero_banner .image_wrp .content_wrp .title,
  .case_study_hero_banner .image_wrp .content_wrp h1 {
    font-size: 50px;
    line-height: 54px;
  }
}
.case_study_hero_banner .image_wrp .content_wrp .title .br-desktop,
.case_study_hero_banner .image_wrp .content_wrp h1 .br-desktop {
  display: none;
}
@media (min-width: 992px) {
  .case_study_hero_banner .image_wrp .content_wrp .title .br-desktop,
  .case_study_hero_banner .image_wrp .content_wrp h1 .br-desktop {
    display: block;
  }
}
.case_study_hero_banner .image_wrp .content_wrp .title .br-mobile,
.case_study_hero_banner .image_wrp .content_wrp h1 .br-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .case_study_hero_banner .image_wrp .content_wrp .title .br-mobile,
  .case_study_hero_banner .image_wrp .content_wrp h1 .br-mobile {
    display: block;
  }
}
.case_study_hero_banner .image_wrp .content_wrp .sub-title {
  font-size: 16px;
  font-family: "area-normal", "sans-serif";
  font-weight: bolder;
  color: white;
}
@media (min-width: 992px) {
  .case_study_hero_banner .image_wrp .content_wrp .sub-title {
    font-size: 26px;
  }
}
.case_study_hero_banner .image_wrp .disclaimer {
  position: absolute;
  right: 20px;
  color: white;
  font-size: 12px;
  bottom: -5px;
}
@media (min-width: 992px) {
  .case_study_hero_banner .image_wrp .disclaimer {
    font-size: 14px;
    bottom: -15px;
  }
}

body.body_blur::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 10vh;
  background-color: #000;
  opacity: 0.5;
}
body .isi {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "area-normal", "sans-serif";
}
@media (min-width: 992px) {
  body .isi {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  body .isi {
    padding-top: 0rem;
  }
}
@media (max-width: 991.98px) {
  body #isi-content .isi-highlight {
    margin-bottom: 5px;
  }
}
@media (max-width: 991.98px) {
  body #isi-content .isi-highlight + .isi-highlight {
    margin-bottom: 10px;
  }
}
body #isi-content h5 {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  body #isi-content h5 {
    margin-top: 5rem;
  }
}
body #isi-content .row {
  position: relative;
}
@media (min-width: 992px) {
  body #isi-content .row::after {
    content: "";
    display: block;
    width: 1px;
    height: 1310px;
    background: black;
    position: absolute;
    left: 49.5%;
    top: 80px;
  }
}

.isi {
  padding-top: 3rem;
  font-family: "area-normal";
  /* h6.underline{
       text-decoration: none;
       position: relative;
       width: fit-content;
       z-index: 9;
       display: inline-block;
       &:after{
           content: "";
           background-color: #000;
           height: .5px;
           width: 100%;
           display: flex;
           position: absolute;
           bottom: 5px;
           left: 0;
           z-index: 6;
       }
   }*/
}
.isi p {
  font-size: 14px;
}
@media (min-width: 992px) {
  .isi p {
    font-size: 16px;
    line-height: 26px;
  }
}
.isi h5 {
  font-weight: bold;
}
.isi h6 {
  font-weight: bold;
}
.isi h6.underline {
  border-bottom: 1px solid black;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 992px) {
  .isi h6.underline {
    font-size: 16px;
    line-height: 19px;
  }
}
.isi ul {
  padding-left: 0;
}
.isi ul li {
  list-style: none;
  font-weight: 600;
}
.isi ul li::marker {
  display: none;
}

.floating-isi-d {
  font-family: "area-normal", "sans-serif";
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  height: 235px;
  padding: 20px 0 15px 0;
  background: #ffffff;
  z-index: 11;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /* h6.underline{
       text-decoration: none;
       position: relative;
       width: fit-content;
       z-index: 9;
       display: inline-block;
       &::after{
           content: "";
           background-color: #000;
           height: 1px;
           width: 100%;
           position: absolute;
           bottom: 5px;
           left: 0;
           z-index: 6;
           @media only screen and (max-width: 992px) {
               bottom: 0px;
             }
       }    
   }*/
}
.floating-isi-d.fixed {
  height: 235px;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .floating-isi-d.fixed .isi-content .row {
    position: relative;
  }
  .floating-isi-d.fixed .isi-content .row::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 49.5%;
    width: 1px;
    height: 100%;
    bottom: 0;
    background-color: #212529;
  }
}
@media (max-width: 991.98px) {
  .floating-isi-d.fixed {
    padding-top: 15px;
    height: 290px;
  }
  .floating-isi-d.fixed .indication {
    height: 100px;
    overflow-y: hidden;
  }
  .floating-isi-d.fixed .isi {
    height: 145px;
    overflow-y: hidden;
  }
}
.floating-isi-d.fixed p, .floating-isi-d.fixed ul li {
  font-size: 14px;
  line-height: 22px;
  font-family: "area-normal";
  font-weight: 600;
}
@media (min-width: 992px) {
  .floating-isi-d.fixed p, .floating-isi-d.fixed ul li {
    font-size: 16px;
    font-family: "area-normal";
    line-height: 26px;
  }
}
.floating-isi-d.fixed .col-lg-6 {
  padding: 0 30px;
}
.floating-isi-d.expand_isi {
  height: 90%;
  overflow-y: scroll;
  z-index: 999;
}
@media (max-width: 991.98px) {
  .floating-isi-d.expand_isi .indication {
    height: 200px;
    overflow-y: scroll;
  }
  .floating-isi-d.expand_isi .isi {
    height: 300px;
    overflow-y: scroll;
  }
}
@media (max-width: 991.98px) {
  .floating-isi-d.collapse_isi .indication {
    height: 200px;
    overflow-y: scroll;
  }
  .floating-isi-d.collapse_isi .isi {
    height: 300px;
    overflow-y: scroll;
  }
}
@media (min-width: 992px) {
  .floating-isi-d.collapse_isi {
    height: 55px;
    padding-top: 25px;
    overflow-y: hidden;
  }
}
.floating-isi-d > .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-d .close-icon {
  z-index: 99;
  position: absolute;
  right: 0;
  bottom: 3px;
}
.floating-isi-d .close-icon #hide_isi, .floating-isi-d .close-icon #hide-indication {
  width: 25px;
  height: 25px;
}
.floating-isi-d h6.underline {
  border-bottom: 1px solid black;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 992px) {
  .floating-isi-d h6.underline {
    font-size: 16px;
    line-height: 19px;
  }
}
.floating-isi-d a.underline {
  color: #007bff;
  position: static;
  line-height: normal;
}
.floating-isi-d a.underline:after {
  content: none;
  display: none;
}
.floating-isi-d.hide {
  display: none;
}
.floating-isi-d.hide.fixed {
  display: none !important;
}
.floating-isi-d #isi-trigger {
  display: block;
}
.floating-isi-d ul {
  padding-left: 0;
}
.floating-isi-d ul li {
  list-style: none;
}
.floating-isi-d ul li::marker {
  display: none;
}

#isi-trigger, #isi-hide {
  position: absolute;
}

#isi-trigger {
  display: none;
  top: -15px;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  z-index: 1000;
  cursor: pointer;
}
#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;
}

#isi-hide {
  position: absolute;
  top: -7px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding-right: 0px;
  background: #fff;
  z-index: 1000;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  #isi-hide {
    right: 10px;
    scale: 0.8;
  }
}
#isi-hide:hover {
  cursor: pointer;
}

.floating-isi p, .floating-isi ul li, .isi p, .isi ul li {
  font-size: 14px;
  font-family: "area-normal";
  line-height: 22px;
}
@media (min-width: 992px) {
  .floating-isi p, .floating-isi ul li, .isi p, .isi ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
  }
}
.floating-isi h5, .isi h5 {
  font-size: 14px;
  font-family: "area-normal";
  line-height: 22px;
  font-weight: 800;
}
@media (min-width: 992px) {
  .floating-isi h5, .isi h5 {
    font-size: 16px;
    line-height: 26px;
  }
}
.floating-isi h6, .isi h6 {
  font-size: 14px;
  line-height: 22px;
  font-family: "area-normal";
}
@media (min-width: 992px) {
  .floating-isi h6, .isi h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
.floating-isi ul li::before, .isi ul li::before {
  color: black;
}

.wrapper-isi {
  position: relative;
  z-index: 99;
}

.container-isi {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
}
.container-isi .header {
  font-size: 14px;
  font-family: "area-normal";
  font-weight: 800;
  margin-bottom: 0;
}
.container-isi p, .container-isi ul li {
  font-size: 14px;
  font-family: "area-normal";
  font-weight: 600;
}

.section-isi {
  padding-bottom: 0;
}
.section-isi ul li {
  font-size: 14px;
  font-weight: 600;
}

.section-isi, .section-indication {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 10px 25px;
  height: 100%;
}

.section-indication .preview-content {
  height: 68px;
  overflow-y: scroll;
}
.section-indication .preview-content::-webkit-scrollbar {
  width: 4px; /* Adjust the width of the scrollbar */
}
.section-indication .preview-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5); /* Customize the scrollbar thumb color */
  border-radius: 4px; /* Add rounded corners */
}
.section-indication .preview-content::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1); /* Customize the scrollbar track color */
}

.section-isi .preview-content {
  height: 130px;
  overflow-y: scroll;
}
.section-isi .preview-content::-webkit-scrollbar {
  width: 4px; /* Adjust the width of the scrollbar */
}
.section-isi .preview-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5); /* Customize the scrollbar thumb color */
  border-radius: 4px; /* Add rounded corners */
}
.section-isi .preview-content::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1); /* Customize the scrollbar track color */
}

.section-isi.expanded .content-isi, .section-indication.expanded .content-isi {
  height: 270px;
  overflow-y: scroll;
}

.header-isi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
  padding: 0;
}

.expand-icon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #007bff;
  border-radius: 50%;
  cursor: pointer;
}

.expand-icon svg {
  fill: white;
  width: 18px;
  height: 18px;
}

.preview-content {
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-family: "area-normal";
  color: #212529;
  padding: 0;
  transition: max-height 0.4s ease-in-out;
}

.content-isi {
  display: none;
  padding: 10px 0 0;
  font-size: 14px;
  color: #212529;
}

.hidden {
  display: none;
}

.mac-os .isi h6.underline, .mac-os .floating-isi-d h6.underline {
  line-height: 18px;
}
@media (min-width: 992px) {
  .mac-os .isi h6.underline, .mac-os .floating-isi-d h6.underline {
    line-height: 21px;
  }
}

footer {
  background-color: #00396C;
  padding: 30px 0 280px 0;
  font-family: area-normal, "sans-serif";
}
@media (min-width: 992px) {
  footer {
    padding: 80px 0 280px;
  }
}
footer p {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  footer p {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}
footer ul li {
  font-weight: bold;
}
footer img {
  max-width: 252px !important;
  width: 252px !important;
  padding-top: 20px;
}
@media (min-width: 992px) {
  footer img {
    padding-top: 0;
  }
}
footer .ssa-instance-0cd1c25c97c1803ffc80013d50b332e9.coh-ce-cpt_divider-e5ebf188 {
  display: none;
}
@media (min-width: 992px) {
  footer .ssa-instance-0cd1c25c97c1803ffc80013d50b332e9.coh-ce-cpt_divider-e5ebf188 {
    display: block;
  }
}
footer ul {
  padding-left: 0;
  list-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  footer ul {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
footer ul li {
  padding-bottom: 0;
}
footer ul li:before {
  display: none;
}
footer ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .modal.show.modal--cookie-policy .modal-dialog {
    transform: translate(0, 50px) !important;
  }
}
@media (min-width: 992px) {
  .modal.show.modal--cookie-policy .modal-footer .button-group .btn.btn--confirm:after {
    position: relative;
    margin: 0px 0 0 14px;
    top: 1px;
  }
}
.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 .modal-dialog {
  margin: 0 auto !important;
  position: absolute !important;
  top: 5vh !important;
  left: 0% !important;
  right: 0% !important;
  width: 95%;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .modal .modal-dialog {
    max-width: 906px !important;
    width: 906px !important;
    top: 20vh !important;
  }
}
.modal .modal-dialog .modal-content {
  align-items: center;
  padding: 1rem;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 8px 20px 6px rgba(0, 0, 0, 0.14);
  height: auto;
  max-height: calc(100vh - 0rem);
  border: 2px solid 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 (min-width: 992px) {
  .modal .modal-dialog .modal-content {
    padding: 2.8rem 1.5rem;
  }
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  padding: 1em 0;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .modal .modal-header,
  .modal .modal-body,
  .modal .modal-footer {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .modal .modal-header {
    padding-top: 2.4rem !important;
  }
}
.modal .modal-footer {
  justify-content: center;
  border-top: 0 none;
}
.modal .modal-footer .button-group {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .modal .modal-footer .button-group {
    flex-direction: column;
    width: 300px;
  }
}
.modal .modal-footer .button-group .btn.btn--confirm {
  background-color: #0071eb;
  color: #ffffff;
  border-radius: 4px;
  padding: 16px 24px 16px;
  font-family: "area-normal";
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .modal .modal-footer .button-group .btn.btn--confirm {
    font-size: 14px;
    line-height: 14px;
    min-width: 200px;
    padding: 17px 24px 17px;
    margin-bottom: 0;
    align-items: baseline;
  }
}
.modal .modal-footer .button-group .btn.btn--confirm::after {
  position: static;
  content: "";
  background-image: url("/sites/default/files/2024-08/Union.svg");
  height: 12px;
  width: 14px;
  display: block;
  margin-left: 14px;
}
@media (max-width: 991.98px) {
  .modal .modal-footer .button-group .btn.btn--confirm::after {
    margin-left: 10px;
  }
}
.modal .modal-footer .button-group .btn.btn--confirm:hover {
  background-color: #2086F4;
}
.modal .modal-footer .button-group .btn.btn--confirm:active {
  background-color: #0063CD;
}
.modal .modal-footer .button-group .btn.btn--cancel {
  margin-left: 0;
  background-color: #adadad !important;
  color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  padding: 14px 24px 11px;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  font-weight: 800;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .modal .modal-footer .button-group .btn.btn--cancel {
    width: 200px;
    padding: 16px 24px 15px;
    margin-left: 7px;
    font-size: 14px;
    line-height: 19px;
  }
}
.modal .modal-footer .button-group .btn.btn--cancel::after {
  position: static;
  content: "";
  background-image: url("/sites/default/files/2024-04/Path%202601.png");
  height: 16px;
  width: 17px;
  display: block;
  margin-left: 5px;
}
.modal .modal-header {
  border-bottom: 0 none;
  text-align: center;
  padding: 0;
}
@media (min-width: 992px) {
  .modal .modal-header {
    padding: 1em 0;
  }
}
.modal .modal-header h2 {
  font-size: 18px;
  font-weight: 800;
  font-family: area-normal, "sans-serif";
  text-align: center;
  margin: 0 0 8px !important;
}
@media (min-width: 992px) {
  .modal .modal-header h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 0;
  }
}
.modal .modal-body {
  max-width: 710px;
  padding: 0.5rem 0;
}
@media (max-width: 1199.98px) {
  .modal .modal-body {
    padding: 1rem;
  }
}
.modal .modal-body h2 {
  font-size: 18px;
  font-family: "area-normal", "sans-serif";
  text-align: center;
}
@media (min-width: 992px) {
  .modal .modal-body h2 {
    text-align: center;
    font-size: 26px;
  }
}
.modal .modal-body p {
  text-align: center;
  font-size: 17px;
  color: #000000;
}
.modal .modal-body p a {
  color: #0071eb;
  /*text-decoration: underline;*/
  border-bottom: 1px solid #0071eb;
  text-transform: none;
}
.modal .modal-body p a:hover {
  color: #0071eb;
  text-decoration: none;
}

.mac-os .modal--cookie-policy.modal .modal-footer .button-group .btn.btn--confirm::after {
  position: relative;
  margin-left: 10px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .mac-os .modal .modal-footer .button-group .btn.btn--confirm {
    padding: 18px 24px 18px;
    align-items: center;
  }
}

.mac-os .modal.show.modal--cookie-policy .modal-footer .button-group .btn.btn--confirm:after {
  top: 0;
}

.references-list {
  margin: 0rem 0 3rem;
  font-family: "area-normal", "sans-serif";
}
@media (max-width: 991.98px) {
  .references-list {
    margin: -1rem 0 2rem;
  }
}
.references-list p {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .references-list p {
    margin: 20px 0 5px 0;
  }
}
.references-list p:empty {
  display: none;
}
.references-list ol {
  padding-inline-start: 0;
  counter-reset: LIST-ITEMS;
}
.references-list ol li {
  padding-left: 0;
  list-style: decimal;
  display: inline;
  padding-right: 0;
  font-size: 12px;
  font-weight: 400 !important;
  margin-left: -2.5px;
}
.references-list ol li::before {
  content: counter(LIST-ITEMS) ".";
  counter-increment: LIST-ITEMS;
  padding-right: 0.25em;
  font-weight: bold;
}
.references-list a {
  color: #000;
  word-break: break-all;
  text-decoration: underline;
}

.empty-references .references-list {
  display: none;
}

.ui-dialog {
  margin: 0 auto !important;
  left: 0% !important;
  right: 0% !important;
  width: 90% !important;
  padding: 4px !important;
  overflow-y: auto;
  align-items: center;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 8px 20px 6px rgba(0, 0, 0, 0.14);
  height: auto;
  z-index: 1001;
  border: 2px solid 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%);
  background: #FFFFFF;
  border-radius: 10px;
  opacity: 0.9;
  padding: 1.25rem 0rem 1.25rem !important;
  position: fixed !important;
  top: 12% !important;
  max-height: 573px !important;
  bottom: unset !important;
  max-width: 100% !important;
  margin: 0 20px !important;
}
@media (min-width: 992px) {
  .ui-dialog {
    padding: 2.5rem 1.5rem 1.5rem !important;
    position: fixed !important;
    top: 10% !important;
    bottom: 0 !important;
    max-height: 458px !important;
    margin: auto auto !important;
  }
}
@media (min-width: 992px) {
  .ui-dialog {
    max-width: 906px !important;
    width: 906px !important;
  }
}
.ui-dialog .ui-dialog-content {
  max-height: unset !important;
  padding: 1em 2.5em;
}
@media (max-width: 991.98px) {
  .ui-dialog .ui-dialog-content {
    padding: 0.5em 1em;
  }
}
.ui-dialog .ui-dialog-content .external-link-popup-body h2 {
  font-size: 26px;
  font-weight: 800;
  font-family: area-normal, "sans-serif";
  text-align: center;
  margin-top: 1rem;
  padding-top: 0;
  line-height: 40px;
}
@media (max-width: 991.98px) {
  .ui-dialog .ui-dialog-content .external-link-popup-body h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 991.98px) {
  .ui-dialog .ui-dialog-content .external-link-popup-body .link-clicked-text .new-line {
    height: 0px;
  }
}
@media (max-width: 991.98px) {
  .ui-dialog .ui-dialog-content .external-link-popup-body .click-continue-text {
    margin-top: 15px !important;
    margin: 4px;
  }
}
.ui-dialog .ui-dialog-content .external-link-popup-body p {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: "area-normal";
}
@media (max-width: 991.98px) {
  .ui-dialog .ui-dialog-content .external-link-popup-body p {
    font-size: 14px;
    line-height: 22px;
  }
}
.ui-dialog .ui-dialog-buttonpane {
  border: none;
  float: none;
  background: none;
  margin: auto;
  width: 60%;
  padding: 0em 1em 0.5em 0.4em;
}
@media (max-width: 991.98px) {
  .ui-dialog .ui-dialog-buttonpane {
    width: 90%;
    padding: 0.3em 0.4em 0.5em 0.4em;
  }
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 3px;
  }
}
@media (max-width: 991.98px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    width: 100% !important;
    margin: 0.5rem 0 !important;
  }
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child {
  background-color: #0071eb;
  color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  padding: 15px 24px 14px;
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  font-weight: 800;
  width: 200px;
  font-family: "area-normal";
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 14px;
  height: fit-content;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child:hover {
  background-color: #2086F4 !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child:active {
  background-color: #0063CD !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child::after {
  content: "";
  background-image: url(/sites/default/files/2025-03/Union.svg);
  height: 13px;
  width: 13px;
  display: block;
  background-size: 100%;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  color: #0071EB;
  border-radius: 4px;
  display: inline-block;
  padding: 14px 24px 13px;
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  font-weight: 800;
  width: 200px;
  height: fit-content;
  font-family: "area-normal";
  border: 2px solid #0071EB;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child:hover {
  background-color: #EBF2FA !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child:active {
  background-color: #DAE7F7 !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child::after {
  content: "";
  background-image: url(/sites/default/files/2025-03/Icon_Reset%201.svg);
  height: 15px;
  width: 15px;
  display: block;
  background-size: 100%;
}

.ui-widget-overlay {
  background-color: #000 !important;
  opacity: 0.85 !important;
}

@media (min-width: 992px) {
  .mac-os .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
    padding: 16px 24px;
    line-height: 14px;
  }
}

@media (min-width: 992px) {
  .mac-os .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child {
    padding: 17px 24px;
    line-height: 14px;
  }
}

@media (max-width: 991.98px) {
  .mac-os .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child::after {
    margin-top: 4px;
  }
}

@media (max-width: 991.98px) {
  body.hcp {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }
}
body.hcp a[href^="tel:"] {
  color: #212529 !important;
  text-decoration: none;
}
body.hcp.no-scroll {
  overflow: hidden;
}
body.hcp sup {
  top: -0.3rem;
  font-size: 60%;
}
body.hcp h2 sup {
  top: -10px;
}
body.hcp .d-block.d-lg-none {
  height: 3px;
}
body.hcp img.d-block.d-lg-none {
  height: max-content;
}
body.hcp .hero-banner + .container h2.section_header, body.hcp .hero-banner + .container h2 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  margin: 0 0 35px;
}
body.hcp .bg-section {
  padding: 4rem 0;
}
body.hcp h2.section_header, body.hcp h2 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  margin: 0 0 35px;
}
@media (max-width: 991.98px) {
  body.hcp h2.section_header, body.hcp h2 {
    font-size: 21px;
    line-height: 32px;
  }
}
body.hcp h3.sub_head {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin: 4rem 0 4rem;
}
body.hcp .before_quote, body.hcp .after_quote {
  color: #C29D50;
  font-family: "area-normal";
  font-weight: 600;
  font-style: italic;
}
body.hcp .before_quote {
  margin-right: 1px;
}
body.hcp .modal {
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

.transparent-bg.callout_block {
  padding: 30px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.85), rgba(244, 246, 247, 0.75), rgba(255, 255, 255, 0.85), rgba(244, 246, 247, 0.75), rgba(244, 246, 247, 0.75), rgba(255, 255, 255, 0.85));
}
.transparent-bg.callout_block .sub-txt {
  position: relative;
  margin-top: 10px;
  color: #000;
}
.transparent-bg.callout_block span.arrow-wrp {
  position: absolute;
  right: 65px;
  bottom: 8px;
}
@media (max-width: 991.98px) {
  .transparent-bg.callout_block span.arrow-wrp {
    right: 45px;
    bottom: 5px;
  }
  @supports (-webkit-touch-callout: none) {
    .transparent-bg.callout_block span.arrow-wrp {
      bottom: 2px;
    }
  }
}
.transparent-bg.callout_block span.arrow-wrp img {
  width: 15px;
  height: 14px;
}

body.hcp .coh-style-ln-cta-with-download {
  font-family: "area-normal";
  font-weight: 800;
  display: inline-flex;
  justify-content: center;
  align-items: end;
  line-height: 12px;
  padding: 14px 24px 15px;
  font-size: 12px;
}
@media (min-width: 992px) {
  body.hcp .coh-style-ln-cta-with-download {
    line-height: 14px;
    font-size: 14px;
    padding: 15px 24px 16px;
  }
}
body.hcp .coh-style-ln-cta-with-download::after {
  background-image: url("/sites/default/files/2025-03/Download.svg");
  background-size: 100%;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  right: unset;
  height: 15px;
  width: 14px;
}
@media (min-width: 992px) {
  body.hcp .coh-style-ln-cta-with-download::after {
    height: 19px;
    width: 18px;
    margin-left: 14px;
  }
}
body.hcp .coh-style-ln-cta-with-right-arrow {
  font-family: "area-normal";
  font-weight: 800;
  display: inline-flex;
  justify-content: center;
  line-height: 12px;
  padding: 15px 24px 15px;
  align-items: baseline;
  font-size: 12px;
  max-width: fit-content;
}
@media (min-width: 992px) {
  body.hcp .coh-style-ln-cta-with-right-arrow {
    line-height: 14px;
    font-size: 14px;
    align-items: baseline;
    padding: 17px 24px 17px;
  }
}
body.hcp .coh-style-ln-cta-with-right-arrow::after {
  background-size: 100%;
}
body.hcp .coh-style-ln-cta-with-external {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 12px;
  line-height: 12px;
  padding: 15px 24px 13px;
}
@media (min-width: 992px) {
  body.hcp .coh-style-ln-cta-with-external {
    font-size: 14px;
    line-height: 14px;
    padding: 16px 24px 15px;
    align-items: baseline;
  }
}
body.hcp .coh-style-ln-cta-with-external::after {
  background-image: url("/sites/default/files/2025-03/external_link_icon.svg");
  position: relative;
  display: inline-block;
  background-size: 100%;
  margin-left: 10px;
  right: unset;
  top: 1px;
}
@media (min-width: 992px) {
  body.hcp .coh-style-ln-cta-with-external::after {
    margin-left: 14px;
  }
}

body.mac-os.hcp .coh-style-ln-cta-with-download {
  align-items: center;
  line-height: 16px;
}
@media (min-width: 992px) {
  body.mac-os.hcp .coh-style-ln-cta-with-download {
    line-height: 19px;
  }
}
body.mac-os.hcp .coh-style-ln-cta-with-external {
  align-items: center;
  line-height: 16px;
}
@media (min-width: 992px) {
  body.mac-os.hcp .coh-style-ln-cta-with-external {
    line-height: 19px;
  }
}

.video-component {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(150deg, rgb(161, 164, 169), rgb(242, 242, 242), rgb(255, 255, 255), rgb(242, 242, 242), rgb(161, 164, 169), rgb(161, 164, 169), rgb(242, 242, 242), rgb(255, 255, 255), rgb(242, 242, 242), rgb(161, 164, 169), rgb(161, 164, 169));
  border-image-slice: 3;
  border-image-repeat: repeat;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991.98px) {
  .video-component {
    padding: 20px;
    border-bottom: 0;
    box-shadow: none;
  }
}
.video-component .video-container-wrp {
  display: none;
}
.video-component .video-overlay-wrp {
  position: relative;
}
.video-component .video-overlay-wrp img.coh-image {
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .video-component .video-overlay-wrp {
    height: 200px;
  }
}
.video-component .video-overlay-wrp .play-div:after {
  content: "";
  background-image: url("/sites/default/files/2024-08/icon%20_play%20arrow_.png");
  height: 48px;
  width: 39px;
  display: block;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  top: 43%;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .video-component .video-overlay-wrp .play-div:after {
    height: 38px;
    width: 30px;
  }
}
@media (max-width: 991.98px) {
  .video-component .video-overlay-wrp img.coh-image {
    border-radius: 15px;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 400px;
    left: 0;
    right: 0;
  }
}
.video-component .video-container-wrp iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 991.98px) {
  .video-component .video-container-wrp iframe {
    height: 200px;
  }
}
.video-component .container {
  margin: 30px auto;
}
@media (max-width: 991.98px) {
  .video-component .container {
    padding: 0 5px;
  }
}
.video-component .video_title {
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991.98px) {
  .video-component .video_title {
    text-align: left;
  }
}
.video-component.two-columns {
  margin: 4rem 0;
  display: flex;
  border: none;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .video-component.two-columns {
    margin: 0;
    padding-top: 3rem;
    background-image: url("/sites/default/files/2025-03/Glass%20Background_Mobile_Patient%20Impact.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 991.98px) {
  .video-component.two-columns .row {
    flex-direction: column-reverse;
  }
}
.video-component.two-columns .video-overlay-wrp img.coh-image {
  height: 100%;
  border-radius: 8px;
}
.video-component.two-columns .col-lg-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .video-component.two-columns .col-lg-5 {
    margin-top: 1.5rem;
  }
}
.video-component.two-columns .col-lg-5 b {
  font-size: 21px;
}
@media (max-width: 991.98px) {
  .video-component.two-columns .col-lg-5 b {
    font-size: 18px;
  }
}

.tabs-container,
.tabs-sliding-container {
  border: 2px solid #ccc;
  border-radius: 8px;
  position: relative;
}
.tabs-container .tabs-navigation,
.tabs-sliding-container .tabs-navigation {
  position: sticky;
  top: 20px;
  margin: 20px;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .tabs-container .tabs-navigation,
  .tabs-sliding-container .tabs-navigation {
    top: 20px;
    margin: 10px;
  }
}
.tabs-container .tabs-navigation .nav,
.tabs-sliding-container .tabs-navigation .nav {
  justify-content: space-evenly;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 1px 9px #ccc;
  z-index: 19;
}
@media (min-width: 992px) {
  .tabs-container .tabs-navigation .nav,
  .tabs-sliding-container .tabs-navigation .nav {
    justify-content: center;
    gap: 6.5rem;
  }
}
.tabs-container .tabs-navigation .nav .nav-item,
.tabs-sliding-container .tabs-navigation .nav .nav-item {
  padding-left: 0;
}
.tabs-container .tabs-navigation .nav .nav-item::before,
.tabs-sliding-container .tabs-navigation .nav .nav-item::before {
  display: none;
}
.tabs-container .tabs-navigation .nav .nav-item .nav-link,
.tabs-sliding-container .tabs-navigation .nav .nav-item .nav-link {
  color: #646769;
  font-weight: 800;
  padding: 12px 0px 8px;
}
@media (max-width: 991.98px) {
  .tabs-container .tabs-navigation .nav .nav-item .nav-link,
  .tabs-sliding-container .tabs-navigation .nav .nav-item .nav-link {
    font-size: 11px;
    line-height: 26px;
    background: none;
  }
}
.tabs-container .tabs-navigation .nav .nav-item .nav-link.active,
.tabs-sliding-container .tabs-navigation .nav .nav-item .nav-link.active {
  border-bottom: 4px solid #0071EB;
  color: #212529;
}
.tabs-container .tabs-content,
.tabs-sliding-container .tabs-content {
  min-height: 400px;
}
.tabs-container .tabs-content .tab-pane-content,
.tabs-sliding-container .tabs-content .tab-pane-content {
  margin: 10px 20px;
}
.tabs-container .tabs-content .reference-section,
.tabs-sliding-container .tabs-content .reference-section {
  background-color: white;
  padding: 2rem 3rem;
  border-radius: 10px;
}
.tabs-container .tabs-content .reference-section .reference-text,
.tabs-sliding-container .tabs-content .reference-section .reference-text {
  display: block;
}
.tabs-container .tabs-content .reference-section p,
.tabs-sliding-container .tabs-content .reference-section p {
  margin: 0;
}
.tabs-container .tabs-footer,
.tabs-sliding-container .tabs-footer {
  border-radius: 0 0 0 0;
  height: 110px;
  background-color: #00396C;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs-container .tabs-footer .primary-btn-wrp,
.tabs-sliding-container .tabs-footer .primary-btn-wrp {
  margin-top: 0;
}

.tabs-sliding-container {
  background: linear-gradient(91.65deg, #e6ecf3 1.42%, #f5f7f9 19.12%, #f5f7f9 61.35%, #e7eef4 79.78%);
  background-blend-mode: multiply;
}
@media (max-width: 991.98px) {
  .tabs-sliding-container {
    margin: 2rem 0;
  }
}
.tabs-sliding-container .image-container .coh-wysiwyg .double-image-slider {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 992px) {
  .tabs-sliding-container .image-container .coh-wysiwyg .double-image-slider .caption {
    width: 87%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .tabs-sliding-container .image-container .coh-wysiwyg .double-image-slider .caption-2 {
    margin-right: 60px;
  }
}
.tabs-sliding-container .image-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .tabs-sliding-container .image-container {
    padding: 0px 15px;
  }
}
.tabs-sliding-container .image-container .coh-wysiwyg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.tabs-sliding-container .image-container .coh-wysiwyg .image-box {
  width: 40%;
}
.tabs-sliding-container .image-container .coh-wysiwyg .image-box p.image {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .tabs-sliding-container .image-container .coh-wysiwyg .image-box p.image, .tabs-sliding-container .image-container .coh-wysiwyg .image-box p.image-wrp {
    margin-bottom: 1.5rem;
  }
}

.mac-os .tabs-container .tabs-navigation .nav .nav-item .nav-link,
.mac-os .tabs-sliding-container .tabs-navigation .nav .nav-item .nav-link {
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

header.scroll_up + main .tabs-container .tabs-navigation, header.scroll_up + main .tabs-sliding-container .tabs-navigation {
  top: 70px;
}
@media (min-width: 992px) {
  header.scroll_up + main .tabs-container .tabs-navigation, header.scroll_up + main .tabs-sliding-container .tabs-navigation {
    top: 140px;
  }
}

.table-green {
  border-radius: 10px;
  margin-bottom: 2rem;
}
.table-green thead {
  background-color: #2B8F97;
  color: white;
}
.table-green thead tr th {
  text-align: center;
  background-color: #2B8F97;
  color: white;
  vertical-align: middle;
  padding: 6px;
  font-size: 12px;
  font-weight: 800;
}
@media (min-width: 992px) {
  .table-green thead tr th {
    padding: 10px;
    font-size: 14px;
  }
}
.table-green thead tr th.left {
  text-align: left;
}
.table-green thead tr th:nth-child(1) {
  width: 240px;
}
.table-green thead tr th:nth-child(2), .table-green thead tr th:nth-child(3), .table-green thead tr th:nth-child(4) {
  width: 120px;
}
.table-green thead tr th p {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 800;
  background-color: #2B8F97;
  color: white;
}
@media (min-width: 992px) {
  .table-green thead tr th p {
    font-size: 14px;
  }
}
.table-green tbody tr td {
  border: 1px solid white;
  font-size: 15px;
  font-family: "area-normal", "sans-serif";
  font-weight: 800;
  vertical-align: middle;
  padding: 8px;
}
@media (min-width: 992px) {
  .table-green tbody tr td {
    padding: 10px;
  }
}
.table-green tbody tr td p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
}
@media (min-width: 992px) {
  .table-green tbody tr td p {
    font-size: 15px;
    line-height: 20px;
  }
}
.table-green tbody tr td.center {
  text-align: center;
}
.table-green tbody tr td.left {
  text-align: left;
  padding-left: 10px;
}
.table-green tbody tr.dark {
  background-color: #D0E1E6;
  color: #3D4041;
}
.table-green tbody tr.light {
  color: #3D4041;
  background-color: #EDF5F7;
}

table thead:first-child tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

table thead:first-child tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

table tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

table tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

.position {
  margin: 0 auto;
}

.progress-bar {
  position: relative;
  height: 160px;
  width: 160px;
  border: 2px solid #c9c9ca;
  border-radius: 50%;
  background-color: #fff;
}
.progress-bar.transparent-bg:before {
  border-radius: 50%;
}
.progress-bar div {
  position: absolute;
  height: 149px;
  width: 149px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 4px;
}
.progress-bar div span {
  position: absolute;
  height: 120.5px;
  width: 120.5px;
  left: 18.75px;
  top: 13.75px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  font-size: 47px;
  line-height: 4.15;
  font-weight: 800;
  font-family: "area-normal";
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(150deg, #d9e2e6 39%, #ffffff 48%, #d9e2e6 64.5%);
  color: #000 !important;
  font-size: 30px;
}
.progress-bar .background {
  background-color: #b3cef6;
}
.progress-bar .rotate {
  clip: rect(0 74.5px 149px 0);
  background-color: #4b86db;
}
.progress-bar .left {
  clip: rect(0 74.5px 149px 0);
  opacity: 1;
  background-color: #b3cef6;
}
.progress-bar .right {
  clip: rect(0 74.5px 149px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}

.circular-pb-wrp {
  position: relative;
  min-height: 500px;
  max-width: 1000px;
  margin: 0 auto;
}
.circular-pb-wrp .progress-bar {
  border-radius: 50%;
}
.circular-pb-wrp .progress-bar.transparent-bg:before {
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(180deg, rgb(161, 164, 169), rgb(242, 242, 242), rgb(161, 164, 169), rgb(161, 164, 169), rgb(161, 164, 169), rgb(161, 164, 169), rgb(161, 164, 169), rgb(161, 164, 169), rgb(255, 255, 255), rgb(242, 242, 242), rgb(161, 164, 169), rgb(161, 164, 169), rgb(242, 242, 242), rgb(255, 255, 255), rgb(242, 242, 242), rgb(161, 164, 169), rgb(161, 164, 169));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.circular-pb-wrp .circular-pb-1 {
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  max-width: 350px;
}
.circular-pb-wrp .circular-pb-2 {
  left: 0;
  top: 23%;
}
@media (max-width: 991.98px) {
  .circular-pb-wrp .circular-pb-2 {
    margin: 45px auto;
  }
}
.circular-pb-wrp .circular-pb-3 {
  right: 0;
  top: 23%;
}
@media (max-width: 991.98px) {
  .circular-pb-wrp .circular-pb-3 {
    margin: 0 auto;
  }
}

.circular-pb-wrp > div {
  position: absolute;
  max-width: 225px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .circular-pb-wrp > div {
    position: relative;
  }
}
.circular-pb-wrp > div p {
  margin-top: 15px;
}

@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.video-banner-popup {
  height: 500px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 991.98px) {
  .video-banner-popup {
    height: 600px;
  }
}
.video-banner-popup .video-overlay-wrp {
  max-width: 56%;
  padding: 4rem 6rem;
}
@media (max-width: 991.98px) {
  .video-banner-popup .video-overlay-wrp {
    max-width: 100%;
    padding: 2rem 1.25rem;
  }
}
.video-banner-popup .individual-result {
  position: absolute;
  bottom: 1rem;
  color: #fff;
  padding: 0 6rem;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .video-banner-popup .individual-result {
    bottom: unset;
    padding: 0 1.5rem;
    opacity: 1;
  }
}
.video-banner-popup .video-popup-modal.modal {
  background-color: rgba(0, 0, 0, 0.9);
}
.video-banner-popup .video-popup-modal.show-popup {
  display: block !important;
}
.video-banner-popup .video-popup-modal .modal-dialog {
  width: 100% !important;
  max-width: 1000px !important;
}
@media (max-width: 991.98px) {
  .video-banner-popup .video-popup-modal .modal-dialog {
    width: 100%;
  }
}
.video-banner-popup .video-popup-modal .modal-dialog .modal-content {
  padding: 0.5rem 0.5rem;
  background: transparent;
}
@media (max-width: 991.98px) {
  .video-banner-popup .video-popup-modal .modal-dialog .modal-content {
    padding: 0;
  }
}
.video-banner-popup .video-popup-modal .modal-dialog .modal-content .modal-body {
  max-width: 1000px;
}
@media (max-width: 991.98px) {
  .video-banner-popup .video-popup-modal .modal-dialog .modal-content .modal-body {
    padding: 40% 0;
  }
}
@media only screen and (max-device-width: 820px) and (orientation: landscape) {
  .video-banner-popup .video-popup-modal .modal-dialog .modal-content .modal-body {
    padding: 7% 0;
  }
}
.video-banner-popup .video-popup-modal .modal-dialog .modal-content iframe {
  width: 100%;
  height: 460px;
}
@media only screen and (max-device-width: 820px) and (orientation: landscape) {
  .video-banner-popup .video-popup-modal .modal-dialog .modal-content iframe {
    height: 80vh;
  }
}
.video-banner-popup .video-popup-modal .modal-dialog .modal-content .close.coh-interaction {
  width: 23px;
  top: -6px;
  right: 5.3rem;
  height: 23px;
  background-image: url("/sites/default/files/2025-03/close.svg");
}
@media (max-width: 991.98px) {
  .video-banner-popup .video-popup-modal .modal-dialog .modal-content .close.coh-interaction {
    top: 5%;
    right: 1rem;
  }
}
@media only screen and (max-device-width: 820px) and (orientation: landscape) {
  .video-banner-popup .video-popup-modal .modal-dialog .modal-content .close.coh-interaction {
    top: 12%;
  }
}
.video-banner-popup .video-overlay-wrp p {
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.video-banner-popup .video-overlay-wrp p:first-child {
  margin-bottom: 1rem;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .video-banner-popup .video-overlay-wrp p:first-child {
    margin-bottom: 1rem;
  }
}
.video-banner-popup .video-overlay-wrp p:nth-child(2) {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .video-banner-popup .video-overlay-wrp p:nth-child(2) {
    line-height: 19px;
  }
}
.video-banner-popup .video-overlay-wrp p:nth-child(3) {
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
}
@media (max-width: 991.98px) {
  .video-banner-popup .video-overlay-wrp p:nth-child(3) {
    font-size: 12px;
    line-height: 19px;
  }
}
.hcp.diagnostic-performance {
  /* new css start*/
  /* new css end*/
}
.hcp.diagnostic-performance .hero_banner .video_wrp video {
  object-position: center;
}
.hcp.diagnostic-performance .hero_banner .video_wrp .blue-overlay.content_wrp:after {
  width: 50%;
  max-width: 550px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .hero_banner .video_wrp .blue-overlay.content_wrp:after {
    width: 90%;
    max-width: 410px;
  }
}
.hcp.diagnostic-performance .tabs-container {
  background: linear-gradient(180deg, rgba(217, 226, 234, 0.7) 2%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 100%);
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container {
    background: none;
  }
}
@media (min-width: 992px) {
  .hcp.diagnostic-performance .tabs-container .tabs-navigation .nav {
    gap: 11.5rem;
  }
}
.hcp.diagnostic-performance .bg-cls {
  background-image: url("/sites/default/files/2025-03/glass_background_desktop_study_results.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 0 6rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .bg-cls {
    background-image: url("/sites/default/files/2025-03/glass_background_mobile_study_results.jpg");
    padding: 3rem 0;
  }
}
.hcp.diagnostic-performance hr {
  border-color: #abb4ba;
  margin: 2rem 0 4rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance hr {
    margin: 2rem 0;
  }
}
.hcp.diagnostic-performance .transparent-bg {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .transparent-bg {
    padding: 0;
  }
}
.hcp.diagnostic-performance #condor-content .transparent-bg,
.hcp.diagnostic-performance #osprey-b-content .transparent-bg,
.hcp.diagnostic-performance #osprey-a-content .transparent-bg {
  background: linear-gradient(303.38deg, rgba(255, 255, 255, 0.85) 17.73%, rgba(244, 246, 247, 0.75) 32.31%, rgba(255, 255, 255, 0.85) 43.41%, rgba(255, 255, 255, 0.85) 49.34%, rgba(244, 246, 247, 0.75) 56.04%, rgba(244, 246, 247, 0.75) 75.08%, rgba(255, 255, 255, 0.85) 82.27%);
}
.hcp.diagnostic-performance .tabs-container .tabs-content h2.section_header {
  margin-top: 3rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content h2.section_header {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .reference-section {
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .reference-section {
    padding: 2.5rem 1.05rem;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .reference-section .fs-12 {
    font-size: 12px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .highlight-box {
  color: #fff;
  padding: 5px 22px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  border-radius: 2px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .highlight-box {
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 15px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.tab-pane-content {
  margin: 10px 50px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.tab-pane-content {
    margin: 10px 16px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.tab-pane-content hr {
  margin: 2rem 0 3rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.tab-pane-content hr {
    margin: 1rem 0 2rem !important;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a li {
  font-weight: 600;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a .s-thresholds {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a .s-thresholds {
    font-size: 14px;
    line-height: 22px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a .highlight-box {
  background-color: #0552a5;
}
@media (min-width: 992px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a .l-r-content-wrp .left-content {
    padding: 0 5px 0 16px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a .l-r-content-wrp .right-content .font-weight-bold {
  font-weight: 800 Im !important;
}
@media (min-width: 992px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a .l-r-content-wrp .right-content ul {
    margin-left: 10px;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a .dp_tumors {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a .dp_tumors .col-lg-6:nth-child(2) ul {
    margin-left: 10px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a .osprey-a-scan {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a .osprey-a-scan {
    flex-direction: column;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a .dp-study-bg {
  margin-top: 1rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a .dp-study-bg .container {
    padding: 0 16px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a .dp-study-bg .content-wrp {
  margin: 0 auto;
  max-width: 800px;
  padding-top: 2rem;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a .dp-study-bg .chart_wrp {
  display: flex;
  flex-direction: row;
  margin: 40px auto;
  justify-content: space-between;
  max-width: 800px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a .dp-study-bg .chart_wrp {
    flex-direction: column;
    width: 100%;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div {
  background-color: rgba(232, 238, 242, 0.7);
  padding: 2rem 4rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div {
    padding: 2rem 1rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls {
  background-color: #00396c;
  border-radius: 10px;
  padding: 3rem 0 2rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls {
    padding: 2rem 1rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp {
  max-width: 700px;
  margin: 0 auto;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp * {
  color: #fff;
  font-family: "area-normal";
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp .subhead_h2 {
  margin-bottom: 2rem;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp .col-footnote {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp .col-footnote {
    margin-top: 0;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp {
    flex-direction: column;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .left-col,
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .right-col {
  width: 48%;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .left-col,
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .right-col {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .left-col .subhead_h3 {
    line-height: 28px;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .right-col {
    margin-top: 1rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .highlight-num {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .highlight-num .left {
  width: 58%;
  font-size: 62px;
  font-weight: 900;
  line-height: normal;
  color: #5aa8ff;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .highlight-num .left {
    font-size: 49px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .highlight-num .right {
  width: 37%;
  font-size: 22px;
  line-height: 25px;
  color: #5aa8ff;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .highlight-num .right {
    font-size: 18px;
    line-height: 23px;
    font-weight: 800;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.accurate_lesion {
  background-color: transparent;
  padding: 0rem 3rem 3rem;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.accurate_lesion {
    padding: 0 0 2rem 0;
    margin: 0;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.accurate_lesion .coh-wysiwyg {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.accurate_lesion .coh-wysiwyg {
    text-align: left;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.accurate_lesion .coh-wysiwyg p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.accurate_lesion .coh-wysiwyg p {
    font-size: 21px;
    margin-bottom: 2rem;
    line-height: 32px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.accurate_lesion .osprey-a-scan {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.accurate_lesion .osprey-a-scan img {
    width: 100%;
    height: auto;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.accurate_lesion .osprey-a-scan img:first-child {
  margin-right: 1.5rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-a.accurate_lesion .osprey-a-scan img:first-child {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content #osprey-b-content > .tab-pane-content {
    margin: 10px 16px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-b {
  margin: 10px 30px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-b .container.transparent-bg {
    padding-left: 25px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-b li {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-b {
    margin: 0;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-b .highlight-box {
  background-color: #68388b;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-b .dp-study-bg {
  margin: 1rem 0 5rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-b .dp-study-bg {
    display: flex;
    margin-bottom: 1.56rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-b .dp-study-bg .content-wrp {
  width: 820px;
  margin: 2rem auto;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .osprey-b .dp-study-bg .content-wrp {
    width: 100%;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .osprey-b .subhead_h2 {
  margin-bottom: 1rem;
}
.hcp.diagnostic-performance .tabs-container .tabs-content div#condor-content > .tab-pane-content,
.hcp.diagnostic-performance .tabs-container .tabs-content div#osprey-a-content > .tab-pane-content {
  margin: 0;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor tr.mobile-show {
  display: none;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor tr.mobile-show {
    display: contents;
    border-bottom: 1.5px solid #fff;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor tr.mobile-show th {
    border-bottom: 1.5px solid #fff;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor tr.mobile-show th p {
    font-size: 12px;
    line-height: 18px;
    margin-left: 3px 0 0 5px;
  }
}
@media (min-width: 992px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained + .tab-pane-content {
    margin-bottom: 40px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor p.desktop-show {
  display: contents;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor p.desktop-show {
    display: none;
  }
}
@media (min-width: 992px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .table-green tbody tr td.left {
    padding-left: 25px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .table-green thead tr th.tbl_heading_f_col {
  width: 500px;
  text-align: left;
  padding: 10px 20px;
  border-top-left-radius: 10px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .table-green thead tr th.tbl_heading_f_col {
    width: 140px;
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .table-green thead tr th.tbl_heading_f_col {
    padding: 10px 25px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .table-green thead tr th.tbl_heading_f_col p.desktop-show {
  line-height: 20px;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .table-green thead tr th.tbl_heading_f_col + th + th + th {
  border-top-right-radius: 10px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .table-green thead tr th.tbl_heading_f_col + th + th + th {
    border-radius: 0;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor table.table-green tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor table.table-green tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .tab-pane-content {
  margin: 10px 50px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .tab-pane-content {
    margin: 10px 16px;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .tab-pane-content.pylarify_results_wrp {
    margin: 0;
    padding: 10px 16px;
    background-color: #fff;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .highlight-box {
  background-color: #2b8f97;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .highlight-text {
  max-width: 900px;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp {
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 1rem 1.5rem;
  margin-top: 0;
  background: linear-gradient(180deg, rgba(217, 226, 234, 0.7) -19%, #ffffff 23%, #ffffff 80%);
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp {
    margin: 0;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .fs-21 {
  font-size: 21px;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .fs-21 {
    font-size: 18px;
    line-height: 26px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .table-green {
  margin-top: 1rem;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .table-green thead:first-child tr:first-child th:first-child {
  width: 62%;
  text-align: left;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .correct-loc {
  margin: 3rem 3rem 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .correct-loc {
    margin: 2.5rem 1rem 0.5rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .results {
  margin: 0 3rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .results {
    margin: 0 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .results p {
    font-size: 16px;
    align-items: flex-start;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .results img.tick-img {
  display: block;
  float: left;
  margin-right: 1rem;
  width: 40px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .results img.tick-img {
    width: 22px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .true-positives {
  background: #e0eef0;
  margin: 0;
  padding: 2rem;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .true-positives {
    padding: 2rem 1rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .true-positives .fs-12 {
  font-weight: 400;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .true-positives h4.section_header {
  color: #1c656e;
  font-size: 21px;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .true-positives h4.section_header {
    font-size: 18px;
    line-height: 26px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .true-positives .col-lg-6:first-child {
  max-width: 400px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .true-positives .row .col-lg-6:first-child {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .true-positives .right-content {
    max-width: 350px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .true-positives .right-content .num-txt-wrp {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .true-positives .right-content .num-txt-wrp {
    margin-right: 35px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .true-positives .right-content .num-txt-wrp * {
  color: #1c656e;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .true-positives .right-content .num-txt-wrp .numeric-text {
  font-size: 44px;
  font-weight: 900;
  font-family: "area-normal";
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .true-positives .right-content .num-txt-wrp .numeric-text {
    font-size: 44px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .true-positives .right-content .num-txt-wrp p.textual {
  margin-bottom: 0;
  margin-left: 1rem;
  font-weight: 800;
  line-height: 20px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .true-positives .right-content .num-txt-wrp p.textual {
    font-size: 16px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .true-positives p.block.d-md-none {
  margin: 3rem 1.5rem 0 1rem;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .p-teal {
  color: #3a9097;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .p-teal {
    margin-bottom: 2rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .p-teal strong {
  font-size: 15px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .transparent-bg.section-2-wrp .p-teal strong {
    font-size: 16px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .delivered-confidence {
  margin: 3rem 3rem;
  align-items: center;
  justify-content: flex-start;
  display: flex;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .delivered-confidence {
    margin: 3rem 0;
    align-items: flex-start;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .delivered-confidence .img-wrp {
  display: flex;
  width: 13%;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .delivered-confidence .img-wrp {
    width: 30%;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .delivered-confidence .img-wrp img {
  width: 80px;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .delivered-confidence .txt-wrp {
  display: flex;
  width: 87%;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .delivered-confidence .txt-wrp {
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .delivered-confidence .txt-wrp .subhead_h2 {
    font-weight: 800;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .delivered-confidence .txt-wrp text {
  font-size: 19px;
  font-family: "area-normal";
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .delivered-confidence .txt-wrp text {
    font-size: 18px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained {
  background-color: #266972;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained .content-wrp {
  padding: 4rem 0;
  width: 950px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained .content-wrp {
    width: 100%;
    padding: 2rem 1rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained .content-wrp .subhead_h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained .content-wrp .subhead_h2 {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 2rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained .content-wrp .two-col * {
  color: #fff;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained .content-wrp .two-col ul {
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained .content-wrp .two-col ul {
    margin-left: 8px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained .content-wrp .two-col div {
  padding: 0 2.9rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained .content-wrp .two-col div {
    padding: 0 1rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained .content-wrp .two-col .correlative::after {
  width: 2px;
  content: "";
  position: absolute;
  height: 165px;
  right: 0;
  background-color: #fff;
  top: 0;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained .content-wrp .two-col .correlative::after {
    width: 90%;
    height: 1px;
    bottom: 0;
    top: unset;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained .content-wrp .two-col .histopathology {
    margin-top: 1rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained .list-unstyled li {
  position: relative;
  padding-left: 37px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained .list-unstyled li {
    padding-left: 28px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained .list-unstyled li::before {
  font-size: 26px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .clr-remained .list-unstyled li::before {
    font-size: 25px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp {
  margin-top: 1rem;
  width: 780px;
  margin: 15px auto 0;
}
@media (min-width: 992px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .item {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp {
    width: 100%;
    padding: 1rem;
    position: relative;
    margin-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .y-axes-label {
    top: -8px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .graph-head.chart2 {
  justify-content: space-between;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp * {
  font-family: "area-normal";
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp ul.legend {
  width: 350px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp ul.legend {
    width: unset;
    flex-wrap: nowrap;
  }
}
@media (min-width: 600px) and (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp ul.legend {
    width: 350px;
    margin: 0 auto;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp ul.legend.chart2 li {
  margin: 0 5px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp ul.legend.chart2 li {
    font-size: 10px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp ul.legend li {
  margin: 0 5px;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp ul.legend li:nth-child(1):before {
  color: #26d2b8;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp ul.legend li:nth-child(2):before {
  color: #2b8f97;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp ul.legend li:nth-child(3):before {
  color: #1c656e;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .x-axes-label-wrp {
  display: flex;
  flex-direction: row;
  margin-left: 30px;
  justify-content: space-around;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .x-axes-label-wrp {
    flex-direction: column;
    position: absolute;
    right: 5px;
    align-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 24%;
    text-align: center;
    width: 40px;
  }
}
@media (min-width: 600px) and (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .x-axes-label-wrp {
    right: 10%;
    width: 80px;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .x-axes-label-wrp .item {
    flex-basis: 135px;
    flex-shrink: 0;
    margin-left: -10px;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .x-axes-label-wrp .item .extra-bold {
    font-size: 12px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .x-axes-label-wrp.ftr {
  text-align: center;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .x-axes-label-wrp.ftr {
    left: 12px;
    top: 25%;
  }
}
@media (min-width: 600px) and (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .x-axes-label-wrp.ftr {
    left: 20%;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .x-axes-label-wrp.ftr .fs-12 {
    font-size: 10px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .graph-wrp {
  height: 280px;
  width: 100%;
  margin-top: 5px;
  position: relative;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .graph-wrp {
    height: 705px;
    width: 175px;
    margin: 0px auto;
    padding-top: 15px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .graph-wrp p {
  height: 280px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .graph-wrp p {
    height: 705px;
    width: 201px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .graph_footer {
  text-align: center;
  margin: 20px 0 25px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .graph_footer {
    position: absolute;
    top: 63%;
    transform: rotate(-90deg);
    left: -70px;
    margin: 0;
  }
}
@media (min-width: 600px) and (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .condor_chart_wrp .graph_footer {
    left: -10px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div {
  background-color: rgba(232, 238, 242, 0.7);
  padding: 2rem 4rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div {
    padding: 2rem 1rem;
    margin-top: 30px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls {
  background-color: #266972;
  border-radius: 10px;
  padding: 3rem 0;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls {
    padding: 2rem 1rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp {
  max-width: 815px;
  margin: 0 auto;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp * {
  color: #fff;
  font-family: "area-normal";
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .subhead_h2 {
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .subhead_h2 {
    text-align: left;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .para {
  text-align: center;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .para {
    text-align: left;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp {
    flex-direction: column;
    margin-top: 2.1rem;
  }
}
@media (min-width: 992px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .left-col .subhead_h3 {
    line-height: 28px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .left-col,
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .right-col {
  width: 48%;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .left-col,
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .right-col {
    width: 100%;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .left-col .row-wrp,
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .right-col .row-wrp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  min-width: 420px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .left-col .row-wrp,
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .right-col .row-wrp {
    flex-direction: column;
    min-width: unset;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .left-col .row-wrp:nth-child(2),
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .right-col .row-wrp:nth-child(2) {
    margin: 0;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .left-col .row-wrp .right,
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .right-col .row-wrp .right {
  padding-left: 2rem;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .left-col .row-wrp .right,
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .right-col .row-wrp .right {
    padding: 0;
    text-align: center;
    padding-top: 1rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .left-col .subhead_h3 {
  margin-bottom: 1rem;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .right-col {
    margin-top: 1rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .highlight-num {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-right: 3rem;
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .highlight-num {
    margin-right: 0;
    margin-top: 0;
    align-items: center;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .highlight-num .left {
  width: 58%;
  font-size: 62px;
  font-weight: 900;
  line-height: normal;
  color: #26d2b8;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .highlight-num .left {
    font-size: 49px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .highlight-num .right {
  width: 37%;
  font-size: 22px;
  line-height: 25px;
  color: #26d2b8;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .highlight-num .right {
    font-size: 18px;
    line-height: 23px;
    font-weight: 28px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .inform-guide {
  background-color: rgba(235, 238, 243, 0.6);
  padding-top: 4rem;
  margin-top: 4rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .inform-guide {
    padding-top: 2rem;
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .inform-guide .subhead_h3 {
  max-width: 680px;
  margin: 0 auto 3rem;
  text-align: center;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .inform-guide .subhead_h3 {
    width: 285px;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results {
  max-width: 1000px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results {
    padding: 0;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .subhead_h3 {
  max-width: 700px;
  margin: 5rem auto 0;
  text-align: center;
  font-weight: 800;
  font-size: 21px;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .subhead_h3 {
    margin-top: 2rem;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .col-wrp {
  margin: 4rem 0 3rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .col-wrp {
    margin: 2rem 0;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .col-wrp .card {
  background-color: #266972;
  border-radius: 10px;
  text-align: center;
  padding: 2rem 0;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .col-wrp .card {
    margin-bottom: 1rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .col-wrp .card p {
  color: #fff;
  margin: 0;
  line-height: 16px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .col-wrp .card p {
    font-size: 16px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .col-wrp .card p:nth-child(4) {
  font-weight: 400;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .col-wrp .card img {
  width: 44px;
  margin: 15px auto;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .perc_patient {
  width: 625px;
  margin: 0 auto 4rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .perc_patient {
    width: 100%;
    margin: 0 auto 3rem;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .perc_patient .transparent-bg {
  padding: 12px;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .perc_patient .wrp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .perc_patient .wrp {
    flex-direction: column;
    padding: 1.3rem 0;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .perc_patient .wrp .num {
  font-size: 58px;
  font-weight: 800;
  color: #2b8f97;
  font-family: "area-normal";
  line-height: 78px;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .perc_patient .wrp .text {
  width: 400px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .perc_patient .wrp .text {
    width: 100%;
    padding: 0px 0.5rem;
    text-align: center;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .perc_patient .wrp .text p {
  font-weight: 800;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .pylarify_results .perc_patient .wrp .text p {
    font-size: 17px;
    line-height: 24px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .note {
  margin: 0 2rem 1rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .note {
    margin: 0;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .note p.para1 {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .tabs-container .tabs-content .condor .note p.para1 {
    margin-bottom: 10px;
  }
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .note p.para2 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.hcp.diagnostic-performance .tabs-container .tabs-content .condor .note p.para3 {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 2px;
  font-weight: 400;
}
.hcp.diagnostic-performance .progress {
  background-color: #fff;
  /* Light teal background */
  height: 27px;
  border-radius: 5px;
}
.hcp.diagnostic-performance .progress-bar-1 {
  background: linear-gradient(to right, #003a3e, #256a66);
  height: 100%;
  transition: width 3s ease;
  background-image: url("/sites/default/files/2025-03/86%20PercentAsset.png");
  background-repeat: no-repeat;
  background-size: 86% 100%;
}
.hcp.diagnostic-performance .progress-bar-2 {
  background: linear-gradient(to right, #003a3e, #256a66);
  height: 100%;
  transition: width 3s ease;
  background-image: url("/sites/default/files/2025-03/14%20PercentAsset.png");
  background-repeat: no-repeat;
  background-size: 14% 100%;
}
.hcp.diagnostic-performance .reference-text {
  font-weight: 400;
}
.hcp.diagnostic-performance .clr-div {
  background-color: #3a9097;
}
.hcp.diagnostic-performance .increased-clarity {
  margin: 4rem 0 5rem;
}
.hcp.diagnostic-performance canvas {
  display: none;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .detection-rate {
    padding: 0;
  }
}
.hcp.diagnostic-performance .detection-rate .content-wrp {
  margin: 50px auto;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .detection-rate .content-wrp {
    margin: 32px auto 0;
  }
}
.hcp.diagnostic-performance .detection-rate .content-wrp .subhead_h3 {
  margin-bottom: 1rem;
  font-weight: 800;
}
@media (min-width: 992px) {
  .hcp.diagnostic-performance .detection-rate .content-wrp .subhead_h3 {
    font-size: 21px;
    line-height: 32px;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .clinical-text {
    font-size: 22px;
    line-height: 28px;
  }
}
.hcp.diagnostic-performance .dp-study-bg {
  margin-top: 4rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg.sec-graph {
    margin-top: 3rem;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg.sec-graph .container {
    padding: 0;
  }
}
.hcp.diagnostic-performance .dp-study-bg .subhead_h3 {
  margin-bottom: 1rem;
  font-weight: 800;
  font-size: 21px;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .subhead_h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.hcp.diagnostic-performance .dp-study-bg * {
  font-family: "area-normal";
}
.hcp.diagnostic-performance .dp-study-bg .content-wrp {
  margin: 0 auto;
}
.hcp.diagnostic-performance .dp-study-bg .callout-wrp {
  text-align: center;
  padding: 35px 6.5rem;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .callout-wrp {
    font-size: 14px;
    padding: 20px 1rem;
  }
}
.hcp.diagnostic-performance .dp-study-bg .chart_wrp {
  display: flex;
  flex-direction: row;
  margin: 40px 0;
  justify-content: space-evenly;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .chart_wrp {
    flex-direction: column;
  }
}
.hcp.diagnostic-performance .dp-study-bg .chart_wrp .title {
  text-align: center;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .chart_wrp .title {
    margin-bottom: 5px;
  }
}
.hcp.diagnostic-performance .dp-study-bg .chart_wrp .subtitle {
  text-align: center;
  color: #3d4041;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .chart_wrp .subtitle {
    margin-bottom: 5px;
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  .hcp.diagnostic-performance .dp-study-bg .chart_wrp .right .subtitle {
    font-size: 10px;
  }
}
.hcp.diagnostic-performance .dp-study-bg .chart_wrp .x-axes-label-wrp {
  display: flex;
  flex-direction: row;
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .chart_wrp .x-axes-label-wrp {
    flex-direction: column;
    position: absolute;
    right: 0;
    align-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 36%;
  }
}
@media (min-width: 600px) and (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .chart_wrp .x-axes-label-wrp {
    top: 30%;
    right: 10%;
  }
}
.hcp.diagnostic-performance .dp-study-bg .chart_wrp .x-axes-label-wrp .item {
  text-align: center;
  padding: 2px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .chart_wrp .x-axes-label-wrp .item {
    flex-basis: 55px;
    flex-shrink: 0;
  }
}
.hcp.diagnostic-performance .dp-study-bg .chart_wrp .x-axes-label-wrp .item .extra-bold {
  font-size: 21;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .chart_wrp .x-axes-label-wrp .item .extra-bold {
    font-size: 12px;
  }
}
.hcp.diagnostic-performance .dp-study-bg .chart_wrp .graph-wrp {
  width: 385px;
  height: 350px;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .chart_wrp .graph-wrp {
    height: 245px;
    width: 205px;
  }
}
@media (min-width: 600px) and (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .chart_wrp .graph-wrp {
    margin: 0 auto;
  }
}
.hcp.diagnostic-performance .dp-study-bg .chart_wrp .left {
  position: relative;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .chart_wrp .left {
    border-bottom: 1.5px solid #999;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.hcp.diagnostic-performance .dp-study-bg .chart_wrp .left:after {
  content: "";
  position: absolute;
  right: -24px;
  width: 2px;
  height: 498px;
  background-color: #b2b2b2;
  top: 0;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .chart_wrp .left:after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .chart_wrp .right {
    position: relative;
  }
}
.hcp.diagnostic-performance .dp-study-bg .chart_wrp .right .title {
  margin-left: 15px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .chart_wrp .right .title {
    margin: 0 auto 5px;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .chart_wrp .right .x-axes-label-wrp {
    top: 36%;
  }
}
@media (min-width: 600px) and (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-study-bg .chart_wrp .right .x-axes-label-wrp {
    top: 33%;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort-a .dp-study-bg .content-wrp h1.section_header {
    margin-bottom: 10px;
  }
}
.hcp.diagnostic-performance .cohort-a .dp-study-bg .chart_wrp {
  position: relative;
}
.hcp.diagnostic-performance .cohort-a .dp-study-bg .chart_wrp:after {
  content: "";
  position: absolute;
  bottom: 9px;
  width: 92%;
  height: 2px;
  background-color: #b2b2b2;
  left: 26px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort-a .dp-study-bg .chart_wrp:after {
    display: none;
  }
}
.hcp.diagnostic-performance .cohort-a h2.section_header_new,
.hcp.diagnostic-performance .cohort-b h2.section_header_new {
  margin-top: 50px;
  line-height: 36px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort-a h2.section_header_new,
  .hcp.diagnostic-performance .cohort-b h2.section_header_new {
    margin-bottom: 10px;
    line-height: 24px;
  }
}
.hcp.diagnostic-performance ul.legend {
  display: flex;
  list-style: none;
  width: 450px;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance ul.legend {
    width: 60%;
    flex-wrap: wrap;
  }
}
.hcp.diagnostic-performance ul.legend li {
  padding-left: 28px;
  font-weight: 700;
  position: relative;
  line-height: 18px;
  margin-left: 2px !important;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance ul.legend li {
    font-size: 10px;
    line-height: 25px;
    padding-left: 20px;
  }
}
.hcp.diagnostic-performance ul.legend li:before {
  font-size: 56px;
  left: 0;
  top: 3px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance ul.legend li:before {
    font-size: 44px;
  }
}
@supports (-webkit-touch-callout: none) {
  .hcp.diagnostic-performance ul.legend li:before {
    /* CSS specific to iOS devices */
    top: 0;
    line-height: 12px;
  }
}
.hcp.diagnostic-performance ul.legend li:nth-child(1):before {
  color: #5aa8ff;
}
.hcp.diagnostic-performance ul.legend li:nth-child(2):before {
  color: #0071eb;
}
.hcp.diagnostic-performance ul.legend li:nth-child(3):before {
  color: #0552a5;
}
.hcp.diagnostic-performance ul.legend li:nth-child(4):before {
  color: #00396c;
}
.hcp.diagnostic-performance #osprey-a-content ul.legend {
  display: flex;
  list-style: none;
  width: 400px;
  justify-content: space-between;
  float: right;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance #osprey-a-content ul.legend {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 991.98px) {
  .hcp.diagnostic-performance #osprey-a-content ul.legend {
    width: 400px;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance #osprey-a-content ul.legend li {
    font-size: 10px;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance #osprey-a-content ul.legend li:nth-child(1) {
    order: 1;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance #osprey-a-content ul.legend li:nth-child(2) {
    order: 2;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance #osprey-a-content ul.legend li:nth-child(3) {
    order: 3;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance #osprey-a-content ul.legend li:nth-child(4) {
    order: 4;
    padding-left: 20px;
  }
}
.hcp.diagnostic-performance #osprey-a-content .dp-study-bg .chart_wrp .title {
  max-width: 384px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance #osprey-a-content .dp-study-bg .chart_wrp .title {
    max-width: 335px;
    margin: 0 auto 5px;
  }
}
.hcp.diagnostic-performance .graph-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .graph-head {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .graph-head p.extra-bold {
    text-align: center;
  }
}
.hcp.diagnostic-performance .graph-head.chart2 {
  justify-content: flex-end;
}
.hcp.diagnostic-performance .cohort_b_chart_wrp {
  position: relative;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp .hcp.diagnostic-performance .graph-head.chart2 {
    margin-bottom: 35px;
  }
}
.hcp.diagnostic-performance .cohort_b_chart_wrp ul.legend.chart2 {
  width: 180px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp ul.legend.chart2 {
    justify-content: space-evenly;
    width: unset;
  }
}
@media (min-width: 600px) and (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp ul.legend.chart2 {
    width: 200px;
    justify-content: space-around;
    margin: 0 auto 1rem;
  }
}
.hcp.diagnostic-performance .cohort_b_chart_wrp ul.legend.chart2 li {
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp ul.legend.chart2 li {
    font-size: 12px;
  }
}
.hcp.diagnostic-performance .cohort_b_chart_wrp ul.legend.chart2 li:nth-child(1):before {
  color: #AD33E5;
}
.hcp.diagnostic-performance .cohort_b_chart_wrp ul.legend.chart2 li:nth-child(2):before {
  color: rgb(103, 63, 119);
}
.hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp {
  display: flex;
  flex-direction: row;
  margin-left: 30px;
  justify-content: space-around;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp {
    flex-direction: column;
    position: absolute;
    right: -12px;
    align-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 18%;
  }
}
@media (min-width: 600px) and (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp {
    right: 15%;
  }
}
.hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp.ftr {
  text-align: center;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp.ftr {
    left: -50px;
    top: 22%;
  }
}
@media (min-width: 600px) and (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp.ftr {
    left: 10%;
  }
}
.hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp.ftr .item {
  width: 25%;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp.ftr .item {
    flex-basis: 114px;
    margin-left: -10px;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp.ftr .item:nth-child(1) {
    flex-basis: 106px;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp.ftr .item:nth-child(2) .inner {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp.ftr .item:nth-child(2) .inner .fs-9 {
    flex-basis: 35px;
  }
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp.ftr .item:nth-child(2) {
    flex-basis: 135px;
  }
}
.hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp.ftr .item .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp .item-bar {
  display: flex;
  flex-direction: row;
  text-align: center;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp .item-bar {
    flex-direction: column;
    flex-basis: 117px;
    width: 50px;
  }
}
.hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp .item-bar:last-child .item {
  margin: 0px 18px;
}
.hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp .item-bar .item {
  margin: 0 15px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp .x-axes-label-wrp .item-bar .item {
    margin: 0 !important;
    flex-basis: 44px;
  }
}
.hcp.diagnostic-performance .cohort_b_chart_wrp .graph-wrp {
  width: 100%;
  height: 280px;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp .graph-wrp {
    height: 500px;
    width: 205px;
    margin: 0 auto;
  }
}
.hcp.diagnostic-performance .cohort_b_chart_wrp .graph-wrp p {
  height: 280px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .cohort_b_chart_wrp .graph-wrp p {
    height: 500px;
    width: 205px;
  }
}
.hcp.diagnostic-performance .study-design-footer-banner {
  background-image: url("/sites/default/files/2024-08/Study%20Design%20CTA_0.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  position: relative;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .study-design-footer-banner {
    background-image: none;
    min-height: unset;
    padding: 20px;
  }
}
.hcp.diagnostic-performance .study-design-footer-banner a {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  top: 40%;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .study-design-footer-banner a {
    position: relative;
    width: 100%;
  }
}
.hcp.diagnostic-performance .y-axes-label {
  position: absolute;
  transform: rotate(270deg);
  left: 4rem;
  top: 0;
  bottom: 0;
  margin: auto auto;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .y-axes-label {
    transform: none;
    top: -20px;
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .hcp.diagnostic-performance .condor-study .definition_block span {
    padding: 30px 12rem;
  }
}
.hcp.diagnostic-performance .condor-study .definition_block span,
.hcp.diagnostic-performance .cohort-a .definition_block span,
.hcp.diagnostic-performance .cohort-b .definition_block span {
  max-width: 810px;
  margin: 0px auto;
}
.hcp.diagnostic-performance .dp-footer-banner .callout_block {
  bottom: unset;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-footer-banner .callout_block {
    max-width: 315px;
  }
}
.hcp.diagnostic-performance .dp-footer-banner .callout_block span.arrow-wrp {
  right: 7px;
}
@media (max-width: 991.98px) {
  .hcp.diagnostic-performance .dp-footer-banner .callout_block span.arrow-wrp {
    right: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .mac-os.hcp.diagnostic-performance ul.legend li:before {
    top: -7px;
  }
}
@media only screen and (min-width: 1200px) {
  .mac-os.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .highlight-num {
    align-items: center;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .mac-os.hcp.diagnostic-performance .tabs-container .tabs-content .condor.number-two-col-div .wrp-cls .inner-wrp .two-col-wrp .highlight-num .left {
    line-height: 30px;
  }
}

.hcp.patient-impact .hero_banner .video_wrp .blue-overlay.content_wrp:after {
  width: 38%;
  max-width: 550px;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact .hero_banner .video_wrp .blue-overlay.content_wrp:after {
    width: 70%;
    max-width: 280px;
  }
}
@media (max-width: 991.98px) {
  .hcp.patient-impact .hero_banner .coh-video .mejs__container:not(.mejs__container-fullscreen) video {
    object-position: left;
    object-fit: cover;
    height: 335px !important;
  }
}
@media (max-width: 991.98px) {
  .hcp.patient-impact .glass-edge-bg {
    margin-top: 5px;
  }
}
@media (max-width: 991.98px) {
  .hcp.patient-impact .definition_block {
    margin-top: 2rem;
  }
}
.hcp.patient-impact .footer_banner .video_wrp .blue-overlay.content_wrp:after {
  width: 95%;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact .footer_banner .video_wrp .blue-overlay.content_wrp:after {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .hcp.patient-impact .footer_banner .video_wrp .blue-overlay.content_wrp p {
    width: 770px;
  }
}
@media (min-width: 992px) and (max-width: 1219.98px) {
  .hcp.patient-impact .footer_banner .video_wrp .blue-overlay.content_wrp p {
    width: 550px;
  }
}
.hcp.patient-impact .video-component.two-columns {
  margin: 0 0;
  padding: 4rem 0;
  background-image: url("/sites/default/files/2025-04/bg_video_patient_impact.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact .video-component.two-columns {
    padding: 2rem 1rem 1rem;
    background-image: url("/sites/default/files/2025-03/glass_background_mobile_patient_impact_0.jpg");
  }
}
.hcp.patient-impact .video-component.two-columns .head-vid {
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact .video-component.two-columns .head-vid {
    line-height: 26px;
  }
}
.hcp.patient-impact section.section-2 .container {
  margin: 3rem auto 5rem;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact section.section-2 .container {
    margin: 2rem auto 3rem;
  }
}
.hcp.patient-impact section.section-2 .container .coh-style-transparent-bg-btn {
  font-weight: 800;
}
@media (min-width: 992px) {
  .hcp.patient-impact section.section-2 .container .coh-style-transparent-bg-btn {
    padding-top: 16px;
    padding-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .hcp.patient-impact section.section-2 .container .coh-style-transparent-bg-btn:after {
    top: calc(50% - 0.6rem);
  }
}
.hcp.patient-impact section.section-2 .h1 {
  margin-bottom: 1.5rem;
}
.hcp.patient-impact section.section-3.clear-path {
  background-image: url("/sites/default/files/2025-03/patient_paul.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 850px;
  padding: 5rem 0;
  background-position: 70% 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact section.section-3.clear-path {
    height: unset;
    background: none;
    background-color: #00396c;
    padding: 3rem 0 0;
  }
}
.hcp.patient-impact section.section-3.clear-path .container {
  z-index: 9;
  position: relative;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact section.section-3.clear-path .container {
    padding: 0 25px;
  }
}
.hcp.patient-impact section.section-3.clear-path .container .column_wrp {
  display: block;
  width: 100%;
  max-width: 820px;
}
.hcp.patient-impact section.section-3.clear-path .actor-name-band {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 330px;
  padding: 10px 30px 0;
  display: block;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact section.section-3.clear-path .actor-name-band {
    bottom: 110px;
    width: 210px;
  }
}
@media (min-width: 992px) and (max-width: 1219.98px) {
  .hcp.patient-impact section.section-3.clear-path .actor-name-band {
    width: 260px;
  }
}
.hcp.patient-impact section.section-3.clear-path .actor-name-band:before {
  content: "";
  background-color: rgba(0, 57, 108, 0.9);
  width: 360px;
  height: 62px;
  display: block;
  position: absolute;
  z-index: 1;
  right: -9px;
  top: 0;
  transform: skew(165deg);
}
@media (max-width: 991.98px) {
  .hcp.patient-impact section.section-3.clear-path .actor-name-band:before {
    transform: skew(165deg);
    width: 225px;
  }
}
@media (min-width: 992px) and (max-width: 1219.98px) {
  .hcp.patient-impact section.section-3.clear-path .actor-name-band:before {
    width: 270px;
  }
}
.hcp.patient-impact section.section-3.clear-path .actor-name-band p {
  color: #fff;
  margin: 0;
  z-index: 9;
  position: relative;
  line-height: 22px;
}
.hcp.patient-impact section.section-3.clear-path .actor-name-band p.name {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact section.section-3.clear-path .actor-name-band p.name {
    font-size: 16px;
  }
}
.hcp.patient-impact section.section-3.clear-path .actor-name-band p.note {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact section.section-3.clear-path .actor-name-band p.note {
    font-size: 12px;
  }
}
.hcp.patient-impact section.section-3.clear-path:before {
  content: "";
  background-color: rgba(0, 57, 108, 0.9);
  position: absolute;
  width: 80%;
  height: 100%;
  top: 0;
  z-index: 4;
  transform: skew(170deg);
  left: -110px;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact section.section-3.clear-path:before {
    content: none;
  }
}
@media (min-width: 992px) and (max-width: 1219.98px) {
  .hcp.patient-impact section.section-3.clear-path:before {
    width: 87%;
  }
}
.hcp.patient-impact section.section-3.clear-path h2 {
  color: #fff;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact section.section-3.clear-path h2 {
    margin-bottom: 1rem;
  }
}
.hcp.patient-impact section.section-3.clear-path .coh-column:first-child {
  border-right: 2px solid #fff;
  padding: 30px 32px 30px 15px;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact section.section-3.clear-path .coh-column:first-child {
    border-bottom: 2px solid #fff;
    border-right: none;
    padding: 10px;
    padding-bottom: 1.5rem;
  }
}
.hcp.patient-impact section.section-3.clear-path .coh-column:nth-child(2) {
  padding: 30px 40px 30px 40px;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact section.section-3.clear-path .coh-column:nth-child(2) {
    padding: 10px;
    margin-top: 2.5rem;
  }
}
.hcp.patient-impact section.section-3.clear-path .coh-column .card-title {
  color: #26d2b8;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact section.section-3.clear-path .coh-column .card-title {
    justify-content: flex-start;
  }
}
.hcp.patient-impact section.section-3.clear-path .coh-column .card-title .perc {
  font-size: 60px;
  line-height: 32px;
  font-family: "area-normal";
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact section.section-3.clear-path .coh-column .card-title .perc {
    font-size: 52px;
  }
}
.hcp.patient-impact section.section-3.clear-path .coh-column .card-title .pat_num {
  font-size: 23px;
  line-height: 26px;
  font-family: "area-normal";
  font-weight: 800;
  margin-left: 2rem;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact section.section-3.clear-path .coh-column .card-title .pat_num {
    font-size: 18px;
    line-height: 21px;
  }
}
.hcp.patient-impact section.section-3.clear-path .coh-column .sub-text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "area-normal";
  line-height: 28px;
  margin: 10px 0 20px;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact section.section-3.clear-path .coh-column .sub-text {
    font-size: 18px;
    line-height: 24px;
  }
}
.hcp.patient-impact section.section-3.clear-path .coh-column p {
  color: #fff;
}
.hcp.patient-impact section.section-3.clear-path .footer-text {
  width: 63%;
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
@media (max-width: 991.98px) {
  .hcp.patient-impact section.section-3.clear-path .footer-text {
    width: 100%;
    margin-top: 1rem;
  }
}
.hcp.patient-impact section.section-3.clear-path .footer-text p {
  color: #fff;
  margin: 0;
}
.hcp.patient-impact section.section-3.clear-path .img-wrp {
  position: relative;
}
.hcp.patient-impact section.section-3.clear-path .img-wrp:before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 15%, 0 100%);
  height: 82px;
  width: 100%;
  top: 0;
  z-index: 9;
  background-color: #00396c;
}

.hcp.study-design .hero_banner .video_wrp .blue-overlay.content_wrp:after {
  width: 65%;
  max-width: 350px;
}
@media (min-width: 992px) {
  .hcp.study-design .hero_banner .video_wrp .blue-overlay.content_wrp:after {
    width: 70%;
    max-width: 375px;
  }
}
.hcp.study-design .hero_banner .video_wrp .blue-overlay.content_wrp:after .coh-paragraph.h3 {
  font-weight: 700;
}
.hcp.study-design .bg-cls {
  background-image: url("/sites/default/files/2025-03/glass_background_desktop_study_designs.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 0 2rem;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls {
    background-image: url("/sites/default/files/2025-03/glass_background_mobile_study_designs_0.jpg");
    padding: 0 0 4rem;
  }
}
.hcp.study-design .bg-cls .tabs-container {
  background: linear-gradient(180deg, rgba(217, 226, 234, 0.7) 25%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.7) 80%);
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-container {
    top: 40px;
    background: rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-container .tabs-navigation {
    margin: 11px;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-container .tabs-navigation .coh-link {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .hcp.study-design .bg-cls .tabs-container .tabs-navigation .nav {
    gap: 11.5rem;
  }
}
.hcp.study-design .bg-cls .nav_container {
  margin: 4rem auto;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .nav_container {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0rem auto;
  }
}
.hcp.study-design .bg-cls .tabs-content .tabs-footer {
  height: 120px;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .card p {
    margin-bottom: 0;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content {
  margin: 3rem 3rem;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content {
    margin: 2rem 1.2rem;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content h2 {
  margin: 0;
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .study-design-text {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .study-design-text {
    margin-bottom: 0.1rem;
    font-size: 12px;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .para-col {
  padding-left: 12px;
  padding-right: 12px;
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .para-col p {
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .para-col p {
    margin-bottom: 1.1rem;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a hr {
  border-color: #abb4ba;
  border: 1px solid #abb4ba;
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .grid-container {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .grid-container {
    margin-top: 20px;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .osprey-p-head {
  color: #0552a5;
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .custom-list {
    flex-direction: column;
    margin-top: 10px;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .custom-list li {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .custom-list li {
    margin-top: 5px;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .custom-list .w-50 {
    width: 100% !important;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .primary-ul {
  display: flex;
}
@media (min-width: 992px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .primary-ul {
    gap: 2.2rem;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .primary-ul li {
  padding-left: 38px;
}
@media (min-width: 992px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .primary-ul li {
    padding-left: 42px;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .primary-ul li::before {
  left: 15px;
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .ul-style {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .ul-style {
    display: grid;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .ul-style li {
  padding-left: 42px;
}
@media (min-width: 992px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .ul-style li {
    width: 34%;
    display: block;
    float: left;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .ul-style li {
    padding-left: 38px;
  }
}
@media (min-width: 992px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .ul-style li:nth-child(2),
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .ul-style li:nth-child(4) {
    width: 60%;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .ul-style li:nth-child(1) {
    order: 1;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .ul-style li:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .ul-style li:nth-child(3) {
    order: 2;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .ul-style li:nth-child(4) {
    order: 4;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .ul-style li::before {
  left: 15px;
  top: -2px;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .card .ul-style li::before {
    left: 14px;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .transparent-bg {
  padding: 30px 29px;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .transparent-bg {
    padding: 30px 25px;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .second_card {
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a span .subhead_h2 {
    margin-top: 5rem !important;
    font-weight: 800;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container {
  justify-content: space-evenly;
  margin-top: 30px;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container {
    margin-top: 24px;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-green {
  border: 1px solid #d1d1d1;
  border-collapse: separate;
  border-spacing: 0;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-green {
    margin-bottom: 0;
    width: 100%;
    max-width: 310px;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-green thead {
  background-color: #0552a5 !important;
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-green thead tr th:nth-child(1) {
  width: 307px;
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-green thead tr th {
  background-color: #0552a5 !important;
  padding: 8px;
  padding-bottom: 2px;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-green thead tr th {
    padding: 10px 8px 6px;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-green thead tr th p {
  background-color: #0552a5 !important;
  text-align: left;
  margin-left: 22px;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-green thead tr th p {
    font-size: 12px;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-green tbody tr.dark {
  background-color: whitesmoke;
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-green tbody tr.dark p {
  font-weight: 700;
}
@media (min-width: 992px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-green tbody tr.dark p {
    font-size: 14px;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-green tbody tr.dark .left {
  width: 70%;
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-green tbody tr.dark .left p {
  margin-left: 22px;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-2 thead tr th {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-2 tbody tr.dark td.left {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-3 thead tr th {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-3 tbody tr.dark .left-indent {
  margin-left: 2.5rem !important;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-a .footnote-text {
    margin-top: 30px;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-b .robust-text {
  margin-bottom: 2rem;
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-b .osprey-b-container {
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-b .osprey-b-container {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-b .osprey-b-container .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-b .osprey-b-container .col-lg-12 .transparent-bg {
    padding: 20px 20px;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-b .osprey-b-container .card {
    margin-top: 1.5rem;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-b .osprey-b-container .card .fs-12 {
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-b .osprey-b-container .card .fs-12 {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-b .osprey-b-container .card .fs-12 sup {
    top: -0.25rem;
    font-size: 85%;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-b .osprey-b-container .card p {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-b .osprey-b-container .card.first-card {
    margin-top: 0.4rem;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-b .osprey-b-container .col-lg-4.mb-4 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-b .osprey-b-container .col-lg-4.mb-4 .transparent-bg {
    padding: 20px 20px;
  }
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-b .osprey-b-container .p-osprey-b {
  color: #59306a;
  font-size: 18px;
  font-weight: 800;
}
.hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-b .osprey-b-container li {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .tab-pane-content .osprey-b .osprey-b-container .secondary-p {
    margin-top: 14px;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content {
  margin: 0;
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-top {
  padding: 1.7rem 3rem;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-top {
    padding: 1.2rem 1.2rem;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-top .card-container {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-top .card-container {
    margin-top: 0;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-top .card-container .col-lg-4 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-top .card-container .col-lg-4 .transparent-bg {
    padding: 20px 34px;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-top .card-container .transparent-bg {
  padding: 30px 25px;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-top .card-container .transparent-bg {
    padding: 30px 21px;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-top .card-container .second_card {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-top .card-container .vertex-text {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-top .card-container .single-card.transparent-bg {
    padding: 30px 38px;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-top .card-container .single-card.transparent-bg .fs-12 {
    margin-top: 10px;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-top .card-container p {
  margin-bottom: 0.4rem;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-top .card-container .card {
    margin-top: 1.5rem;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-top .card-container .card .p-head {
  color: #009688;
  font-size: 18px;
  font-weight: 800;
}
@media (min-width: 992px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-top .card-container .card .footnote-text {
    margin-top: 1rem;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-teal {
  padding: 3.9rem 3.5rem;
  background: #276b74;
}
@media (min-width: 992px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-teal {
    padding-bottom: 3.4rem;
    margin-top: 1rem;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-teal {
    padding: 2.3rem 1.2rem;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-teal .teal-section .reference-truth {
  color: #ffffff;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-teal .teal-section .reference-truth {
    font-weight: 800;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-teal .teal-section p {
  color: #ffffff;
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-teal .teal-section ul {
  padding-left: 0;
  margin-bottom: 20px;
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-teal .teal-section ul li::before {
  content: "" !important;
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-teal .teal-section ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-teal .teal-section ul li {
    padding-left: 0;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-teal .teal-section ul li .number {
  font-size: 21px;
  font-weight: 800;
  margin-right: 12px;
  color: white;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-teal .teal-section ul li .number {
    font-size: 18px;
    font-weight: 800;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-teal .teal-section ul li .text {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 1199.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-teal .teal-section ul li .text {
    font-size: 15px;
    line-height: 1.4;
    color: white;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-teal .footnote-text {
  color: white;
}
@media (max-width: 1199.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-teal .footnote-text {
    line-height: 18px;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom {
  padding: 3.5rem 2rem;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom {
    padding: 2.2rem 1.3rem;
    padding-bottom: 0.2rem;
  }
}
@media (min-width: 992px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom {
    padding-bottom: 3rem;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom h2 {
    margin-bottom: 1rem;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom .condor-table div {
  width: 31.5%;
}
@media (max-width: 1199.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom .condor-table div {
    width: 100%;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom .condor-table {
  justify-content: space-around;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom .condor-table {
    justify-content: center;
    flex-direction: column;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom .condor-table .table-green {
  border: 1px solid #d1d1d1;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom .condor-table .table-green thead tr th {
  padding: 8px;
  padding-bottom: 2px;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom .condor-table .table-green thead tr th {
    padding: 8px 8px 4px;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom .condor-table .table-green thead tr th p {
  text-align: left;
  margin-left: 1.5rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom .condor-table .table-green thead tr th p {
    font-size: 12px;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom .condor-table .table-green tbody tr {
  background-color: transparent;
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom .condor-table .table-green tbody tr td p {
  margin-left: 1.5rem;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom .condor-table .table-1 {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom .condor-table .table-2 thead tr th {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
.hcp.study-design .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom .condor-table .table-2 tbody tr td.left {
  width: 75%;
}
@media (min-width: 992px) {
  .hcp.study-design .bg-cls .tabs-content #osprey-a-content .tab-pane-content {
    margin-bottom: 1rem;
  }
}
.hcp.study-design .bg-cls .tabs-content #osprey-a-content .transparent-bg,
.hcp.study-design .bg-cls .tabs-content #condor-content .transparent-bg,
.hcp.study-design .bg-cls .tabs-content #osprey-b-content .transparent-bg {
  background: linear-gradient(303.38deg, rgba(255, 255, 255, 0.85) 17.73%, rgba(244, 246, 247, 0.75) 32.31%, rgba(255, 255, 255, 0.85) 43.41%, rgba(255, 255, 255, 0.85) 49.34%, rgba(244, 246, 247, 0.75) 56.04%, rgba(244, 246, 247, 0.75) 75.08%, rgba(255, 255, 255, 0.85) 82.27%);
}
@media (min-width: 992px) {
  .hcp.study-design .bg-cls .tabs-content #osprey-b-content .transparent-bg {
    padding: 20px 24px;
  }
}
.hcp.study-design .bg-cls .tabs-content .reference-section {
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .hcp.study-design .bg-cls .tabs-content .reference-section {
    padding: 2rem 1rem;
    line-height: 18px;
  }
}
.hcp.study-design.mac-os .bg-cls .tabs-content #condor-content .tab-pane-content .condor .section-bottom .condor-table .table-green thead tr th,
.hcp.study-design.mac-os .bg-cls .tabs-content .tab-pane-content .osprey-a .table-container .table-green thead tr th {
  padding: 8px 8px 9px;
}

.hcp.safety .hero_banner .video_wrp .blue-overlay.content_wrp:after {
  width: 52%;
  max-width: 535px;
}
@media (max-width: 991.98px) {
  .hcp.safety .hero_banner .video_wrp .blue-overlay.content_wrp:after {
    width: 70%;
    max-width: 275px;
  }
}
.hcp.safety .main-container {
  background-image: url("/sites/default/files/2025-03/glass_background_desktop_safety.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .hcp.safety .main-container {
    background-image: url("/sites/default/files/2025-03/glass_background_mobile_safety.jpg");
  }
}
@media (max-width: 991.98px) {
  .hcp.safety .main-container .safety-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 991.98px) {
  .hcp.safety .section-1 {
    padding: 2rem 0;
  }
}
@media (max-width: 991.98px) {
  .hcp.safety .section-1 .section_header {
    font-size: 22px;
    line-height: 28px;
  }
}
.hcp.safety .section-1 .across-multiple-studies {
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .hcp.safety .section-1 .across-multiple-studies {
    margin-bottom: 0;
  }
}
.hcp.safety .section-1 .table-new {
  display: flex;
  width: 800px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .hcp.safety .section-1 .table-new {
    width: 100%;
    margin-top: 27px;
  }
}
@media (max-width: 991.98px) {
  .hcp.safety .section-1 .table-new .subhead_h3 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .hcp.safety .section-1 .table-new .fs-l-bold {
    font-size: 18px;
  }
}
.hcp.safety .section-1 .table-new .table-green {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  border-collapse: separate;
  border-spacing: 0;
}
@media (max-width: 991.98px) {
  .hcp.safety .section-1 .table-new .table-green p {
    font-size: 12px !important;
  }
}
.hcp.safety .section-1 .table-new .table-green thead tr th:nth-child(1) {
  width: 204px;
}
@media (max-width: 991.98px) {
  .hcp.safety .section-1 .table-new .table-green thead tr th:nth-child(1) {
    width: 340px;
  }
}
.hcp.safety .section-1 .table-new .table-green thead tr th:nth-child(2) {
  width: 204px;
}
.hcp.safety .section-1 .table-new .table-green thead tr th p {
  font-size: 16px;
  margin-left: 10px;
}
.hcp.safety .section-1 .table-new .table-green tbody tr.dark {
  background-color: #f2f5f7;
}
.hcp.safety .section-1 .table-new .table-green tbody tr.dark td.left p {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .hcp.safety .section-1 .table-new .table-green tbody tr.dark td.left p {
    font-weight: 800;
  }
}
.hcp.safety .section-1 .footnote-text {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .hcp.safety .section-1 .footnote-text {
    line-height: 18px;
  }
}
.hcp.safety .bg-section {
  padding: 5rem 0;
}
@media (max-width: 991.98px) {
  .hcp.safety .bg-section {
    padding: 1.5rem 0 2rem;
  }
}
@media (min-width: 992px) {
  .hcp.safety .fs-12 {
    font-size: 18px;
    line-height: 26px;
  }
}
.hcp.safety .blue-footer {
  background-color: #00396c;
  text-align: center;
  padding: 60px 20px;
}
@media (max-width: 991.98px) {
  .hcp.safety .blue-footer {
    padding: 50px 20px;
  }
}
.hcp.safety .blue-footer .blue-footer-p {
  font-weight: 800;
  color: #ffffff;
  font-size: 21px;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .hcp.safety .blue-footer .blue-footer-p {
    font-size: 16px;
    line-height: 24px;
    max-width: 330px;
    margin: 0 auto;
  }
}
.hcp.safety .blue-footer .coh-link {
  margin: 30px auto 0;
  width: fit-content;
}