@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", 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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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;
}

.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: 1024px;
  }
}

.row {
  display: flex;
  flex: 1 0 100%;
  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.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.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.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@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.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .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.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@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.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .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.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@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.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .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.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@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.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .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.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

[x-cloak] {
  display: none !important;
}

.container {
  position: relative;
}

@media (min-width: 768px) {
  .container {
    padding: 0;
  }
}

.section {
  margin: 0 auto;
  padding: 24px 0;
}

@media (min-width: 992px) {
  .section {
    width: 75%;
  }
}

@media (max-width: 767.98px) {
  .section {
    padding: 12px 0;
  }
}

.col-md-6 .section {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container-full .section {
  width: 100% !important;
}

.container-page-width {
  width: 100% !important;
}

.container-page-width .container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.container-page-width .container .section {
  width: 100% !important;
  max-width: 100% !important;
}

.container-50 .section {
  margin: 0 auto;
  padding: 12px;
}

@media (min-width: 992px) {
  .container-50 .section {
    width: 50% !important;
  }
}

.w-full {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .w-full {
    width: 100%;
  }
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.margin-bottom-36 {
  margin-bottom: 36px;
}

.margin-top-12 {
  margin-top: 12px;
}

.margin-top-24 {
  margin-top: 24px;
}

.margin-top-36 {
  margin-top: 36px;
}

.margin-x-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.margin-x-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.job-code {
  margin: 30px 0;
}

.page-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1450px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home-page .image-container {
    margin-top: 50%;
  }
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  grid-auto-flow: row;
}

.grid .hcp-grid {
  -ms-grid-column: 2 !important;
}

.grid-25-25-50 {
  -ms-grid-columns: 1fr 1fr 2fr;
  grid-template-columns: 1fr 1fr 2fr;
}

.grid-25-25-50 :nth-child(1) {
  -ms-grid-column: 1;
}

.grid-25-25-50 :nth-child(2) {
  -ms-grid-column: 2;
}

.grid-25-25-50 :nth-child(3) {
  -ms-grid-column: 3;
}

.grid-75-25 {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.grid-75-25 :nth-child(1) {
  -ms-grid-column: 1;
}

.grid-75-25 :nth-child(2) {
  -ms-grid-column: 2;
}

.grid-2 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.grid-2 :nth-child(1) {
  -ms-grid-column: 1;
}

.grid-2 :nth-child(2) {
  -ms-grid-column: 2;
}

.grid-3 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.grid-3 :nth-child(1) {
  -ms-grid-column: 1;
}

.grid-3 :nth-child(2) {
  -ms-grid-column: 2;
}

.grid-3 :nth-child(3) {
  -ms-grid-column: 3;
}

.grid-4 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .grid-4 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.grid-4 :nth-child(1) {
  -ms-grid-column: 1;
}

.grid-4 :nth-child(2) {
  -ms-grid-column: 2;
}

.grid-4 :nth-child(3) {
  -ms-grid-column: 3;
}

.grid-4 :nth-child(4) {
  -ms-grid-column: 4;
}

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  position: relative;
}

p {
  font-family: "proxima-nova", sans-serif;
  margin: 0;
  color: #1D1D1D;
  line-height: 1.2;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
  word-break: break-word;
}

@media (min-width: 768px) {
  p {
    font-size: 19px;
    line-height: 25px;
  }
}

p a {
  font-family: "proxima-nova", sans-serif;
  margin: 0;
  color: #1D1D1D;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
}

@media (min-width: 768px) {
  p a {
    font-size: 19px;
    line-height: 25px;
  }
}

h1,
h2,
h3,
h4 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  color: #1D1D1D;
  margin-bottom: 12px;
}

h1 p,
h2 p,
h3 p,
h4 p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 24px;
}

.text-lg {
  font-size: 26px;
  font-family: "proxima-nova", sans-serif;
  line-height: 28px;
}

.text-lg p {
  font-size: 22px;
}

.font-text {
  font-family: "proxima-nova", sans-serif;
}

.font-heading {
  font-family: "acumin-pro-extra-condensed", sans-serif;
}

.text-lg h2 {
  font-size: 30px;
  line-height: 36px;
}

.text-bold {
  font-weight: bold;
}

.text-sm,
.reporting-sm p {
  font-size: 12px;
  line-height: 18px;
}

.text-sm p,
.reporting-sm p p,
.text-sm a,
.reporting-sm p a {
  font-size: 12px;
}

.text-md {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .text-md {
    font-size: 16px;
    line-height: 22px;
  }
}

.text-dop {
  font-size: 12px;
  text-align: center !important;
  margin: 50px 0;
}

.title-38,
.title-30,
.title-30 p {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: bold;
  color: #1A8932;
  line-height: 38px;
  font-size: 38px;
  letter-spacing: 0.3px;
}

.title-subheading {
  font-family: "acumin-pro-extra-condensed", sans-serif;
}

.title-30,
.title-30 p {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0;
}

.text-center {
  text-align: center;
}

.text-cl-primary,
.text-cl-primary h2,
.text-cl-primary h3,
.text-cl-primary p {
  color: #1D1D1D;
  font-family: "proxima-nova", sans-serif;
}

.text-cl-secondary,
.text-cl-secondary h2,
.text-cl-secondary h3,
.text-cl-secondary p {
  color: #1A8932;
}

.text-cl-tertiary,
.text-cl-tertiary h2,
.text-cl-tertiary h3,
.text-cl-tertiary p {
  color: #E06014;
  font-family: "proxima-nova", sans-serif;
}

.text-cl-tertiary hr {
  background-color: #E06014;
  height: 3px;
  border: none;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .text-cl-tertiary hr {
    margin-top: 35px;
  }
}

ul {
  margin: 24px auto;
  padding: 0 12px;
  list-style: none;
}

ul li {
  position: relative;
  line-height: 20px;
  margin: 12px;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
}

ul li::before {
  content: "\2022";
  font-weight: bold;
  color: #1A8932;
  width: 1em;
  position: absolute;
  margin-left: -15px;
  margin-top: -2px;
}

@media (min-width: 768px) {
  ul li {
    font-size: 19px;
    line-height: 25px;
  }

  ul li::before {
    margin-left: -20px;
  }
}

ol {
  padding: 0 12px;
}

ol li {
  margin: 0 24px;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 6px 0 6px;
}

@media (min-width: 768px) {
  ol li {
    font-size: 19px;
    line-height: 25px;
  }
}

#ccc,
#ccc-title,
#ccc h3 {
  font-family: "proxima-nova", sans-serif !important;
}

#ccc-icon.ccc-icon--dark {
  fill: #1d1d1d !important;
}

.card {
  padding: 48px 58px;
  background-color: #EBEBEB;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .card {
    padding: 24px;
  }
}

.card .btn + .btn {
  margin-top: 12px;
}

@media (min-width: 992px) {
  .card .btn + .btn {
    margin-left: 12px;
    margin-top: 0;
  }
}

.card.card-icon {
  display: block;
}

.card.card-icon img {
  width: 125px;
  height: 110px;
}

.card.card-icon .card-number {
  font-size: 32px;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .card {
    padding: 24px 20px;
  }
}

.card .text-lg {
  width: 100%;
}

.card-xl {
  padding: 24px;
}

@media (min-width: 992px) {
  .card-xl {
    padding: 48px;
  }
}

.card-arrow {
  position: relative;
}

.card-arrow::after {
  content: " ";
  width: 60px;
  height: 37px;
  position: absolute;
  top: 45%;
  right: -55px;
  background: url("/build/img/hcp/icons/green/hcp-arrow.svg") center no-repeat;
  top: 100%;
}

@media (max-width: 991.98px) {
  .card-arrow::after {
    left: 0;
    right: 0;
    margin: auto;
    background: none !important;
    transform: rotate(90deg);
  }
}

@media (min-width: 992px) {
  .card-arrow::after {
    top: 45%;
    right: -55px;
  }
}

.card-arrow:nth-child(1) {
  z-index: 90;
}

.card-arrow:nth-child(2) {
  z-index: 80;
}

.card-arrow:nth-child(3) {
  z-index: 70;
}

.card-arrow:nth-child(4) {
  z-index: 60;
}

.card-arrow:nth-child(5) {
  z-index: 50;
}

.card-arrow:nth-child(6) {
  z-index: 40;
}

.card-arrow:nth-child(7) {
  z-index: 30;
}

.card-arrow:nth-child(8) {
  z-index: 20;
}

.card-arrow:nth-child(9) {
  z-index: 10;
}

.card-arrow:nth-child(10) {
  z-index: 0;
}

.card-number {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  color: #E06014;
  font-weight: bold;
  font-size: 90px;
  line-height: 108px;
}

.dosing-number {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  color: #E06014;
  font-weight: bold;
  font-size: 30px;
  line-height: 16px;
  margin: 24px 0;
}

.col-md-6 .card {
  padding: 48px 24px;
}

.card-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.card-secondary {
  background-color: #1A8932;
}

.card-secondary h2,
.card-secondary .link {
  font-size: 35px;
  line-height: 36px;
  color: white !important;
}

.card-secondary p,
.card-secondary .link {
  color: white !important;
  font-size: 16px;
}

