@charset "UTF-8";

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: red;
  --indigo: #6610f2;
  --purple: #8E239F;
  --pink: #e83e8c;
  --red: #D31322;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #6CC24A;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #4A4A49;
  --primary: #8E239F;
  --secondary: #F3E8F5;
  --success: #6CC24A;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #D31322;
  --light: #EFEFEF;
  --dark: #4A4A49;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-mainMax: 1023px;
  --breakpoint-main: 1024px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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: #8E239F;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #561560;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

h2,
.h2 {
  font-size: Bold 21px/25px Proxima Nova;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

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

.blockquote-footer::before {
  content: "\2014\A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container,
.container-fluid,
.container-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-main,
  .container-mainMax,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1023px) {
  .col-mainMax {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-mainMax-first {
    order: -1;
  }

  .order-mainMax-last {
    order: 13;
  }

  .order-mainMax-0 {
    order: 0;
  }

  .order-mainMax-1 {
    order: 1;
  }

  .order-mainMax-2 {
    order: 2;
  }

  .order-mainMax-3 {
    order: 3;
  }

  .order-mainMax-4 {
    order: 4;
  }

  .order-mainMax-5 {
    order: 5;
  }

  .order-mainMax-6 {
    order: 6;
  }

  .order-mainMax-7 {
    order: 7;
  }

  .order-mainMax-8 {
    order: 8;
  }

  .order-mainMax-9 {
    order: 9;
  }

  .order-mainMax-10 {
    order: 10;
  }

  .order-mainMax-11 {
    order: 11;
  }

  .order-mainMax-12 {
    order: 12;
  }

  .offset-mainMax-0 {
    margin-left: 0;
  }

  .offset-mainMax-1 {
    margin-left: 8.33333333%;
  }

  .offset-mainMax-2 {
    margin-left: 16.66666667%;
  }

  .offset-mainMax-3 {
    margin-left: 25%;
  }

  .offset-mainMax-4 {
    margin-left: 33.33333333%;
  }

  .offset-mainMax-5 {
    margin-left: 41.66666667%;
  }

  .offset-mainMax-6 {
    margin-left: 50%;
  }

  .offset-mainMax-7 {
    margin-left: 58.33333333%;
  }

  .offset-mainMax-8 {
    margin-left: 66.66666667%;
  }

  .offset-mainMax-9 {
    margin-left: 75%;
  }

  .offset-mainMax-10 {
    margin-left: 83.33333333%;
  }

  .offset-mainMax-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1024px) {
  .col-main {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-main-first {
    order: -1;
  }

  .order-main-last {
    order: 13;
  }

  .order-main-0 {
    order: 0;
  }

  .order-main-1 {
    order: 1;
  }

  .order-main-2 {
    order: 2;
  }

  .order-main-3 {
    order: 3;
  }

  .order-main-4 {
    order: 4;
  }

  .order-main-5 {
    order: 5;
  }

  .order-main-6 {
    order: 6;
  }

  .order-main-7 {
    order: 7;
  }

  .order-main-8 {
    order: 8;
  }

  .order-main-9 {
    order: 9;
  }

  .order-main-10 {
    order: 10;
  }

  .order-main-11 {
    order: 11;
  }

  .order-main-12 {
    order: 12;
  }

  .offset-main-0 {
    margin-left: 0;
  }

  .offset-main-1 {
    margin-left: 8.33333333%;
  }

  .offset-main-2 {
    margin-left: 16.66666667%;
  }

  .offset-main-3 {
    margin-left: 25%;
  }

  .offset-main-4 {
    margin-left: 33.33333333%;
  }

  .offset-main-5 {
    margin-left: 41.66666667%;
  }

  .offset-main-6 {
    margin-left: 50%;
  }

  .offset-main-7 {
    margin-left: 58.33333333%;
  }

  .offset-main-8 {
    margin-left: 66.66666667%;
  }

  .offset-main-9 {
    margin-left: 75%;
  }

  .offset-main-10 {
    margin-left: 83.33333333%;
  }

  .offset-main-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #9B9B9B;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #9B9B9B;
}

.table tbody + tbody {
  border-top: 2px solid #9B9B9B;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #9B9B9B;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #9B9B9B;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #dfc1e4;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #c48dcd;
}

.table-hover .table-primary:hover {
  background-color: #d6afdc;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #d6afdc;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fcf9fc;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f9f3fa;
}

.table-hover .table-secondary:hover {
  background-color: #f4e8f4;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #f4e8f4;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d6eecc;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b3dfa1;
}

.table-hover .table-success:hover {
  background-color: #c7e8b9;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c7e8b9;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f3bdc1;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e8848c;
}

.table-hover .table-danger:hover {
  background-color: #efa7ad;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #efa7ad;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfbfb;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f7f7f7;
}

.table-hover .table-light:hover {
  background-color: #eeeeee;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eeeeee;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cccccc;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a1a1a0;
}

.table-hover .table-dark:hover {
  background-color: #bfbfbf;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bfbfbf;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #4A4A49;
  border-color: #5d5d5c;
}

.table .thead-light th {
  color: #495057;
  background-color: #EDEDED;
  border-color: #9B9B9B;
}

.table-dark {
  color: #fff;
  background-color: #4A4A49;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #5d5d5c;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1022.98px) {
  .table-responsive-mainMax {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-mainMax > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1023.98px) {
  .table-responsive-main {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-main > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #4A4A49;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #cc65dd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(142, 35, 159, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #EDEDED;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #6CC24A;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(108, 194, 74, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #6CC24A;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%236CC24A' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #6CC24A;
  box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #6CC24A;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%234A4A49' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%236CC24A' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #6CC24A;
  box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #6CC24A;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #6CC24A;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #6CC24A;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #8bcf70;
  background-color: #8bcf70;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #6CC24A;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #6CC24A;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #6CC24A;
  box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #D31322;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(211, 19, 34, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #D31322;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D31322' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D31322' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #D31322;
  box-shadow: 0 0 0 0.2rem rgba(211, 19, 34, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #D31322;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%234A4A49' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D31322' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D31322' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #D31322;
  box-shadow: 0 0 0 0.2rem rgba(211, 19, 34, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #D31322;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #D31322;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #D31322;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ec2d3c;
  background-color: #ec2d3c;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(211, 19, 34, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #D31322;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #D31322;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #D31322;
  box-shadow: 0 0 0 0.2rem rgba(211, 19, 34, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(142, 35, 159, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #8E239F;
  border-color: #8E239F;
}

.btn-primary:hover {
  color: #fff;
  background-color: #721c80;
  border-color: #691a75;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #721c80;
  border-color: #691a75;
  box-shadow: 0 0 0 0.2rem rgba(159, 68, 173, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #8E239F;
  border-color: #8E239F;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #691a75;
  border-color: #5f176b;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(159, 68, 173, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #F3E8F5;
  border-color: #F3E8F5;
}

.btn-secondary:hover {
  color: #212529;
  background-color: #e5cde9;
  border-color: #e0c4e6;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #212529;
  background-color: #e5cde9;
  border-color: #e0c4e6;
  box-shadow: 0 0 0 0.2rem rgba(212, 203, 214, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #212529;
  background-color: #F3E8F5;
  border-color: #F3E8F5;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e0c4e6;
  border-color: #dcbce2;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 203, 214, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #6CC24A;
  border-color: #6CC24A;
}

.btn-success:hover {
  color: #fff;
  background-color: #5aac3a;
  border-color: #55a237;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #5aac3a;
  border-color: #55a237;
  box-shadow: 0 0 0 0.2rem rgba(97, 170, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #6CC24A;
  border-color: #6CC24A;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #55a237;
  border-color: #509933;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 170, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #D31322;
  border-color: #D31322;
}

.btn-danger:hover {
  color: #fff;
  background-color: #b0101c;
  border-color: #a40f1a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #b0101c;
  border-color: #a40f1a;
  box-shadow: 0 0 0 0.2rem rgba(218, 54, 67, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #D31322;
  border-color: #D31322;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a40f1a;
  border-color: #990e19;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 54, 67, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}

.btn-light:hover {
  color: #212529;
  background-color: gainsboro;
  border-color: #d6d6d6;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: gainsboro;
  border-color: #d6d6d6;
  box-shadow: 0 0 0 0.2rem rgba(208, 209, 209, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d6d6d6;
  border-color: #cfcfcf;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 209, 209, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #4A4A49;
  border-color: #4A4A49;
}

.btn-dark:hover {
  color: #fff;
  background-color: #373736;
  border-color: #303030;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #373736;
  border-color: #303030;
  box-shadow: 0 0 0 0.2rem rgba(101, 101, 100, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #4A4A49;
  border-color: #4A4A49;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #303030;
  border-color: #2a2a29;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 101, 100, 0.5);
}

.btn-outline-primary {
  color: #8E239F;
  border-color: #8E239F;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #8E239F;
  border-color: #8E239F;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 35, 159, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #8E239F;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #8E239F;
  border-color: #8E239F;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 35, 159, 0.5);
}

.btn-outline-secondary {
  color: #F3E8F5;
  border-color: #F3E8F5;
}

.btn-outline-secondary:hover {
  color: #212529;
  background-color: #F3E8F5;
  border-color: #F3E8F5;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 232, 245, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #F3E8F5;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #F3E8F5;
  border-color: #F3E8F5;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 232, 245, 0.5);
}

.btn-outline-success {
  color: #6CC24A;
  border-color: #6CC24A;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #6CC24A;
  border-color: #6CC24A;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #6CC24A;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #6CC24A;
  border-color: #6CC24A;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #D31322;
  border-color: #D31322;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #D31322;
  border-color: #D31322;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 19, 34, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #D31322;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #D31322;
  border-color: #D31322;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 19, 34, 0.5);
}

.btn-outline-light {
  color: #EFEFEF;
  border-color: #EFEFEF;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #EFEFEF;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}

.btn-outline-dark {
  color: #4A4A49;
  border-color: #4A4A49;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #4A4A49;
  border-color: #4A4A49;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 74, 73, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #4A4A49;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #4A4A49;
  border-color: #4A4A49;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 74, 73, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #8E239F;
  text-decoration: none;
}

.btn-link:hover {
  color: #561560;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1023px) {
  .dropdown-menu-mainMax-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-mainMax-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1024px) {
  .dropdown-menu-main-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-main-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #EFEFEF;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #8E239F;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #EDEDED;
  border: 1px solid #4A4A49;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #8E239F;
  background-color: #8E239F;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(142, 35, 159, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #cc65dd;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #da8ee6;
  border-color: #da8ee6;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #EDEDED;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #8E239F;
  background-color: #8E239F;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(142, 35, 159, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(142, 35, 159, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(142, 35, 159, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(142, 35, 159, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%234A4A49' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #4A4A49;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #cc65dd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(142, 35, 159, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #EDEDED;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #cc65dd;
  box-shadow: 0 0 0 0.2rem rgba(142, 35, 159, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #EDEDED;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #4A4A49;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #EDEDED;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(142, 35, 159, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(142, 35, 159, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(142, 35, 159, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #8E239F;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #da8ee6;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #9B9B9B;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #8E239F;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #da8ee6;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #9B9B9B;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #8E239F;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #da8ee6;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #9B9B9B;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #9B9B9B;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #9B9B9B;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #EDEDED #EDEDED #9B9B9B;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #9B9B9B #9B9B9B #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #8E239F;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1022.98px) {
  .navbar-expand-mainMax > .container,
  .navbar-expand-mainMax > .container-fluid,
  .navbar-expand-mainMax > .container-sm,
  .navbar-expand-mainMax > .container-md,
  .navbar-expand-mainMax > .container-lg,
  .navbar-expand-mainMax > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1023px) {
  .navbar-expand-mainMax {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-mainMax .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-mainMax .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-mainMax .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-mainMax > .container,
  .navbar-expand-mainMax > .container-fluid,
  .navbar-expand-mainMax > .container-sm,
  .navbar-expand-mainMax > .container-md,
  .navbar-expand-mainMax > .container-lg,
  .navbar-expand-mainMax > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-mainMax .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-mainMax .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-mainMax .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .navbar-expand-main > .container,
  .navbar-expand-main > .container-fluid,
  .navbar-expand-main > .container-sm,
  .navbar-expand-main > .container-md,
  .navbar-expand-main > .container-lg,
  .navbar-expand-main > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-expand-main {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-main .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-main .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-main .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-main > .container,
  .navbar-expand-main > .container-fluid,
  .navbar-expand-main > .container-sm,
  .navbar-expand-main > .container-md,
  .navbar-expand-main > .container-lg,
  .navbar-expand-main > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-main .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-main .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-main .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #EDEDED;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8E239F;
  background-color: #fff;
  border: 1px solid #9B9B9B;
}

.page-link:hover {
  z-index: 2;
  color: #561560;
  text-decoration: none;
  background-color: #EDEDED;
  border-color: #9B9B9B;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(142, 35, 159, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #8E239F;
  border-color: #8E239F;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #9B9B9B;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #8E239F;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #691a75;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(142, 35, 159, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #F3E8F5;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #212529;
  background-color: #e0c4e6;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 232, 245, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #6CC24A;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #212529;
  background-color: #55a237;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 194, 74, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #D31322;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #a40f1a;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(211, 19, 34, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #EFEFEF;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #d6d6d6;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #4A4A49;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #303030;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 74, 73, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #EDEDED;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #4a1253;
  background-color: #e8d3ec;
  border-color: #dfc1e4;
}

.alert-primary hr {
  border-top-color: #d6afdc;
}

.alert-primary .alert-link {
  color: #250929;
}

.alert-secondary {
  color: #7e797f;
  background-color: #fdfafd;
  border-color: #fcf9fc;
}

.alert-secondary hr {
  border-top-color: #f4e8f4;
}

.alert-secondary .alert-link {
  color: #646065;
}

.alert-success {
  color: #386526;
  background-color: #e2f3db;
  border-color: #d6eecc;
}

.alert-success hr {
  border-top-color: #c7e8b9;
}

.alert-success .alert-link {
  color: #234018;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #6e0a12;
  background-color: #f6d0d3;
  border-color: #f3bdc1;
}

.alert-danger hr {
  border-top-color: #efa7ad;
}

.alert-danger .alert-link {
  color: #3f060a;
}

.alert-light {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}

.alert-light hr {
  border-top-color: #eeeeee;
}

.alert-light .alert-link {
  color: #636363;
}

.alert-dark {
  color: #262626;
  background-color: #dbdbdb;
  border-color: #cccccc;
}

.alert-dark hr {
  border-top-color: #bfbfbf;
}

.alert-dark .alert-link {
  color: #0d0d0d;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #EDEDED;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #8E239F;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #EFEFEF;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #EDEDED;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #8E239F;
  border-color: #8E239F;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1023px) {
  .list-group-horizontal-mainMax {
    flex-direction: row;
  }

  .list-group-horizontal-mainMax > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-mainMax > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-mainMax > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-mainMax > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-mainMax > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1024px) {
  .list-group-horizontal-main {
    flex-direction: row;
  }

  .list-group-horizontal-main > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-main > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-main > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-main > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-main > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #4a1253;
  background-color: #dfc1e4;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #4a1253;
  background-color: #d6afdc;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #4a1253;
  border-color: #4a1253;
}

.list-group-item-secondary {
  color: #7e797f;
  background-color: #fcf9fc;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #7e797f;
  background-color: #f4e8f4;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #7e797f;
  border-color: #7e797f;
}

.list-group-item-success {
  color: #386526;
  background-color: #d6eecc;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #386526;
  background-color: #c7e8b9;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #386526;
  border-color: #386526;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #6e0a12;
  background-color: #f3bdc1;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #6e0a12;
  background-color: #efa7ad;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6e0a12;
  border-color: #6e0a12;
}

.list-group-item-light {
  color: #7c7c7c;
  background-color: #fbfbfb;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7c7c7c;
  background-color: #eeeeee;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.list-group-item-dark {
  color: #262626;
  background-color: #cccccc;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #262626;
  background-color: #bfbfbf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

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

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

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

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

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

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

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

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

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

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

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

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

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

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

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

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

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

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

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

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

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

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

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

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

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

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

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

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

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

.bg-primary {
  background-color: #8E239F !important;
}

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

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

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

.bg-success {
  background-color: #6CC24A !important;
}

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #4A4A49 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #8E239F !important;
}

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

.border-success {
  border-color: #6CC24A !important;
}

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

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

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

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

.border-dark {
  border-color: #4A4A49 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

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

@media (min-width: 1023px) {
  .d-mainMax-none {
    display: none !important;
  }

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

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

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

  .d-mainMax-table {
    display: table !important;
  }

  .d-mainMax-table-row {
    display: table-row !important;
  }

  .d-mainMax-table-cell {
    display: table-cell !important;
  }

  .d-mainMax-flex {
    display: flex !important;
  }

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

@media (min-width: 1024px) {
  .d-main-none {
    display: none !important;
  }

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

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

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

  .d-main-table {
    display: table !important;
  }

  .d-main-table-row {
    display: table-row !important;
  }

  .d-main-table-cell {
    display: table-cell !important;
  }

  .d-main-flex {
    display: flex !important;
  }

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1023px) {
  .flex-mainMax-row {
    flex-direction: row !important;
  }

  .flex-mainMax-column {
    flex-direction: column !important;
  }

  .flex-mainMax-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-mainMax-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-mainMax-fill {
    flex: 1 1 auto !important;
  }

  .flex-mainMax-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-mainMax-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-mainMax-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-mainMax-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-mainMax-start {
    justify-content: flex-start !important;
  }

  .justify-content-mainMax-end {
    justify-content: flex-end !important;
  }

  .justify-content-mainMax-center {
    justify-content: center !important;
  }

  .justify-content-mainMax-between {
    justify-content: space-between !important;
  }

  .justify-content-mainMax-around {
    justify-content: space-around !important;
  }

  .align-items-mainMax-start {
    align-items: flex-start !important;
  }

  .align-items-mainMax-end {
    align-items: flex-end !important;
  }

  .align-items-mainMax-center {
    align-items: center !important;
  }

  .align-items-mainMax-baseline {
    align-items: baseline !important;
  }

  .align-items-mainMax-stretch {
    align-items: stretch !important;
  }

  .align-content-mainMax-start {
    align-content: flex-start !important;
  }

  .align-content-mainMax-end {
    align-content: flex-end !important;
  }

  .align-content-mainMax-center {
    align-content: center !important;
  }

  .align-content-mainMax-between {
    align-content: space-between !important;
  }

  .align-content-mainMax-around {
    align-content: space-around !important;
  }

  .align-content-mainMax-stretch {
    align-content: stretch !important;
  }

  .align-self-mainMax-auto {
    align-self: auto !important;
  }

  .align-self-mainMax-start {
    align-self: flex-start !important;
  }

  .align-self-mainMax-end {
    align-self: flex-end !important;
  }

  .align-self-mainMax-center {
    align-self: center !important;
  }

  .align-self-mainMax-baseline {
    align-self: baseline !important;
  }

  .align-self-mainMax-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-main-row {
    flex-direction: row !important;
  }

  .flex-main-column {
    flex-direction: column !important;
  }

  .flex-main-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-main-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-main-fill {
    flex: 1 1 auto !important;
  }

  .flex-main-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-main-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-main-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-main-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-main-start {
    justify-content: flex-start !important;
  }

  .justify-content-main-end {
    justify-content: flex-end !important;
  }

  .justify-content-main-center {
    justify-content: center !important;
  }

  .justify-content-main-between {
    justify-content: space-between !important;
  }

  .justify-content-main-around {
    justify-content: space-around !important;
  }

  .align-items-main-start {
    align-items: flex-start !important;
  }

  .align-items-main-end {
    align-items: flex-end !important;
  }

  .align-items-main-center {
    align-items: center !important;
  }

  .align-items-main-baseline {
    align-items: baseline !important;
  }

  .align-items-main-stretch {
    align-items: stretch !important;
  }

  .align-content-main-start {
    align-content: flex-start !important;
  }

  .align-content-main-end {
    align-content: flex-end !important;
  }

  .align-content-main-center {
    align-content: center !important;
  }

  .align-content-main-between {
    align-content: space-between !important;
  }

  .align-content-main-around {
    align-content: space-around !important;
  }

  .align-content-main-stretch {
    align-content: stretch !important;
  }

  .align-self-main-auto {
    align-self: auto !important;
  }

  .align-self-main-start {
    align-self: flex-start !important;
  }

  .align-self-main-end {
    align-self: flex-end !important;
  }

  .align-self-main-center {
    align-self: center !important;
  }

  .align-self-main-baseline {
    align-self: baseline !important;
  }

  .align-self-main-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

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

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

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

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

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

@media (min-width: 1023px) {
  .float-mainMax-left {
    float: left !important;
  }

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

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

@media (min-width: 1024px) {
  .float-main-left {
    float: left !important;
  }

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

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

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1023px) {
  .m-mainMax-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-mainMax-n2 {
    margin: -0.5rem !important;
  }

  .mt-mainMax-n2,
  .my-mainMax-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-mainMax-n2,
  .mx-mainMax-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-mainMax-n2,
  .my-mainMax-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-mainMax-n2,
  .mx-mainMax-n2 {
    margin-left: -0.5rem !important;
  }

  .m-mainMax-n3 {
    margin: -1rem !important;
  }

  .mt-mainMax-n3,
  .my-mainMax-n3 {
    margin-top: -1rem !important;
  }

  .mr-mainMax-n3,
  .mx-mainMax-n3 {
    margin-right: -1rem !important;
  }

  .mb-mainMax-n3,
  .my-mainMax-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-mainMax-n3,
  .mx-mainMax-n3 {
    margin-left: -1rem !important;
  }

  .m-mainMax-n4 {
    margin: -1.5rem !important;
  }

  .mt-mainMax-n4,
  .my-mainMax-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-mainMax-n4,
  .mx-mainMax-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-mainMax-n4,
  .my-mainMax-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-mainMax-n4,
  .mx-mainMax-n4 {
    margin-left: -1.5rem !important;
  }

  .m-mainMax-n5 {
    margin: -3rem !important;
  }

  .mt-mainMax-n5,
  .my-mainMax-n5 {
    margin-top: -3rem !important;
  }

  .mr-mainMax-n5,
  .mx-mainMax-n5 {
    margin-right: -3rem !important;
  }

  .mb-mainMax-n5,
  .my-mainMax-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-mainMax-n5,
  .mx-mainMax-n5 {
    margin-left: -3rem !important;
  }

  .m-mainMax-auto {
    margin: auto !important;
  }

  .mt-mainMax-auto,
  .my-mainMax-auto {
    margin-top: auto !important;
  }

  .mr-mainMax-auto,
  .mx-mainMax-auto {
    margin-right: auto !important;
  }

  .mb-mainMax-auto,
  .my-mainMax-auto {
    margin-bottom: auto !important;
  }

  .ml-mainMax-auto,
  .mx-mainMax-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1024px) {
  .m-main-0 {
    margin: 0 !important;
  }

  .mt-main-0,
  .my-main-0 {
    margin-top: 0 !important;
  }

  .mr-main-0,
  .mx-main-0 {
    margin-right: 0 !important;
  }

  .mb-main-0,
  .my-main-0 {
    margin-bottom: 0 !important;
  }

  .ml-main-0,
  .mx-main-0 {
    margin-left: 0 !important;
  }

  .m-main-1 {
    margin: 0.25rem !important;
  }

  .mt-main-1,
  .my-main-1 {
    margin-top: 0.25rem !important;
  }

  .mr-main-1,
  .mx-main-1 {
    margin-right: 0.25rem !important;
  }

  .mb-main-1,
  .my-main-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-main-1,
  .mx-main-1 {
    margin-left: 0.25rem !important;
  }

  .m-main-2 {
    margin: 0.5rem !important;
  }

  .mt-main-2,
  .my-main-2 {
    margin-top: 0.5rem !important;
  }

  .mr-main-2,
  .mx-main-2 {
    margin-right: 0.5rem !important;
  }

  .mb-main-2,
  .my-main-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-main-2,
  .mx-main-2 {
    margin-left: 0.5rem !important;
  }

  .m-main-3 {
    margin: 1rem !important;
  }

  .mt-main-3,
  .my-main-3 {
    margin-top: 1rem !important;
  }

  .mr-main-3,
  .mx-main-3 {
    margin-right: 1rem !important;
  }

  .mb-main-3,
  .my-main-3 {
    margin-bottom: 1rem !important;
  }

  .ml-main-3,
  .mx-main-3 {
    margin-left: 1rem !important;
  }

  .m-main-4 {
    margin: 1.5rem !important;
  }

  .mt-main-4,
  .my-main-4 {
    margin-top: 1.5rem !important;
  }

  .mr-main-4,
  .mx-main-4 {
    margin-right: 1.5rem !important;
  }

  .mb-main-4,
  .my-main-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-main-4,
  .mx-main-4 {
    margin-left: 1.5rem !important;
  }

  .m-main-5 {
    margin: 3rem !important;
  }

  .mt-main-5,
  .my-main-5 {
    margin-top: 3rem !important;
  }

  .mr-main-5,
  .mx-main-5 {
    margin-right: 3rem !important;
  }

  .mb-main-5,
  .my-main-5 {
    margin-bottom: 3rem !important;
  }

  .ml-main-5,
  .mx-main-5 {
    margin-left: 3rem !important;
  }

  .p-main-0 {
    padding: 0 !important;
  }

  .pt-main-0,
  .py-main-0 {
    padding-top: 0 !important;
  }

  .pr-main-0,
  .px-main-0 {
    padding-right: 0 !important;
  }

  .pb-main-0,
  .py-main-0 {
    padding-bottom: 0 !important;
  }

  .pl-main-0,
  .px-main-0 {
    padding-left: 0 !important;
  }

  .p-main-1 {
    padding: 0.25rem !important;
  }

  .pt-main-1,
  .py-main-1 {
    padding-top: 0.25rem !important;
  }

  .pr-main-1,
  .px-main-1 {
    padding-right: 0.25rem !important;
  }

  .pb-main-1,
  .py-main-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-main-1,
  .px-main-1 {
    padding-left: 0.25rem !important;
  }

  .p-main-2 {
    padding: 0.5rem !important;
  }

  .pt-main-2,
  .py-main-2 {
    padding-top: 0.5rem !important;
  }

  .pr-main-2,
  .px-main-2 {
    padding-right: 0.5rem !important;
  }

  .pb-main-2,
  .py-main-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-main-2,
  .px-main-2 {
    padding-left: 0.5rem !important;
  }

  .p-main-3 {
    padding: 1rem !important;
  }

  .pt-main-3,
  .py-main-3 {
    padding-top: 1rem !important;
  }

  .pr-main-3,
  .px-main-3 {
    padding-right: 1rem !important;
  }

  .pb-main-3,
  .py-main-3 {
    padding-bottom: 1rem !important;
  }

  .pl-main-3,
  .px-main-3 {
    padding-left: 1rem !important;
  }

  .p-main-4 {
    padding: 1.5rem !important;
  }

  .pt-main-4,
  .py-main-4 {
    padding-top: 1.5rem !important;
  }

  .pr-main-4,
  .px-main-4 {
    padding-right: 1.5rem !important;
  }

  .pb-main-4,
  .py-main-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-main-4,
  .px-main-4 {
    padding-left: 1.5rem !important;
  }

  .p-main-5 {
    padding: 3rem !important;
  }

  .pt-main-5,
  .py-main-5 {
    padding-top: 3rem !important;
  }

  .pr-main-5,
  .px-main-5 {
    padding-right: 3rem !important;
  }

  .pb-main-5,
  .py-main-5 {
    padding-bottom: 3rem !important;
  }

  .pl-main-5,
  .px-main-5 {
    padding-left: 3rem !important;
  }

  .m-main-n1 {
    margin: -0.25rem !important;
  }

  .mt-main-n1,
  .my-main-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-main-n1,
  .mx-main-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-main-n1,
  .my-main-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-main-n1,
  .mx-main-n1 {
    margin-left: -0.25rem !important;
  }

  .m-main-n2 {
    margin: -0.5rem !important;
  }

  .mt-main-n2,
  .my-main-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-main-n2,
  .mx-main-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-main-n2,
  .my-main-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-main-n2,
  .mx-main-n2 {
    margin-left: -0.5rem !important;
  }

  .m-main-n3 {
    margin: -1rem !important;
  }

  .mt-main-n3,
  .my-main-n3 {
    margin-top: -1rem !important;
  }

  .mr-main-n3,
  .mx-main-n3 {
    margin-right: -1rem !important;
  }

  .mb-main-n3,
  .my-main-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-main-n3,
  .mx-main-n3 {
    margin-left: -1rem !important;
  }

  .m-main-n4 {
    margin: -1.5rem !important;
  }

  .mt-main-n4,
  .my-main-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-main-n4,
  .mx-main-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-main-n4,
  .my-main-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-main-n4,
  .mx-main-n4 {
    margin-left: -1.5rem !important;
  }

  .m-main-n5 {
    margin: -3rem !important;
  }

  .mt-main-n5,
  .my-main-n5 {
    margin-top: -3rem !important;
  }

  .mr-main-n5,
  .mx-main-n5 {
    margin-right: -3rem !important;
  }

  .mb-main-n5,
  .my-main-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-main-n5,
  .mx-main-n5 {
    margin-left: -3rem !important;
  }

  .m-main-auto {
    margin: auto !important;
  }

  .mt-main-auto,
  .my-main-auto {
    margin-top: auto !important;
  }

  .mr-main-auto,
  .mx-main-auto {
    margin-right: auto !important;
  }

  .mb-main-auto,
  .my-main-auto {
    margin-bottom: auto !important;
  }

  .ml-main-auto,
  .mx-main-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1023px) {
  .text-mainMax-left {
    text-align: left !important;
  }

  .text-mainMax-right {
    text-align: right !important;
  }

  .text-mainMax-center {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  .text-main-left {
    text-align: left !important;
  }

  .text-main-right {
    text-align: right !important;
  }

  .text-main-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #8E239F !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #561560 !important;
}

.text-secondary {
  color: #F3E8F5 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #d7b3de !important;
}

.text-success {
  color: #6CC24A !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #4b8f30 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #D31322 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #8d0d17 !important;
}

.text-light {
  color: #EFEFEF !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #c9c9c9 !important;
}

.text-dark {
  color: #4A4A49 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #232323 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #9B9B9B !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #9B9B9B;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #9B9B9B;
  }
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}

.outline-none {
  outline: none;
}

.outline-none:focus {
  outline: none;
}

.flex {
  display: flex;
}

.items-start {
  align-items: flex-start;
}

.mt-0 {
  margin-top: 0;
}

.-ml-4 {
  margin-left: -2rem;
}

.-ml-2 {
  margin-left: -1rem;
}

@media (min-width: 1024px) {
  .-ml-main-7 {
    margin-left: 5rem;
  }
}

.h-min-unset {
  min-height: unset !important;
}

.h-32 {
  height: 32px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-25 {
  padding-left: 25px;
}

.font-12 {
  font-size: 12px;
}

.font-8 {
  font-size: 8px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-0_5 {
  font-size: 0.5em !important;
}

.font-0_75 {
  font-size: 0.75em !important;
}

.line-height-default {
  line-height: 1.2em;
}

.text-purple {
  color: #8E239F;
}

.text-green {
  color: #6CC24A;
}

.p-padding-sm p {
  margin-bottom: 0.2rem !important;
}

.font-small-sup sup {
  font-size: 9.75px !important;
}

.li-margin-sm ul li {
  margin-top: 4px;
}

.bg-green {
  background: #6CC24A;
}

.min-w-0 {
  min-width: 0px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-14 {
  font-size: 14px;
}

.markdown-list__no-padding ul {
  padding: 0;
}

.p-2-5 {
  padding: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .mb-main-6 {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .mb-main-8 {
    margin-bottom: 2rem;
  }
}

.smaller-heading {
  font-size: 14px;
}

.min-w-51 {
  min-width: 51px;
}

.w-30 {
  width: 30%;
}

.w-70 {
  width: 70%;
}

.w-main-26 {
  width: 100%;
}

@media (min-width: 1024px) {
  .w-main-26 {
    width: 30%;
  }
}

@media screen and (min-width: 1200px) {
  .w-main-26 {
    width: 26%;
  }
}

.w-main-35 {
  width: 100%;
}

@media (min-width: 1024px) {
  .w-main-35 {
    width: 30%;
  }
}

@media screen and (min-width: 1200px) {
  .w-main-35 {
    width: 35%;
  }
}

.left-30 {
  left: 0;
}

@media (min-width: 1024px) {
  .left-30 {
    left: 30px;
  }
}

.left-15 {
  left: 0;
}

@media (min-width: 1024px) {
  .left-15 {
    left: 15px;
  }
}

.w-main-25 {
  width: 100%;
}

@media (min-width: 1024px) {
  .w-main-25 {
    width: 32%;
  }
}

@media screen and (min-width: 1200px) {
  .w-main-25 {
    width: 25%;
  }
}

.-ml-40 {
  margin-left: 0;
}

@media (min-width: 1024px) {
  .-ml-40 {
    margin-left: -40px;
  }
}

.-pl-7 {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .-pl-7 {
    padding-left: 5rem !important;
  }
}

.-ml-25 {
  margin-left: -25px;
}

.col-main-45 {
  width: 100%;
}

@media (min-width: 1024px) {
  .col-main-45 {
    width: 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

.col-main-55 {
  width: 100%;
}

@media (min-width: 1024px) {
  .col-main-55 {
    width: 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
}

.col-main-65 {
  width: 100%;
}

@media (min-width: 1024px) {
  .col-main-65 {
    width: 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
}

.col-main-35 {
  width: 100%;
}

@media (min-width: 1024px) {
  .col-main-35 {
    width: 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
}

.col-main-30 {
  width: 100%;
}

@media (min-width: 1024px) {
  .col-main-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.col-main-70 {
  width: 100%;
}

@media (min-width: 1024px) {
  .col-main-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

.bg-purple {
  background-color: #8E239F;
}

.multi-tab__content li {
  list-style: none;
}

.multi-tab__content li::before {
  content: "\2022";
  color: #6CC24A;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1.5rem;
  margin-right: 0.5rem;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-25 {
  margin-bottom: 25px;
}

.text-sm {
  font-size: 11px;
}

.word-per-line {
  word-spacing: 999999px;
}

.pr-20 {
  padding-right: 10rem !important;
}

.tracking-tight {
  line-height: 10.7px;
}

.w-45 {
  width: 100%;
}

@media (min-width: 1024px) {
  .w-45 {
    width: 45%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .-mb-30 {
    margin-bottom: -30px;
  }
}

.mt-23 {
  margin-top: 23px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-125 {
  margin-left: 125px;
}

.ul-left ul {
  margin-left: -20px;
}

.opacity-1 {
  opacity: 1;
}

.force-scrollbars::-webkit-scrollbar {
  -webkit-appearance: none;
}

.force-scrollbars::-webkit-scrollbar:vertical {
  width: 11px;
}

.force-scrollbars::-webkit-scrollbar:horizontal {
  height: 11px;
}

.force-scrollbars::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

.force-scrollbars::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}

.font-09 {
  font-size: 0.9em;
}

.important-text-purple {
  color: #8E239F !important;
}

/*==============
Fonts
 */

html,
body {
  font: 13px/16px "Nunito Sans";
  color: #4A4A49;
}

html[lang=el] * :not(i) {
  font-family: Arial !important;
}

html[lang=el] div {
  font-family: Arial !important;
}

/*===============================================
  Breadcrumb
================================================= */

ul li.breadcrumb-item {
  text-decoration: none;
  color: #8E239F;
}

ul li.breadcrumb-item a {
  color: #8E239F;
}

.breadcrumb-item-chevron {
  width: 10px;
  height: 10px;
}

ul li.breadcrumb-item::before {
  content: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

/*===============================================
  Buttons
================================================= */

.button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font: Bold 10px/16px "Nunito Sans";
  text-transform: uppercase;
  letter-spacing: 0px;
  height: 28px;
  border-radius: 50px;
  padding: 3px;
  border-color: transparent;
  width: 100%;
  border-style: solid;
  min-height: 35px;
  border-width: 3px;
}

.button:focus {
  outline: none;
}

.button.reverse {
  flex-direction: row-reverse;
}

.button.reverse .button-text {
  margin-right: auto;
  margin-left: 0;
}

.button-text {
  margin-left: auto;
}

.button-primary {
  background: #8E239F 0% 0% no-repeat padding-box;
  color: white;
}

.button-success {
  background: #6CC24A 0% 0% no-repeat padding-box;
  color: #fff;
}

.button-secondary {
  background: #F3E8F5 0% 0% no-repeat padding-box;
  color: #8E239F;
}

.button-danger {
  background: #D31322 0% 0% no-repeat padding-box;
  color: #fff;
}

.button-white {
  background: #F3E8F5 0% 0% no-repeat padding-box;
  color: #8E239F;
}

.button-circle-primary.chevron-right {
  background-image: url("/assets/primary-chevron-right.svg");
  background-size: cover;
}

.button-circle-primary.play {
  background-image: url('data:image/svg+xml, <svg id="play-btn-rnd-30" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g id="Group_13933" data-name="Group 13933" transform="translate(29 29) rotate(180)"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" transform="translate(29 29) rotate(180)" fill="%23fff"/><path id="Path_5" data-name="Path 5" d="M8.5,5.25,0,0V10.5Z" transform="translate(17 19.5) rotate(180)" fill="none" stroke="%238e239f" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-primary.close {
  background-image: url('data:image/svg+xml, <svg id="close-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" fill="%23fff"/><g id="Group_13892" data-name="Group 13892" transform="translate(-670.216 -366.811)"><path id="Path_19716-2" data-name="Path 19716-2" d="M690.831,387.426,679.6,376.2" transform="translate(0 0)" fill="none" stroke="%238e239f" stroke-width="1"/><path id="Path_19716-2-2" data-name="Path 19716-2" d="M690.831,376.2l-11.23,11.23" transform="translate(0 0)" fill="none" stroke="%238e239f" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-primary.plus {
  background-image: url('data:image/svg+xml, <svg id="active-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" fill="%23fff"/><g id="Group_13892" data-name="Group 13892" transform="translate(-199.54 -737.561) rotate(45)"><path id="Path_19716-2" data-name="Path 19716-2" d="M688.086,384.681,679.6,376.2" transform="translate(0 0)" fill="none" stroke="%238e239f" stroke-width="1"/><path id="Path_19716-2-2" data-name="Path 19716-2" d="M688.086,376.2l-8.485,8.485" transform="translate(0 0)" fill="none" stroke="%238e239f" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-primary.chevron-down {
  background-image: url('data:image/svg+xml, <svg id="down_arrow-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" fill="%23fff"/><g id="Group_13891" data-name="Group 13891" transform="translate(33.106 0.947) rotate(90)"><path id="Path_19716" data-name="Path 19716" d="M678.917,376.167l5.606,5.605-5.606,5.606" transform="translate(-666.417 -363.667)" fill="none" stroke="%238e239f" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-primary.chevron-up {
  background-image: url('data:image/svg+xml, <svg id="up_arrow-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g id="Group_13933" data-name="Group 13933" transform="translate(29 29) rotate(180)"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" transform="translate(29 29) rotate(180)" fill="%23fff"/><path id="Path_19716" data-name="Path 19716" d="M678.917,376.167l5.606,5.605-5.606,5.606" transform="translate(395.773 -667.47) rotate(90)" fill="none" stroke="%238e239f" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-success.chevron-right {
  background-image: url("/assets/green-chevron-right.svg");
  background-size: cover;
}

.button-circle-success.play {
  background-image: url("/assets/green-play.svg");
  background-size: cover;
}

.button-circle-success.close {
  background-image: url("/assets/green-close.svg");
  background-size: cover;
}

.button-circle-success.plus {
  background-image: url("/assets/green-plus-1590481829.svg");
  background-size: cover;
}

.button-circle-success.chevron-down {
  background-image: url("/assets/green-down.svg");
  background-size: cover;
}

.button-circle-success.chevron-up {
  background-image: url("/assets/green-up.svg");
  background-size: cover;
}

.button-circle-secondary.chevron-right {
  background-image: url('data:image/svg+xml, <svg id="right_arrow-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" fill="%238e239f"/><g id="Group_13894" data-name="Group 13894" transform="translate(0.947 -3.106)"><path id="Path_19716" data-name="Path 19716" d="M678.917,376.167l5.606,5.605-5.606,5.606" transform="translate(-666.417 -363.667)" fill="none" stroke="%23fff" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-secondary.play {
  background-image: url('data:image/svg+xml, <svg id="play-btn-rnd-30" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g id="Group_13933" data-name="Group 13933" transform="translate(29 29) rotate(180)"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" transform="translate(29 29) rotate(180)" fill="%238e239f"/><path id="Path_5" data-name="Path 5" d="M8.5,5.25,0,0V10.5Z" transform="translate(17 19.5) rotate(180)" fill="none" stroke="%23fff" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-secondary.close {
  background-image: url('data:image/svg+xml, <svg id="close-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" fill="%238e239f"/><g id="Group_13892" data-name="Group 13892" transform="translate(-670.216 -366.811)"><path id="Path_19716-2" data-name="Path 19716-2" d="M690.831,387.426,679.6,376.2" transform="translate(0 0)" fill="none" stroke="%23fff" stroke-width="1"/><path id="Path_19716-2-2" data-name="Path 19716-2" d="M690.831,376.2l-11.23,11.23" transform="translate(0 0)" fill="none" stroke="%23fff" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-secondary.plus {
  background-image: url('data:image/svg+xml, <svg id="active-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" fill="%238e239f"/><g id="Group_13892" data-name="Group 13892" transform="translate(-199.54 -737.561) rotate(45)"><path id="Path_19716-2" data-name="Path 19716-2" d="M688.086,384.681,679.6,376.2" transform="translate(0 0)" fill="none" stroke="%23fff" stroke-width="1"/><path id="Path_19716-2-2" data-name="Path 19716-2" d="M688.086,376.2l-8.485,8.485" transform="translate(0 0)" fill="none" stroke="%23fff" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-secondary.chevron-down {
  background-image: url('data:image/svg+xml, <svg id="down_arrow-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" fill="%238e239f"/><g id="Group_13891" data-name="Group 13891" transform="translate(33.106 0.947) rotate(90)"><path id="Path_19716" data-name="Path 19716" d="M678.917,376.167l5.606,5.605-5.606,5.606" transform="translate(-666.417 -363.667)" fill="none" stroke="%23fff" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-secondary.chevron-up {
  background-image: url('data:image/svg+xml, <svg id="up_arrow-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g id="Group_13933" data-name="Group 13933" transform="translate(29 29) rotate(180)"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" transform="translate(29 29) rotate(180)" fill="%238e239f"/><path id="Path_19716" data-name="Path 19716" d="M678.917,376.167l5.606,5.605-5.606,5.606" transform="translate(395.773 -667.47) rotate(90)" fill="none" stroke="%23fff" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-danger.chevron-right {
  background-image: url("/assets/red-chevron-right.svg");
  background-size: cover;
}

.button-circle-danger.play {
  background-image: url('data:image/svg+xml, <svg id="play-btn-rnd-30" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g id="Group_13933" data-name="Group 13933" transform="translate(29 29) rotate(180)"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" transform="translate(29 29) rotate(180)" fill="%23fff"/><path id="Path_5" data-name="Path 5" d="M8.5,5.25,0,0V10.5Z" transform="translate(17 19.5) rotate(180)" fill="none" stroke="%23D31322" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-danger.close {
  background-image: url('data:image/svg+xml, <svg id="close-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" fill="%23fff"/><g id="Group_13892" data-name="Group 13892" transform="translate(-670.216 -366.811)"><path id="Path_19716-2" data-name="Path 19716-2" d="M690.831,387.426,679.6,376.2" transform="translate(0 0)" fill="none" stroke="%23D31322" stroke-width="1"/><path id="Path_19716-2-2" data-name="Path 19716-2" d="M690.831,376.2l-11.23,11.23" transform="translate(0 0)" fill="none" stroke="%23D31322" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-danger.plus {
  background-image: url('data:image/svg+xml, <svg id="active-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" fill="%23fff"/><g id="Group_13892" data-name="Group 13892" transform="translate(-199.54 -737.561) rotate(45)"><path id="Path_19716-2" data-name="Path 19716-2" d="M688.086,384.681,679.6,376.2" transform="translate(0 0)" fill="none" stroke="%23D31322" stroke-width="1"/><path id="Path_19716-2-2" data-name="Path 19716-2" d="M688.086,376.2l-8.485,8.485" transform="translate(0 0)" fill="none" stroke="%23D31322" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-danger.chevron-down {
  background-image: url('data:image/svg+xml, <svg id="down_arrow-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" fill="%23fff"/><g id="Group_13891" data-name="Group 13891" transform="translate(33.106 0.947) rotate(90)"><path id="Path_19716" data-name="Path 19716" d="M678.917,376.167l5.606,5.605-5.606,5.606" transform="translate(-666.417 -363.667)" fill="none" stroke="%23D31322" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-danger.chevron-up {
  background-image: url('data:image/svg+xml, <svg id="up_arrow-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g id="Group_13933" data-name="Group 13933" transform="translate(29 29) rotate(180)"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" transform="translate(29 29) rotate(180)" fill="%23fff"/><path id="Path_19716" data-name="Path 19716" d="M678.917,376.167l5.606,5.605-5.606,5.606" transform="translate(395.773 -667.47) rotate(90)" fill="none" stroke="%23D31322" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-white.chevron-right {
  background-image: url("/assets/second-right.svg");
  background-size: cover;
}

.button-circle-white.play {
  background-image: url('data:image/svg+xml, <svg id="play-btn-rnd-30" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g id="Group_13933" data-name="Group 13933" transform="translate(29 29) rotate(180)"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" transform="translate(29 29) rotate(180)" fill="%238e239f"/><path id="Path_5" data-name="Path 5" d="M8.5,5.25,0,0V10.5Z" transform="translate(17 19.5) rotate(180)" fill="none" stroke="%23fff" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-white.close {
  background-image: url('data:image/svg+xml, <svg id="close-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" fill="%238e239f"/><g id="Group_13892" data-name="Group 13892" transform="translate(-670.216 -366.811)"><path id="Path_19716-2" data-name="Path 19716-2" d="M690.831,387.426,679.6,376.2" transform="translate(0 0)" fill="none" stroke="%23fff" stroke-width="1"/><path id="Path_19716-2-2" data-name="Path 19716-2" d="M690.831,376.2l-11.23,11.23" transform="translate(0 0)" fill="none" stroke="%23fff" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-white.plus {
  background-image: url('data:image/svg+xml, <svg id="active-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" fill="%238e239f"/><g id="Group_13892" data-name="Group 13892" transform="translate(-199.54 -737.561) rotate(45)"><path id="Path_19716-2" data-name="Path 19716-2" d="M688.086,384.681,679.6,376.2" transform="translate(0 0)" fill="none" stroke="%23fff" stroke-width="1"/><path id="Path_19716-2-2" data-name="Path 19716-2" d="M688.086,376.2l-8.485,8.485" transform="translate(0 0)" fill="none" stroke="%23fff" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-white.chevron-down {
  background-image: url('data:image/svg+xml, <svg id="down_arrow-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" fill="%238e239f"/><g id="Group_13891" data-name="Group 13891" transform="translate(33.106 0.947) rotate(90)"><path id="Path_19716" data-name="Path 19716" d="M678.917,376.167l5.606,5.605-5.606,5.606" transform="translate(-666.417 -363.667)" fill="none" stroke="%23fff" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle-white.chevron-up {
  background-image: url('data:image/svg+xml, <svg id="up_arrow-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g id="Group_13933" data-name="Group 13933" transform="translate(29 29) rotate(180)"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" transform="translate(29 29) rotate(180)" fill="%238e239f"/><path id="Path_19716" data-name="Path 19716" d="M678.917,376.167l5.606,5.605-5.606,5.606" transform="translate(395.773 -667.47) rotate(90)" fill="none" stroke="%23fff" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.button-circle {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border-color: none;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.button-circle.rotate {
  transform: rotate(180deg);
  margin-right: auto;
  margin-left: 0;
}

.button-outer {
  height: auto;
  width: 100%;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-outer a {
  text-decoration: none;
  opacity: 1;
  color: #8E239F;
}

.button-outer-primary {
  border: 1px solid #8E239F;
}

.button-outer-success {
  border: 1px solid #6CC24A;
}

.button-outer-secondary {
  border: 1px solid #F3E8F5;
}

.button-outer-danger {
  border: 1px solid #D31322;
}

.button-outer-white {
  border: 1px solid #F3E8F5;
}

.btn-link:hover {
  text-decoration: none;
}

.btn-link:focus {
  text-decoration: none;
}

.download-button {
  width: auto;
  background: #8E239F;
  color: #fff;
  border-top-left-radius: 15px;
  height: 40px;
  font: 12px/15px "Nunito Sans";
}

.download-button a {
  text-decoration: none;
}

.download-button a:hover {
  text-decoration: none;
  color: #fff;
}

.download-button.hidden {
  visibility: hidden;
}

.download-button-icon {
  width: 8px;
  height: 8px;
  margin-left: 3px;
}

button .close {
  position: absolute;
  right: 0;
  z-index: 99999;
}

button:focus {
  outline: none;
}

/*===============================================
  Cards
================================================= */

.card-highlight-text {
  font: 13px/14px "Nunito Sans";
  color: #8E239F;
  margin-top: 12px;
  line-height: 1.4;
}

.card-highlight-text.positive {
  margin-top: 6px;
}

.card-highlight-text p {
  margin-bottom: 4px;
}

.card-lower-icon {
  margin-top: 4px;
}

.card-lower-icon-text {
  font: 13px/16px "Nunito Sans";
  color: #8E239F;
  margin-left: 10px;
}

.card-sub-text {
  width: 70%;
}

.card-outer {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 14px 26px;
  height: 100%;
  min-height: 175px;
}

.card-outer.green {
  border: 1px solid #6CC24A;
}

.card-outer.red {
  border: 1px solid #D31322;
}

.card-outer.purple {
  border: 1px solid #8E239F;
}

@media (min-width: 1024px) {
  .card-outer {
    padding: 9px 36px 19px 37px;
  }
}

.card-icon {
  width: 54px;
  height: 54px;
}

.card-title {
  font: bold 14px/16px "Nunito Sans";
  color: #8E239F;
  text-align: center;
  width: 155px;
  margin-bottom: 12px;
  margin-top: 5px;
  height: 35px;
}

.card-title.alternate {
  display: flex;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-left: 15px;
}

.card-link {
  color: #6CC24A;
}

.antibody-screening-card-container .card-outer {
  padding-bottom: 12px;
}

.antibody-screening-card-container .card-title {
  margin-bottom: 22px;
  width: 170px;
  height: 43px;
}

/*===============================================
  Desktop Menu
================================================= */

.desktop-menu-list {
  list-style: none;
}

.desktop-menu-list-link:hover {
  text-decoration: none;
}

.desktop-menu-list-item {
  min-height: 56px;
  height: auto;
  min-width: 390px;
  border-bottom: 1px solid #8E239F;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.collapse {
  max-width: 390px;
}

.collapse:not(.show) {
  max-width: 390px;
}

.list-item-expanded {
  height: 56px;
  max-width: 390px;
  border-bottom: 1px solid #EFEFEF;
  margin-left: 24px;
  display: flex;
  align-items: center;
}

.list-item-chevron {
  margin-left: auto;
}

.text-list {
  text-align: left;
  font: Bold 18px/25px "Nunito Sans";
  letter-spacing: 0;
  color: #4A4A49;
}

.text-list-expanded {
  text-align: left;
  font: 18px/25px "Nunito Sans";
  letter-spacing: 0;
  color: #4A4A49;
}

/*===============================================
  Expander
================================================= */

.expander {
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-width: 436px;
  min-height: 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 15px 0px;
}

.expander-primary {
  border: 1px solid #8E239F;
}

.expander-secondary {
  border: 1px solid #6CC24A;
}

.expander-circle {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}

.expander-circle-primary {
  background-image: url('data:image/svg+xml, <svg id="active-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" fill="%238e239f"/><g id="Group_13892" data-name="Group 13892" transform="translate(-199.54 -737.561) rotate(45)"><path id="Path_19716-2" data-name="Path 19716-2" d="M688.086,384.681,679.6,376.2" transform="translate(0 0)" fill="none" stroke-transparency="1.0" stroke="%23ffffff" stroke-width="1"/><path id="Path_19716-2-2" data-name="Path 19716-2" d="M688.086,376.2l-8.485,8.485" transform="translate(0 0)" fill="none" stroke-transparency="1.0" stroke="%23ffffff" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.expander-circle-secondary {
  background-image: url('data:image/svg+xml, <svg id="active-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" fill="%236cc24a"/><g id="Group_13892" data-name="Group 13892" transform="translate(-199.54 -737.561) rotate(45)"><path id="Path_19716-2" data-name="Path 19716-2" d="M688.086,384.681,679.6,376.2" transform="translate(0 0)" fill="none" stroke="%23fff" stroke-width="1"/><path id="Path_19716-2-2" data-name="Path 19716-2" d="M688.086,376.2l-8.485,8.485" transform="translate(0 0)" fill="none" stroke="%23fff" stroke-width="1"/></g></svg>');
  background-size: cover;
}

.expander-text {
  text-align: left;
  font: Bold 18px/18px "Nunito Sans";
  letter-spacing: 0px;
  color: #4A4A49;
}

/*===============================================
  Forms
================================================= */

form {
  width: 100%;
  height: 100%;
}

.text-input {
  background: transparent;
  width: 100%;
  border-bottom: 1px solid #8E239F;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  padding: 12px 0;
  font: 13px/16px "Nunito Sans";
  letter-spacing: 0;
  color: #4A4A49;
  opacity: 75%;
}

.form-control:focus {
  border-bottom: 1px solid #8E239F;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  box-shadow: none;
  font: Regular 14px/17px "Nunito Sans";
  letter-spacing: 0;
}

.form-control::-webkit-input-placeholder {
  font: Regular 14px/17px "Nunito Sans";
  letter-spacing: 0px;
  color: #97999B;
}

.label-active {
  min-width: 106px;
  width: -moz-max-content;
  width: max-content;
  min-height: 35px;
  background: #6CC24A 0% 0% no-repeat padding-box;
  border-radius: 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.label-inactive {
  min-width: 106px;
  width: -moz-max-content;
  width: max-content;
  min-height: 35px;
  border: 2px solid #8E239F;
  border-radius: 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-active {
  font: Bold 14px/16px "Nunito Sans";
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
}

.text-inactive {
  font: Bold 14px/16px "Nunito Sans";
  letter-spacing: 0;
  color: #8E239F;
  text-transform: uppercase;
}

.custom-select.text-input {
  background: #fff url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="11.918" height="6.667" viewBox="0 0 11.918 6.667"><g id="Group_14658" data-name="Group 14658" transform="translate(-443.176 -5.094)"><g id="down_arrow-btn-rnd-28-purple" transform="translate(443.529 5.447)"><g id="Group_13891" data-name="Group 13891" transform="translate(11.211) rotate(90)"><path id="Path_19716" data-name="Path 19716" d="M0,0,5.606,5.605,0,11.211" fill="none" stroke="%236cc24a" stroke-width="1"/></g></g></g></svg>') no-repeat right 0.75rem center/8px 10px;
}

.login-page-select .select2 {
  min-width: 300px;
}

.select2.select2-container.select2-container--open .selection .select2-selection--single::after {
  border-width: 0;
  background-image: url("/assets/down_arrow-btn-open.svg");
  height: 10px;
  width: 15px;
  background-repeat: no-repeat;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
}

.select2 .selection .select2-selection .select2-selection__arrow {
  display: none;
}

.select2 .selection .select2-selection--single::after {
  background-image: url("/assets/down_arrow-btn.svg");
  border-width: 0;
  height: 10px;
  width: 15px;
  background-repeat: no-repeat;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
}

.select2 .selection .select2-selection--single {
  border-bottom: 1px solid #8E239F;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  color: #4A4A49;
  font: 13px/16px "Nunito Sans";
}

.select2 .selection .select2-selection--single:focus {
  outline: none;
}

.select2 .selection .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2 .selection .select2-selection--multiple {
  border-bottom: 1px solid #8E239F;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  color: #4A4A49;
  font: 10px/12px "Nunito Sans";
  opacity: 75%;
}

.select2 .selection .select2-selection--multiple:focus {
  outline: none;
}

.select2 .selection .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

.select2 .selection .select2-dropdown {
  background: #8E239F;
}

.select2-results ::-webkit-scrollbar {
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

.select2-results ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.select2-results ::-webkit-scrollbar:vertical {
  width: 8px;
}

.select2-results ::-webkit-scrollbar:horizontal {
  width: 0;
  height: 0;
  background: transparent;
}

.select2-results ul {
  list-style: none;
}

.select2-results ul li::before {
  content: none;
}

.select2-results .select2-results__options {
  background: #fff;
  border: 1px solid #D6D6D6;
}

.select2-results .select2-results__options ::-webkit-scrollbar {
  background: #ccc;
  /* Optional: just make scrollbar invisible */
}

.select2-results .select2-results__options ::-webkit-scrollbar-thumb {
  background: #f28d01;
  width: 100px;
  border-radius: 20px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.select2-results .select2-results__options ::-webkit-scrollbar {
  -webkit-appearance: none;
}

.select2-results .select2-results__options ::-webkit-scrollbar:vertical {
  width: 5px;
}

.select2-results .select2-results__options ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

.select2-results .select2-results__options ::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}

.select2-results .select2-results__options .select2-results__option {
  font: 13px/28px "Nunito Sans";
  color: #4A4A49;
  padding-left: 17px;
  padding-right: 17px;
  margin-top: 0;
  line-height: 18px;
}

.select2-results .select2-results__options .select2-results__option[aria-disabled=true] {
  display: none;
}

.select2-results .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background: #F3E8F5;
  font: 13px/28px "Nunito Sans";
  color: #4A4A49;
  padding-left: 17px;
  padding-right: 17px;
  line-height: 18px;
}

.select2-container .select2-dropdown {
  border: none;
}

.select2-container .select2-dropdown .select2-search {
  display: none;
}

.form-group {
  margin-bottom: 16px;
}

.iti--allow-dropdown {
  width: 100%;
}

.iti--allow-dropdown input {
  padding-left: 70px;
}

li.iti__country.iti__highlight {
  background-color: #F3E8F5;
}

li.iti__country {
  padding: 6px 17px;
  margin: 0;
  min-height: 40px;
  display: flex;
  align-items: center;
}

li.iti__country::before {
  content: none;
}

ul.iti__country-list {
  background-color: #fff;
  border: 1px solid #D6D6D6;
  border-top: 1px solid #8E239F;
  box-shadow: none;
  max-width: 320px;
  overflow-x: hidden;
  height: 100px;
}

ul.iti__country-list .iti__divider {
  height: 0;
  padding: 0;
  margin: 0;
}

div.iti--separate-dial-code .iti__selected-flag {
  background-color: #fff;
}

div.iti--separate-dial-code .iti__selected-flag .iti__arrow {
  border-width: 0;
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="11.918" height="6.667" viewBox="0 0 11.918 6.667"><g id="down_arrow-btn-rnd-28-purple" transform="translate(11.564 0.354) rotate(90)"><path id="Path_19716" data-name="Path 19716" d="M0,0,5.606,5.605,0,11.211" transform="translate(0 0)" fill="none" stroke="%236cc24a" stroke-width="1"/></g></svg>');
  height: 10px;
  width: 15px;
  background-repeat: no-repeat;
}

div.iti__flag-container:hover {
  background-color: #F3E8F5;
}

.select2-search--inline::before {
  content: "" !important;
}

.select2-selection--multiple .select2-selection__choice {
  background-color: #F3E8F5 !important;
  border-color: #8E239F !important;
}

.select2-results__option[aria-selected=true] {
  background-color: #F3E8F5 !important;
}

.select2-selection--multiple {
  background-color: transparent !important;
}

/*===============================================
  Headings
================================================= */

.vertical-rule {
  border: 1px solid #EDEDED;
  width: 0;
  height: 50px;
  margin-right: 33px;
  margin-left: 53px;
}

.vertical-rule.long {
  min-height: 316px;
}

.page-heading {
  max-width: 657px;
  font: bold 18px/22px "Nunito Sans";
}

.intro-text {
  text-align: left;
  font: 14px/18px "Nunito Sans";
  letter-spacing: 0;
  color: #4A4A49;
  max-width: 435px;
}

.heading {
  width: 67%;
}

.heading-icon {
  width: 54px;
  height: 54px;
  margin-right: 10px;
}

.heading-icon-blank {
  width: 0;
  height: 54px;
}

h2 {
  text-align: left;
  letter-spacing: 0;
  color: #8E239F;
  font: Bold 21px/25px "Nunito Sans";
}

.h3 {
  color: #8E239F;
  font: Bold 18px/22px "Nunito Sans";
}

@media only screen and (max-width: 1023px) {
  .heading {
    width: 100%;
  }

  .heading-title {
    width: 100%;
  }

  .intro-text {
    max-width: 100%;
  }

  .vertical-rule {
    display: none;
  }

  .vertical-rule.long {
    display: flex;
    height: 0;
    width: 80%;
    min-height: 0;
  }
}

/*===============================================
    Labels
  ================================================= */

.label-active {
  min-width: 106px;
  min-height: 35px;
  background: #6CC24A 0% 0% no-repeat padding-box;
  border-radius: 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.label-inactive {
  min-width: 106px;
  min-height: 35px;
  border: 2px solid #8E239F;
  border-radius: 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-active {
  font: Bold 14px/16px "Nunito Sans";
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.text .-inactive {
  font: Bold 14px/16px "Nunito Sans";
  letter-spacing: 0px;
  color: #8E239F;
  text-transform: uppercase;
}

/*===============================================
  Modal
================================================= */

/* The Modal (background) */

.exit-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */

.exit-modal-content {
  background-color: #fefefe;
  margin: 7% auto;
  /* 15% from the top and centered */
  border: 1px solid #888;
  width: 75%;
  /* Could be more or less, depending on screen size */
}

.exit-modal-logo {
  width: 13rem;
}

/* The Close Button */

.exit-close {
  float: right;
  font-size: 28px;
  font-weight: bold;
  color: #8E239F;
}

.exit-close:hover,
.exit-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-small {
  height: 70% !important;
  width: 70% !important;
  top: 10% !important;
  left: 15% !important;
  margin: 0 auto;
}

.modal {
  margin: auto;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
}

@media (min-width: 1024px) {
  .modal {
    position: absolute;
  }
}

.modal .modal-close-button {
  position: relative;
  z-index: 99999;
  height: 0;
  width: 100%;
  border: none;
  padding: 0;
}

.modal .modal-close-button button {
  background: transparent;
  border: none;
  position: absolute;
  right: -6px;
  top: 0;
}

.modal .modal-close-button button.video {
  top: 0;
}

.modal .modal-close-button button.full-screen {
  top: unset;
}

@media (min-width: 1024px) {
  .modal .modal-close-button button.full-screen {
    top: unset;
  }
}

@media (min-width: 1024px) {
  .modal .modal-close-button button {
    top: -12px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .modal .modal-close-button button {
    background: transparent;
    border: none;
    position: absolute;
    top: -1px;
    right: -6px;
  }
}

@media screen and (min-width: 1200px) {
  .modal-body {
    overflow-y: visible !important;
    overflow-x: visible !important;
  }
}

.modal-body {
  overflow-y: visible;
  overflow-x: visible;
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .modal-body {
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 1200px) {
  .modal-body {
    overflow: hidden;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .modal-body .diagnosing-testing-modal-button-container {
    bottom: 0;
  }
}

.modal-body .reference-expander-text-container {
  display: none;
}

@media screen and (min-width: 1024px) {
  .modal-body .reference-expander-text-container {
    display: none;
  }
}

.modal-body .reference-expander-text-container.expanded {
  display: block;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .modal-body .reference-expander-text-container.expanded {
    bottom: 0;
  }
}

.modal.modal-with-backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.modal.modal-with-backdrop .modal-content {
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .modal.modal-with-backdrop .modal-content {
    width: 70%;
    height: 90%;
    top: 5%;
    left: 15%;
  }
}

.modal-header {
  border-width: 0;
  border-radius: 0;
}

.modal-backdrop {
  background: transparent;
}

.modal-dialog {
  width: 100%;
  height: 100%;
}

.modal-inner-wrapper {
  height: calc(100% - 36px);
  width: 100%;
}

@media (min-width: 1024px) {
  .modal-inner-content {
    height: 100%;
  }
}

.modal-inner-content.video {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
}

.modal-inner-content.restore-modal {
  padding: 30px 32px 37px 32px;
}

.modal-inner-content.diagnosing-testing {
  padding: 45px 32px 37px 32px;
}

.modal-inner-content.diagnosing-testing:focus {
  outline: none;
}

@media (min-width: 1024px) {
  .modal-inner-content.diagnosing-testing {
    padding: 45px 32px 37px 32px;
  }
}

.modal-inner-content.ordering-zolgensma {
  padding: 23px 32px 37px 32px;
  min-height: 568px;
  max-height: 757px;
}

@media (min-width: 1024px) {
  .modal-inner-content.ordering-zolgensma {
    padding: 23px 23px 37px 23px;
  }
}

.modal-content {
  position: absolute;
  border-radius: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  background-image: url("/assets/modal-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
}

@media screen and (max-width: 1023px) {
  .modal-content {
    height: auto;
    min-height: 100vh;
  }
}

@media screen and (min-width: 1200px) {
  .modal-content {
    height: 100%;
  }
}

.modal-open .modal {
  overflow: scroll;
}

@media screen and (min-width: 1024px) {
  .modal-open .modal {
    overflow: hidden;
  }
}

@media only screen and (max-width: 1023px) {
  .modal {
    min-width: 100%;
  }
}

.close {
  opacity: 1;
  position: absolute;
  right: 0;
  z-index: 99999;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100%;
  }
}

/*===============================================
  Modal Tabs
================================================= */

.modal-tabs {
  position: absolute;
  bottom: 0;
}

.bottom-tab {
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #8E239F;
  border-radius: 15px 15px 0px 0px;
  height: 42px;
  padding: 16px 70px 12px;
  color: #8E239F;
  flex-grow: 1;
  text-align: center;
  font: Bold 12px/18px "Nunito Sans";
  letter-spacing: 0;
  text-transform: uppercase;
}

.bottom-tab-text {
  height: 12px;
  text-align: center;
  font: Bold 12px/18px "Nunito Sans";
  letter-spacing: 0;
}

.bottom-tab:hover {
  transition: background 300ms;
  background: #8E239F 0% 0% no-repeat padding-box;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .bottom-tab {
    height: auto;
    padding: 16px 30px 12px;
  }
}

/*===============================================
    Reference Expander
  ================================================= */

.reference-expander a {
  color: #fff;
  font: 10px/14px "Nunito Sans";
  opacity: 1;
  text-decoration: none;
}

.reference-expander-chevron {
  background-image: url("/assets/reference-chevron.svg");
  height: 8px;
  width: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 6px;
}

.reference-expander-text-container {
  position: absolute;
  width: 100vw;
  bottom: 0;
  height: 0px;
  transition: height 150ms ease-in-out, opacity 100ms ease-in-out;
  opacity: 0;
  left: 0;
}

.reference-expander-text-container.in-a-modal {
  position: fixed;
}

@media (min-width: 1024px) {
  .reference-expander-text-container {
    width: 100%;
  }
}

.reference-expander-text-container.expanded {
  height: 82px;
  opacity: 1;
  transition: height 150ms ease-in-out, opacity 100ms ease-in-out;
  z-index: 9;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.reference-expander-expanded-button {
  border-radius: 0;
  background: #fff;
  height: 40px;
  width: 72px;
  margin-top: -16.5px;
}

.reference-expander.card {
  border: none;
}

.reference-expander-container {
  margin-bottom: 0px;
  transition: margin-bottom 150ms ease-in-out;
}

.reference-expander-container.push-up {
  margin-bottom: 43px;
  transition: margin-bottom 150ms ease-in-out;
}

.reference-expander-container.push-up .reference-expander.card .card-header .btn-link .reference-expander-chevron {
  transform: rotate(180deg);
}

.reference-expander-container.accordion > .card {
  overflow: inherit;
}

.reference-expander.card-body {
  background: #8E239F;
  z-index: 0;
  color: #fff;
  text-align: left;
  height: 115px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0.75em;
}

.reference-expander.card-body .text-container {
  font: 10px/14px "Nunito Sans";
  width: 93%;
}

.reference-expander.card-header {
  margin-left: auto;
  width: 84px;
  z-index: 9;
  background: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reference-expander.card-header .btn-link {
  color: #8E239F;
}

.reference-expander.collapse {
  max-width: 1600px;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 0;
}

.reference-expander.collapse.show {
  position: relative;
  margin-top: -39px;
}

@media (min-width: 1024px) {
  .reference-expander.collapse.show {
    height: 82px;
  }
}

.text-container {
  font: 14px/18px "Nunito Sans";
  letter-spacing: 0;
}

/*===============================================
  Stacked Buttons
================================================= */

.stacked-buttons {
  transition: background 300ms;
  background: transparent;
  color: #6CC24A;
  width: 100%;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  text-align: left;
  font: Bold 12px/16px "Nunito Sans";
  min-height: 48px;
  position: relative;
}

@media (min-width: 1024px) {
  .stacked-buttons::after {
    content: url("/assets/account-settings-chevron.svg");
    height: 20px;
    width: 7px;
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    bottom: 5px;
  }
}

@media (min-width: 1024px) {
  .stacked-buttons {
    min-width: 328px;
    border: 1px solid #6CC24A;
    color: #4A4A49;
  }
}

.stacked-buttons.active {
  width: 100%;
  background: #6CC24A 0% 0% no-repeat;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  text-align: left;
  font: Bold 13px/16px "Nunito Sans";
  border: none;
}

@media (min-width: 1024px) {
  .stacked-buttons.active::after {
    content: url("/assets/account-settings-active-chevron.svg");
    height: 20px;
    width: 7px;
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    bottom: 5px;
  }
}

.stacked-buttons.active.no-bottom-border {
  border-bottom-width: 0;
}

.stacked-buttons.active.has-border-right {
  border-right: 1px solid #6CC24A;
}

@media (min-width: 1024px) {
  .stacked-buttons.active {
    min-width: 328px;
    border: 1px solid #6CC24A;
    background: #6CC24A 0% 0% no-repeat;
  }
}

.stacked-buttons-flex {
  flex: 1;
}

@media (min-width: 1024px) {
  .stacked-buttons-flex {
    flex: none;
  }
}

.stacked-buttons:hover {
  transition: background 300ms;
  background: #6CC24A 0% 0% no-repeat;
  color: #fff;
}

@media (min-width: 1024px) {
  .stacked-buttons:hover::after {
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="6.667" height="11.918" viewBox="0 0 6.667 11.918"><g id="right_arrow-btn-rnd-28-purple" transform="translate(-13.093 -9.04)"><g id="Group_13894" data-name="Group 13894" transform="translate(0.947 -3.106)"><path id="Path_19716" data-name="Path 19716" d="M678.917,376.167l5.606,5.605-5.606,5.606" transform="translate(-666.417 -363.667)" fill="none" stroke="%23ffffff" stroke-width="1"/></g></g></svg>');
    height: 20px;
    width: 7px;
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    bottom: 5px;
  }
}

.has-bottom-border {
  border-bottom: none;
}

@media (min-width: 1024px) {
  .has-bottom-border {
    border-bottom: 1px solid #6CC24A;
  }
}

.has-border-right {
  border-right: 1px solid #6CC24A;
}

.no-bottom-border {
  border-bottom-width: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
  text-decoration: none;
  min-height: 40px;
}

.nav-pills .nav-link.active {
  min-height: 40px;
  width: 100%;
  background: #6CC24A 0% 0% no-repeat;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  text-align: left;
  font: Bold 13px/16px "Nunito Sans";
  border: none;
  text-decoration: none;
}

.nav-pills .nav-link.active.no-bottom-border {
  border-bottom-width: 0;
}

/*===============================================
  Tabs
================================================= */

.test-tabs-references {
  position: absolute;
  bottom: 0;
  right: 0;
}

.test-tabs-references .-container {
  display: none;
}

.test-tabs-references .-container.show {
  display: flex;
}

/*===============================================
  Video
================================================= */

.media-player {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .media-player {
    height: 100%;
  }
}

.media-player-controls {
  min-height: 34px;
  min-width: 34px;
  border-width: 0;
  border-radius: 50%;
  background: transparent;
}

.media-player .poster {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 50px;
  background-color: white;
  overflow: hidden;
}

.media-player .poster img {
  margin: auto;
  max-width: 100%;
}

.media-video {
  position: absolute;
  background: #F3E8F5;
  max-width: 100%;
  z-index: 5;
}

@media only screen and (max-width: 1023px) {
  .media-video {
    bottom: 36%;
  }
}

.media-controls {
  height: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 22px;
  padding: 0 11px;
  align-items: center;
  z-index: 999;
}

@media (min-width: 1024px) {
  .media-controls {
    bottom: 16px;
  }
}

.media-controls > * {
  padding-top: 14px;
}

.progress-bar {
  width: 100%;
  background-color: #97999B;
  height: 5px;
}

.progress-bar-inner {
  background-color: #8E239F;
  height: 5px;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
}

.progress-bar-button {
  background-color: #8E239F;
  position: absolute;
  bottom: -3px;
  height: 11px;
  width: 11px;
  border-radius: 5px;
}

/* ===========================================
  Icon Links
 */

.icon-link:after {
  content: "";
  background-image: url("/assets/icon-triangle-right.svg");
  background-size: 100%;
  margin-left: 0.25rem;
  display: inline-block;
  height: 18px;
  width: 18px;
}

.icon-link.bigger:after {
  width: 36px;
}

.icon-link.none:after {
  display: none;
}

.icon-link.download:after {
  background-image: url("/assets/icon-download.svg");
  background-repeat: no-repeat;
}

.icon-link.download.text-grey:after {
  background-image: url("/assets/icon-download-grey.svg");
  background-repeat: no-repeat;
}

.icon-link.arrow-right:after {
  background-image: url("/assets/icon-arrow-right.svg");
  background-repeat: no-repeat;
}

.icon-link.arrow-right.text-grey:after {
  background-image: url("/assets/icon-arrow-right-grey.svg");
  background-repeat: no-repeat;
}

.icon-link.plus:after {
  background-image: url("/assets/icon-plus.svg");
  background-repeat: no-repeat;
}

.icon-link-spaced:after {
  content: "";
  background-image: url("/assets/icon-triangle-right.svg");
  background-size: 100%;
  margin-left: 0.25rem;
  display: inline-block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  right: 0;
}

.icon-link-spaced.bigger:after {
  width: 36px;
}

.icon-link-spaced.none:after {
  display: none;
}

.icon-link-spaced.download:after {
  background-image: url("/assets/icon-download.svg");
  background-repeat: no-repeat;
}

.icon-link-spaced.download.text-grey:after {
  background-image: url("/assets/icon-download-grey.svg");
  background-repeat: no-repeat;
}

.icon-link-spaced.arrow-right:after {
  background-image: url("/assets/icon-arrow-right.svg");
  background-repeat: no-repeat;
}

.icon-link-spaced.arrow-right.text-grey:after {
  background-image: url("/assets/icon-arrow-right-grey.svg");
  background-repeat: no-repeat;
}

.icon-link-spaced.plus:after {
  background-image: url("/assets/icon-plus.svg");
  background-repeat: no-repeat;
}

.error-image {
  min-width: 250px;
}

@media (min-width: 1024px) {
  .error-image {
    min-width: 450px;
  }
}

.error-text {
  font: bold 30px/40px "Nunito Sans";
  color: #8E239F;
}

.error-page-button {
  margin-top: 17px;
}

.error-page-button .button-outer a {
  color: #fff;
}

.arrow-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.arrow-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url(/assets/arrow_green.svg) center no-repeat;
}

.header-pill span {
  border-radius: 0 5px 0 5px;
}

ul.list-dashed li::before {
  content: "\2011";
  color: #4A4A49;
}

.iti__country-list {
  height: 140px !important;
  z-index: 999 !important;
}

.recommended-label {
  border-radius: 0.25rem;
  background-color: #6CC24A;
  padding: 0.2rem 0.4rem;
  color: white;
  font-size: 10px;
}

@media (max-width: 1024px) {
  .slide-image-2-fr img {
    position: absolute;
    right: 0%;
  }
}

.prior-ordering-card-container-fr {
  margin-bottom: 10px !important;
}

.card-sub-text p strong {
  font: 13px/16px "Nunito Sans";
  color: #8E239F;
}

.corticosteroid_footer_text {
  font-size: 0.8em;
}

.border-purple {
  border: 1px solid #832F9A !important;
  border-top-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.border-red {
  position: relative;
  left: -6px !important;
  padding: 0 5px;
  margin: 0 5px;
  border: 1px solid red !important;
}

.border-red ul {
  margin: 0;
  padding: 0;
  padding-left: 44px;
  left: -26px !important;
}

.border-red ul li:first-of-type {
  margin: 0;
  padding: 0;
}

.no-v-margin ul {
  margin: 0 !important;
}

.gr-contact-page-spacing {
  margin-top: 50px;
}

.gr-contact-page-contact-section {
  max-width: 280px;
  padding: 12px 0;
}

.yellow-text-box-centered {
  display: block;
  background: #ffeb0a;
  padding: 8px;
  text-align: center;
}

.gr-order-zolgensma-steps-contact-details {
  margin-bottom: 6rem;
}

.sample-procedure-link-gr {
  margin-top: 4rem;
  margin-left: 0 !important;
}

.references-button-gr {
  background: #8E239F;
  color: #fff !important;
  padding-bottom: 19px;
  border-top-left-radius: 1.5em;
}

.link-gray {
  color: #4A4A49;
  text-decoration: none;
}

.link-gray p {
  color: #4A4A49;
}

.font-size-09 {
  font-size: 0.9em;
}

.font-10 {
  font-size: 10px;
}

.post-infusion-table-gr {
  font-size: calc(100% - 2px) !important;
}

.post-infusion-table-gr td {
  font-size: calc(100% - 2px) !important;
}

@media (min-width: 1024px) {
  .sample-shippinng-links-gr {
    margin-left: 300px !important;
  }
}

.show-select2-placeholders .select2-results .select2-results__options .select2-results__option[aria-disabled=true] {
  display: block !important;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.monitoring-lang-selector {
  max-width: 400px;
  min-width: 300px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.monitoring-lang-selector .list-group .list-group-item {
  padding: 4px 0 0 0;
}

.table-scroller {
  max-height: 230px;
  overflow-y: auto;
}

.table-scroller::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.adverse-reactions-table {
  margin-top: 30px;
  width: 100%;
}

.hint-modal-link {
  position: absolute;
  bottom: -20px;
  left: -106px;
}

.ie-sup {
  top: -0.27em;
}

.link-no-underline {
  text-decoration: none;
}

.remove-border-right {
  border-right: none !important;
}

.text-black {
  color: #000 !important;
}

.smallest-heading {
  font-size: 10px !important;
  font-weight: normal;
}

.font-normal {
  font-weight: normal !important;
}

.footer {
  position: absolute;
  bottom: 50px;
  z-index: 7;
}

@media (min-width: 1024px) {
  .footer {
    bottom: 6px;
  }
}

@media (min-width: 1024px) {
  .footer.login {
    width: auto;
    left: 35%;
  }
}

.footer.authentication-steps {
  left: 32px;
}

.footer-expanding-buttons {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 99;
  align-items: flex-end;
}

.footer-icon {
  width: 24px;
  height: 24px;
}

.footer.set-password {
  left: 32px;
}

.footer.register {
  left: 30px;
}

.footer-nav {
  width: 100%;
  display: flex;
  align-items: center;
}

.footer-nav-list {
  flex-grow: 1;
}

.footer-nav-list-text {
  font: 10px/12px "Nunito Sans";
  color: #9B9B9B;
}

.footer-nav-list a {
  text-decoration: underline;
  font: 10px/12px "Nunito Sans";
  color: #9B9B9B;
}

.footer-nav-list a:hover {
  text-decoration: none;
}

.footer-nav-logo {
  height: 80px;
  width: 11%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-nav-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  list-style: none;
  max-height: 70px;
  width: 60%;
}

.footer-nav-bar-item {
  width: 59%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  opacity: 1;
  text-align: center;
  font: 12px/15px "Nunito Sans";
  letter-spacing: 0;
  background: none;
  border-width: 0;
  color: #8E239F;
}

.footer-nav-bar-item:hover {
  color: #6CC24A;
  transition: color 300ms ease-in-out;
}

.avexis-logo {
  width: 50px;
  height: 50px;
}

.footer-nav-button {
  height: 80px;
  width: 18%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}

.footer-button {
  min-width: 111px;
  height: 30px;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #6CC24A;
  border-radius: 15px;
  padding: 0;
  display: flex;
  align-items: center;
}

.footer-button-circle {
  height: 30px;
  width: 30px;
  background-image: url('data:image/svg+xml, <svg id="right_arrow-btn-rnd-28-purple" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><circle id="Ellipse_430" data-name="Ellipse 430" cx="15" cy="15" r="15" fill="%236cc24a"/><g id="Group_13894" data-name="Group 13894" transform="translate(0.947 -3.106)"><path id="Path_19716" data-name="Path 19716" d="M678.917,376.167l5.606,5.605-5.606,5.606" transform="translate(-666.417 -363.667)" fill="none" stroke="%23fff" stroke-width="1"/></g></svg>');
  background-size: cover;
  border-radius: 15px;
  float: right;
  position: relative;
  top: -1px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-button-text {
  text-align: center;
  font: Bold 14px/16px "Nunito Sans";
  letter-spacing: 0px;
  color: #6CC24A;
  text-transform: uppercase;
  margin-left: auto;
}

.text-grey {
  color: #9B9B9B;
}

ul li .footer-nav-list {
  list-style: none;
}

ul li.footer-nav-list {
  margin-top: 5px;
}

ul li.footer-nav-list::before {
  content: none;
}

@media only screen and (max-width: 1023px) {
  .footer-nav-logo {
    display: none;
  }

  .footer-nav-button {
    display: none;
  }

  .footer-nav-bar {
    width: 100%;
  }

  .footer-nav-bar-item {
    font-size: 12px;
    height: 100px;
    padding: 6px;
  }

  .footer-nav-bar-item:hover {
    height: 96px;
  }
}

.footer-nav-list-text {
  font: 10px/12px "Nunito Sans";
  color: #9B9B9B;
}

.footer-nav-list-text-sm {
  font: 9px/11px "Nunito Sans";
  color: #9B9B9B;
}

.footer-nav-list-a-sm {
  font: 9px/11px "Nunito Sans" !important;
  color: #9B9B9B;
  line-height: 0.8em;
}

.footer-nav-list-text-fr {
  font: 8px/10px "Nunito Sans";
  color: #9B9B9B;
  line-height: 0.8em;
}

.footer-nav-list-a-fr {
  font: 8px/10px "Nunito Sans" !important;
  color: #9B9B9B;
  line-height: 0.8em;
}

nav {
  width: 100%;
}

.small-nav-text {
  font-size: 12px;
  color: #9B9B9B;
}

.header-nav {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  background: #fff;
}

.header-nav-list {
  flex-grow: 1;
}

.header-nav-list-text {
  font: 14px/16px "Nunito Sans";
  color: #97999B;
}

.header-nav-list a {
  text-decoration: none;
}

.header-purple-dropdown {
  background-image: url("/assets/nav-tab.svg");
  background-repeat: no-repeat;
  height: 41px;
  width: 500px;
  background-position-x: right;
  padding: 10px 20px;
}

.header-purple-dropdown-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  float: right;
}

.header-purple-dropdown-item {
  text-align: left;
  font: 14px/16px "Nunito Sans";
  letter-spacing: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-hello {
  text-align: left;
  font: Italic 12px/15px "Nunito Sans";
  letter-spacing: 0px;
  color: #9B9B9B;
}

.header-account-link {
  text-align: left;
  text-decoration: none;
  font: 12px/14px "Nunito Sans";
  letter-spacing: 0px;
  color: #9B9B9B !important;
}

@media (min-width: 1024px) {
  .header-account-link .fa {
    font-size: 8px;
  }
}

.header-list {
  list-style: none;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding: 1rem 1.5rem;
  background: #f5f5f5;
  width: 100%;
  display: none;
}

.header-list.show {
  display: block;
}

@media (min-width: 1024px) {
  .header-list.show {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .header-list {
    display: flex;
    background: #EFEFEF;
    margin-right: 22px;
    padding: 0;
  }
}

.header-list-item {
  text-align: left;
  letter-spacing: 0;
  color: #9B9B9B;
  padding: 1rem 0;
  border-style: solid;
  border-color: #d3d3d3;
  border-width: 0 0 1px 0;
}

.header-list-item:nth-child(1) {
  padding-top: 0;
}

.header-list-item:nth-last-child(1) {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .header-list-item {
    padding: 0 0.75rem;
    border-width: 0 1px 0 0;
  }

  .header-list-item:nth-last-child(1) {
    border-width: 0;
    padding-right: 0;
  }
}

.header-list-item a {
  font-size: 18px;
  font-family: "Nunito Sans";
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .header-list-item a {
    font: 10px/16px "Nunito Sans";
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .header-list-item i {
    display: none;
  }
}

.top-section-wrapper.show {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 5;
  height: 100vh;
  width: 100%;
}

@media (min-width: 1024px) {
  .top-section-wrapper.show {
    position: static;
    height: auto;
    width: 100%;
    background: transparent;
  }
}

.header-top-section {
  background: #EFEFEF;
}

@media (min-width: 1024px) {
  .header-top-section {
    height: 24px;
    display: flex;
  }
}

.header-top-section__button {
  color: #9B9B9B;
  font-size: 12px;
}

.header-bottom-section {
  padding: 10px 14px 10px 24px;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-bottom-section .zolgensma-logo {
  width: 63px;
}

.header-bottom-section .zolgensma-logo .mobile-logo {
  width: 100%;
  height: 100%;
}

.header-bottom-section .zolgensma-logo .ie-mobile-logo {
  height: 40px;
}

@media (min-width: 1024px) {
  .header-bottom-section {
    border-bottom: 1px solid #EDEDED;
    padding: 10px 24px;
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.header-bottom-section a {
  opacity: 1;
}

.header-bottom-section-items {
  display: flex;
  width: 15%;
  justify-content: space-between;
  align-items: center;
}

.header-bottom-section-items.login {
  justify-content: flex-end;
}

.header-bottom-section .main-nav-list {
  display: flex;
  list-style: none;
  align-items: center;
  width: 100%;
}

.header-bottom-section .main-nav-list li:before {
  content: "";
}

@media (min-width: 1024px) {
  .header-bottom-section .main-nav-list__li {
    max-width: 100px;
    min-width: 100px;
    margin: 0;
    flex: 0 1;
    position: relative;
  }

  .header-bottom-section .main-nav-list__li:nth-child(2) {
    margin-left: auto;
  }

  .header-bottom-section .main-nav-list__li.show > .dropdown-menu {
    top: -21px !important;
    left: calc(57% - 5px) !important;
    transform: translateX(-57%) !important;
    font-size: 12px;
    line-height: 14px;
  }

  .header-bottom-section .main-nav-list__li .dropdown-menu a {
    white-space: nowrap;
  }
}

.header-bottom-section .main-nav-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  opacity: 1;
  text-align: center;
  font: 12px/14px "Nunito Sans";
  font-weight: bold;
  letter-spacing: 0;
  background: none;
  border-width: 0;
  color: #8E239F;
  text-decoration: none;
  margin: 0 auto;
}

.header-bottom-section .main-nav-list__item:hover {
  color: #6CC24A;
  transition: none;
}

.header-bottom-section .main-nav-list__item:hover .icon-selected {
  display: inline-block;
}

.header-bottom-section .main-nav-list__item:hover .icon-unselected {
  display: none;
}

.header-bottom-section .main-nav-list__item .icon-selected {
  display: none;
}

.header-bottom-section .main-nav-list__item .icon-unselected {
  display: inline-block;
}

.header-bottom-section .main-nav-list__item.selected .icon-selected {
  display: inline-block;
}

.header-bottom-section .main-nav-list__item.selected .icon-unselected {
  display: none;
}

.header-bottom-section .breaker {
  stroke: #9B9B9B;
  stroke-width: 1;
  height: 49px;
  width: 1px;
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 26px;
  height: 100vh;
  width: 100%;
  z-index: 51;
  background: white;
}

.mobile-nav:before {
  content: "";
  height: 26px;
  width: 100%;
  top: -26px;
  position: absolute;
  border-bottom: 1px solid #9B9B9B;
  background: white;
}

.mobile-nav.show {
  display: block;
}

@media (min-width: 1024px) {
  .mobile-nav.show {
    display: none;
  }
}

.mobile-nav .mobile-logo {
  width: 85px;
  height: 26px;
}

.mobile-nav__list {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav__li {
  border-style: solid;
  border-color: #8E239F90;
  border-width: 0 0 1px 0;
  padding: 0.75rem 1.5rem;
}

.mobile-nav__li:before {
  display: none;
}

.mobile-nav__item {
  color: #8E239F;
  display: flex;
  width: 100%;
  text-decoration: none;
  align-items: center;
  font-size: 18px;
  line-height: 1.6;
  opacity: 1;
  transition: opacity 250ms linear;
}

.mobile-nav__item:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 250ms linear;
}

.mobile-nav__item > * {
  color: inherit !important;
  font-size: inherit;
  line-height: inherit;
}

.mobile-nav__item .collapse {
  display: inline-block;
}

.mobile-nav__item .expand {
  display: none;
}

.mobile-nav__item.selected {
  color: #6CC24A;
}

.mobile-nav__item.selected .mobile-nav__icon.selected {
  display: inline-block;
}

.mobile-nav__item.selected .mobile-nav__icon.unselected {
  display: none;
}

.mobile-nav__item.expanded {
  color: #6CC24A;
}

.mobile-nav__item.expanded .mobile-nav__icon.selected {
  display: inline-block;
}

.mobile-nav__item.expanded .mobile-nav__icon.unselected {
  display: none;
}

.mobile-nav__item.expanded .collapse {
  display: none;
}

.mobile-nav__item.expanded .expand {
  display: inline-block;
}

.mobile-nav__icon {
  height: 48px;
  width: 48px;
}

.mobile-nav__icon.selected {
  display: none;
}

.mobile-nav__expandable {
  padding: 0.5rem 0.75rem 0;
}

.mobile-nav__expandable ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav__expandable li {
  font-size: 12px;
  color: #9B9B9B;
  height: 22px;
  display: flex;
  align-items: center;
}

.mobile-nav__expandable li:before {
  display: none;
}

.mobile-nav__expandable li > * {
  color: inherit;
}

.mobile-nav__expandable-link {
  color: #9B9B9B;
  text-decoration: none;
  transition: color 250ms linear;
}

.mobile-nav__expandable-link.selected {
  color: #6CC24A;
}

.mobile-nav__expandable-link:hover {
  color: #6CC24A;
  transition: color 250ms linear;
  text-decoration: none;
}

#language-selection {
  display: none;
}

ul li.header-list-item::before {
  content: none;
}

.flex-1 {
  flex: 1;
}

ul li .header-nav-list {
  list-style: none;
}

ul li.header-nav-list::before {
  content: none;
}

@media only screen and (max-width: 576px) {
  .header-purple-dropdown {
    width: 100%;
    height: auto;
    padding: 4px 20px;
    background: #8E239F;
  }

  .header-purple-dropdown-list {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .header-bottom-section-items {
    width: 60%;
  }

  .header-account-link {
    flex: 0;
  }

  .header-top-section {
    height: auto;
  }
}

.custom-dropdown-toggle {
  color: #9B9B9B;
}

.custom-dropdown-toggle:after {
  border: 0;
  content: "";
}

.no-icon-dropdown:after {
  border: 0;
  content: "";
  display: none;
}

.dropdown-toggle {
  white-space: normal;
}

.dropdown-content .title {
  font-size: 12px;
  max-width: 125px;
  margin: auto;
}

.dropdown-content__title {
  position: relative;
}

.dropdown-content__title:after {
  display: none;
  background: #8E239F;
  height: 2px;
  width: 100%;
  max-width: 50px;
  content: "";
  margin: 1rem auto;
}

@media (min-width: 1024px) {
  .dropdown-content__title:after {
    display: block;
  }
}

.it-menu-text li a {
  font-size: 0.8em !important;
  font-style: "Nunito Sans" !important;
}

/*===============================================
  Account settings
================================================= */

.account-settings-container {
  margin-bottom: 90px;
}

@media (min-width: 1024px) {
  .account-settings-tabs-container {
    min-height: 120px;
  }
}

.account-settings-button {
  max-width: 195px;
}

.account-settings-delete-account-subtext {
  font: 13px/16px "Nunito Sans";
  letter-spacing: 0;
  color: #4A4A49;
}

.account-settings-delete-account-title {
  font: bold 12px/16px "Nunito Sans";
  letter-spacing: 0;
  color: #D31322;
}

.account-settings-sub-title {
  text-align: left;
  font: 13px/16px "Nunito Sans";
  letter-spacing: 0;
  color: #4A4A49;
}

.account-settings-sub-title-mobile {
  text-align: left;
  font: 13px/16px "Nunito Sans";
  letter-spacing: 0;
  color: #8E239F;
  margin-top: 22px;
  margin-bottom: 19px;
}

.account-settings-button-group {
  border: 1px solid #6CC24A;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
}

.account-settings-button-group .nav {
  flex-wrap: nowrap;
  flex: 1;
}

@media (min-width: 1024px) {
  .account-settings-button-group .nav {
    flex: 0;
  }
}

@media (min-width: 1024px) {
  .account-settings-button-group {
    border: none;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.account-settings.collapse {
  max-width: 100%;
}

.account-settings-user-name {
  font: Bold 13px/16px "Nunito Sans";
  letter-spacing: 0;
  color: #6CC24A;
  margin-top: 14px;
  margin-bottom: 17px;
}

@media (min-width: 1024px) {
  .account-settings-delete-toggle {
    margin-left: 40px;
    min-width: 328px;
  }
}

.account-settings-details-toggle {
  position: relative;
}

@media (min-width: 1024px) {
  .account-settings-details-toggle.higher {
    top: -80px;
  }
}

@media (min-width: 1024px) {
  .account-settings-details-toggle {
    margin-left: 40px;
    top: -10px;
    min-width: 328px;
  }
}

@media (min-width: 1024px) {
  .account-settings.tab-pane {
    width: 328px;
  }
}

@media (min-width: 1024px) {
  .tab-content {
    width: 27%;
  }
}

/*===============================================
  Adverse Event Reporting
================================================= */

.adverse-event-reporting-link {
  color: #6CC24A;
}

.adverse-event-reporting a {
  color: #6CC24A;
}

.adverse-event-reporting-title {
  margin-top: 28px;
  margin-bottom: 17px;
}

/*===============================================
  Antibody Screening
================================================= */

.antibody-screening-card {
  width: 100%;
  min-width: 135px;
}

@media (min-width: 1024px) {
  .antibody-screening-card {
    width: 17%;
  }
}

.antibody-screening-card-container {
  flex-direction: row;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .antibody-screening-card-container {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .antibody-screening-card-container {
    margin-bottom: 120px;
  }

  .antibody-screening-card-container.ordering {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .antibody-screening-card-container {
    flex-direction: column;
  }
}

.antibody-screening-card-container.request-kit {
  margin-bottom: 0px;
  margin-top: 25px;
}

.antibody-screening-card-container .antibody-screening-card .card-outer {
  min-height: 150px;
}

.antibody-screening-bullet-title {
  font: bold 14px/16px "Nunito Sans";
}

.antibody-screening-sub-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .antibody-screening-sub-title {
    width: 80%;
  }
}

.antibody-screening-viroclinics-logo {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  max-width: 180px;
}

@media (min-width: 1024px) {
  .antibody-screening-viroclinics-logo {
    position: absolute;
    right: 32px;
    top: 100px;
  }
}

.antibody-screening-more-info {
  position: relative;
  bottom: 0;
  left: 0;
  width: 84%;
  font: 10px/14px "Nunito Sans";
  margin-bottom: 50px;
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .antibody-screening-more-info {
    position: absolute;
    bottom: 26px;
    left: 32px;
    width: 84%;
    font: 10px/14px "Nunito Sans";
    margin-bottom: 0;
  }
}

.antibody-screening-more-info p {
  margin-bottom: 0;
}

.antibody-screening-more-info a {
  color: #6CC24A;
  font: 10px/14px "Nunito Sans";
}

/*===============================================
  Side Effects
================================================= */

.side-effects-card {
  width: 100%;
  min-width: 135px;
}

@media (min-width: 1024px) {
  .side-effects-card {
    width: 17%;
  }
}

.side-effects-card-container {
  flex-direction: row;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .side-effects-card-container {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .side-effects-card-container {
    margin-bottom: 120px;
  }

  .side-effects-card-container.ordering {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .side-effects-card-container {
    flex-direction: column;
  }
}

.side-effects-card-container.request-kit {
  margin-bottom: 0px;
  margin-top: 25px;
}

.side-effects-card-container .antibody-screening-card .card-outer {
  min-height: 150px;
}

.side-effects-bullet-title {
  font: bold 14px/16px "Nunito Sans";
}

.side-effects-sub-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .side-effects-sub-title {
    width: 80%;
  }
}

.side-effects-viroclinics-logo {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  max-width: 180px;
}

@media (min-width: 1024px) {
  .side-effects-viroclinics-logo {
    position: absolute;
    right: 32px;
    top: 100px;
  }
}

.side-effects-more-info {
  position: relative;
  bottom: 0;
  left: 0;
  width: 84%;
  font: 10px/14px "Nunito Sans";
  margin-bottom: 50px;
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .side-effects-more-info {
    position: absolute;
    bottom: 26px;
    left: 32px;
    width: 84%;
    font: 10px/14px "Nunito Sans";
    margin-bottom: 0;
  }
}

.side-effects-more-info.text-medium {
  font-size: 13px;
}

.side-effects-more-info.text-medium p + p {
  margin-top: 16px;
}

.side-effects-more-info p {
  margin-bottom: 0;
}

.side-effects-more-info p strong {
  font-weight: bold;
}

.side-effects-more-info a {
  color: #6CC24A;
  font: 10px/14px "Nunito Sans";
}

.side-effects-callout {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -5px;
  width: 160px;
  background: transparent url(/assets/arrow_background.svg) 0 0 no-repeat;
  background-size: contain;
}

.side-effects-linked::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.9em;
  left: 45%;
  width: 0.7em;
  height: 1.5em;
  background: transparent url(/assets/icon_link.svg) center no-repeat;
  background-size: contain;
}

@media (min-width: 1024px) {
  .side-effects-fill-height {
    height: 16rem;
  }
}

@media (min-width: 1024px) {
  .side-effects-fill-height.no-header {
    height: 21.75rem;
  }
}

/*===============================================
  Contact Page
================================================= */

.contact-page-heading {
  font: bold 18px/22px "Nunito Sans";
  color: #8E239F;
}

.contact-page-textarea {
  min-height: 160px;
}

.contact-page-enquiry-type .select2-selection__rendered {
  margin-right: 20px;
}

.contact-page-button {
  width: 174px;
}

.contact-page-contacts-section {
  margin-bottom: 12px;
}

.contact-page-column {
  margin-right: 50px;
  min-height: 150px;
}

.contact-page-column.success {
  min-width: 65%;
}

.contact-page-column-container {
  margin-top: 21px;
  padding: 0;
  min-height: 600px;
  margin-bottom: 90px;
}

@media (min-width: 1024px) {
  .contact-page-column-container {
    min-height: auto;
  }
}

.contact-page-text {
  margin-left: 10px;
}

.contact-page-title {
  font: bold 14px/16px "Nunito Sans";
  color: #8E239F;
  margin-bottom: 17px;
}

.contact-page-sub-title {
  font: bold 13px/16px "Nunito Sans";
  margin-bottom: 5px;
}

/*===============================================
  Contents & Store
================================================= */

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .contents-store-main-content {
    margin-bottom: 90px;
  }
}

.contents-store-more-info {
  position: relative;
  bottom: 0;
  left: 0;
  width: 84%;
  font: 10px/14px "Nunito Sans";
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .contents-store-more-info {
    bottom: 40px;
    left: 32px;
    position: absolute;
    margin-bottom: 0;
  }
}

.contents-store-more-info p {
  margin-bottom: 0;
}

.contents-store-more-info a {
  color: #6CC24A;
  font: 10px/14px "Nunito Sans";
}

.contents-store-column-one {
  width: 100%;
}

@media (min-width: 1024px) {
  .contents-store-column-one {
    width: 30%;
  }
}

.contents-store-column-one-link {
  margin-top: 11px;
  margin-bottom: 6px;
}

@media screen and (max-width: 1199px) {
  .contents-store-column-one-link {
    margin-bottom: 16px;
  }
}

.contents-store-column-one-title {
  font: bold 14px/16px "Nunito Sans";
  color: #8E239F;
}

.contents-store-column-two {
  width: 100%;
}

@media (min-width: 1024px) {
  .contents-store-column-two {
    width: 30%;
  }
}

.contents-store-column-three {
  width: 100%;
}

@media (min-width: 1024px) {
  .contents-store-column-three {
    width: 40%;
  }
}

.contents-store-column-three-bullets {
  position: relative;
  left: -20px;
}

.contents-store-column-three-bullets li {
  margin-top: 2px;
}

.contents-store-column-three-sub-text {
  width: 100%;
}

@media (min-width: 1024px) {
  .contents-store-column-three-sub-text {
    width: 70%;
  }
}

.contents-store-column-three-card {
  min-height: 65px;
  background: #8E239F;
  width: 100%;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 14px 8px 12px 17px;
}

.contents-store-column-three-card a {
  color: #6CC24A;
  opacity: 1;
}

.contents-store-column-three-card p {
  margin-bottom: 0;
}

.contents-store-column-three-link {
  margin-top: 9px;
}

/*===============================================
  Diagnosing & Testing Page
================================================= */

#diagnosingTestingModal li {
  margin-top: 3px;
}

.diagnosing-testing-modal-bullets-container ul {
  margin-bottom: 0;
}

.diagnosing-testing-modal-bullets-container ul li ul li:last-child {
  white-space: nowrap;
}

.diagnosing-testing-heading-1 {
  margin-left: -50px;
}

.diagnosing-testing-list-1 {
  margin-left: -18px;
}

.diagnosing-testing-chevron {
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 42%;
}

.diagnosing-testing-card-container {
  margin-top: 27px;
}

@media (min-width: 1024px) {
  .diagnosing-testing-card-container {
    height: 382px;
  }
}

@media (min-width: 1024px) {
  .diagnosing-testing-card-container-two {
    height: 290px;
  }
}

.diagnosing-testing-modal-bullets {
  min-height: 150px;
}

@media (min-width: 1024px) {
  .diagnosing-testing-modal-bullets {
    min-height: unset;
  }
}

.diagnosing-testing-modal-inner {
  padding: 0;
}

@media (min-width: 1024px) {
  .diagnosing-testing-modal-inner {
    padding: 0 50px;
    min-height: 400px;
  }
}

.diagnosing-testing-modal-inner .column-1 {
  min-height: 280px;
}

@media (min-width: 1024px) {
  .diagnosing-testing-modal-inner .column-1 {
    min-height: 125px;
  }
}

.diagnosing-testing-modal-card-container {
  height: 100%;
}

.diagnosing-testing-modal-card-container.card-1 {
  min-height: 240px;
}

@media (min-width: 1024px) {
  .diagnosing-testing-modal-card-container.card-1 {
    min-height: unset;
  }
}

.diagnosing-testing-modal-card-container.card-2 {
  min-height: 440px;
}

@media (min-width: 1024px) {
  .diagnosing-testing-modal-card-container.card-2 {
    min-height: unset;
  }
}

.diagnosing-testing-modal-sub-text-title {
  font: bold 14px/16px "Nunito Sans";
  color: #6CC24A;
}

.diagnosing-testing-modal-button-container {
  z-index: 11;
  bottom: 0;
  position: fixed;
}

@media (min-width: 1024px) {
  .diagnosing-testing-modal-button-container {
    position: fixed;
  }
}

.diagnosing-testing-modal-subtitle {
  font: 14px/25px "Nunito Sans";
  color: #8E239F;
}

.diagnosing-testing-modal-title {
  font: bold 18px/22px "Nunito Sans";
  color: #8E239F;
}

.diagnosing-testing-modal-left-container {
  border: 1px solid #6CC24A;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #fff;
  padding: 10px 16px;
  height: 100%;
  min-height: 90px;
}

.diagnosing-testing-modal-left-container.card-1 {
  min-height: 270px;
}

@media (min-width: 1024px) {
  .diagnosing-testing-modal-left-container.card-1 {
    min-height: 200px;
  }
}

.diagnosing-testing-modal-left-container.card-2 {
  min-height: 370px;
}

@media (min-width: 1024px) {
  .diagnosing-testing-modal-left-container.card-2 {
    min-height: 200px;
  }
}

.diagnosing-testing-modal-left-container.card-2 li {
  margin-top: 3px;
}

@media (min-width: 1024px) {
  .diagnosing-testing-modal-left-container {
    height: inherit;
  }
}

.diagnosing-testing-modal-left-container.slide-two {
  min-height: 100%;
}

.diagnosing-testing-modal-left-container.bullet-styling p {
  margin-bottom: 0;
}

.diagnosing-testing-modal-left-container.bullet-styling ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 1024px) {
  .diagnosing-testing-modal-left-container.bullet-styling ul {
    width: 60%;
  }
}

.diagnosing-testing-modal-left-container.bullet-styling ul li ul {
  max-height: unset;
  width: 100%;
}

.diagnosing-testing-modal-left-container.bullet-styling ul li ul li {
  width: 100%;
}

.diagnosing-testing-modal-left-container.bullet-styling ul li ul li::before {
  content: "";
  background-color: #6CC24A;
  display: inline-block;
  width: 6px;
  height: 2px;
  margin-left: -1rem;
  margin-right: 0.5rem;
}

.diagnosing-testing-modal-left-container .ul-w-50 ul {
  width: 50%;
}

.diagnosing-testing-modal-left-container ul {
  position: relative;
  left: -20px;
}

.diagnosing-testing-modal-expander-title {
  font: bold 14px/16px "Nunito Sans";
  color: #6CC24A;
}

.diagnosing-testing-modal-expander-text {
  margin-top: 10px;
}

.diagnosing-testing-modal-more-info {
  font: 10px/14px "Nunito Sans";
  color: #4A4A49;
}

.diagnosing-testing-link::after {
  content: "";
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><g id="Group_15749" data-name="Group 15749" transform="translate(-428.638 -702.638)"><circle id="Ellipse_430" data-name="Ellipse 430" cx="9" cy="9" r="9" transform="translate(428.638 702.638)" fill="%236cc24a"/><g id="Group_13894" data-name="Group 13894" transform="translate(436.139 708.638)"><path id="Path_19716" data-name="Path 19716" d="M678.917,376.167l3.228,3.228-3.228,3.228" transform="translate(-678.917 -376.167)" fill="none" stroke="%23fff" stroke-width="0.8"/></g></g></svg>');
  height: 18px;
  width: 18px;
  padding: 1px 10px;
  background-repeat: no-repeat;
  margin-left: 7px;
}

.diagnosing-testing-section-title {
  text-align: left;
  font: Bold 14px/16px "Nunito Sans";
  letter-spacing: 0;
  color: #8E239F;
}

.diagnosing-testing-bullet-container {
  margin-top: 18px;
}

.diagnosing-testing-bullet-points {
  text-align: left;
  font: 13px/16px "Nunito Sans";
  letter-spacing: 0;
  color: #4A4A49;
}

.diagnosing-testing-bullet-points ul {
  margin-left: -20px;
}

.diagnosing-testing-bullet-points ul li {
  margin-top: 5px;
}

.diagnosing-testing-column-one {
  width: 57%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

@media (min-width: 1024px) {
  .diagnosing-testing-column-one {
    width: 56%;
  }
}

.diagnosing-testing-column-one-be {
  width: 38% !important;
}

.diagnosing-testing-column-two-be {
  width: 56% !important;
}

.diagnosing-testing-column-one-border {
  border: 1px solid #6CC24A;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 14px 14px 20px 14px;
}

.diagnosing-testing-button {
  min-width: 224px;
  width: 100%;
  margin-bottom: 120px;
}

@media (min-width: 1024px) {
  .diagnosing-testing-button {
    width: auto;
    margin-bottom: 90px;
  }
}

.diagnosing-testing-column-two {
  width: 38%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.diagnosing-testing-column-two a {
  color: #6CC24A;
}

.diagnosing-testing-column-two-border {
  border: 1px solid #6CC24A;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 14px 14px 17px 14px;
  background: #fff;
}

@media only screen and (max-width: 1023px) {
  .diagnosing-testing-column-one {
    width: 100%;
  }

  .diagnosing-testing-column-two {
    width: 100%;
  }

  .diagnosing-testing-bullet-points {
    max-width: 90%;
  }
}

/*===============================================
      Home
    ================================================= */

.homepage-triangle {
  padding-left: 32px;
  width: 110%;
  font: 10px/12px "Nunito Sans";
  display: flex;
  height: 68%;
  align-items: flex-end;
  margin-left: -77px;
}

.homepage-triangle a {
  color: #6CC24A;
  font: 10px/12px "Nunito Sans";
}

.homepage-triangle a:hover {
  color: #561560;
  font: 10px/12px "Nunito Sans";
}

.homepage-triangle p {
  display: inline-block;
}

.homepage-triangle .triangle {
  margin-left: -13px;
  margin-right: 2px;
  margin-top: 1px;
}

.homepage-triangle .triangle-container {
  display: flex;
  align-items: flex-start;
}

.home-button {
  width: 160px;
}

.page-container.home {
  position: relative;
}

.page-container.home .c {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.home-logo {
  position: absolute;
  top: 80%;
  right: 20px;
  width: 100%;
  max-width: 165px;
}

@media (min-width: 1024px) {
  .home-logo {
    bottom: 20px;
    top: unset;
  }
}

.home-logo-fr {
  right: 80px;
}

#restore-banner-content {
  display: flex;
  align-items: center;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  padding: 8px 80px;
  border-bottom-right-radius: 16px;
  background-color: #8E239F;
  opacity: 1;
  color: white;
  cursor: pointer;
}

@media (min-width: 1024px) {
  #restore-banner-content {
    transition: top 1s;
  }
}

@media (max-width: 1199.98px) {
  #restore-banner-content {
    display: none;
    padding: 8px 20px;
  }
}

#restore-banner-content .icon {
  margin-left: 32px;
}

#restore-banner-content .icon img {
  height: 20px;
}

#restore-button-home {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px 10px 26px;
  border-bottom-right-radius: 16px;
  background-color: white;
  color: purple;
  cursor: pointer;
}

@media (min-width: 1024px) {
  #restore-button-home {
    transition: top 1s;
  }
}

/*===============================================
  Login Page
================================================= */

.login-page-one-time-passcode {
  font: bold 13px/16px "Nunito Sans";
  color: #4A4A49;
  margin-bottom: 4px;
  opacity: 75%;
}

.login-page-zolgensma-logo {
  margin-bottom: 35px;
}

.login-page-2fa {
  padding: 50px 32px 0px 32px;
  height: 90%;
}

.login-page-contacts-section {
  margin-bottom: 12px;
  margin-top: 135px;
}

.login-page-contacts-section.higher {
  margin-top: 40px;
}

.login-page-button {
  width: 140px;
}

.login-page-register-button {
  width: 200px;
}

.login-page-avexis-logo {
  float: right;
  width: 26%;
  max-width: 200px;
  max-height: 55px;
}

.login-page-avexis-logo-container {
  width: 100%;
  z-index: 0;
}

.login-page-background-container {
  background-image: url("/assets/login-bg-mobile.svg");
  background-size: cover;
  width: 100%;
  background-position: center;
}

@media (min-width: 1024px) {
  .login-page-background-container {
    width: 37%;
    background-image: url("/assets/login-bg.svg");
    background-color: rgb(142, 35, 159);
    height: auto;
  }
}

.login-page-register {
  text-align: center;
  font: Bold 18px/21px "Nunito Sans";
  letter-spacing: 0;
  color: #fff;
  width: 45%;
}

@media (min-width: 1024px) {
  .login-page-register {
    width: auto;
  }
}

.login-page .label-container {
  height: 30px;
  align-items: center;
}

.login-page-checkbox-label {
  text-align: left;
  font: 14px/16px "Nunito Sans";
  letter-spacing: 0;
  color: #4A4A49;
  margin-bottom: 14px;
  opacity: 75%;
}

.login-page-checkbox-label input[type=checkbox] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}

.login-page-checkbox-label input[type=checkbox] + span {
  height: 16px;
  width: 16px;
  border: 1px solid #8E239F;
  display: inline-block;
}

.login-page-checkbox-label input[type=checkbox]:checked + span {
  background-image: url("/assets/check-image.svg");
  background-position: center center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
}

.login-page-label {
  text-align: left;
  font: Bold 18px/21px "Nunito Sans";
  letter-spacing: 0;
  color: #8E239F;
  margin-bottom: 14px;
}

.login-page-form {
  min-height: 300px;
}

@media (min-width: 1024px) {
  .login-page-form {
    width: 70%;
  }
}

.register-page-avexis-logo {
  width: 25%;
  max-width: 200px;
  max-height: 55px;
  float: right;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .register-page-avexis-logo {
    margin-right: -60px;
  }
}

/*===============================================
Ordering Zolgensma
================================================= */

.ordering-zolgensma-button {
  min-width: 226px;
}

.ordering-zolgensma-requirements-text {
  font: 10px/12px "Nunito Sans";
  padding-top: 1rem;
  width: 250px;
}

@media (min-width: 1024px) {
  .ordering-zolgensma-no-link {
    width: calc(23% + 44px);
  }
}

@media (min-width: 1024px) {
  .ordering-zolgensma-spacer {
    width: calc(23% + 44px);
  }
}

.ordering-zolgensma-link-container {
  margin-bottom: 50px;
  margin-top: 36px;
  z-index: 9;
}

@media (min-width: 1024px) {
  .ordering-zolgensma-link-container {
    margin-top: 15px;
    margin-bottom: 24px;
  }
}

.ordering-zolgensma-link-container-main {
  margin-bottom: 140px;
}

.ordering-zolgensma-card-container {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .ordering-zolgensma-card-container {
    height: 200px;
  }
}

.ordering-zolgensma-small-card {
  width: 100%;
  padding: 5px 25px;
  background: #8E239F;
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .ordering-zolgensma-small-card {
    width: 78%;
    max-width: 1125px;
  }
}

.ordering-zolgensma-small-card-center-text {
  height: 60px;
}

.ordering-zolgensma-small-card-center-text p {
  margin-bottom: 0;
}

.ordering-zolgensma-modal-reference-text {
  padding-left: 11px;
  font: 10px/14px "Nunito Sans";
  position: absolute;
  bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}

@media (min-width: 1024px) {
  .ordering-zolgensma-modal-reference-text {
    bottom: 23px;
    width: 100%;
  }
}

.ordering-zolgensma-modal-title {
  font: bold 16px/18px "Nunito Sans";
  color: #8E239F;
}

@media (min-width: 1024px) {
  .ordering-zolgensma-modal-title {
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  .ordering-zolgensma-modal-column-one {
    margin-right: 21px;
  }
}

@media (min-width: 1024px) {
  .ordering-zolgensma-modal-column-two {
    margin-left: 21px;
  }
}

.ordering-zolgensma-modal-sub-text {
  margin-top: 12px;
}

.ordering-zolgensma-modal-link-text {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .ordering-zolgensma-modal-link-text {
    margin-top: 90px;
  }
}

@media (min-width: 1024px) {
  .ordering-zolgensma-modal-link-text-grey {
    position: absolute;
  }
}

.ordering-zolgensma-modal-link-text-grey a {
  opacity: 1;
  color: #6CC24A;
}

.ordering-zolgensma-modal-link-text a {
  color: #6CC24A;
}

.ordering-zolgensma-modal-card {
  flex: 1;
  width: 100%;
  min-height: 120px;
}

.ordering-zolgensma-modal-card .card-outer {
  align-items: flex-start;
  padding: 16px 15px;
  justify-content: flex-start;
  height: auto;
  min-height: 120px;
}

@media (min-width: 1024px) {
  .ordering-zolgensma-modal-card .card-outer {
    min-height: 165px;
    height: 100%;
    min-width: 224px;
  }
}

.ordering-zolgensma-modal-subtitle {
  font: bold 18px/22px "Nunito Sans";
  color: #6CC24A;
  margin-bottom: 40px;
}

.ordering-zolgensma-modal-subtitle.higher {
  margin-bottom: 25px;
}

.ordering-zolgensma-card-button-container {
  margin-top: 17px;
}

.ordering-zolgensma-steps-card {
  width: 100%;
  height: 100%;
}

.ordering-zolgensma-steps-card a {
  font: 11px/16px "Nunito Sans";
}

@media (min-width: 1024px) {
  .ordering-zolgensma-steps-card.last-card {
    width: 27%;
  }
}

.ordering-zolgensma-steps-card.last-card .card-outer {
  padding: 20px 10px 18px 39px;
}

@media (min-width: 1024px) {
  .ordering-zolgensma-steps-card {
    width: 23%;
  }
}

.ordering-zolgensma-steps-card .card-outer {
  padding: 20px 0px 18px 0px;
  min-height: 0;
}

@media (min-width: 1024px) {
  .ordering-zolgensma-steps-card .card-outer {
    min-height: inherit;
  }
}

.ordering-zolgensma-steps-card .card-outer .card-sub-text {
  width: 100%;
}

.ordering-zolgensma-steps-card .card-outer .card-title {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 0;
  height: auto;
}

.ordering-zolgensma-chevron {
  margin-left: 16px;
  margin-right: 16px;
}

.ordering-zolgensma-chevron img {
  position: relative;
  top: 30%;
}

.ordering-zolgensma-card {
  width: 100%;
}

@media (min-width: 1024px) {
  .ordering-zolgensma-card {
    width: 23%;
  }
}

.ordering-zolgensma-card .card-title {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 8px;
  height: auto;
}

.ordering-zolgensma-card .card-outer {
  padding: 20px 20px 29px 20px;
  min-height: 0;
}

@media (min-width: 1024px) {
  .ordering-zolgensma-card .card-outer {
    min-height: 155px;
  }
}

/*===============================================
Prior Ordering
================================================= */

.prior-ordering-chevron {
  margin-left: -4px;
  margin-right: -4px;
}

.prior-ordering-sub-title {
  margin-top: 15px;
  margin-bottom: 20px;
}

.prior-ordering-card-sub-text {
  font-size: 12px;
}

.prior-ordering-card {
  width: 100%;
  flex: 1;
  min-height: 200px;
}

.prior-ordering-card-container {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .prior-ordering-card {
    width: 19%;
  }
}

.prior-ordering-card .card-outer {
  padding: 10px 0px 0px 5px;
  height: auto;
  min-height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.prior-ordering-card .card-outer a {
  color: #6CC24A;
}

.prior-ordering-card .card-outer a:hover {
  color: #561560;
}

@media screen and (max-width: 1040px) and (min-width: 1024px) {
  .prior-ordering-card .card-outer {
    min-height: 335px;
  }
}

@media screen and (min-width: 1041px) {
  .prior-ordering-card .card-outer {
    min-height: 300px;
  }
}

.prior-ordering-card .card-outer ul {
  position: relative;
  left: -20px;
}

.prior-ordering-card .card-outer .card-sub-text {
  width: 100%;
  margin-top: 12px;
}

.prior-ordering-card .card-outer .card-sub-text a {
  color: #6CC24A;
}

.prior-ordering-card .card-outer .card-title {
  width: 100%;
  height: auto;
}

.prior-ordering-lg-chevron {
  margin-left: -4px;
  margin-right: -4px;
}

.prior-ordering-lg-sub-title {
  margin-top: 15px;
  margin-bottom: 20px;
}

.prior-ordering-lg-card-sub-text {
  font-size: 12px;
}

.prior-ordering-lg-card {
  width: 100%;
  flex: 1;
  min-height: 200px;
}

.prior-ordering-lg-card-container {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .prior-ordering-lg-card {
    width: 36%;
  }
}

.prior-ordering-lg-card .card-outer {
  padding: 10px 0px 0px 5px;
  height: auto;
  min-height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.prior-ordering-lg-card .card-outer a {
  color: #6CC24A;
}

.prior-ordering-lg-card .card-outer a:hover {
  color: #561560;
}

@media screen and (max-width: 1040px) and (min-width: 1024px) {
  .prior-ordering-lg-card .card-outer {
    min-height: 335px;
  }
}

@media screen and (min-width: 1041px) {
  .prior-ordering-lg-card .card-outer {
    min-height: 300px;
  }
}

.prior-ordering-lg-card .card-outer ul {
  position: relative;
  left: -20px;
}

.prior-ordering-lg-card .card-outer .card-sub-text {
  width: 100%;
  margin-top: 12px;
}

.prior-ordering-lg-card .card-outer .card-sub-text a {
  color: #6CC24A;
}

.prior-ordering-lg-card .card-outer .card-title {
  width: 100%;
  height: auto;
}

.prior-ordering-sm-chevron {
  margin-left: -4px;
  margin-right: -4px;
}

.prior-ordering-sm-sub-title {
  margin-top: 15px;
  margin-bottom: 20px;
}

.prior-ordering-sm-card-sub-text {
  font-size: 12px;
}

.prior-ordering-sm-card {
  width: 100%;
  flex: 1;
  min-height: 200px;
}

.prior-ordering-sm-card-container {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .prior-ordering-sm-card {
    max-width: 21% !important;
  }
}

.prior-ordering-sm-card .card-outer {
  padding: 10px 0px 0px 5px;
  height: auto;
  min-height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.prior-ordering-sm-card .card-outer a {
  color: #6CC24A;
}

.prior-ordering-sm-card .card-outer a:hover {
  color: #561560;
}

@media screen and (max-width: 1040px) and (min-width: 1024px) {
  .prior-ordering-sm-card .card-outer {
    min-height: 335px;
  }
}

@media screen and (min-width: 1041px) {
  .prior-ordering-sm-card .card-outer {
    min-height: 300px;
  }
}

.prior-ordering-sm-card .card-outer ul {
  position: relative;
  left: -20px;
}

.prior-ordering-sm-card .card-outer .card-sub-text {
  width: 100%;
  margin-top: 12px;
}

.prior-ordering-sm-card .card-outer .card-sub-text a {
  color: #6CC24A;
}

.prior-ordering-sm-card .card-outer .card-title {
  width: 100%;
  height: auto;
}

/*===============================================
  Reciept & Storage
  ================================================= */

.receipt-storage-link-container {
  z-index: 999;
}

.receipt-storage-heading-1 {
  flex: 0 0 27%;
  max-width: 27%;
}

.receipt-storage-heading-2 {
  flex: 0 0 73%;
  max-width: 73%;
}

.receipt-storage.pager {
  height: calc(100% - 195px);
}

.receipt-storage-tabs-parent {
  margin-top: 17px;
}

.receipt-storage-green-links a {
  color: #6CC24A;
}

.receipt-storage-green-links a:hover {
  color: #561560;
}

/*===============================================
  Register Page
================================================= */

.register-page-button {
  width: 150px;
}

.register-page-footer {
  left: 0;
}

.register-page-hospital-select {
  max-width: 320px;
}

.register-page-hospital-select .select2-selection__rendered {
  margin-right: 15px;
}

.register-page-login {
  text-align: left;
  font: Bold 18px/21px "Nunito Sans";
  letter-spacing: 0;
  color: #8E239F;
}

.register-page-login-subtext {
  text-align: left;
  font: 13px/16px "Nunito Sans";
  letter-spacing: 0;
  color: #4A4A49;
}

.register-page-success-container {
  width: 100%;
}

@media (min-width: 1024px) {
  .register-page-success-container {
    width: 85%;
  }
}

.register-page-form {
  flex: 1;
  min-height: 50px;
}

.register-page-form-container {
  width: 100%;
}

@media (min-width: 1024px) {
  .register-page-form-container {
    width: 75%;
  }
}

.carousel-inner {
  height: 280px;
}

@media (min-width: 1024px) {
  .carousel-inner {
    height: 250px;
  }
}

.carousel-indicators-with-bar::before {
  content: "";
  width: 25px;
  height: 2px;
  background: #8E239F;
  display: flex;
  margin-left: -25px;
  margin-top: 1px;
}

.carousel-indicators-without-bar::before {
  content: "";
  width: 25px;
  height: 2px;
  display: flex;
  margin-left: -25px;
  margin-top: 1px;
}

.carousel-indicators-bar {
  width: 10px;
  height: 2px;
  background: #8E239F;
}

.carousel-indicators .active::after {
  content: "";
  border: 1px solid #8E239F;
  width: 28px;
  border-radius: 50%;
  display: flex;
  padding: 13px;
  margin-top: -14px;
  margin-left: -11px;
}

.carousel-indicators li {
  border: 1px solid #8E239F;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-right: 20px;
  border-bottom: 1px solid #8E239F;
  border-top: 1px solid #8E239F;
  opacity: 1;
}

.carousel-indicators li.active {
  background: #8E239F;
}

/*===============================================
Request Kit
================================================= */

.request-kit-card-icons {
  width: 250px;
}

.request-kit-sub-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-kit-sub-title {
    width: 55%;
  }
}

.request-kit-cards .card-outer {
  padding: 20px 13px 18px 13px;
  display: flex;
  justify-content: center;
}

.request-kit-cards .card-outer a {
  margin-top: 5px;
}

.request-kit-cards .card-sub-text {
  width: 95%;
}

.request-kit-cards .card-sub-text a {
  color: #6CC24A;
}

.request-kit-cards .card-title {
  height: auto;
  margin-top: 12px;
}

@media (min-width: 1024px) {
  .request-kit-cards {
    width: 500px;
  }
}

.request-kit-email-confirmation {
  margin-top: 14px;
}

/*===============================================
  Sample Procedure
================================================= */

.sample-procedure-link-container {
  margin-bottom: 50px;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .sample-procedure-link-container {
    margin-bottom: 80px;
  }
}

.sample-procedure-sub-title {
  margin-top: 10px;
}

.sample-procedure-card-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .sample-procedure-card-container {
    height: 280px;
  }
}

@media (min-width: 1024px) {
  .sample-procedure-card-container {
    max-width: 100%;
    height: 250px;
  }
}

@media (min-width: 1024px) {
  .sample-procedure-link {
    margin-left: 20px;
  }
}

.sample-procedure-card {
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .sample-procedure-card {
    width: 160px;
  }
}

.sample-procedure-card .card-outer {
  padding: 20px 2px 16px 2px;
  height: auto;
  min-height: 0;
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  .sample-procedure-card .card-outer {
    height: inherit;
  }
}

.sample-procedure-card .card-outer .card-sub-text {
  width: 100%;
}

.sample-procedure-card .card-outer .card-title {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 0;
  height: auto;
  word-break: break-word;
}

/*===============================================
  Sample Shipping
================================================= */

.sample-shipping-link-container {
  margin-bottom: 8px;
}

@media screen and (max-width: 1199px) {
  .sample-shipping-link-container {
    margin-bottom: 80px;
    margin-top: 25px;
  }
}

.sample-shipping-card-container {
  margin-top: 9px;
  margin-bottom: 15px;
  height: auto;
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .sample-shipping-card-container {
    height: 295px;
  }
}

@media (min-width: 1024px) {
  .sample-shipping-card-container {
    max-width: 100%;
    height: 262px;
  }
}

.sample-shipping-card {
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .sample-shipping-card {
    width: 244px;
  }
}

.sample-shipping-card-386 {
  width: 386px !important;
}

.sample-shipping-card p {
  font-size: 12px;
}

.sample-shipping-card .card-sub-text {
  width: 100%;
  font-size: 12px;
}

.sample-shipping-card .card-sub-text p {
  margin-bottom: 5px !important;
  font-size: 12px;
}

.sample-shipping-card .card-sub-text a {
  color: #6CC24A;
}

.sample-shipping-card .card-title {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  height: auto;
}

.sample-shipping-card .card-outer {
  padding: 5px 13px 0px 13px;
  height: auto;
  display: flex;
  min-height: 0;
  justify-content: flex-start;
  text-align: center;
}

.sample-shipping-card .card-outer a {
  color: #6CC24A;
}

@media (min-width: 1024px) {
  .sample-shipping-card .card-outer {
    min-height: 100%;
  }
}

/*===============================================
  Screening Results
================================================= */

.results-link-container {
  margin-bottom: 2px;
}

@media screen and (max-width: 1199px) {
  .results-link-container {
    margin-bottom: 80px;
  }
}

.results-card {
  width: 100%;
}

@media (min-width: 1024px) {
  .results-card {
    width: 25%;
    height: 100%;
  }

  .results-card-bold {
    font: bold 13px/16px "Nunito Sans";
    color: #8E239F;
  }
}

.results-card p b {
  color: #8E239F;
}

.results-card-gb {
  height: auto;
}

.results-card-container {
  margin-top: 20px;
  margin-bottom: 4px;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .results-card-container {
    height: 360px;
  }
}

@media screen and (min-width: 1200px) {
  .results-card-container {
    height: 310px;
  }
}

.results-card-container-gb {
  margin-top: 20px;
  margin-bottom: 4px;
  height: auto;
}

.results-card-chevron-down {
  transform: rotate(90deg);
}

.results-card-negative-positive {
  font: 14px/16px "Nunito Sans";
  color: #8E239F;
}

@media (min-width: 1024px) {
  .results-card-negative-positive {
    margin-left: 14px;
  }
}

.results-card-vertical-line {
  height: 1px;
  width: 45%;
  background: #6CC24A;
}

.results-card-vertical-line-container {
  margin-top: -15px;
  margin-bottom: -10px;
}

.results-card-sub-text {
  width: 100%;
  margin-top: 12px;
}

.results-card-sub-text p {
  margin-bottom: 0;
}

.results-card-sub-text.positive {
  height: auto;
}

@media (min-width: 1024px) {
  .results-card-sub-text.positive {
    width: 85%;
  }
}

@media (min-width: 1024px) {
  .results-card-sub-text.negative {
    width: 90%;
  }
}

.results-card-sub-text.negative a {
  color: #6CC24A;
}

.results-card-custom {
  width: 100%;
  height: 100%;
}

.results-card-custom-gb {
  height: auto;
}

@media (min-width: 1024px) {
  .results-card-custom {
    width: 75%;
    margin-left: 16px;
  }
}

.results-card-custom .card-outer {
  height: 100%;
  padding: 14px 12px 10px 12px;
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  .results-card-custom .card-outer {
    min-height: inherit;
    flex: 1;
  }
}

.results-card-custom .card-outer .card-title {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}

.results-card-custom .card-outer .card-title p {
  margin-bottom: 0;
}

.results-card .card-sub-text {
  width: 100%;
  margin-top: 12px;
}

.results-card .card-outer {
  height: 100%;
  padding: 14px 12px 33px 12px;
  display: flex;
  justify-content: flex-start;
}

.results-card .card-outer .card-sub-text p {
  margin-bottom: 7px;
}

@media (min-width: 1024px) {
  .results-card .card-outer {
    min-height: inherit;
    padding: 14px 12px 0px 12px;
  }
}

.results-card .card-outer .card-title {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}

.results-card-title {
  margin-left: 0;
}

@media (min-width: 1024px) {
  .results-card-title {
    margin-left: 15px;
  }
}

/*===============================================
  Set Password
================================================= */

.set-password-avexis-logo {
  position: absolute;
  bottom: 24px;
  right: -40px;
}

.set-password-avexis-logo img {
  max-width: 162px;
  max-height: 55px;
}

.set-password-success-subtext {
  font: 13px/16px "Nunito Sans";
  color: #8E239F;
  margin-top: 16px;
}

/* =================================================
  Preparing For infusion
 */

.infusion-title {
  margin-bottom: 18px;
}

.infusion.pager.slick-slider {
  height: auto;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .infusion.pager.slick-slider {
    height: calc(100% - 150px) !important;
    margin-bottom: 0;
  }
}

.infusion-green-links a {
  color: #6CC24A;
}

.infusion-green-links a:hover {
  color: #561560;
}

.preparing-for-infusion-eahp-modal-ref {
  position: absolute;
  bottom: 12px;
}

.preparing-for-infusion-link-container {
  z-index: 8;
}

.preparing-for-infusion-slide-1 {
  width: 100%;
}

@media (min-width: 1024px) {
  .preparing-for-infusion-slide-1 {
    width: 48%;
  }
}

.preparing-for-infusion-markdown-list {
  position: relative;
  left: 20px;
}

.preparing-for-infusion-markdown-list ul {
  margin-bottom: 0;
}

.preparing-for-infusion-markdown-list ul li {
  margin-top: 1px;
}

.preparing-for-infusion.pager {
  height: calc(100% - 185px);
}

.preparing-for-infusion-content-container {
  position: relative;
}

@media (min-width: 1024px) {
  .preparing-for-infusion-content-container {
    left: -65px;
  }
}

.preparing-for-infusion-modal-container {
  max-width: 81%;
  width: 100%;
  margin: 1rem auto;
}

@media (min-width: 1024px) {
  .preparing-for-infusion-modal-container {
    margin: auto;
  }
}

.preparing-for-infusion-modal-container .eahp-modal-list li img {
  height: 38px;
  width: 38px;
}

.preparing-for-infusion-modal-container .eahp-modal-list li:before {
  display: none;
}

.preparing-for-infusion-modal-container .eahp-modal-list li > :nth-last-child(1) {
  margin-left: 1.5rem;
  margin-bottom: 0;
}

.eahp-modal-container {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 1024px) {
  .eahp-modal-container {
    padding: 2rem;
  }
}

.infusion-margin {
  margin-top: 32px;
}

.tab-no-children {
  margin-bottom: 45px !important;
}

/* ===========================================
  Post Infusion
 */

.post-infusion-link-container {
  z-index: 8;
}

.post-infusion-row-5-text {
  font: 13px/16px "Nunito Sans";
  color: #4A4A49;
}

.post-infusion-row-5-text p {
  margin-bottom: 0;
  font: 11px/16px "Nunito Sans";
  font-size: 11px !important;
  color: #4A4A49;
}

.post-infusion.pager {
  height: calc(100% - 107px);
}

.post-infusion-slick {
  margin-top: 10px;
}

.post-infusion-card {
  border-style: solid;
  border-width: 1px;
  border-color: #6CC24A;
  border-radius: 15px 0 15px 0;
  height: 100%;
}

.post-infusion-card .card-outer {
  padding: 9px 11px 0px;
  justify-content: flex-start;
  min-height: 0;
}

.post-infusion-card .card-outer h2 {
  margin-bottom: 0;
}

.post-infusion-card .card-outer p {
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .post-infusion-card .card-outer {
    min-height: 0;
  }
}

@media (min-width: 1024px) {
  .corticosteroid-title-image {
    height: 75px !important;
  }
}

.overflow-table-wrapper {
  margin: 1rem;
  overflow-x: scroll;
  margin-left: 20%;
  overflow-y: visible;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .overflow-table-wrapper {
    margin-left: 0;
    height: 600px;
  }
}

.selector {
  color: red;
}

.overflow-table {
  color: #8E239F;
  font-weight: bold;
}

.overflow-table thead tr {
  border: 0 !important;
}

.overflow-table td.row-title p {
  color: #8E239F;
  font: bold 13px/16px "Nunito Sans";
  margin-bottom: 0;
}

.overflow-table td,
.overflow-table th {
  border-color: #6CC24A;
  color: inherit;
  font-weight: inherit;
  padding: 0px 0px;
}

.overflow-table td.row-title,
.overflow-table th.row-title {
  padding: 0.25rem 0.5rem;
}

.overflow-table td.normal,
.overflow-table th.normal {
  text-transform: none;
}

.overflow-table .w-51 {
  width: 51px;
}

.overflow-table img {
  height: 18px !important;
  width: 18px;
  margin: 0 auto;
}

.overflow-table p {
  color: #4A4A49;
  text-transform: none;
  font-size: 13px;
  font-weight: normal;
  padding: 5px;
}

.overflow-table p.smaller {
  font-size: 9px;
  line-height: 1.2em;
}

@media screen and (max-width: 1199px) {
  .overflow-table p.smaller {
    min-width: 160px;
  }
}

.overflow-table p.even-smaller {
  font-size: 8px;
  line-height: 1.2em;
}

.overflow-table p.even-smaller-it-it {
  font-size: 7px;
  line-height: 1.2em;
}

.overflow-table .bg-light-green {
  background: rgba(171, 220, 151, 0.1254901961);
}

@media screen and (max-width: 1023px) {
  .overflow-table .fixed {
    position: absolute;
    width: 166px;
    left: 0;
    top: auto;
    border-top-width: 1px;
    /*only relevant for first row*/
    margin-top: -1px;
    /*compensate for top border*/
  }
}

.text-table {
  border: none;
}

.text-table td,
.text-table th {
  padding: 0.25rem 0.5rem;
  color: #4A4A49;
}

.text-table td p,
.text-table th p {
  margin-bottom: 0;
  padding: 0;
}

.text-table td .table-heading,
.text-table th .table-heading {
  font-weight: bold;
  color: #8E239F;
}

.text-table td .table-sub-heading,
.text-table th .table-sub-heading {
  font-weight: bold;
}

.text-table td.table-overflow,
.text-table th.table-overflow {
  position: relative;
  border: none;
  padding: 0;
  overflow: visible;
}

.text-table td.table-overflow div,
.text-table th.table-overflow div {
  position: absolute;
  width: 100%;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
}

.text-table td.table-overflow div p,
.text-table th.table-overflow div p {
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 11px;
}

.text-table td.table-overflow .compact,
.text-table th.table-overflow .compact {
  padding: 0.25rem 0.5rem 0 0;
}

.text-table td.table-overflow .compact p,
.text-table th.table-overflow .compact p {
  line-height: 11px;
}

.text-table td.blank,
.text-table th.blank {
  border: none;
}

.fixed-width-table-parent {
  padding: 0 25px;
}

@media (min-width: 1024px) {
  .fixed-width-table-parent {
    max-width: 1024px;
    width: 100%;
    margin: auto;
  }
}

@media (min-width: 1024px) {
  .fixed-width-table-parent.extended {
    max-width: 1200px;
    margin-left: 0;
    padding-left: 0;
  }
}

.fixed-columns {
  box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.3);
  min-height: 100%;
}

.bootstrap-table .fixed-table-container > .fixed-columns,
.fixed-columns-right {
  background-color: transparent;
}

.bootstrap-table .fixed-table-container > .fixed-table-body {
  -ms-overflow-style: none;
  position: relative;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.bootstrap-table .fixed-table-container > .fixed-table-body:before {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("/assets/table-scroll-indicator.svg");
  background-repeat: no-repeat;
  background-size: 80px 80px;
  background-position: 60% center;
  content: "";
}

.bootstrap-table .fixed-table-container > .fixed-table-body.has-scrolled:before {
  display: none;
}

@media (min-width: 1024px) {
  .bootstrap-table .fixed-table-container > .fixed-table-body:before {
    display: none;
  }
}

.bootstrap-table .fixed-table-container > .fixed-table-body::-webkit-scrollbar {
  display: none;
}

.green-links {
  font: 10px/14px "Nunito Sans";
  color: #6CC24A;
}

.green-links:hover {
  color: #561560;
}

.green-text {
  color: #6CC24A;
}

.green-a-links-lg a {
  font: 12px/16px "Nunito Sans";
  color: #6CC24A;
}

.green-a-links a {
  font: 10px/14px "Nunito Sans";
  color: #6CC24A;
}

.small-a-links a {
  font: 8px/12px "Nunito Sans";
}

/*===============================================
    Layout
  ================================================= */

html,
body {
  margin: 0;
  padding: 0;
  text-align: center;
}

.wrapper {
  background: #fff;
  margin: auto;
  text-align: left;
  position: relative;
  overflow: hidden;
  max-width: 1600px;
}

.wrapper-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .wrapper {
    min-height: 100vh;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .wrapper {
    height: auto;
  }
}

.mr-5px {
  margin-right: 5px;
}

.min-h-56 {
  min-height: 56px;
}

.mt-6 {
  margin-top: 65px;
}

.pt-6 {
  padding-top: 65px;
}

ul {
  list-style: none;
}

ul li::before {
  content: "\2022";
  color: #6CC24A;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1.5rem;
  margin-right: 0.5rem;
}

li {
  text-align: left;
  margin-top: 10px;
}

.half-bullet-spacing li {
  margin-top: 5px;
}

a {
  text-align: left;
  text-decoration: underline;
  font: 13px/16px "Nunito Sans";
  letter-spacing: 0;
  color: #97999B;
  opacity: 0.75;
}

a.stacked-buttons {
  opacity: 1;
}

label a {
  text-align: left;
  text-decoration: underline;
  font: Regular 14px/17px "Nunito Sans";
  letter-spacing: 0;
  color: #8E239F;
}

.bottom-0 {
  bottom: 0;
}

.pl-main-32 {
  padding-left: 10px;
}

@media (min-width: 1024px) {
  .pl-main-32 {
    padding-left: 32px;
  }
}

.pr-main-32 {
  padding-right: 10px;
}

@media (min-width: 1024px) {
  .pr-main-32 {
    padding-right: 32px;
  }
}

.mb-main-20 {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .mb-main-20 {
    margin-bottom: 20px;
  }
}

.mt-main-32 {
  margin-top: 23px;
}

@media (min-width: 1024px) {
  .mt-main-32 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

@media (min-width: 1024px) {
  .pl-10 {
    padding-left: 10px;
  }
}

@media (min-width: 1024px) {
  .pr-10 {
    padding-right: 10px;
  }
}

.mt-main-10 {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .mt-main-10 {
    margin-top: 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.right-0 {
  right: 0;
}

.mt-25 {
  margin-top: 25px;
}

.ml-9 {
  margin-left: 9px;
}

.mt-27 {
  margin-top: 27px;
}

@media (min-width: 1024px) {
  .pb-1-3 {
    padding-bottom: 1.3rem;
  }
}

.pr-15 {
  padding-right: 15px;
}

.w-42 {
  width: 100%;
}

@media (min-width: 1024px) {
  .w-42 {
    width: 42%;
  }
}

.header-info-text {
  justify-self: start;
  flex-grow: 1;
  color: #4A4A49;
  font: 10px/16px "Nunito Sans";
  padding-left: 20px;
}

.reference-one {
  display: none;
}

.reference-one.show {
  display: block;
}

.page-container {
  background-image: url("/assets/home-bg-mobile.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  height: calc(100% - 89px);
}

.page-container.contact {
  padding: 50px 20px 23px 32px;
}

@media (min-width: 1024px) {
  .page-container.contact {
    min-height: 479px;
  }
}

@media (min-width: 1024px) {
  .page-container {
    background-image: url("/assets/triangles-bg-standard.svg");
    overflow: hidden;
    height: calc(100% - 89px);
  }
}

.page-container.standard {
  padding: 26px 32px 80px 23px;
}

@media (min-width: 1024px) {
  .page-container.standard {
    padding: 26px 32px 21px 32px;
    display: flex;
    flex-direction: column;
    min-height: 479px;
  }
}

.page-container.ordering {
  padding: 26px 32px 80px 23px;
}

@media (min-width: 1024px) {
  .page-container.ordering {
    padding: 26px 32px 21px 32px;
  }
}

.page-container.account {
  padding: 21px 16px;
}

@media (min-width: 1024px) {
  .page-container.account {
    padding: 50px 80px;
  }
}

.page-container.adverse-event-reporting {
  padding: 16px 150px 16px 32px;
}

@media (min-width: 1024px) {
  .page-container.adverse-event-reporting {
    min-height: 479px;
    padding: 16px 200px 16px 32px;
  }
}

.page-container.diagnosing-testing,
.page-container.receipt-storage {
  padding: 26px 23px 120px 16px;
}

@media (min-width: 1024px) {
  .page-container.diagnosing-testing,
  .page-container.receipt-storage {
    padding: 26px 32px 16px 32px;
  }
}

.page-container.home {
  color: #4a4a49;
  background-color: #F3E8F5;
  padding: 45px 15px;
  height: 100vh;
  background-size: cover;
  background-image: url("/assets/sma-z_homepage.svg");
  background-position: center;
}

@media (min-width: 1024px) {
  .page-container.home {
    background-image: url("/assets/sma-z_homepage.svg");
    padding: 30px 80px 40px;
    height: calc(100% - 89px);
  }
}

.page-container-padding {
  padding: 24px 16px 16px 16px;
  min-height: 460px;
}

@media (min-width: 1024px) {
  .page-container-padding {
    padding: 30px 20px 20px 32px;
    min-height: 0;
  }
}

.page-container.login {
  color: #9B9B9B;
  background-image: none;
}

.page-container.register {
  background-image: none;
}

@media (min-width: 1024px) {
  .mt-20 {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .mt-36 {
    margin-top: 36px;
  }
}

.adverse-events {
  width: 70%;
  padding: 8px;
  border: 1px solid #aaa;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .adverse-events {
    width: 100%;
  }
}

.adverse-events p {
  margin: 0;
  padding: 0;
}

.adverse-events a {
  color: #8E239F;
  font-weight: bold;
}

.home-text {
  width: 40%;
}

@media only screen and (max-width: 1023px) {
  .home-text {
    width: 100%;
  }
}

.home-bullets ul {
  padding-left: 20px;
}

.home-bullets li {
  margin-top: 4px;
  margin-right: -10px;
}

.home-bullets li:before {
  color: black;
  margin-right: 0.6rem !important;
}

.zolgensma-logo-large {
  width: 230px;
  height: 72px;
}

.zolgensma-logo-small {
  width: 175px;
  height: 55px;
}

@media only screen and (max-width: 1023px) {
  .page-container {
    min-width: 100%;
    height: auto;
    padding: 0;
  }

  .page-container.receipt-storage {
    height: auto;
  }

  .page-container.login {
    background: #fff;
  }

  .page-container.register {
    background: #fff;
  }
}

.slick-arrow {
  position: absolute;
  top: -66px;
  z-index: 50;
  background-color: #6CC24A;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 19px;
  color: transparent;
  outline: none;
}

.slick-arrow:focus {
  outline: none;
}

@media (min-width: 1024px) {
  .slick-arrow {
    top: 45%;
    width: 66px;
    height: 66px;
    border-radius: 99px;
  }
}

.slick-slide {
  height: auto;
}

.slick-arrow {
  width: 42px !important;
  height: 42px !important;
}

.slick-prev.slick-arrow {
  left: 0px;
  background-image: url("/assets/slick-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 1024px) {
  .slick-slider {
    height: calc(100% - 40px);
  }
}

.slick-slider .slick-list {
  height: auto;
  min-height: 100%;
}

.slick-slider .slick-list .slick-track {
  height: 100%;
  position: relative;
  overflow-y: hidden !important;
  overflow-x: hidden;
}

.modal-pager.slick-slider {
  height: auto;
  min-height: 100vh;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .modal-pager.slick-slider {
    min-height: 600px;
    height: unset;
  }
}

@media screen and (min-width: 1200px) {
  .modal-pager.slick-slider {
    height: 100%;
    min-height: 0;
  }
}

.modal-pager.slick-slider .slick-list {
  height: auto;
}

@media screen and (min-width: 1200px) {
  .modal-pager.slick-slider .slick-list {
    height: 100%;
  }
}

.modal-pager.diagnosing-testing .slick-prev.slick-arrow {
  left: 5px;
}

@media (min-width: 1024px) {
  .modal-pager.diagnosing-testing .slick-prev.slick-arrow {
    left: 32px;
  }
}

.modal-pager.diagnosing-testing .slick-next.slick-arrow {
  right: 5px;
}

@media (min-width: 1024px) {
  .modal-pager.diagnosing-testing .slick-next.slick-arrow {
    right: 32px;
  }
}

.modal-pager.diagnosing-testing .slick-arrow {
  top: 50% !important;
}

.modal-pager.diagnosing-testing .slick-list .slick-track {
  height: auto;
}

@media screen and (min-width: 1200px) {
  .modal-pager.diagnosing-testing .slick-list .slick-track {
    height: 100%;
  }
}

.modal-pager.diagnosing-testing .slick-list .slick-track .slick-slide:focus {
  outline: none;
}

.modal-pager.diagnosing-testing .slick-track {
  overflow-y: scroll;
}

.slick-next.slick-arrow {
  right: 0px;
  background-image: url("/assets/slick-arrow-forward.svg");
  background-size: initial;
  background-repeat: no-repeat;
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-dots:before {
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 22px;
  width: calc(100% - 46px);
  height: 1px;
  background: #8E239F;
  z-index: 25;
  content: "";
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 99px;
  border: 1px solid transparent;
  z-index: 50;
}

.slick-dots li button {
  background-color: transparent;
  width: 44px;
  height: 44px;
  color: transparent;
  border: none;
  cursor: pointer;
}

.slick-dots li:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 99px;
  border: 1px solid #8E239F;
  background-color: white;
  content: "";
}

.slick-dots li.slick-active {
  border: 1px solid #8E239F;
}

.slick-dots li.slick-active:before {
  background-color: #8E239F;
}

.pager {
  visibility: hidden;
}

.test-tabs-parent {
  margin-top: 17px;
  margin-bottom: 20px;
  padding-bottom: 4em;
  position: relative;
}

@media (min-width: 1024px) {
  .test-tabs-parent {
    padding-bottom: 0;
    margin-bottom: 0;
    position: static;
  }
}

.test-tabs {
  display: flex;
  flex-direction: column;
}

.test-tabs.infusion .tab {
  flex: unset;
}

@media (min-width: 1024px) {
  .test-tabs.infusion {
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .test-tabs {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 70px;
  }
}

@media screen and (min-width: 1199px) {
  .test-tabs {
    padding: 0 80px;
  }
}

.tab-padding-sm {
  padding: 0 20px !important;
}

.test-tabs .tab {
  padding: 0.25em;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .test-tabs .tab {
    padding: 0em 1em;
  }
}

@media (min-width: 1024px) {
  .test-tabs .tab {
    padding: 0em 0em;
    margin-bottom: 0;
  }
}

.test-tabs .tab.active .label {
  background-color: #6CC24A;
}

@media (min-width: 1024px) {
  .test-tabs .tab.active .label.temporary-shedding {
    max-width: 285px;
  }
}

@media screen and (min-width: 1024px) {
  .test-tabs .tab.active .label {
    max-width: 260px;
  }
}

@media screen and (min-width: 1200px) {
  .test-tabs .tab.active .label {
    max-width: 273px;
  }
}

.test-tabs .tab.active .label.wider {
  max-width: 310px;
}

.test-tabs .tab.active .label.very-wide {
  max-width: 390px;
}

.test-tabs .tab.active .label.x-very-wide {
  max-width: 440px;
}

.test-tabs .label {
  color: #6CC24A;
  background: white;
  border-color: #6CC24A;
  border-width: 2px;
  border-style: solid;
  padding: 10px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  border-radius: 0px 15px;
  font-size: 13px;
  cursor: pointer;
}

.test-tabs .label.wider {
  max-width: 310px;
}

.test-tabs .label.very-wide {
  max-width: 390px;
}

.test-tabs .label.x-very-wide {
  max-width: 440px;
}

@media (min-width: 1024px) {
  .test-tabs .label {
    padding: 2px 4px;
    display: inline-flex;
  }
}

@media screen and (min-width: 1199px) {
  .test-tabs .label {
    padding: 2px 30px;
  }
}

.test-tabs .tab.active .label {
  background: #6CC24A;
  color: white;
}

.test-tabs .tab .sub-tabs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  justify-content: center;
  display: none;
  flex-direction: row;
}

@media (min-width: 1024px) {
  .test-tabs .tab .sub-tabs {
    position: static;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.test-tabs .tab.active .sub-tabs {
  display: flex;
  font-size: 14px;
  font-weight: bold;
}

.test-tabs .tab .sub-tabs .sub-tab {
  margin: 0 0.5rem;
  border-radius: 999px;
  border: 2px solid #6CC24A;
  color: #6CC24A;
  height: 21px;
  width: 21px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

@media (min-width: 1024px) {
  .test-tabs .tab .sub-tabs .sub-tab {
    margin: 0 1.5rem;
  }
}

.test-tabs .tab .sub-tabs .sub-tab:before,
.test-tabs .tab .sub-tabs .sub-tab:after {
  content: "";
  position: absolute;
  top: 8px;
  height: 2px;
  border-color: #6CC24A;
  width: 0.5rem;
  border-width: 0 0 2px;
  border-style: dotted;
}

@media (min-width: 1024px) {
  .test-tabs .tab .sub-tabs .sub-tab:before,
  .test-tabs .tab .sub-tabs .sub-tab:after {
    width: 1.5rem;
  }
}

.test-tabs .tab .sub-tabs .sub-tab:before {
  left: calc(-0.5rem - 2px);
}

@media (min-width: 1024px) {
  .test-tabs .tab .sub-tabs .sub-tab:before {
    left: calc(-1.5rem - 2px);
  }
}

.test-tabs .tab .sub-tabs .sub-tab:after {
  right: calc(-0.5rem - 2px);
}

@media (min-width: 1024px) {
  .test-tabs .tab .sub-tabs .sub-tab:after {
    right: calc(-1.5rem - 2px);
  }
}

.test-tabs .tab .sub-tabs .sub-tab:nth-child(1):before {
  display: none;
}

.test-tabs .tab .sub-tabs .sub-tab:nth-last-child(1):after {
  display: none;
}

.test-tabs .tab .sub-tabs .sub-tab.active {
  background-color: #6CC24A;
  color: white;
}

.test-tabs .tab .sub-tabs .sub-tab.active:before,
.test-tabs .tab .sub-tabs .sub-tab.active:after {
  border-style: solid;
}

[data-dots=false] .slick-dots {
  display: none !important;
}

.multi-tab__container {
  padding: 0 1rem;
  position: relative;
}

.multi-tab__container:focus {
  outline: none;
}

@media (min-width: 1024px) {
  .multi-tab__container {
    min-height: 276px;
    padding: 0 90px;
  }
}

@media screen and (min-width: 1199px) {
  .multi-tab__container {
    padding: 0 100px;
  }
}

.multi-tab__container img {
  height: 192px;
  width: 100%;
}

.multi-tab__title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 10px;
  color: #6CC24A;
  display: inline-block;
}

.multi-tab__title.text-purple {
  color: #8E239F;
}

.multi-tab__title-number {
  min-height: 27px;
  min-width: 27px;
  border-style: solid;
  border-width: 2px;
  border-color: #6CC24A;
  border-radius: 50%;
  display: inline-flex;
  margin-right: 0.5rem;
  align-items: center;
  justify-content: center;
  color: #8E239F;
  font-size: 16px;
  font-weight: bold;
}

.multi-tab__content {
  font-size: 13px;
}

.multi-tab__content > * {
  font-size: inherit;
}

.multi-tab__content li::before {
  margin-left: -1rem;
}

@media (min-width: 1024px) {
  .multi-tab__content li::before {
    margin-left: -1.5rem;
  }
}

.multi-tab__tabs .tab-pane,
.multi-tab__tabs .tab-content {
  width: 100%;
}

.multi-tab__tabs .list-group {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .multi-tab__tabs .list-group {
    min-height: 26px;
  }
}

@media (min-width: 1024px) {
  .multi-tab__tabs .list-group a {
    padding: 5px;
  }
}

.multi-tab__tabs .list-group-item {
  opacity: 1;
  outline: none;
  border-style: solid;
  border-width: 2px;
  border-color: #8E239F;
  color: #8E239F;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.multi-tab__tabs .list-group-item.active {
  color: white;
  background: #8E239F;
  margin: 0;
}

.multi-tab__tabs .list-group-item:nth-child(1) {
  border-radius: 15px 0 0 0;
}

.multi-tab__tabs .list-group-item:nth-last-child(1) {
  border-radius: 0 0 15px 0;
}

.multi-tab__next-section,
.multi-tab__previous-section {
  top: 0%;
  display: none;
  text-align: right;
  max-width: 105px;
  font-size: 10px;
  word-break: break-word;
}

@media screen and (max-width: 1099px) {
  .multi-tab__next-section,
  .multi-tab__previous-section {
    top: 40%;
  }
}

@media screen and (min-width: 1100px) {
  .multi-tab__next-section,
  .multi-tab__previous-section {
    top: 37%;
  }
}

@media screen and (min-width: 1400px) {
  .multi-tab__next-section,
  .multi-tab__previous-section {
    top: 35%;
  }
}

@media (min-width: 1024px) {
  .multi-tab__next-section,
  .multi-tab__previous-section {
    display: block;
  }
}

.multi-tab__next-section {
  right: 0px;
}

.multi-tab__previous-section {
  left: 0px;
  text-align: left;
}

@media (min-width: 1024px) {
  .slick-arrow {
    top: 18%;
  }
}

@media (max-width: 1023.98px) {
  .receipt-storage .slick-next.slick-arrow {
    right: -10px;
  }
}

@media (max-width: 1023.98px) {
  .receipt-storage .slick-prev.slick-arrow {
    left: -10px;
  }
}

.locale-emea-en .page-container.home {
  padding-top: 100px;
}

.locale-gb .diagnosing-testing .diagnosing-testing-column-one li {
  color: #8E239F;
}

.button-outer {
  cursor: pointer;
}

.button-outer-transparent {
  background: transparent;
}

.button-transparent {
  background: transparent;
}

.button-transparent .button-text {
  text-transform: none;
  font-weight: normal;
  font-size: 13px;
  text-decoration: underline;
}

.go-button {
  top: 50%;
  height: 60px;
  width: 60px;
  background-size: 55px;
  position: absolute;
  background-color: #6CC24A;
  border: none;
  color: transparent;
  outline: none;
  background-repeat: no-repeat;
  border-radius: 99px;
}

.go-button-right {
  right: -35px;
  background-position: -250% 50%;
  background-image: url("/assets/slick-arrow-forward.svg");
}

.go-button-left {
  left: -35px;
  background-position: 350% 50%;
  background-image: url("/assets/slick-arrow.svg");
}

@media only screen and (max-width: 1023px) {
  .go-button {
    display: none !important;
  }
}