.card-secondary .link::after {
  background: url("/build/img/hcp/icons/white/up_arrow.svg") center no-repeat;
  position: absolute;
  top: 5px;
}

.card-promo {
  background-color: #D4F2D9;
  padding: 24px;
  font-size: 30px;
  line-height: 1.1;
}

.card-promo h2,
.card-promo .link {
  color: #1A8932 !important;
  margin-bottom: 24px;
}

.card-promo .link::after {
  background: url("/build/img/hcp/icons/white/up_arrow.svg") center no-repeat;
}

.card-tertiary {
  background-color: #E06014;
}

.card-tertiary h2,
.card-tertiary p,
.card-tertiary .link {
  color: white !important;
}

.card-tertiary .link::after {
  background: url("/build/img/hcp/icons/white/up_arrow.svg") center no-repeat;
}

.icon {
  display: flex;
  align-items: center;
}

.icon p {
  margin: 0;
  font-size: 16px;
  line-height: 20pt;
}

.icon img {
  position: relative;
  margin-right: 24px;
  max-width: 65px;
}

.icon img:last-of-type {
  margin-bottom: 0;
}

.icon-horizontal {
  display: flex;
  align-items: baseline;
}

@media (max-width: 767.98px) {
  .icon-horizontal {
    align-items: end;
  }
}

.icon-horizontal ul {
  margin: 12px auto;
}

.icon-horizontal ul li {
  font-size: 16px;
  line-height: 20pt;
}

.icon-horizontal p {
  margin: 0;
  font-size: 16px;
  line-height: 20pt;
}

.icon-horizontal img {
  position: relative;
  margin-right: 24px;
  max-width: 65px;
}

.icon-horizontal img:last-of-type {
  margin-bottom: 0;
}

.icon-block.grid-2 {
  grid-gap: 20px;
}

.icon-text {
  color: blue;
  text-align: justify;
}

.icon-text ul {
  list-style: none;
  padding-left: 20px !important;
  padding-top: 15px !important;
}

.icon-text ul li::before {
  content: "\2022";
  font-weight: bold;
  color: #1A8932;
  position: absolute;
  width: 1em;
  margin-left: -15px;
}

.external {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(235, 235, 235, 0.9);
  z-index: 204;
}

.external h2 {
  font-size: 30px;
  margin: 0 0 24px 0;
  font-family: "proxima-nova", sans-serif;
}

.external p {
  font-size: 22px;
  line-height: 28px;
}

.external .btn {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .external .btn {
    margin-top: 37px;
  }
}

@media (min-width: 992px) {
  .external .btn + .btn {
    margin-left: 30px;
  }
}

.external .popup-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%231d1d1d;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Crect class='cls-1' x='6.5' width='3' height='16'/%3E%3Crect class='cls-1' y='6.5' width='16' height='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  top: 20px;
  right: 20px;
}

@media (max-width: 767.98px) {
  .external .external-device {
    display: table;
    margin: 12px auto;
  }
}

.external-full {
  height: 100%;
  width: 100%;
  background-color: rgba(29, 29, 29, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.external-full .external-wrapper {
  padding: 60px 110px;
  background-color: white;
  text-align: center;
}

@media (min-width: 992px) {
  .external-full .external-wrapper {
    padding: 48px 134px;
  }
}

@media (max-width: 767.98px) {
  .external-full .external-wrapper {
    padding: 60px 20px;
  }
}

.external-full .video-wrapper {
  width: 100%;
  text-align: center;
  background-color: rgba(29, 29, 29, 0.9);
  padding: 48px 0;
}

.external-full .video-wrapper .video-popup {
  width: 100%;
  height: 400px;
}

.external-full .video-wrapper a {
  background-color: white;
}

.btn {
  position: relative;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  border-radius: 4px;
  font-size: 16px;
  padding: 14px 28px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  max-width: 100%;
  overflow-wrap: break-word;
}

.btn:hover,
.btn:active {
  box-shadow: 0px 6px 10px 0px rgba(27, 30, 34, 0.16);
  text-decoration: none;
}

.btn[aria-disabled=True] {
  opacity: 0.3;
}

.btn.btn-external,
.btn.btn-view,
.btn.btn-download {
  padding-right: 29px;
}

.btn.btn-external::after,
.btn.btn-view::after,
.btn.btn-download::after {
  content: " ";
  position: absolute;
  right: 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  top: 35%;
}

.btn-primary {
  background-color: #1D1D1D;
  border: none;
  outline: none;
  color: white !important;
}

.btn-primary:hover {
  color: white;
}

.btn-primary:active {
  background-color: white;
  color: #1D1D1D;
}

.btn-primary.btn-external {
  padding-right: 45px;
}

.btn-primary.btn-external::after {
  width: 13px;
  right: 24px;
  height: 13px;
  background: url("/build/img/hcp/icons/white/external_link_out_solid_box.svg") center no-repeat;
}

.btn-primary.btn-download {
  padding-right: 45px;
}

.btn-primary.btn-download::after {
  width: 18px;
  right: 20px;
  height: 25px;
  top: 12px;
  background: url("/build/img/hcp/icons/white//hcp-download-white.svg") center no-repeat;
  background-size: contain;
}

.btn-primary.btn-view {
  padding-right: 45px;
}

.btn-primary.btn-view::after {
  width: 13px;
  right: 24px;
  height: 13px;
  transform: rotate(270deg);
  background: url("/build/img/hcp/icons/white/down_chervon.svg") center no-repeat;
}

.btn-secondary {
  background-color: transparent;
  color: #1D1D1D;
  border: 1px solid #1D1D1D;
}

.btn-secondary:hover {
  color: #1D1D1D;
}

.btn-secondary:active {
  background-color: #1D1D1D;
  color: white;
}

.btn-secondary.btn-external {
  padding-right: 45px;
}

.btn-secondary.btn-external::after {
  right: 24px;
  top: 30%;
  background: url("/build/img/hcp/glyphs/external-link.svg") center no-repeat;
}

.btn-tertiary {
  border: none;
  background-color: #1A8932;
  color: white;
}

.btn-tertiary:hover {
  color: white;
}

.btn-tertiary:active {
  background-color: #0C651F;
  color: white;
}

.btn-tertiary.btn-external {
  padding-right: 45px;
}

.btn-tertiary.btn-external::after {
  width: 13px;
  right: 24px;
  height: 13px;
  background: url("/build/img/hcp/icons/white/external_link_out_solid_box.svg") center no-repeat;
}

.btn-tertiary.btn-download {
  padding-right: 45px;
}

.btn-tertiary.btn-download::after {
  width: 18px;
  right: 20px;
  height: 25px;
  top: 12px;
  background: url("/build/img/hcp/icons/white//hcp-download-white.svg") center no-repeat;
  background-size: contain;
}

.btn-tertiary.btn-view {
  padding-right: 45px;
}

.btn-tertiary.btn-view::after {
  width: 13px;
  right: 24px;
  height: 13px;
  transform: rotate(270deg);
  background: url("/build/img/hcp/icons/white/down_chervon.svg") center no-repeat;
}

.btn-lg {
  font-size: 18px;
  padding: 16px 48px;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 20px;
}

.link,
a:not(.btn) {
  font-family: "proxima-nova", sans-serif;
  color: black;
  font-size: 14px;
  text-decoration: underline;
}

.link:hover,
a:not(.btn):hover {
  color: black;
}

@media (min-width: 768px) {
  .link,
  a:not(.btn) {
    font-size: 19px;
  }
}

.link-arrow {
  position: relative;
  padding-right: 15px;
}

.link-arrow::after {
  content: " ";
  position: absolute;
  right: -5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  top: 0;
  transform: rotate(90deg);
  background: url("/build/img/hcp/glyphs/arrow.svg") center no-repeat;
}

.link-external {
  padding-right: 18px;
  position: relative;
  display: inline-block;
}

.link-external::after {
  content: " ";
  position: absolute;
  width: 13px;
  height: 13px;
  background: url("/build/img/hcp/glyphs/external-link-solid.svg") center no-repeat;
  margin-top: 7px;
  margin-left: 4px;
}

@media (min-width: 992px) {
  .link-external::after {
    right: auto;
  }
}

.link-signup {
  padding-left: 18px;
  position: relative;
  display: inline-block;
}

.link-signup::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("/build/img/hcp/glyphs/icon-sign-up-black.svg") center no-repeat;
  background-size: contain;
}

.reporting {
  position: relative;
  padding-left: 25px;
}

.reporting::before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #1D1D1D;
  position: absolute;
  top: 5px;
  left: 0;
}

.reporting-sm {
  padding-left: 15px;
}

.reporting-sm::before {
  top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #1D1D1D;
}

.reporting-sm .link-external {
  padding-right: 16px;
  position: relative;
  display: inline-block;
}

.reporting-sm .link-external::after {
  content: " ";
  position: absolute;
  width: 13px;
  height: 15px;
  background: url("/build/img/hcp/glyphs/external-link-solid.svg") center no-repeat;
  margin-top: 1px;
  margin-left: 3px;
}

@media (min-width: 768px) {
  .reporting-sm .link-external::after {
    height: 20px;
  }
}

@media (min-width: 992px) {
  .reporting-sm .link-external {
    right: auto;
  }
}

.menu-wrapper {
  background-color: #4D4D4D;
  padding: 12px 0;
}

.menu-top {
  display: flex;
  justify-content: flex-end;
}

.menu-top a {
  font-size: 14px;
  margin-left: 24px;
  display: inline-block;
}

.menu-main {
  position: absolute;
  left: 0;
  display: flex;
}

.hero-img {
  position: relative;
  height: 100%;
  z-index: -100;
}

.hero-img .hero-image-desktop {
  display: block;
}

@media (max-width: 767.98px) {
  .hero-img .hero-image-desktop {
    display: none;
  }
}

.hero-img .hero-image-device {
  display: none;
}

@media (max-width: 767.98px) {
  .hero-img .hero-image-device {
    display: block;
  }
}

.hero-img img {
  z-index: -100;
  height: 740px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
}

@media (max-width: 767.98px) {
  .hero-img img {
    -webkit-clip-path: none;
            clip-path: none;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.hero {
  background: none !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero .hero-text {
  position: absolute;
  right: 15%;
  top: 15%;
}

@media (max-width: 767.98px) {
  .hero .hero-text {
    right: 8%;
    top: 22%;
  }
}

.hero .hero-text h1 {
  transform: skew(0deg, -10deg);
}

.hero .hero-text h1 p {
  line-height: 0.5;
  font-size: 50pt;
  letter-spacing: -1pt;
  color: #04d431;
  font-family: "acumin-pro-extra-condensed", sans-serif;
}

@media (max-width: 767.98px) {
  .hero .hero-text h1 p {
    font-size: 30pt;
  }
}

.hero .hero-sub-text {
  position: absolute;
  right: 5%;
  bottom: 21%;
  z-index: 1;
  width: 450px;
}

.hero .hero-sub-text h3 {
  color: white;
}

@media (max-width: 767.98px) {
  .hero .hero-sub-text {
    width: unset;
    right: 0;
    bottom: 10%;
    width: 100%;
    padding: 24px 15px;
    background-color: #1D1D1D;
    position: relative;
    bottom: unset;
  }
}

.hero .hero-sub-text .text-lg {
  margin-bottom: 48px;
}

@media (max-width: 767.98px) {
  .hero .hero-sub-text .text-lg {
    margin-bottom: 12px;
  }
}

.hero .hero-sub-text .text-lg p {
  font-size: 19px;
  line-height: 1.4;
  color: white;
}

@media (max-width: 767.98px) {
  .hero .hero-sub-text .text-lg p {
    font-size: 16px;
    line-height: 1;
  }
}

.hcp-angled {
  width: 100%;
  position: absolute;
  pointer-events: none;
  top: 44%;
  z-index: 0;
  opacity: 0;
}

@media (max-width: 767.98px) {
  .hcp-angled {
    top: 49%;
  }
}

@media (max-width: 550px) {
  .hcp-angled {
    opacity: 1;
  }
}

@media screen and (max-width: 669.98px) {
  .hero .hero-img {
    top: unset;
  }

  .hero .hero-text {
    display: none;
  }
}

@media screen and (min-width: 670px) and (max-width: 767.98px) {
  .hero .hero-img {
    top: unset;
  }

  .hero .hero-text {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .hero .hero-img {
    top: unset;
  }

  .hero .hero-img img {
    height: 620px;
  }

  .hero .hero-text {
    right: 4%;
    top: 25%;
  }

  .hero .hero-text h1 p {
    font-size: 35pt;
    line-height: 0.3;
  }

  .hero .hero-sub-text {
    bottom: 18%;
    right: 1%;
    width: 290px;
  }

  .hero .hero-sub-text .text-lg {
    margin-bottom: 12px;
  }

  .hero .hero-sub-text .text-lg p {
    font-size: 15px;
    margin-bottom: unset;
  }

  .hero .hero-sub-text h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1259.98px) {
  .hero .hero-img img {
    height: 870px;
  }

  .hero .hero-text {
    right: 6%;
    top: 25%;
  }

  .hero .hero-text h1 p {
    font-size: 40pt;
  }

  .hero .hero-sub-text {
    bottom: 29%;
    right: 1%;
    width: 400px;
  }

  .hero .hero-sub-text .text-lg {
    margin-bottom: 12px;
  }

  .hero .hero-sub-text .text-lg p {
    font-size: 17px;
  }

  .hero .hero-sub-text h3 {
    font-size: 26px;
  }
}

@media screen and (min-width: 1260px) and (max-width: 1559.98px) {
  .hero .hero-img img {
    height: 850px;
  }

  .hero .hero-text {
    right: 8%;
    top: 23%;
  }

  .hero .hero-sub-text {
    bottom: 21%;
    right: 4%;
  }
}

@media screen and (min-width: 1560px) {
  .hero .hero-text {
    right: 12%;
  }

  .hero .hero-sub-text {
    bottom: 22%;
    right: 9%;
  }
}

@media screen and (min-width: 1800px) {
  .hero .hero-img img {
    height: 950px;
  }

  .hero .hero-text {
    right: 15%;
    top: 25%;
  }

  .hero .hero-sub-text {
    bottom: 25%;
    right: 12%;
    width: 450px;
  }
}

.page-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
}

.page {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.page .nav-main-wrapper {
  background-color: #1D1D1D;
  height: 70px;
}

@media (min-width: 992px) {
  .page .nav-main-wrapper {
    height: auto;
    background-image: none !important;
  }
}

.page .section {
  min-height: 137px;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767.98px) {
  .page {
    background-image: none !important;
  }
}

.page-bg {
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-position: bottom;
}

.page-bg.page-bg-left {
  background-position: bottom left;
}

.page-bg.page-bg-right {
  background-position: bottom right;
}

.page-img {
  display: none !important;
}

.bg-pos-top .page-bg {
  background-position-y: 0;
}

.accordion {
  background-color: #EBEBEB;
  padding: 24px;
  margin-bottom: 12px;
  border-radius: 3px;
}

.accordion:last-of-type {
  margin-bottom: 0;
}

.accordion p {
  margin: 0;
}

.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-title svg {
  fill: #1A8932;
  width: 15px;
}

.accordion-title p {
  font-size: 19px;
  line-height: 20pt;
}

.accordion-title p::after {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.29 7.35'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%231A8932;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath class='cls-1' d='M4.94,7.06.29,2.41A1,1,0,0,1,.29,1L1,.29a1,1,0,0,1,1.41,0L5.65,3.53,8.88.29a1,1,0,0,1,1.41,0L11,1a1,1,0,0,1,0,1.41L6.35,7.06A1,1,0,0,1,4.94,7.06Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 2%;
  display: inline-block;
  margin: 5px;
}

.accordion-title.is-open p::after {
  content: " ";
  transform: rotate(180deg);
}

.accordion-body {
  margin: 24px 0;
}

.accordion-body img {
  max-width: 100%;
  display: block;
  margin: 12px auto;
}

.accordion-body p {
  margin: 24px 0;
  font-size: 16px;
}

.accordion-body .text-sm,
.accordion-body .reporting-sm p,
.reporting-sm .accordion-body p {
  font-size: 12px;
}

.table {
  width: 100%;
  color: white;
  box-sizing: border-box;
}

.table p {
  font-size: 16px;
  margin: unset;
}

@media (max-width: 767.98px) {
  .table p {
    font-size: 10px;
    word-break: unset;
  }
}

.table th {
  box-sizing: border-box;
  background-color: #1A8932;
  padding: 12px 12px;
  color: white;
}

.table th p {
  color: white;
}

@media (max-width: 767.98px) {
  .table th {
    padding: 12px 6px;
  }
}

.table td {
  color: #1D1D1D;
  padding: 12px 12px;
}

@media (max-width: 767.98px) {
  .table td {
    padding: 12px 3px;
  }
}

.table tbody tr:nth-of-type(even) {
  background-color: #C2F2CA;
}

.table tbody tr:nth-of-type(odd) {
  background-color: white;
}

.table .table-header {
  border-bottom: 4px solid white;
}

.table-stripes .table th:nth-of-type(n+2) {
  text-align: center;
  border-left: 5px solid white;
}

.table-stripes .table td:nth-of-type(n+2) {
  text-align: center;
  border-left: 5px solid white;
}

.table-foot-note {
  margin-top: 24px;
}

.table-foot-note p {
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 767.98px) {
  .table-foot-note p {
    font-size: 10px;
  }
}

.references {
  display: flex;
  word-break: break-word;
}

.references a {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  text-decoration: none;
  margin-left: 3px;
  margin-bottom: 0;
}

.references a::after {
  background: none;
}

.references p {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  text-decoration: none;
  margin-left: 25px;
  margin-bottom: 0;
}

.references p::after {
  background: none;
}

.references a {
  margin-left: unset !important;
  padding: 0;
}

.references b {
  margin-left: -20px;
  width: 30px;
  position: absolute;
  text-align: right;
}

.nav-top {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  z-index: 300;
}

@media (min-width: 768px) {
  .nav-top {
    background-color: #1D1D1D;
  }
}

.nav-top ul {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-top ul li {
  margin: 0;
}

@media (max-width: 991.98px) {
  .nav-top ul li {
    display: none;
  }

  .nav-top ul li:first-child {
    display: block;
    z-index: 300;
  }

  .nav-top ul li:first-child a {
    text-decoration: underline;
    border: none;
    margin-right: 15px;
    padding: 0;
  }
}

.nav-top ul li a {
  color: white !important;
  text-decoration: none;
  color: white !important;
  font-size: 14px;
  padding: 0 12px;
  border-right: 1px solid rgba(235, 235, 235, 0.5);
}

.nav-top ul li:before {
  content: none !important;
}

.nav-top ul li:last-of-type a {
  border-right: none;
}

.nav-top .link-external::after {
  content: none;
}

.nav-logo-top {
  position: absolute;
  z-index: 920;
  left: 0;
  top: 0px;
}

.nav-logo-top .logo {
  width: 100%;
  display: block;
  margin: auto;
  padding-top: 0px;
  background: url("/build/img/hcp/icons/logo-mulpleo.svg") center no-repeat;
  background-size: contain;
}

.nav-ctn {
  height: 100%;
}

.nav-entry {
  height: 73px;
  background-color: black;
  margin-bottom: 42px;
}

.nav-main {
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .nav-main {
    display: inline-flex;
  }
}

.nav-main .btn {
  z-index: 10;
}

.nav-main .nav-item {
  font-size: 26px;
  text-decoration: none;
  font-weight: bold;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  transition: all 0.5s;
  z-index: 10;
  color: #2AA845;
  position: relative;
}

.nav-main .nav-item:hover {
  color: white !important;
}

@media (min-width: 992px) {
  .nav-main .nav-item {
    white-space: nowrap;
    margin: 0 12px;
  }
}

.nav-main .nav-item.nav-active {
  color: white;
}

.nav-main .nav-item.nav-active::before {
  content: "";
  height: 6px;
  width: 110%;
  background-color: #E06014;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.nav-main .nav-item.nav-active:hover {
  color: white !important;
}

@media (max-width: 1365px) {
  .nav-main .nav-item {
    font-size: 19px;
  }
}

.nav-mobile-toggler {
  right: 24px;
  position: fixed;
  top: 35px;
  z-index: 999;
  cursor: pointer;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .nav-mobile-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav-mobile-toggler {
    top: 70px;
  }
}

.nav-mobile-toggler img {
  width: 35px;
  height: 25px;
}

.nav-logo-mobile {
  visibility: hidden;
  position: absolute;
  left: 24px;
  top: 0;
  z-index: 1000;
}

.nav-logo-mobile p {
  display: none;
}

.nav-logo-mobile .logo {
  background: url("/build/img/hcp/icons/logo-mulpleo.svg") center no-repeat;
  background-size: contain;
  padding: 10px 5px;
  width: 200px;
}

@media (max-width: 991.9px) {
  .nav-logo-mobile {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .nav-logo-mobile {
    top: -20px;
  }
}

.nav-mobile-wrapper {
  z-index: 900;
  position: absolute;
  width: 100%;
  padding: 24px;
  background-color: #1D1D1D;
}

@media (min-width: 992px) {
  .nav-mobile-wrapper {
    display: none;
  }
}

.nav-mobile-wrapper .nav-logo-top {
  visibility: hidden;
}

.nav-mobile-wrapper .nav-mobile {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 17px;
}

.nav-mobile-wrapper .nav-mobile .nav-item {
  font-size: 22px;
  line-height: 28px;
  margin: 6px 0;
  text-decoration: none;
  font-weight: bold;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  color: #2AA845;
  position: relative;
}

@media (min-width: 768px) {
  .nav-mobile-wrapper .nav-mobile .nav-item {
    font-size: 30px;
    margin: 12px 0;
  }
}

.nav-mobile-wrapper .nav-mobile .nav-item.nav-active .nav-inner {
  color: white;
  position: relative;
}

.nav-mobile-wrapper .nav-mobile .nav-item.nav-active .nav-inner::before {
  content: "";
  height: 8px;
  width: 110%;
  background-color: #E06014;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.nav-mobile-wrapper .nav-mobile .nav-item.nav-active .nav-inner:hover {
  color: white !important;
}

.nav-mobile-wrapper .nav-sub-items {
  border-top: 1px solid white;
  padding-top: 17px;
}

.nav-mobile-wrapper .nav-sub-items .nav-item {
  font-size: 12px;
  line-height: 18px;
  display: block;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
  color: white !important;
  margin-bottom: 12px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .nav-mobile-wrapper .nav-sub-items {
    display: flex;
    flex-direction: column-reverse;
  }

  .nav-mobile-wrapper .nav-sub-items .nav-item:first-child {
    display: none;
  }

  .nav-mobile-wrapper .nav-sub-items .nav-item:nth-child(3) {
    font-weight: bold;
  }
}

.nav-main-wrapper {
  width: 100%;
  background-color: #1D1D1D;
  height: 75px;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

@media (min-width: 768px) {
  .nav-main-wrapper {
    z-index: 400;
  }
}

.nav-main-wrapper__placeholder {
  height: 74px;
  width: 100%;
  background-color: #1D1D1D;
  position: relative;
}

@media (min-width: 992px) {
  .home-page:not(.no-hero) .nav-main-wrapper {
    background-color: transparent;
  }

  .home-page:not(.no-hero) .nav-main-wrapper__placeholder {
    display: none;
  }
}

.mp-logo-holder {
  height: 50.8px;
  width: 120px;
  background-color: white;
  position: absolute;
  top: 12px;
  transition: all 0.5s;
}

.mp-logo-holder .logo {
  height: 100%;
  width: 75%;
  transition: all 0.5s;
  margin: 0 auto;
  background: url("/build/img/hcp/icons/logo-mulpleo.svg") center no-repeat;
  background-size: contain;
}

.mp-logo-holder .logo-text {
  display: none;
}

@media (min-width: 768px) {
  .mp-logo-holder {
    height: 95px;
    width: 177px;
    top: 0;
    display: flex;
    flex-direction: column;
    z-index: 20;
  }

  .mp-logo-holder .logo {
    width: 130px;
    height: 51.4px;
    margin: 9px auto 0;
    padding: 0;
  }

  .mp-logo-holder .logo-text {
    display: block;
    font-size: 9px;
    line-height: 15px;
    color: #2AA845;
    font-family: "proxima-nova", sans-serif;
    margin: 7px auto;
    font-weight: bold;
    text-align: center;
    transition: all 0.5s;
    transition-delay: 0.5s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  .nav-logo-top {
    top: -20px;
  }

  .nav-main-wrapper {
    height: 85px;
    top: 32px;
  }

  .nav-main-wrapper__placeholder {
    height: 112px;
  }

  .nav-sub-items {
    display: none;
  }

  .sticky-nav.nav-main-wrapper {
    height: 42px;
  }

  .sticky-nav .mp-logo-holder {
    height: 50px;
    width: 116px;
  }

  .sticky-nav .mp-logo-holder .logo {
    height: 100%;
    width: 75%;
    margin: 6px auto;
  }

  .sticky-nav .mp-logo-holder .logo-text {
    opacity: 0;
    transition: 0s;
  }

  .sticky-nav .nav-item {
    font-size: 19px;
    line-height: 25px;
  }

  .sticky-nav .nav-mobile-toggler {
    top: 35px;
  }

  .sticky-background.nav-main-wrapper {
    background-color: #1D1D1D !important;
  }
}

.footer {
  background-color: #EBEBEB;
  padding: 80px 0 50px 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .footer .text-center {
    text-align: left;
  }
}

.footer .btn {
  max-width: unset;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .footer .btn {
    margin: 12px 0;
  }
}

.footer .footer-logo {
  margin-bottom: 24px;
  width: 200px;
}

@media (min-width: 992px) {
  .footer .footer-logo {
    margin-bottom: 24px;
  }
}

.footer .footer-link {
  display: inline-block;
  font-size: 19px;
  color: #1D1D1D;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

@media (max-width: 767.98px) {
  .footer .footer-link {
    margin-bottom: 12px;
  }
}

.footer .footer-link:visited,
.footer .footer-link:hover {
  color: #1D1D1D;
}

.footer .footer-link.btn-external {
  padding-right: 29px;
}

.footer .footer-link.btn-external::after {
  content: " ";
  position: absolute;
  right: 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  top: 20%;
  background: url("/build/img/hcp/glyphs/external-link-solid.svg") center no-repeat;
}

.footer-entry {
  margin-top: 72px;
}

.footer-entry .footer-logo {
  width: 180px;
}

.footer-entry .footer-link {
  font-size: 19px;
}

.footer-entry p {
  font-size: 12px;
}

@media screen and (max-height: 400px) {
  .footer-sticky {
    width: 100%;
    bottom: 0;
  }
}

.footer-scroll-top {
  position: fixed;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: #1D1D1D;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 2%;
}

.footer-scroll-top img {
  width: 16px;
  height: 16px;
}

.footer-grid .btn {
  z-index: 10;
}

@media (min-width: 992px) {
  .footer .footer-grid {
    display: grid;
    grid-template-rows: repeat(3, 40px);
    grid-auto-flow: column;
  }

  .footer .footer-grid .btn {
    position: absolute;
    max-width: unset;
    width: 255px;
    left: 100%;
  }

  .footer .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .footer .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .footer .col-xl-3 p {
    top: unset;
  }
}

.footer p {
  position: relative;
  bottom: 0;
  max-width: unset;
  width: 240px;
  margin: 0;
  left: 0;
  top: 0;
}

@media (max-width: 767.98px) {
  .footer p {
    position: relative;
    right: unset;
  }
}

.entry-page h1 {
  text-align: center;
  color: #1D1D1D;
  line-height: 1.15;
  letter-spacing: -0.2px;
  margin: 0 auto 61px auto;
}

.entry-page h1 p {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 38px;
  line-height: 46px;
}

.entry-page .card {
  cursor: pointer;
  border-radius: 0;
  padding: 24px 36px;
}

.entry-page .card h2 {
  text-align: center;
  font-size: 19px;
  line-height: 25px;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  margin: 0 0 24px 0;
}

.entry-page .card p {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-family: "proxima-nova", sans-serif;
  margin: 0;
  border-radius: 0;
}

.entry-page .card-dark {
  background-color: black;
}

.entry-page .card-dark h2,
.entry-page .card-dark p {
  color: white;
}

.entry-page .reporting {
  margin-top: 36px;
}

.entry-page .btn {
  margin-bottom: 24px;
  margin-top: 51px;
  margin-bottom: 51px;
}

@media (min-width: 992px) {
  .entry-page .btn {
    margin-bottom: 41px;
  }
}

.entry-page .btp-holder {
  margin-bottom: 24px;
}

.entry-page .back-to-patient {
  position: relative;
  font-weight: bold;
}

.entry-page .back-to-patient::before {
  content: "";
  background: url(/build/img/hcp/glyphs/chevron.svg) center no-repeat;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  height: 10px;
  width: 10px;
}

@media (min-width: 768px) {
  .entry-page .back-to-patient::before {
    width: 15px;
    left: -16px;
  }
}

.entry-page .dc-text {
  text-align: center;
  max-width: 600px;
  margin: 48px auto;
}

.entry-page .dc-title {
  margin-bottom: 24px;
}

.entry-page .dc-iframe-holder {
  height: 231px;
  position: relative;
}

.entry-page .dc-iframe-holder iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.entry-page .dc-reporting {
  text-align: center;
  font-weight: bold;
  margin-top: 24px;
}

.entry-page-bg {
  position: fixed;
  bottom: 0;
  opacity: 0;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .entry-page-bg {
    opacity: 1;
  }
}

.switch-mobile {
  display: none;
}

@media (max-width: 991px) {
  .switch-mobile {
    display: block;
  }
}

.switch-desktop {
  display: none;
}

@media (min-width: 992px) {
  .switch-desktop {
    display: block;
  }
}

@media (min-width: 1920px) {
  .entry-page .container {
    max-width: 1200px !important;
  }
}

.mobile-break {
  display: none;
}

@media (max-width: 767.98px) {
  .mobile-break {
    display: block;
  }
}

.popup {
  padding: 48px 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(235, 235, 235, 0.9);
  z-index: 99;
}

.popup h2 {
  font-size: 22px;
  margin: 0 0 24px 0;
  font-family: "proxima-nova", sans-serif;
}

.popup p {
  font-size: 19px;
}

.popup .btn {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .popup .btn {
    margin-top: 37px;
  }
}

@media (min-width: 992px) {
  .popup .btn + .btn {
    margin-left: 30px;
  }
}

.popup .popup-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%231d1d1d;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Crect class='cls-1' x='6.5' width='3' height='16'/%3E%3Crect class='cls-1' y='6.5' width='16' height='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  top: 20px;
  right: 20px;
}

.popup-full {
  height: 100%;
  width: 100%;
  background-color: rgba(29, 29, 29, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-full .popup-wrapper {
  padding: 60px 70px;
  background-color: white;
  text-align: center;
}

@media (min-width: 992px) {
  .popup-full .popup-wrapper {
    padding: 48px 134px;
  }
}

.closing-popup {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%231d1d1d;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Crect class='cls-1' x='6.5' width='3' height='16'/%3E%3Crect class='cls-1' y='6.5' width='16' height='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transform: rotate(45deg);
  position: absolute;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.quote {
  border-left: 4px solid #1A8932;
  padding-left: 12px;
}

.quote .title-30 + .title-30 p {
  color: #1D1D1D;
  margin: 0;
}

.chart {
  background-color: #EBEBEB;
  padding: 24px;
  border-radius: 4px;
}

@media (max-width: 767.98px) {
  .chart h2 {
    margin-right: unset;
    margin-left: unset;
  }
}

.chart h2 p {
  text-align: center;
  margin-bottom: 36px;
  font-size: 19px;
}

@media (max-width: 767.98px) {
  .chart h2 p {
    font-weight: normal !important;
    font-size: 16px;
    line-height: 18pt;
  }
}

.chart .title-30 {
  color: #1D1D1D;
}

.chart .chart-image {
  max-width: 100%;
  margin: 0 auto 24px auto;
}

.chart .chart-code {
  margin-bottom: 12px;
}

.chart .chart-referral {
  margin-bottom: 12px;
}

.chart .chart-referral:last-of-type {
  margin-bottom: 0;
}

.chart-image-container {
  text-align: center;
}

.chart-rotate {
  display: inline-block;
  padding: 11px 25px;
  background: #1D1D1D;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 5px;
}

@media (min-width: 576px) {
  .chart-rotate {
    display: none;
  }
}

@media (min-width: 992px) {
  .container-full .faq-text {
    width: 74%;
    margin: 0 auto;
  }
}

.faq {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 24px;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .faq {
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-column: 1fr 1fr 1fr;
  }
}

.faq .faq-card {
  cursor: pointer;
  padding: 24px;
  background-color: #EBEBEB;
}

.faq .faq-card svg {
  display: block;
  margin: 0 auto;
}

.faq .faq-card.is-active {
  background-color: #1D1D1D;
}

.faq .faq-card.is-active p {
  color: white;
}

.faq .faq-card.is-active svg rect,
.faq .faq-card.is-active svg g,
.faq .faq-card.is-active svg path {
  fill: white;
}

.faq .faq-card p {
  margin: 12px auto;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .faq .faq-card {
    margin-bottom: 12px;
  }
}

.faq .faq-text {
  margin-bottom: 12px;
}

.resource {
  padding: 48px 24px;
  background-color: #EBEBEB;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .resource {
    flex-direction: row;
  }
}

.resource .resource-details h2 {
  color: #1A8932;
}

.resource .resource-image {
  align-self: flex-start;
  margin-right: 0;
  margin-bottom: 24px;
  width: 100%;
}

@media (min-width: 992px) {
  .resource .resource-image {
    flex: 1;
    min-width: 214px;
    margin-right: 48px;
    margin-bottom: 0;
  }
}

.umbraco-forms-container {
  padding: 0;
}

.umbraco-forms-form {
  width: 60%;
  margin: auto;
}

.umbraco-forms-form .btn {
  border: none;
}

@media (max-width: 767.98px) {
  .umbraco-forms-form {
    width: 100%;
  }
}

.form-horizontal.row {
  margin: 0;
  padding: 12px 0;
}

.form-horizontal p {
  font-size: 1rem;
  line-height: 1.5;
}

.form-horizontal .yes-no .radios {
  display: flex;
  flex-direction: row;
}

.form-horizontal .umbraco-forms-field-wrapper {
  padding: 6px 12px 6px 0;
}

.form-horizontal .umbraco-forms-field-wrapper .input-validation-error {
  border: 1px solid #D2414B !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23D2414B;%7D.cls-2%7Bfill:%23D2414B;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath class='cls-1' d='M8,1.5A6.5,6.5,0,1,1,1.5,8,6.51,6.51,0,0,1,8,1.5M8,0a8,8,0,1,0,8,8A8,8,0,0,0,8,0Z'/%3E%3Crect class='cls-2' x='7.12' y='3.76' width='1.75' height='8.49' transform='translate(-3.31 8) rotate(-45)'/%3E%3Crect class='cls-2' x='3.76' y='7.12' width='8.49' height='1.75' transform='translate(-3.31 8) rotate(-45)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 20px 20px;
}

.form-horizontal .umbraco-forms-field-wrapper .valid {
  border: 1px solid #1A8932;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg id='Group_5349' data-name='Group 5349' transform='translate(-519 -1863)'%3E%3Cg id='Rectangle_65' data-name='Rectangle 65' transform='translate(519 1863)' fill='transparent' stroke='transparent' stroke-width='1.5'%3E%3Crect width='24' height='24' rx='2' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='22.5' height='22.5' rx='1.25' fill='1A8932'/%3E%3C/g%3E%3Cg id='Group_5319' data-name='Group 5319' transform='translate(375.238 1828.466)'%3E%3Cpath id='Path_19403' data-name='Path 19403' d='M153.911,52.534l-5.15-5.215,1.808-1.785,3.354,3.4,8.4-8.4,1.8,1.8Z' fill='%231A8932'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 25px 25px;
}

.form-horizontal .umbraco-forms-field-wrapper .field-validation-error {
  display: block;
  font-size: 12px;
  color: #D2414B;
}

.form-horizontal .umbraco-forms-field-wrapper .help-block {
  margin-top: 6px;
}

.form-horizontal .form-control {
  outline: none;
  width: 100%;
  padding: 12px 24px;
  border: 1px solid #1D1D1D;
  border-radius: 3px;
  font-size: 16px;
}

.form-horizontal .form-control::-moz-placeholder {
  color: black;
}

.form-horizontal .form-control:-ms-input-placeholder {
  color: black;
}

.form-horizontal .form-control::placeholder {
  color: black;
}

.form-horizontal .form-control p {
  font-size: 16px;
  margin: 12px 0;
}

.form-horizontal .titleanddescription .form-control {
  border: 0px !important;
  text-align: left;
  padding: 0px;
}

.form-horizontal .form-select {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9.87'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%231D1D1D;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpolygon class='cls-1' points='8 9.87 0 1.87 1.87 0 8 6.13 14.13 0 16 1.87 8 9.87'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 16px;
  background-position: 96.5%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-horizontal .form-select .form-control {
  position: relative;
  cursor: pointer;
  min-height: 52px;
  display: flex;
  align-items: center;
}

.form-horizontal .form-select .form-control.is-open {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-horizontal .form-select .form-options {
  position: absolute;
  border-left: 1px solid #1D1D1D;
  border-right: 1px solid #1D1D1D;
  border-bottom: 1px solid #1D1D1D;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: white;
  z-index: 999;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.form-horizontal .form-select .form-options li {
  font-size: 16px;
  padding: 12px;
  cursor: pointer;
}

.form-horizontal .form-select .form-options li:hover,
.form-horizontal .form-select .form-options li.form-option-active {
  color: white;
  background-color: #1D1D1D;
}

.form-horizontal .form-select .form-options li::before {
  content: none !important;
}

.form-checkbox {
  position: absolute;
  opacity: 0;
}

.form-checkbox.input-validation-error + label:before {
  border-color: red;
}

.form-checkbox + input + label,
.form-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-left: 30px;
}

.form-checkbox + input + label a,
.form-checkbox + label a {
  font-size: 1rem;
}

.form-checkbox + input + label:before,
.form-checkbox + label:before {
  position: absolute;
  margin-left: -30px;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 2px;
  border: 1px solid #1D1D1D;
}

.form-checkbox:hover + input + label:before,
.form-checkbox:hover + label:before {
  background: #EBEBEB;
}

.form-checkbox:checked + input + label:before,
.form-checkbox:checked + label:before {
  background: #1D1D1D;
}

.form-checkbox:checked + input + label:after,
.form-checkbox:checked + label:after {
  content: "";
  position: absolute;
  background: url("/build/img/hcp/icons/white/tick.svg") center no-repeat;
  width: 15px;
  height: 12px;
  left: -25px;
  top: 7px;
}

.form-radio {
  position: absolute;
  opacity: 0;
}

.form-radio.input-validation-error + label:before {
  border-color: red;
}

.form-radio + input + label,
.form-radio + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-left: 30px;
}

.form-radio + input + label a,
.form-radio + label a {
  font-size: 1rem;
}

.form-radio + input + label:before,
.form-radio + label:before {
  position: absolute;
  margin-left: -30px;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 50%;
  border: 2px solid #1D1D1D;
}

.form-radio:hover + input + label:before,
.form-radio:hover + label:before {
  background: #EBEBEB;
}

.form-radio:checked + input + label:before,
.form-radio:checked + label:before {
  background: #fff;
}

.form-radio:checked + input + label:after,
.form-radio:checked + label:after {
  content: "";
  position: absolute;
  background: #1D1D1D;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  left: -25px;
  top: 5px;
}

.form-control.datepickerfield {
  background-image: url("/build/img/hcp/icons/default/calendar2.svg") !important;
  background-position-x: 93%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

.umbraco-forms-container.col-md-6 {
  float: left;
}

.mandatoryfield .form-control p {
  font-size: 12px;
}

.other-options {
  display: flex;
  flex-direction: column;
}

.studies-heading {
  margin: 0;
  font-size: 16px;
}

.studies-form-text {
  font-size: 16px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9.87'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%231A8932;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpolygon class='cls-1' points='8 9.87 0 1.87 1.87 0 8 6.13 14.13 0 16 1.87 8 9.87'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: 16px;
  background-position: 96.5%;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .sidenav-bottom #sidenav {
    bottom: 0 !important;
    width: 100%;
    float: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  .sidenav-bottom #sidenav .sidenav-buttons {
    margin-bottom: 0;
    width: 50%;
    float: unset;
    width: 50%;
    background-color: rgba(235, 235, 235, 0.9);
  }

  .sidenav-bottom #sidenav .sidenav-buttons .navItem {
    width: 100%;
    height: 50px;
  }

  .sidenav-bottom #sidenav .sidenav-buttons .navItem .sidenav-container {
    flex-direction: row;
  }

  .sidenav-bottom #sidenav .sidenav-buttons .navItem .sidenav-container p {
    display: block;
    margin-left: 5px;
  }
}

@media (max-width: 767.98px) {
  .sidenav-bottom .footer {
    padding: 80px 0 70px !important;
  }

  .sidenav-bottom .sidenav-buttons:nth-child(1) {
    display: none !important;
  }

  .sidenav-bottom .sidenav-buttons:nth-child(3) {
    border-right: 1px solid #A0A0A0;
  }
}

.side_nav {
  float: right;
  position: fixed;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 100;
  position: fixed;
  bottom: 150px;
}

.side_nav h2 {
  font-size: 180%;
}

.side_nav p {
  line-height: unset;
}

.side_nav .sidenav-buttons {
  float: right;
  position: relative;
  right: 0;
  height: auto;
  top: 0;
  clear: both;
  margin-bottom: 5px;
}

.side_nav .sidenav-buttons .sidenav-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.side_nav .sidenav-buttons p {
  margin: 0;
  padding-top: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 11pt;
}

.side_nav .sidenav-buttons .navItem {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: auto 0;
  background-color: rgba(235, 235, 235, 0.9);
  text-align: center;
  cursor: pointer;
  z-index: -1;
  right: 0px;
  width: 6rem;
  height: 6rem;
}

@media (max-width: 767.98px) {
  .side_nav .sidenav-buttons .navItem {
    width: 40px;
    height: 40px;
  }

  .side_nav .sidenav-buttons .navItem .sidenav-container img {
    height: 22px;
  }

  .side_nav .sidenav-buttons .navItem p {
    display: none;
  }
}

.side_nav .sidenav-buttons .navItem img {
  border-style: none;
  width: 45%;
  height: 45%;
  padding-top: 10%;
  padding-bottom: 10%;
}

@media (max-width: 767.98px) {
  .side_nav .sidenav-buttons .navItem img {
    padding-top: unset;
    padding-bottom: unset;
    width: 30px;
    height: 60px;
  }
}

.side_popUp {
  visibility: hidden;
  background-color: rgba(235, 235, 235, 0.9);
  float: right;
  position: absolute;
  right: 0;
  height: auto;
  padding: 48px 36px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 5;
  text-align: left;
  width: 660px;
}

.side_popUp h2 {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
}

@media (min-width: 768px) {
  .side_popUp h2 {
    font-size: 22px;
  }
}

.side_popUp p {
  font-size: 16px;
  padding-top: 0;
}

@media (min-width: 768px) {
  .side_popUp p {
    font-size: 16px;
  }
}

.side_popUp .btn-primary {
  margin-top: 0;
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .side_popUp {
    right: 100px;
  }
}

@media (max-width: 767.98px) {
  .side_popUp {
    width: 100vw;
    bottom: 50px;
    border-radius: unset;
  }

  .side_popUp h2 {
    font-size: 26px;
  }
}

.side_popUp .row {
  margin-right: unset;
  margin-left: unset;
}

.popup-container {
  background-color: #1A8932;
  position: absolute;
  top: 55%;
  right: 0%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 48px 72px;
  width: 50%;
  visibility: hidden;
  transition: 0.2s;
  z-index: 80;
}

.popup-container .daily-text h1 {
  color: white !important;
  font-size: 19pt;
  padding: 0;
  margin-bottom: 24px;
}

.popup-container .daily-text .closing-popup {
  font-weight: bold;
  position: absolute;
  right: 3%;
  top: 6%;
}

.popup-container .daily-text .closing-popup .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

@media (max-width: 767.98px) {
  .popup-container .daily-text .closing-popup {
    right: 5%;
    top: 5%;
  }
}

.popup-container .daily-text .closing-popup p {
  color: white;
}

.popup-container .btn-external::after {
  width: 13px;
  right: 24px;
  height: 13px;
  background: url("/build/img/patient/icons/external_link_out_solid_blue.svg") no-repeat !important;
}

@media (max-width: 767.98px) {
  .popup-container {
    width: 100%;
    padding: 48px 24px;
  }

  .popup-container .daily-text h1 {
    padding: 0px !important;
  }

  .popup-container .row {
    margin: unset;
  }
}

.show {
  transition: 0.2s;
  visibility: visible;
}

@media (max-width: 767.98px) {
  .row-device {
    display: table;
  }

  .row-device .btn {
    display: table;
    margin: 10px 0;
  }
}

.thankyou::before {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg id='Group_5349' data-name='Group 5349' transform='translate(-519 -1863)'%3E%3Cg id='Rectangle_65' data-name='Rectangle 65' transform='translate(519 1863)' fill='transparent' stroke='transparent' stroke-width='1.5'%3E%3Crect width='24' height='24' rx='2' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='22.5' height='22.5' rx='1.25' fill='1A8932'/%3E%3C/g%3E%3Cg id='Group_5319' data-name='Group 5319' transform='translate(375.238 1828.466)'%3E%3Cpath id='Path_19403' data-name='Path 19403' d='M153.911,52.534l-5.15-5.215,1.808-1.785,3.354,3.4,8.4-8.4,1.8,1.8Z' fill='%231A8932'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  height: 110px;
  width: 110px;
  top: 0;
}

.promo-banner {
  margin: auto;
  width: 1024px;
  background-color: #D4F2D9;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
}

.promo-banner .btn + .btn {
  margin-top: 12px;
}

@media (min-width: 992px) {
  .promo-banner .btn + .btn {
    margin-left: 12px;
    margin-top: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card {
    margin: 12px;
  }

  .card p {
    word-break: break-word;
  }

  .icon-block.grid-2 :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .icon-block.grid-2 :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .icon-block.grid-2 :nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .icon-block.grid-2 :nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .icon-block.grid-2 :nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .icon-block.grid-2 :nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  .icon img {
    max-width: 100px;
  }

  .card-promo {
    height: 200px;
  }
}

.survey-holder {
  z-index: 1;
}

.survey-holder .show {
  visibility: visible !important;
}

.survey-holder .surveyNavItem {
  z-index: 1;
  position: fixed;
  bottom: 0;
  left: 100px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: rgba(235, 235, 235, 0.9);
  text-align: center;
  cursor: pointer;
  width: 5rem;
  height: 3rem;
  margin-bottom: -2px;
}

@media (min-width: 992px) {
  .survey-holder .surveyNavItem {
    left: 15%;
  }
}

.survey-holder .surveyNavItem p {
  font-family: proxima-nova, sans-serif;
  color: #1d1d1d;
  line-height: 20pt;
  font-weight: 700;
  font-size: 14px;
}

.survey-holder .chat {
  width: 100%;
  height: 100%;
  max-height: 500px;
  z-index: 10;
  background: transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.survey-holder .content {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  height: 100%;
}

.survey-holder .messenger {
  z-index: 100;
  opacity: 1;
  border-radius: 10px;
  height: calc(100% - 15px) !important;
  max-height: 400px !important;
  min-height: 220px !important;
  width: 400px;
  position: fixed;
  bottom: 80px;
  box-shadow: 2px 10px 40px rgba(22, 20, 19, 0.4);
  visibility: hidden;
  left: 0;
}

.survey-holder .messenger .survey-close {
  height: 35px;
  width: 100%;
  background-color: white;
}

.survey-holder .messenger .survey-close--button {
  height: 35px;
  width: 35px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  float: right;
}

.survey-holder .messenger .survey-close--button::before,
.survey-holder .messenger .survey-close--button::after {
  display: block;
  content: "";
  height: 2px;
  width: 20px;
  position: absolute;
  background-color: black;
  color: black;
}

.survey-holder .messenger .survey-close--button::before {
  transform: rotate(45deg);
}

.survey-holder .messenger .survey-close--button::after {
  transform: rotate(-45deg);
}

@media (min-width: 992px) {
  .survey-holder .messenger {
    left: 15%;
  }
}

.expert-detail-hero {
  background-color: #1D1D1D;
  position: relative;
  padding-top: 50px;
  margin-bottom: 0;
}

.expert-detail-hero.overlap {
  margin-bottom: 150px;
}

.expert-detail-hero__inner {
  padding: 20px 30px;
  margin: 0 auto;
  max-width: 1064px;
}

.expert-detail-hero__title {
  font-size: 30px;
  line-height: 36px;
  color: white;
}

.expert-detail-hero__subheading {
  font-size: 19px;
  line-height: 25px;
  font-family: "proxima-nova", sans-serif;
  color: white;
  margin: 12px 0;
}

.expert-detail-hero__description {
  font-size: 14px;
  line-height: 20px;
  color: white;
}

.expert-detail-hero__extension {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 330px;
  background-color: #1D1D1D;
  transform: skewY(-2deg);
  z-index: -1;
}

@media (min-width: 768px) {
  .expert-detail-hero__description {
    font-size: 19px;
    line-height: 25px;
  }
}

@media (min-width: 992px) {
  .expert-detail-hero__inner {
    padding: 120px 130px 70px;
  }

  .expert-detail-hero__title {
    font-size: 38px;
    line-height: 46px;
  }

  .expert-detail-hero__subheading {
    font-size: 22px;
    line-height: 28px;
    margin: 24px 0;
  }
}

.edh-no-ext .expert-detail-hero__extension {
  display: none;
}

.expert-listing-page .expert-detail-hero__title {
  color: #E06014;
}

.chapters-module .chapter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.chapters-module .chapter__time {
  white-space: nowrap;
  margin-left: 24px;
}

.downloads-heading {
  font-size: 19px;
  line-height: 25px;
}

@media (min-width: 768px) {
  .downloads-heading {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 36px;
  }
}

.download-box {
  background-color: #1D1D1D;
  padding: 12px;
  display: flex;
  margin-bottom: 6px;
  flex-direction: column;
}

.download-box .download-textbox {
  padding: 0 12px;
}

.download-box .download-title {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
}

.download-box .download-toggle {
  color: #E06014;
  text-decoration: underline;
  padding-left: 10px;
  position: relative;
  cursor: pointer;
  margin-bottom: 12px;
}

.download-box .download-toggle::before {
  content: "+";
  position: absolute;
  left: 0;
}

.download-box .download-description {
  color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}

.download-box .download-description.is-open {
  transition: max-height 0.5s;
  max-height: 500px;
}

@media (min-width: 768px) {
  .download-box {
    padding: 24px 36px;
    margin-bottom: 24px;
    flex-direction: row;
  }

  .download-box .download-textbox {
    padding: 0 36px;
  }

  .download-box .download-toggle,
  .download-box .download-description {
    font-size: 16px;
    line-height: 22px;
  }
}

.recently-viewed .expert-perspectives-card,
.related-items .expert-perspectives-card {
  border: 1px solid #EBEBEB;
}

.recently-viewed .expert-perspectives-card__image,
.related-items .expert-perspectives-card__image {
  height: 156px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .recently-viewed,
  .related-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, 22%);
    justify-content: space-between;
  }
}

.recently-viewed__heading,
.related-items__heading {
  font-size: 19px;
  line-height: 25px;
  color: #E06014;
}

@media (min-width: 768px) {
  .recently-viewed__heading,
  .related-items__heading {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 36px;
  }
}

.expert-perspectives-card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 6px;
  text-decoration: none !important;
}

.expert-perspectives-card__date {
  opacity: 0.5;
  margin-bottom: 12px;
}

.expert-perspectives-card__textbox {
  display: flex;
  flex-direction: column;
}

.expert-perspectives-card__title {
  font-size: 22px;
  line-height: 24px;
  color: #1A8932;
}

.expert-perspectives-card__toggle {
  color: #E06014;
  text-decoration: underline;
  padding-left: 10px;
  position: relative;
  cursor: pointer;
  margin-bottom: 18px;
}

.expert-perspectives-card__toggle.toggle-show::before {
  content: "+";
  position: absolute;
  left: 0;
}

.expert-perspectives-card__toggle.toggle-hide::before {
  content: "-";
  position: absolute;
  left: 0;
}

.expert-perspectives-card__description {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.expert-perspectives-card__description.is-open {
  transition: all 0.5s;
  max-height: 500px;
  margin-bottom: 12px;
}

.expert-perspectives-card__presented-by {
  margin-bottom: 18px;
}

.expert-perspectives-card__location {
  text-decoration: none;
  color: #1D1D1D;
  opacity: 0.5;
}

.expert-perspectives-card__box {
  padding: 12px;
  display: flex;
  flex-direction: column;
}

.expert-perspectives-card__image {
  width: 100%;
}

@media (min-width: 768px) {
  .expert-perspectives-card__toggle,
  .expert-perspectives-card__description {
    font-size: 16px;
    line-height: 22px;
  }
}

.expert-perspectives-card .link-signup {
  font-size: 14px;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .expert-perspectives-card .link-signup {
    font-size: 16px;
  }
}

.expert-perspectives-card .btn-view {
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.perspectives-cards-filter {
  padding-top: 75px;
}

.perspectives-cards-filter__heading {
  font-family: "proxima-nova", sans-serif;
  font-size: 19px;
  line-height: 25px;
  color: #E06014;
  margin-bottom: 12px;
}

.perspectives-cards-filter__heading.primary {
  color: #1D1D1D;
}

@media (min-width: 768px) {
  .perspectives-cards-filter__heading {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}

.perspectives-cards-filter__noUpcomingHeading {
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  line-height: 25px;
  color: #E06014;
  margin-bottom: 12px;
  margin-top: 24px;
  text-align: center;
}

.perspectives-cards-filter__noUpcomingHeading.primary {
  color: #1D1D1D;
}

@media (min-width: 768px) {
  .perspectives-cards-filter__noUpcomingHeading {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
    margin-top: 0;
  }
}

.perspectives-cards-filter__filters-label {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .perspectives-cards-filter__filters-label {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 24px;
  }
}

.perspectives-cards-filter__filter-box {
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .perspectives-cards-filter__filter-box {
    width: 30%;
    margin-right: 24px;
  }
}

.perspectives-cards-filter .date-box {
  position: relative;
}

@media (min-width: 768px) {
  .perspectives-cards-filter .date-box {
    width: 30%;
    margin-left: 24px;
  }

  .perspectives-cards-filter .date-box::before {
    content: "";
    width: 3px;
    background-color: #EBEBEB;
    position: absolute;
    height: calc(100% - 12px);
    left: -24px;
  }

  .perspectives-cards-filter .date-box .perspectives-cards-filter__filter-box {
    width: 100% !important;
  }
}

.perspectives-cards-filter__filter-box,
.perspectives-cards-filter__filter-box option {
  font-size: 14px;
  line-height: 20px;
  padding: 12px;
  border: 3px solid #EBEBEB;
  background-color: white;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
}

@media (min-width: 768px) {
  .perspectives-cards-filter__filter-box,
  .perspectives-cards-filter__filter-box option {
    width: 30%;
    font-size: 16px;
    line-height: 22px;
  }
}

.perspectives-cards-filter__filter-box option {
  font-weight: normal;
}

.perspectives-cards-filter__filter-box-holder {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .perspectives-cards-filter__filter-box-holder {
    flex-direction: row;
    margin-bottom: 60px;
  }
}

.ep-cards-text-filter {
  position: relative;
  width: 100%;
}

.ep-cards-text-filter input {
  width: 100%;
  padding: 5px 15px;
  border: 3px solid #1D1D1D;
  margin-bottom: 24px;
  font-weight: bold;
  font-family: "proxima-nova", sans-serif;
}

.ep-cards-text-filter input::-moz-placeholder {
  opacity: 0.5;
}

.ep-cards-text-filter input:-ms-input-placeholder {
  opacity: 0.5;
}

.ep-cards-text-filter input::placeholder {
  opacity: 0.5;
}

.ep-cards-text-filter::after {
  background: url("/build/img/hcp/glyphs/icon-search-black.svg") center no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  height: 20px;
  width: 20px;
  background-size: cover;
}

@media (min-width: 768px) {
  .ep-cards-text-filter input {
    margin-bottom: 36px;
  }
}

.ep-paginator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 48px 0;
}

.ep-paginator .ep-pagination-button {
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  font-weight: bold;
  color: #4D4D4D;
  margin: 0 6px;
}

.ep-paginator .ep-pagination-button.active {
  color: #E06014;
}

.ep-chevron-button {
  outline: none;
  border: none;
  background-color: unset;
  position: relative;
  height: 25px;
  width: 15px;
  margin: 0 6px;
}

.ep-chevron-button.ep-left {
  transform: rotate(180deg);
}

.ep-chevron-button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.ep-chevron-button::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("/build/img/hcp/glyphs/icon-arrow-narrow-black.svg") center no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .perspectives-cards-mobile {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .perspectives-cards-desktop {
    display: none;
  }
}

.ep-mobile-filter {
  background-color: #EBEBEB;
  padding: 15px;
  margin-top: 50px;
}

.ep-mobile-filter__toggler {
  position: relative;
}

.ep-mobile-filter__toggler p {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin: 0;
}

.ep-mobile-filter__toggler::after {
  content: "";
  background: url("/build/img/hcp/glyphs/chevron.svg") center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  height: 10px;
  width: 15px;
}

.ep-mobile-filter__toggler.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

.ep-mobile-filter__inner {
  max-height: 0px;
  transition: all 0.5s;
  overflow: hidden;
}

.ep-mobile-filter__inner.is-open {
  max-height: 500px;
}

.ep-mobile-filter__inner .perspectives-cards-filter__filter-box {
  border-color: #a5a5a5;
}

.ep-filter__type {
  border: 3px solid #1D1D1D;
  padding: 12px 30px;
  margin-bottom: 12px;
  background-color: white;
  position: relative;
}

.ep-filter__type__disc {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #1D1D1D;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}

.ep-filter__type__disc::after {
  display: none;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border: 3px solid #E06014;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, -50%, 0);
}

.ep-filter__type.selected {
  background-color: #1D1D1D;
}

.ep-filter__type.selected p {
  color: white;
}

.ep-filter__type.selected .ep-filter__type__disc {
  background-color: white;
}

.ep-filter__type.selected .ep-filter__type__disc::after {
  display: block;
}

.ep-filter__type p {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  font-family: "proxima-nova", sans-serif;
  margin: 0;
}

.hr-line {
  height: 3px;
  width: 100%;
  background-color: #a5a5a5;
  margin: 24px 0;
}

.ep-mobile-filter__inner__lower.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.ep-mobile-filter__actions {
  display: flex;
  justify-content: center;
}

.ep-mobile-filter__actions__button {
  font-size: 14px;
  line-height: 20px;
  font-family: "proxima-nova", sans-serif;
  outline: none;
  padding: 8px 18px;
  border-radius: 2px;
  margin: 12px 6px;
  font-weight: bold;
  border: none;
}

.ep-mobile-filter__actions__button.button-submit {
  color: #EBEBEB;
  background-color: #1D1D1D;
}

.ep-mobile-filter__actions__button.button-clear {
  background-color: #EBEBEB;
  color: #1D1D1D;
  border: 2px solid #1D1D1D;
  padding: 6px 16px;
}

.ep-mobile-results {
  margin: 18px 0;
}

.ep-mobile-results__pre {
  font-size: 16px;
  line-height: 22px;
  font-family: "proxima-nova", sans-serif;
  margin: 3px 0;
}

.ep-mobile-results__results {
  font-size: 19px;
  line-height: 25px;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  margin: 3px 0;
}

.view-upcoming-meetings,
.load-more-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 48px auto;
}

.ep-listing {
  margin-top: 24px;
  position: relative;
}

.ep-listing .expert-perspectives-card__title {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.26px;
}

.ep-listing .expert-perspectives-card {
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .ep-listing {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px;
  }

  .ep-listing .expert-perspectives-card__title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.3px;
  }

  .ep-listing .expert-perspectives-card__image {
    height: 226px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.ep-listing__featured,
.ep-listing__coming-up {
  border: 1px solid #EBEBEB;
}

.ep-listing .feat-and-comingup-holder {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.ep-listing .feat-and-comingup-holder .ep-listing__featured,
.ep-listing .feat-and-comingup-holder .ep-listing__coming-up {
  height: 100%;
}

.ep-listing-grid {
  position: relative;
}

@media (min-width: 768px) {
  .ep-listing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 22%);
    justify-content: space-between;
  }

  .ep-listing-grid .expert-perspectives-card__image {
    height: 156px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .ep-listing-grid .expert-perspectives-card__box {
    padding: 24px 12px;
  }
}

.filtered-card {
  border: 1px solid #EBEBEB;
  margin-bottom: 24px;
}

.webinar-hero {
  background-color: #1D1D1D;
  padding: 50px 0;
  position: relative;
  margin-bottom: 180px;
}

.webinar-hero .webinar-title {
  margin-bottom: 25px;
}

.webinar-hero__inner {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .webinar-hero__inner {
    padding: 0 50px;
  }
}

.webinar-hero__inner__right,
.webinar-hero__inner__left {
  padding: 24px 0;
}

@media (min-width: 768px) {
  .webinar-hero__inner__right,
  .webinar-hero__inner__left {
    padding: 50px 12px;
  }
}

.webinar-hero__inner img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.webinar-popup__inner {
  position: relative;
}

.webinar-popup {
  z-index: 100;
}

.webinar-share {
  margin-left: 30px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.webinar-share::before {
  content: "";
  height: 20px;
  width: 20px;
  margin-left: -30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/build/img/hcp/icons/white/contact_us_white.svg") center no-repeat;
  background-size: contain;
}

.share-black {
  color: #1D1D1D;
}

.share-black::before {
  background: url("/build/img/hcp/icons/default/contact_us.svg") center no-repeat;
  background-size: contain;
}

.orange {
  color: #fd7e14;
}

.d-carbon {
  color: #1D1D1D;
  margin: 50px auto;
}

@media (min-width: 992px) {
  .d-carbon {
    padding: 0 50px;
    margin: 70px auto 0px;
  }
}

.webinar-thankyou {
  min-height: calc(100vh - 400px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.webinar-thankyou__inner {
  margin-top: calc(10vh + 100px);
}

.webinar-thankyou .webinar-name {
  font-size: 16px;
}

@media (min-width: 768px) {
  .webinar-thankyou .webinar-name {
    font-size: 21px;
  }
}

