@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #1D2C4E;
  --indigo: #810f9e;
  --purple: #810f9e;
  --pink: #e61e78;
  --red: #D10010;
  --orange: #fd7e14;
  --yellow: #ffb400;
  --teal: #20c997;
  --cyan: #1EB6E1;
  --white: #fff;
  --gray: #3f4042;
  --gray-dark: #2f3032;
  --primary: #810f9e;
  --secondary: #e61e78;
  --success: #00C861;
  --info: #1EB6E1;
  --warning: #FFD76D;
  --yellow: #ffb400;
  --danger: #D10010;
  --light: #FAFAFA;
  --dark: #3f4042;
  --cyan: #1EB6E1;
  --gray-75: #55565a;
  --gray-50: #77787b;
  --gray-25: #bbbbbd;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", -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: "Roboto", -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: #3f4042;
  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.625rem; }

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #810f9e;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #480858;
    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: #77787b;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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.625rem;
  font-weight: 500;
  line-height: 1.2; }

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

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

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

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

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

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

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem; }
  h2, .h2 {
    font-size: 1.75rem; }
  h3, .h3 {
    font-size: 1.5rem; }
  h4, .h4 {
    font-size: 1.2rem; }
  h5, .h5 {
    font-size: 1rem; }
  h6, .h6 {
    font-size: 1rem; } }

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

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

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

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

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

@media (max-width: 991px) {
  .display-1 {
    font-size: 2.5rem; }
  .display-2 {
    font-size: 2rem; }
  .display-3 {
    font-size: 1.75rem; }
  .display-4 {
    font-size: 1.5rem; } }

hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  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; }

.text-line-through {
  text-decoration-line: line-through; }

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #707072; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #77787b; }

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

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

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

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

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

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

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

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

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

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

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

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

.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.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@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.33333%;
    max-width: 33.33333%; }
  .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.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1.25rem;
  color: #3f4042; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #bbbbbd; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #bbbbbd; }
  .table tbody + tbody {
    border-top: 2px solid #bbbbbd; }

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

.table-bordered {
  border: 1px solid #bbbbbd; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #bbbbbd; }
  .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: #3f4042;
  background-color: rgba(0, 0, 0, 0.075); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #ffd060; }

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

.table-hover .table-yellow:hover {
  background-color: #ffc847; }
  .table-hover .table-yellow:hover > td,
  .table-hover .table-yellow:hover > th {
    background-color: #ffc847; }

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

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

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

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

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

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

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

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

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

.table-cyan,
.table-cyan > th,
.table-cyan > td {
  background-color: #72d1ec; }

.table-cyan th,
.table-cyan td,
.table-cyan thead th,
.table-cyan tbody + tbody {
  border-color: #3abfe5; }

.table-hover .table-cyan:hover {
  background-color: #5ccae9; }
  .table-hover .table-cyan:hover > td,
  .table-hover .table-cyan:hover > th {
    background-color: #5ccae9; }

.table-gray-75,
.table-gray-75 > th,
.table-gray-75 > td {
  background-color: #959598; }

.table-gray-75 th,
.table-gray-75 td,
.table-gray-75 thead th,
.table-gray-75 tbody + tbody {
  border-color: #6a6b6f; }

.table-hover .table-gray-75:hover {
  background-color: #88888b; }
  .table-hover .table-gray-75:hover > td,
  .table-hover .table-gray-75:hover > th {
    background-color: #88888b; }

.table-gray-50,
.table-gray-50 > th,
.table-gray-50 > td {
  background-color: #aaabad; }

.table-gray-50 th,
.table-gray-50 td,
.table-gray-50 thead th,
.table-gray-50 tbody + tbody {
  border-color: #88898c; }

.table-hover .table-gray-50:hover {
  background-color: #9d9ea0; }
  .table-hover .table-gray-50:hover > td,
  .table-hover .table-gray-50:hover > th {
    background-color: #9d9ea0; }

.table-gray-25,
.table-gray-25 > th,
.table-gray-25 > td {
  background-color: #d5d5d6; }

.table-gray-25 th,
.table-gray-25 td,
.table-gray-25 thead th,
.table-gray-25 tbody + tbody {
  border-color: #c4c4c5; }

.table-hover .table-gray-25:hover {
  background-color: #c8c8c9; }
  .table-hover .table-gray-25:hover > td,
  .table-hover .table-gray-25:hover > th {
    background-color: #c8c8c9; }

.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: #3f4042;
  border-color: #525356; }

.table .thead-light th {
  color: #55565a;
  background-color: #e9ecef;
  border-color: #bbbbbd; }

.table-dark {
  color: #fff;
  background-color: #3f4042; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #525356; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #55565a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #55565a;
  border-radius: 0.5rem;
  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:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #55565a; }
  .form-control:focus {
    color: #55565a;
    background-color: #fff;
    border-color: #22042a;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.25); }
  .form-control::placeholder {
    color: #55565a;
    font-weight: lighter;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

select.form-control:focus::-ms-value {
  color: #55565a;
  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.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1rem;
  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: #3f4042;
  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 + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

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: #77787b; }

.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: #00C861; }

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

.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: #00C861;
  padding-right: calc(1.5em + 0.75rem);
  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='%2300C861' 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: #00C861;
    box-shadow: 0 0 0 1px rgba(0, 200, 97, 0.25); }

.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: #00C861;
  padding-right: calc(0.75em + 2.3125rem);
  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='%233f4042' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, 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='%2300C861' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #00C861;
    box-shadow: 0 0 0 1px rgba(0, 200, 97, 0.25); }

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

.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: #00C861; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #00C861; }

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

.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 1px rgba(0, 200, 97, 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: #00C861; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00C861;
  box-shadow: 0 0 0 1px rgba(0, 200, 97, 0.25); }

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

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

.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: #D10010;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D10010' 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='%23D10010' 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: #D10010;
    box-shadow: 0 0 0 1px rgba(209, 0, 16, 0.25); }

.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: #D10010;
  padding-right: calc(0.75em + 2.3125rem);
  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='%233f4042' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D10010' 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='%23D10010' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #D10010;
    box-shadow: 0 0 0 1px rgba(209, 0, 16, 0.25); }

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

.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: #D10010; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #D10010; }

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

.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 1px rgba(209, 0, 16, 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: #D10010; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #D10010;
  box-shadow: 0 0 0 1px rgba(209, 0, 16, 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: #3f4042;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  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: #3f4042;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65;
    cursor: not-allowed; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #810f9e;
  border-color: #810f9e; }
  .btn-primary:hover {
    color: #fff;
    background-color: #640c7b;
    border-color: #5b0b6f; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #640c7b;
    border-color: #5b0b6f;
    box-shadow: 0 0 0 1px rgba(148, 51, 173, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #810f9e;
    border-color: #810f9e; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #5b0b6f;
    border-color: #510964; }
    .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 1px rgba(148, 51, 173, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #e61e78;
  border-color: #e61e78; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #c81666;
    border-color: #bc1560; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #c81666;
    border-color: #bc1560;
    box-shadow: 0 0 0 1px rgba(234, 64, 140, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #e61e78;
    border-color: #e61e78; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #bc1560;
    border-color: #b1145a; }
    .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 1px rgba(234, 64, 140, 0.5); }

.btn-success {
  color: #fff;
  background-color: #00C861;
  border-color: #00C861; }
  .btn-success:hover {
    color: #fff;
    background-color: #00a24e;
    border-color: #009548; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #00a24e;
    border-color: #009548;
    box-shadow: 0 0 0 1px rgba(38, 208, 121, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #00C861;
    border-color: #00C861; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #009548;
    border-color: #008842; }
    .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 1px rgba(38, 208, 121, 0.5); }

.btn-info {
  color: #fff;
  background-color: #1EB6E1;
  border-color: #1EB6E1; }
  .btn-info:hover {
    color: #fff;
    background-color: #1a9bbf;
    border-color: #1892b4; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #1a9bbf;
    border-color: #1892b4;
    box-shadow: 0 0 0 1px rgba(64, 193, 230, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #1EB6E1;
    border-color: #1EB6E1; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1892b4;
    border-color: #1789a9; }
    .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 1px rgba(64, 193, 230, 0.5); }

.btn-warning {
  color: #2f3032;
  background-color: #FFD76D;
  border-color: #FFD76D; }
  .btn-warning:hover {
    color: #2f3032;
    background-color: #ffcd47;
    border-color: #ffc93a; }
  .btn-warning:focus, .btn-warning.focus {
    color: #2f3032;
    background-color: #ffcd47;
    border-color: #ffc93a;
    box-shadow: 0 0 0 1px rgba(224, 190, 100, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #2f3032;
    background-color: #FFD76D;
    border-color: #FFD76D; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #2f3032;
    background-color: #ffc93a;
    border-color: #ffc62d; }
    .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 1px rgba(224, 190, 100, 0.5); }

.btn-yellow {
  color: #2f3032;
  background-color: #ffb400;
  border-color: #ffb400; }
  .btn-yellow:hover {
    color: #2f3032;
    background-color: #d99900;
    border-color: #cc9000; }
  .btn-yellow:focus, .btn-yellow.focus {
    color: #2f3032;
    background-color: #d99900;
    border-color: #cc9000;
    box-shadow: 0 0 0 1px rgba(224, 160, 8, 0.5); }
  .btn-yellow.disabled, .btn-yellow:disabled {
    color: #2f3032;
    background-color: #ffb400;
    border-color: #ffb400; }
  .btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-yellow.dropdown-toggle {
    color: #fff;
    background-color: #cc9000;
    border-color: #bf8700; }
    .btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 1px rgba(224, 160, 8, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #D10010;
  border-color: #D10010; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ab000d;
    border-color: #9e000c; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ab000d;
    border-color: #9e000c;
    box-shadow: 0 0 0 1px rgba(216, 38, 52, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #D10010;
    border-color: #D10010; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #9e000c;
    border-color: #91000b; }
    .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 1px rgba(216, 38, 52, 0.5); }

.btn-light {
  color: #2f3032;
  background-color: #FAFAFA;
  border-color: #FAFAFA; }
  .btn-light:hover {
    color: #2f3032;
    background-color: #e7e7e7;
    border-color: #e1e1e1; }
  .btn-light:focus, .btn-light.focus {
    color: #2f3032;
    background-color: #e7e7e7;
    border-color: #e1e1e1;
    box-shadow: 0 0 0 1px rgba(220, 220, 220, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #2f3032;
    background-color: #FAFAFA;
    border-color: #FAFAFA; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #2f3032;
    background-color: #e1e1e1;
    border-color: #dadada; }
    .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 1px rgba(220, 220, 220, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #3f4042;
  border-color: #3f4042; }
  .btn-dark:hover {
    color: #fff;
    background-color: #2c2d2e;
    border-color: #262728; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #2c2d2e;
    border-color: #262728;
    box-shadow: 0 0 0 1px rgba(92, 93, 94, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #3f4042;
    border-color: #3f4042; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #262728;
    border-color: #202021; }
    .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 1px rgba(92, 93, 94, 0.5); }

.btn-cyan {
  color: #fff;
  background-color: #1EB6E1;
  border-color: #1EB6E1; }
  .btn-cyan:hover {
    color: #fff;
    background-color: #1a9bbf;
    border-color: #1892b4; }
  .btn-cyan:focus, .btn-cyan.focus {
    color: #fff;
    background-color: #1a9bbf;
    border-color: #1892b4;
    box-shadow: 0 0 0 1px rgba(64, 193, 230, 0.5); }
  .btn-cyan.disabled, .btn-cyan:disabled {
    color: #fff;
    background-color: #1EB6E1;
    border-color: #1EB6E1; }
  .btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active,
  .show > .btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #1892b4;
    border-color: #1789a9; }
    .btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 1px rgba(64, 193, 230, 0.5); }

.btn-gray-75 {
  color: #fff;
  background-color: #55565a;
  border-color: #55565a; }
  .btn-gray-75:hover {
    color: #fff;
    background-color: #424346;
    border-color: #3c3d40; }
  .btn-gray-75:focus, .btn-gray-75.focus {
    color: #fff;
    background-color: #424346;
    border-color: #3c3d40;
    box-shadow: 0 0 0 1px rgba(111, 111, 115, 0.5); }
  .btn-gray-75.disabled, .btn-gray-75:disabled {
    color: #fff;
    background-color: #55565a;
    border-color: #55565a; }
  .btn-gray-75:not(:disabled):not(.disabled):active, .btn-gray-75:not(:disabled):not(.disabled).active,
  .show > .btn-gray-75.dropdown-toggle {
    color: #fff;
    background-color: #3c3d40;
    border-color: #363739; }
    .btn-gray-75:not(:disabled):not(.disabled):active:focus, .btn-gray-75:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-75.dropdown-toggle:focus {
      box-shadow: 0 0 0 1px rgba(111, 111, 115, 0.5); }

.btn-gray-50 {
  color: #fff;
  background-color: #77787b;
  border-color: #77787b; }
  .btn-gray-50:hover {
    color: #fff;
    background-color: #646568;
    border-color: #5e5f61; }
  .btn-gray-50:focus, .btn-gray-50.focus {
    color: #fff;
    background-color: #646568;
    border-color: #5e5f61;
    box-shadow: 0 0 0 1px rgba(139, 140, 143, 0.5); }
  .btn-gray-50.disabled, .btn-gray-50:disabled {
    color: #fff;
    background-color: #77787b;
    border-color: #77787b; }
  .btn-gray-50:not(:disabled):not(.disabled):active, .btn-gray-50:not(:disabled):not(.disabled).active,
  .show > .btn-gray-50.dropdown-toggle {
    color: #fff;
    background-color: #5e5f61;
    border-color: #58585b; }
    .btn-gray-50:not(:disabled):not(.disabled):active:focus, .btn-gray-50:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-50.dropdown-toggle:focus {
      box-shadow: 0 0 0 1px rgba(139, 140, 143, 0.5); }

.btn-gray-25 {
  color: #2f3032;
  background-color: #bbbbbd;
  border-color: #bbbbbd; }
  .btn-gray-25:hover {
    color: #2f3032;
    background-color: #a8a8aa;
    border-color: #a1a1a4; }
  .btn-gray-25:focus, .btn-gray-25.focus {
    color: #2f3032;
    background-color: #a8a8aa;
    border-color: #a1a1a4;
    box-shadow: 0 0 0 1px rgba(166, 166, 168, 0.5); }
  .btn-gray-25.disabled, .btn-gray-25:disabled {
    color: #2f3032;
    background-color: #bbbbbd;
    border-color: #bbbbbd; }
  .btn-gray-25:not(:disabled):not(.disabled):active, .btn-gray-25:not(:disabled):not(.disabled).active,
  .show > .btn-gray-25.dropdown-toggle {
    color: #2f3032;
    background-color: #a1a1a4;
    border-color: #9b9b9e; }
    .btn-gray-25:not(:disabled):not(.disabled):active:focus, .btn-gray-25:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-25.dropdown-toggle:focus {
      box-shadow: 0 0 0 1px rgba(166, 166, 168, 0.5); }

.btn-outline-primary {
  color: #810f9e;
  border-color: #810f9e; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #810f9e;
    border-color: #810f9e; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #810f9e;
    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: #810f9e;
    border-color: #810f9e; }
    .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 1px rgba(129, 15, 158, 0.5); }

.btn-outline-secondary {
  color: #e61e78;
  border-color: #e61e78; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #e61e78;
    border-color: #e61e78; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 1px rgba(230, 30, 120, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #e61e78;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #e61e78;
    border-color: #e61e78; }
    .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 1px rgba(230, 30, 120, 0.5); }

.btn-outline-success {
  color: #00C861;
  border-color: #00C861; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #00C861;
    border-color: #00C861; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 1px rgba(0, 200, 97, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00C861;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00C861;
    border-color: #00C861; }
    .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 1px rgba(0, 200, 97, 0.5); }

.btn-outline-info {
  color: #1EB6E1;
  border-color: #1EB6E1; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #1EB6E1;
    border-color: #1EB6E1; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 1px rgba(30, 182, 225, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #1EB6E1;
    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: #1EB6E1;
    border-color: #1EB6E1; }
    .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 1px rgba(30, 182, 225, 0.5); }

.btn-outline-warning {
  color: #FFD76D;
  border-color: #FFD76D; }
  .btn-outline-warning:hover {
    color: #2f3032;
    background-color: #FFD76D;
    border-color: #FFD76D; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 1px rgba(255, 215, 109, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FFD76D;
    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: #2f3032;
    background-color: #FFD76D;
    border-color: #FFD76D; }
    .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 1px rgba(255, 215, 109, 0.5); }

.btn-outline-yellow {
  color: #ffb400;
  border-color: #ffb400; }
  .btn-outline-yellow:hover {
    color: #2f3032;
    background-color: #ffb400;
    border-color: #ffb400; }
  .btn-outline-yellow:focus, .btn-outline-yellow.focus {
    box-shadow: 0 0 0 1px rgba(255, 180, 0, 0.5); }
  .btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
    color: #ffb400;
    background-color: transparent; }
  .btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow.dropdown-toggle {
    color: #2f3032;
    background-color: #ffb400;
    border-color: #ffb400; }
    .btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 1px rgba(255, 180, 0, 0.5); }

.btn-outline-danger {
  color: #D10010;
  border-color: #D10010; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #D10010;
    border-color: #D10010; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 1px rgba(209, 0, 16, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #D10010;
    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: #D10010;
    border-color: #D10010; }
    .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 1px rgba(209, 0, 16, 0.5); }

.btn-outline-light {
  color: #FAFAFA;
  border-color: #FAFAFA; }
  .btn-outline-light:hover {
    color: #2f3032;
    background-color: #FAFAFA;
    border-color: #FAFAFA; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 1px rgba(250, 250, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #FAFAFA;
    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: #2f3032;
    background-color: #FAFAFA;
    border-color: #FAFAFA; }
    .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 1px rgba(250, 250, 250, 0.5); }

.btn-outline-dark {
  color: #3f4042;
  border-color: #3f4042; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #3f4042;
    border-color: #3f4042; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 1px rgba(63, 64, 66, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #3f4042;
    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: #3f4042;
    border-color: #3f4042; }
    .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 1px rgba(63, 64, 66, 0.5); }

.btn-outline-cyan {
  color: #1EB6E1;
  border-color: #1EB6E1; }
  .btn-outline-cyan:hover {
    color: #fff;
    background-color: #1EB6E1;
    border-color: #1EB6E1; }
  .btn-outline-cyan:focus, .btn-outline-cyan.focus {
    box-shadow: 0 0 0 1px rgba(30, 182, 225, 0.5); }
  .btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
    color: #1EB6E1;
    background-color: transparent; }
  .btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cyan.dropdown-toggle {
    color: #fff;
    background-color: #1EB6E1;
    border-color: #1EB6E1; }
    .btn-outline-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cyan.dropdown-toggle:focus {
      box-shadow: 0 0 0 1px rgba(30, 182, 225, 0.5); }

.btn-outline-gray-75 {
  color: #55565a;
  border-color: #55565a; }
  .btn-outline-gray-75:hover {
    color: #fff;
    background-color: #55565a;
    border-color: #55565a; }
  .btn-outline-gray-75:focus, .btn-outline-gray-75.focus {
    box-shadow: 0 0 0 1px rgba(85, 86, 90, 0.5); }
  .btn-outline-gray-75.disabled, .btn-outline-gray-75:disabled {
    color: #55565a;
    background-color: transparent; }
  .btn-outline-gray-75:not(:disabled):not(.disabled):active, .btn-outline-gray-75:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-75.dropdown-toggle {
    color: #fff;
    background-color: #55565a;
    border-color: #55565a; }
    .btn-outline-gray-75:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-75:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-75.dropdown-toggle:focus {
      box-shadow: 0 0 0 1px rgba(85, 86, 90, 0.5); }

.btn-outline-gray-50 {
  color: #77787b;
  border-color: #77787b; }
  .btn-outline-gray-50:hover {
    color: #fff;
    background-color: #77787b;
    border-color: #77787b; }
  .btn-outline-gray-50:focus, .btn-outline-gray-50.focus {
    box-shadow: 0 0 0 1px rgba(119, 120, 123, 0.5); }
  .btn-outline-gray-50.disabled, .btn-outline-gray-50:disabled {
    color: #77787b;
    background-color: transparent; }
  .btn-outline-gray-50:not(:disabled):not(.disabled):active, .btn-outline-gray-50:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-50.dropdown-toggle {
    color: #fff;
    background-color: #77787b;
    border-color: #77787b; }
    .btn-outline-gray-50:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-50:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-50.dropdown-toggle:focus {
      box-shadow: 0 0 0 1px rgba(119, 120, 123, 0.5); }

.btn-outline-gray-25 {
  color: #bbbbbd;
  border-color: #bbbbbd; }
  .btn-outline-gray-25:hover {
    color: #2f3032;
    background-color: #bbbbbd;
    border-color: #bbbbbd; }
  .btn-outline-gray-25:focus, .btn-outline-gray-25.focus {
    box-shadow: 0 0 0 1px rgba(187, 187, 189, 0.5); }
  .btn-outline-gray-25.disabled, .btn-outline-gray-25:disabled {
    color: #bbbbbd;
    background-color: transparent; }
  .btn-outline-gray-25:not(:disabled):not(.disabled):active, .btn-outline-gray-25:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-25.dropdown-toggle {
    color: #2f3032;
    background-color: #bbbbbd;
    border-color: #bbbbbd; }
    .btn-outline-gray-25:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-25:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-25.dropdown-toggle:focus {
      box-shadow: 0 0 0 1px rgba(187, 187, 189, 0.5); }

.btn-link {
  font-weight: 400;
  color: #810f9e;
  text-decoration: none; }
  .btn-link:hover {
    color: #480858;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #77787b;
    pointer-events: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #3f4042;
  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.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #2f3032;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #232325;
    text-decoration: none;
    background-color: #FAFAFA; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #810f9e; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #77787b;
    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: #77787b;
  white-space: nowrap; }

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

.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(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .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-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: #55565a;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #55565a;
  border-radius: 0.5rem; }
  .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 + 1.5rem + 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.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

.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 > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .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; }

.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: #e61e78;
    background-color: #e61e78; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #22042a; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #9411b5;
    border-color: #9411b5; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #77787b; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #77787b solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

.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: #810f9e;
  background-color: #810f9e; }

.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(129, 15, 158, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(129, 15, 158, 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(129, 15, 158, 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: #77787b;
    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(129, 15, 158, 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: #55565a;
  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='%233f4042' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #55565a;
  border-radius: 0.5rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #22042a;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.25); }
    .custom-select:focus::-ms-value {
      color: #55565a;
      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: #77787b;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #55565a; }

.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 + 1.5rem + 2px);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  font-size: 1rem; }

.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;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #22042a;
    box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #55565a;
  background-color: #fff;
  border: 1px solid #55565a;
  border-radius: 0.5rem; }
  .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: #55565a;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.5rem 0.5rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 2px);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #810f9e, 0 0 0 1px rgba(129, 15, 158, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #810f9e, 0 0 0 1px rgba(129, 15, 158, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #810f9e, 0 0 0 1px rgba(129, 15, 158, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.375rem;
    background-color: #e61e78;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #6e0d87; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.25rem;
    color: transparent;
    cursor: pointer;
    background-color: #bbbbbd;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #e61e78;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #6e0d87; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.25rem;
    color: transparent;
    cursor: pointer;
    background-color: #bbbbbd;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 1px;
    margin-left: 1px;
    background-color: #e61e78;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #6e0d87; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.25rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #bbbbbd;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #bbbbbd;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #77787b; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #77787b; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #77787b; }

.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: #77787b;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #bbbbbd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #bbbbbd; }
    .nav-tabs .nav-link.disabled {
      color: #77787b;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #55565a;
    background-color: #fff;
    border-color: #bbbbbd #bbbbbd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.5rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #810f9e; }

.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.625rem 1.25rem; }
  .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: 1.25rem;
  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.5rem; }
  .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: no-repeat center center;
  background-size: 100% 100%; }

@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-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-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-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-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-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: #640c7b; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #640c7b; }

.navbar-light .navbar-nav .nav-link {
  color: #810f9e; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #640c7b; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(129, 15, 158, 0.75); }

.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: #640c7b; }

.navbar-light .navbar-toggler {
  color: #810f9e;
  border-color: #810f9e; }

.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='%23810f9e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: #810f9e; }
  .navbar-light .navbar-text a {
    color: #640c7b; }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: #640c7b; }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #77787b;
  border-radius: 0.5rem; }
  .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.5rem - 1px);
      border-top-right-radius: calc(0.5rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.5rem - 1px);
      border-bottom-left-radius: calc(0.5rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 15px; }

.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: 15px; }

.card-header {
  padding: 0.75rem 15px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #77787b; }
  .card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 15px;
  background-color: #fff;
  border-top: 1px solid #77787b; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px); }

.card-header-tabs {
  margin-right: -7.5px;
  margin-bottom: -0.75rem;
  margin-left: -7.5px;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -7.5px;
  margin-left: -7.5px; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.5rem - 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.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.5rem; }

.breadcrumb-item {
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #55565a;
      content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #55565a; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.5rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #810f9e;
  background-color: #fff;
  border: 1px solid #bbbbbd; }
  .page-link:hover {
    z-index: 2;
    color: #480858;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #bbbbbd; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #810f9e;
  border-color: #810f9e; }

.page-item.disabled .page-link {
  color: #77787b;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #bbbbbd; }

.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.5rem;
  border-bottom-left-radius: 0.5rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.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.5rem;
  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: #810f9e; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #5b0b6f; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #e61e78; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #bc1560; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(230, 30, 120, 0.5); }

.badge-success {
  color: #fff;
  background-color: #00C861; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #009548; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(0, 200, 97, 0.5); }

.badge-info {
  color: #fff;
  background-color: #1EB6E1; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #1892b4; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(30, 182, 225, 0.5); }

.badge-warning {
  color: #2f3032;
  background-color: #FFD76D; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #2f3032;
    background-color: #ffc93a; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(255, 215, 109, 0.5); }

.badge-yellow {
  color: #2f3032;
  background-color: #ffb400; }
  a.badge-yellow:hover, a.badge-yellow:focus {
    color: #2f3032;
    background-color: #cc9000; }
  a.badge-yellow:focus, a.badge-yellow.focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(255, 180, 0, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #D10010; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #9e000c; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(209, 0, 16, 0.5); }

.badge-light {
  color: #2f3032;
  background-color: #FAFAFA; }
  a.badge-light:hover, a.badge-light:focus {
    color: #2f3032;
    background-color: #e1e1e1; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(250, 250, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #3f4042; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #262728; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(63, 64, 66, 0.5); }

.badge-cyan {
  color: #fff;
  background-color: #1EB6E1; }
  a.badge-cyan:hover, a.badge-cyan:focus {
    color: #fff;
    background-color: #1892b4; }
  a.badge-cyan:focus, a.badge-cyan.focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(30, 182, 225, 0.5); }

.badge-gray-75 {
  color: #fff;
  background-color: #55565a; }
  a.badge-gray-75:hover, a.badge-gray-75:focus {
    color: #fff;
    background-color: #3c3d40; }
  a.badge-gray-75:focus, a.badge-gray-75.focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(85, 86, 90, 0.5); }

.badge-gray-50 {
  color: #fff;
  background-color: #77787b; }
  a.badge-gray-50:hover, a.badge-gray-50:focus {
    color: #fff;
    background-color: #5e5f61; }
  a.badge-gray-50:focus, a.badge-gray-50.focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(119, 120, 123, 0.5); }

.badge-gray-25 {
  color: #2f3032;
  background-color: #bbbbbd; }
  a.badge-gray-25:hover, a.badge-gray-25:focus {
    color: #2f3032;
    background-color: #a1a1a4; }
  a.badge-gray-25:focus, a.badge-gray-25.focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(187, 187, 189, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #FAFAFA;
  border-radius: 0.5rem; }
  @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.5rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #540a67;
  background-color: #ad63c0;
  border-color: #a14bb6; }
  .alert-primary hr {
    border-top-color: #9143a5; }
  .alert-primary .alert-link {
    color: #2e0539; }

.alert-secondary {
  color: #96144e;
  background-color: #ef6da7;
  border-color: #ec569a; }
  .alert-secondary hr {
    border-top-color: #e93f8c; }
  .alert-secondary .alert-link {
    color: #690e37; }

.alert-success {
  color: #00823f;
  background-color: #59db98;
  border-color: #40d689; }
  .alert-success hr {
    border-top-color: #2dd07c; }
  .alert-success .alert-link {
    color: #004f26; }

.alert-info {
  color: #147692;
  background-color: #6dd0ec;
  border-color: #56c8e9; }
  .alert-info hr {
    border-top-color: #3fc1e6; }
  .alert-info .alert-link {
    color: #0e5265; }

.alert-warning {
  color: #a68c47;
  background-color: #ffe5a0;
  border-color: #ffe192; }
  .alert-warning hr {
    border-top-color: #ffda79; }
  .alert-warning .alert-link {
    color: #826e38; }

.alert-yellow {
  color: #a67500;
  background-color: #ffce59;
  border-color: #ffc740; }
  .alert-yellow hr {
    border-top-color: #ffc027; }
  .alert-yellow .alert-link {
    color: #735100; }

.alert-danger {
  color: #88000a;
  background-color: #e15964;
  border-color: #dd404c; }
  .alert-danger hr {
    border-top-color: #d92a38; }
  .alert-danger .alert-link {
    color: #550006; }

.alert-light {
  color: #a3a3a3;
  background-color: #fcfcfc;
  border-color: #fbfbfb; }
  .alert-light hr {
    border-top-color: #eeeeee; }
  .alert-light .alert-link {
    color: #8a8a8a; }

.alert-dark {
  color: #292a2b;
  background-color: #828384;
  border-color: #6f7071; }
  .alert-dark hr {
    border-top-color: #626364; }
  .alert-dark .alert-link {
    color: #101111; }

.alert-cyan {
  color: #147692;
  background-color: #6dd0ec;
  border-color: #56c8e9; }
  .alert-cyan hr {
    border-top-color: #3fc1e6; }
  .alert-cyan .alert-link {
    color: #0e5265; }

.alert-gray-75 {
  color: #37383b;
  background-color: #919194;
  border-color: #808083; }
  .alert-gray-75 hr {
    border-top-color: #737376; }
  .alert-gray-75 .alert-link {
    color: #1e1f21; }

.alert-gray-50 {
  color: #4d4e50;
  background-color: #a7a7a9;
  border-color: #999a9c; }
  .alert-gray-50 hr {
    border-top-color: #8c8d8f; }
  .alert-gray-50 .alert-link {
    color: #343536; }

.alert-gray-25 {
  color: #7a7a7b;
  background-color: #d3d3d4;
  border-color: #ccccce; }
  .alert-gray-25 hr {
    border-top-color: #bfbfc2; }
  .alert-gray-25 .alert-link {
    color: #616161; }

@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: #FAFAFA;
  border-radius: 0.5rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #810f9e;
  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: progress-bar-stripes 1s linear infinite; }
  @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.5rem; }

.list-group-item-action {
  width: 100%;
  color: #55565a;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #55565a;
    text-decoration: none;
    background-color: #FAFAFA; }
  .list-group-item-action:active {
    color: #3f4042;
    background-color: #FAFAFA; }

.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: #77787b;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #810f9e;
    border-color: #810f9e; }
  .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.5rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    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.5rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.5rem;
      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.5rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.5rem;
      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.5rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.5rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.5rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.5rem;
      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: #5a0b6f;
  background-color: #ba7bca; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #5a0b6f;
    background-color: #b069c3; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #5a0b6f;
    border-color: #5a0b6f; }

.list-group-item-secondary {
  color: #a11554;
  background-color: #f183b5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #a11554;
    background-color: #ee6ca7; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #a11554;
    border-color: #a11554; }

.list-group-item-success {
  color: #008c44;
  background-color: #73e1a8; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #008c44;
    background-color: #5edd9b; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #008c44;
    border-color: #008c44; }

.list-group-item-info {
  color: #157f9e;
  background-color: #83d7ef; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #157f9e;
    background-color: #6cd0ec; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #157f9e;
    border-color: #157f9e; }

.list-group-item-warning {
  color: #b3974c;
  background-color: #ffe9af; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #b3974c;
    background-color: #ffe296; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #b3974c;
    border-color: #b3974c; }

.list-group-item-yellow {
  color: #b37e00;
  background-color: #ffd673; }
  .list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
    color: #b37e00;
    background-color: #ffcf5a; }
  .list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #b37e00;
    border-color: #b37e00; }

.list-group-item-danger {
  color: #92000b;
  background-color: #e6737c; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #92000b;
    background-color: #e25d68; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #92000b;
    border-color: #92000b; }

.list-group-item-light {
  color: #afafaf;
  background-color: #fcfcfc; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #afafaf;
    background-color: #efefef; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #afafaf;
    border-color: #afafaf; }

.list-group-item-dark {
  color: #2c2d2e;
  background-color: #959697; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #2c2d2e;
    background-color: #88898a; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #2c2d2e;
    border-color: #2c2d2e; }

.list-group-item-cyan {
  color: #157f9e;
  background-color: #83d7ef; }
  .list-group-item-cyan.list-group-item-action:hover, .list-group-item-cyan.list-group-item-action:focus {
    color: #157f9e;
    background-color: #6cd0ec; }
  .list-group-item-cyan.list-group-item-action.active {
    color: #fff;
    background-color: #157f9e;
    border-color: #157f9e; }

.list-group-item-gray-75 {
  color: #3c3c3f;
  background-color: #a2a2a4; }
  .list-group-item-gray-75.list-group-item-action:hover, .list-group-item-gray-75.list-group-item-action:focus {
    color: #3c3c3f;
    background-color: #959597; }
  .list-group-item-gray-75.list-group-item-action.active {
    color: #fff;
    background-color: #3c3c3f;
    border-color: #3c3c3f; }

.list-group-item-gray-50 {
  color: #535456;
  background-color: #b4b5b6; }
  .list-group-item-gray-50.list-group-item-action:hover, .list-group-item-gray-50.list-group-item-action:focus {
    color: #535456;
    background-color: #a7a8a9; }
  .list-group-item-gray-50.list-group-item-action.active {
    color: #fff;
    background-color: #535456;
    border-color: #535456; }

.list-group-item-gray-25 {
  color: #838384;
  background-color: #dadadb; }
  .list-group-item-gray-25.list-group-item-action:hover, .list-group-item-gray-25.list-group-item-action:focus {
    color: #838384;
    background-color: #cdcdce; }
  .list-group-item-gray-25.list-group-item-action.active {
    color: #fff;
    background-color: #838384;
    border-color: #838384; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .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: #77787b;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

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

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

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  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 transparent;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 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 transparent;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", -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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", -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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.5rem; }
    .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.5rem 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.5rem 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.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px); }
  .popover-header:empty {
    display: none; }

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

.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%;
  color: #fff;
  text-align: center;
  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: no-repeat 50% / 100% 100%; }

.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: .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: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.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: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.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: #810f9e !important; }

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

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

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

.bg-success {
  background-color: #00C861 !important; }

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

.bg-info {
  background-color: #1EB6E1 !important; }

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

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

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

.bg-yellow {
  background-color: #ffb400 !important; }

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

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

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

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

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

.bg-dark {
  background-color: #3f4042 !important; }

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

.bg-cyan {
  background-color: #1EB6E1 !important; }

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #1892b4 !important; }

.bg-gray-75 {
  background-color: #55565a !important; }

a.bg-gray-75:hover, a.bg-gray-75:focus,
button.bg-gray-75:hover,
button.bg-gray-75:focus {
  background-color: #3c3d40 !important; }

.bg-gray-50 {
  background-color: #77787b !important; }

a.bg-gray-50:hover, a.bg-gray-50:focus,
button.bg-gray-50:hover,
button.bg-gray-50:focus {
  background-color: #5e5f61 !important; }

.bg-gray-25 {
  background-color: #bbbbbd !important; }

a.bg-gray-25:hover, a.bg-gray-25:focus,
button.bg-gray-25:hover,
button.bg-gray-25:focus {
  background-color: #a1a1a4 !important; }

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #bbbbbd !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: #810f9e !important; }

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

.border-success {
  border-color: #00C861 !important; }

.border-info {
  border-color: #1EB6E1 !important; }

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

.border-yellow {
  border-color: #ffb400 !important; }

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

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

.border-dark {
  border-color: #3f4042 !important; }

.border-cyan {
  border-color: #1EB6E1 !important; }

.border-gray-75 {
  border-color: #55565a !important; }

.border-gray-50 {
  border-color: #77787b !important; }

.border-gray-25 {
  border-color: #bbbbbd !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

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

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

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

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 2.5rem !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.3125rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -2.5rem !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.3125rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.3125rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.3125rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.3125rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.3125rem !important; }
  .m-sm-2 {
    margin: 0.625rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.625rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.625rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.625rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.625rem !important; }
  .m-sm-3 {
    margin: 1.25rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.25rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.25rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.25rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.25rem !important; }
  .m-sm-4 {
    margin: 1.875rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.875rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.875rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.875rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.875rem !important; }
  .m-sm-5 {
    margin: 2.5rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2.5rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2.5rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2.5rem !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.3125rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.3125rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.3125rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.3125rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.3125rem !important; }
  .p-sm-2 {
    padding: 0.625rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.625rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.625rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.625rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.625rem !important; }
  .p-sm-3 {
    padding: 1.25rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.25rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.25rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.25rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.25rem !important; }
  .p-sm-4 {
    padding: 1.875rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.875rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.875rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.875rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.875rem !important; }
  .p-sm-5 {
    padding: 2.5rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2.5rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2.5rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2.5rem !important; }
  .m-sm-n1 {
    margin: -0.3125rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.3125rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.3125rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.3125rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.3125rem !important; }
  .m-sm-n2 {
    margin: -0.625rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.625rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.625rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.625rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.625rem !important; }
  .m-sm-n3 {
    margin: -1.25rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.25rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.25rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.25rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.25rem !important; }
  .m-sm-n4 {
    margin: -1.875rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.875rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.875rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.875rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.875rem !important; }
  .m-sm-n5 {
    margin: -2.5rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2.5rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2.5rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2.5rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2.5rem !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.3125rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.3125rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.3125rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.3125rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.3125rem !important; }
  .m-md-2 {
    margin: 0.625rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.625rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.625rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.625rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.625rem !important; }
  .m-md-3 {
    margin: 1.25rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.25rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.25rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.25rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.25rem !important; }
  .m-md-4 {
    margin: 1.875rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.875rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.875rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.875rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.875rem !important; }
  .m-md-5 {
    margin: 2.5rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2.5rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2.5rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2.5rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2.5rem !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.3125rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.3125rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.3125rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.3125rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.3125rem !important; }
  .p-md-2 {
    padding: 0.625rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.625rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.625rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.625rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.625rem !important; }
  .p-md-3 {
    padding: 1.25rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.25rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.25rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.25rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.25rem !important; }
  .p-md-4 {
    padding: 1.875rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.875rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.875rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.875rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.875rem !important; }
  .p-md-5 {
    padding: 2.5rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2.5rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2.5rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2.5rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2.5rem !important; }
  .m-md-n1 {
    margin: -0.3125rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.3125rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.3125rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.3125rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.3125rem !important; }
  .m-md-n2 {
    margin: -0.625rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.625rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.625rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.625rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.625rem !important; }
  .m-md-n3 {
    margin: -1.25rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.25rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.25rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.25rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.25rem !important; }
  .m-md-n4 {
    margin: -1.875rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.875rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.875rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.875rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.875rem !important; }
  .m-md-n5 {
    margin: -2.5rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2.5rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2.5rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2.5rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2.5rem !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.3125rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.3125rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.3125rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.3125rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.3125rem !important; }
  .m-lg-2 {
    margin: 0.625rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.625rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.625rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.625rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.625rem !important; }
  .m-lg-3 {
    margin: 1.25rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.25rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.25rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.25rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.25rem !important; }
  .m-lg-4 {
    margin: 1.875rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.875rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.875rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.875rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.875rem !important; }
  .m-lg-5 {
    margin: 2.5rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2.5rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2.5rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2.5rem !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.3125rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.3125rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.3125rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.3125rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.3125rem !important; }
  .p-lg-2 {
    padding: 0.625rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.625rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.625rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.625rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.625rem !important; }
  .p-lg-3 {
    padding: 1.25rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.25rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.25rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.25rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.25rem !important; }
  .p-lg-4 {
    padding: 1.875rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.875rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.875rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.875rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.875rem !important; }
  .p-lg-5 {
    padding: 2.5rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2.5rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2.5rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2.5rem !important; }
  .m-lg-n1 {
    margin: -0.3125rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.3125rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.3125rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.3125rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.3125rem !important; }
  .m-lg-n2 {
    margin: -0.625rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.625rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.625rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.625rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.625rem !important; }
  .m-lg-n3 {
    margin: -1.25rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.25rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.25rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.25rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.25rem !important; }
  .m-lg-n4 {
    margin: -1.875rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.875rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.875rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.875rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.875rem !important; }
  .m-lg-n5 {
    margin: -2.5rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2.5rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2.5rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2.5rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2.5rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.3125rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.3125rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.3125rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.3125rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.3125rem !important; }
  .m-xl-2 {
    margin: 0.625rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.625rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.625rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.625rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.625rem !important; }
  .m-xl-3 {
    margin: 1.25rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.25rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.25rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.25rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.25rem !important; }
  .m-xl-4 {
    margin: 1.875rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.875rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.875rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.875rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.875rem !important; }
  .m-xl-5 {
    margin: 2.5rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2.5rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2.5rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2.5rem !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.3125rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.3125rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.3125rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.3125rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.3125rem !important; }
  .p-xl-2 {
    padding: 0.625rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.625rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.625rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.625rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.625rem !important; }
  .p-xl-3 {
    padding: 1.25rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.25rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.25rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.25rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.25rem !important; }
  .p-xl-4 {
    padding: 1.875rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.875rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.875rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.875rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.875rem !important; }
  .p-xl-5 {
    padding: 2.5rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2.5rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2.5rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2.5rem !important; }
  .m-xl-n1 {
    margin: -0.3125rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.3125rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.3125rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.3125rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.3125rem !important; }
  .m-xl-n2 {
    margin: -0.625rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.625rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.625rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.625rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.625rem !important; }
  .m-xl-n3 {
    margin: -1.25rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.25rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.25rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.25rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.25rem !important; }
  .m-xl-n4 {
    margin: -1.875rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.875rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.875rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.875rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.875rem !important; }
  .m-xl-n5 {
    margin: -2.5rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2.5rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2.5rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2.5rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2.5rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #810f9e !important; }

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

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

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

.text-success {
  color: #00C861 !important; }

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

.text-info {
  color: #1EB6E1 !important; }

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

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

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

.text-yellow {
  color: #ffb400 !important; }

a.text-yellow:hover, a.text-yellow:focus {
  color: #b37e00 !important; }

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

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

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

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

.text-dark {
  color: #3f4042 !important; }

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

.text-cyan {
  color: #1EB6E1 !important; }

a.text-cyan:hover, a.text-cyan:focus {
  color: #157f9e !important; }

.text-gray-75 {
  color: #55565a !important; }

a.text-gray-75:hover, a.text-gray-75:focus {
  color: #303033 !important; }

.text-gray-50 {
  color: #77787b !important; }

a.text-gray-50:hover, a.text-gray-50:focus {
  color: #515254 !important; }

.text-gray-25 {
  color: #bbbbbd !important; }

a.text-gray-25:hover, a.text-gray-25:focus {
  color: #949497 !important; }

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

.text-muted {
  color: #77787b !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;
  overflow-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 #77787b;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  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 #bbbbbd !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #bbbbbd; }
  .table .thead-dark th {
    color: inherit;
    border-color: #bbbbbd; } }

/**Custom buttons */
.btn-white {
  color: #2f3032;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    color: #2f3032;
    background-color: #e9ecef; }
  .btn-white:focus, .btn-white.focus {
    color: #2f3032;
    background-color: #e9ecef;
    box-shadow: 0 0 0 1px rgba(79, 80, 84, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #2f3032;
    background-color: #fff;
    border-color: #55565a; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #fff;
    background-color: #55565a;
    border-color: #363739; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 1px rgba(79, 80, 84, 0.5); }

@charset "UTF-8";
/* DEFAULT ELEMENTS
	PARA TODO EL SITIO

*/
* {
  box-sizing: border-box; }

body {
  font-size: 1rem;
  font-family: "Roboto", "Verdana", sans-serif;
  background: #fafafa; }

h1, h2, h3, h4, h5, h6,
.font-montserrat {
  font-family: "Montserrat", "Verdana", sans-serif; }

.font-family-default {
  font-family: "Roboto", "Verdana", sans-serif !important; }

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

.icon-1x {
  font-size: 1.5em; }

.icon-2x {
  font-size: 2em; }

.icon-3x {
  font-size: 3em; }

.main {
  background: #fafafa; }

.page-content {
  min-height: 75vh; }

#page-404 {
  background: url("/static/img/404.svg") center bottom no-repeat;
  background-size: 100% auto; }

@media (min-width: 768px) {
  #page-404 {
    background: url("/static/img/404.svg") left bottom no-repeat;
    background-size: 50% auto; } }

@media (min-width: 992px) {
  .modal .social-login {
    border-left: 1px solid; } }

/***
	ELEMENTOS PARA CADA SECCIÓN/COMPONENTE
***/
/*variables, actualizar si se modifica bootstrap*/
/**header**/
#site-header {
  font-family: "Montserrat", "Verdana", sans-serif;
  position: relative;
  height: 76px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 999; }
  #site-header .navbar {
    height: 60px; }
  #site-header #logo-lg {
    width: 200px;
    height: auto;
    max-width: 50vw; }
  #site-header .toggle-user-menu .avatar {
    color: #bbbbbd;
    font-size: 2.5rem; }
  #site-header .login a {
    text-decoration: none !important; }
  #site-header .login .dropdown-menu {
    font-weight: normal !important;
    width: calc(100vw - 30px);
    max-width: 400px; }
    #site-header .login .dropdown-menu .wrap {
      position: relative; }
      #site-header .login .dropdown-menu .wrap:before {
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        top: -9px;
        right: 10px; }
      #site-header .login .dropdown-menu .wrap .header-login-form {
        min-width: 100%;
        max-width: 350px; }

@media (min-width: 768px) {
  #site-header {
    height: 95px;
    line-height: 1.1; }
    #site-header .nav-item {
      padding: 0 10px; } }

/** ONLY FOR MENU */
@media (max-width: 991px) {
  #mainNavBar {
    position: fixed;
    width: 250px;
    height: 100%;
    right: -100%;
    display: block !important;
    z-index: 999;
    top: 0;
    bottom: 0;
    background: #fff;
    transition: all 300ms;
    padding: 1rem;
    -webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.44);
    box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.44); }
    #mainNavBar.show {
      right: 0; }
    #mainNavBar #logo-menu {
      width: 100%;
      height: auto; } }

@media (min-width: 992px) {
  #site-header {
    height: 95px;
    padding-top: 10px;
    padding-bottom: 10px; }
    #site-header .navbar {
      height: 75px; }
    #site-header #logo-lg {
      width: 250px;
      height: 75px; }
    #site-header .toggle-user-menu .avatar {
      color: #bbbbbd;
      font-size: 3rem; } }

#site-footer {
  line-height: 1.1;
  font-weight: lighter; }
  #site-footer .widget-content {
    font-weight: lighter; }
  #site-footer .small {
    font-weight: lighter !important; }
  #site-footer a {
    color: #fff; }
    #site-footer a:hover {
      color: #fff !important;
      text-decoration: underline; }
  #site-footer ul, #site-footer ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  #site-footer li {
    padding: 12px 0;
    border-bottom: 1px solid #fff; }
  #site-footer .logo-footer {
    max-width: 240px; }
  #site-footer a:hover {
    text-decoration: none !important; }

/* MOBILE FIRST */
#main-section {
  background: center center no-repeat;
  background-size: cover; }
  #main-section .banner {
    height: 75vh;
    position: relative; }
    #main-section .banner .image {
      margin-bottom: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      #main-section .banner .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 0 solid;
        border-radius: 0.25rem; }
    #main-section .banner .find-ticket-form {
      background: rgba(91, 11, 111, 0.7); }

#zona-estrella-section .slide,
#nuestros-servicios-section .slide {
  background: center center no-repeat;
  background-size: cover; }
  #zona-estrella-section .slide a.img,
  #nuestros-servicios-section .slide a.img {
    position: relative;
    display: block;
    transition: all 200ms; }
    #zona-estrella-section .slide a.img:hover:after,
    #nuestros-servicios-section .slide a.img:hover:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.3); }
  #zona-estrella-section .slide img,
  #nuestros-servicios-section .slide img {
    display: block;
    width: 100%; }

#visita-section .slide {
  background: center center no-repeat;
  background-size: cover;
  position: relative;
  height: 65vh;
  overflow: hidden; }
  #visita-section .slide .image {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    #visita-section .slide .image:after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: rgba(0, 0, 0, 0.25); }
    #visita-section .slide .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border: 0 solid;
      border-radius: 0.25rem; }
  #visita-section .slide .container {
    position: relative;
    z-index: 9; }
  #visita-section .slide .content {
    height: 65vh;
    z-index: 9;
    padding: 40px 10px; }

#visita-section .carousel-control-prev,
#visita-section .carousel-control-next {
  z-index: 99; }

@media (min-width: 768px) {
  #main-section .banner {
    height: 580px; }
  #visita-section .slide {
    height: 580px; }
    #visita-section .slide .content {
      height: 580px;
      padding: 60px 0; } }

@media (min-width: 992px) {
  #visita-section .slide {
    height: 630px; }
    #visita-section .slide .content {
      height: 630px; } }

.control-destino,
.control-origen,
.control-email {
  position: relative; }
  .control-destino input,
  .control-origen input,
  .control-email input {
    padding-left: 25px;
    background: #fff url(/static/img/svg/location.svg) 5px center no-repeat;
    background-size: 1em 20px; }
  .control-destino.control-email input,
  .control-origen.control-email input,
  .control-email.control-email input {
    background-image: url(/static/img/svg/sobre.svg); }

.control-fecha {
  position: relative; }
  .control-fecha input {
    padding-right: 25px;
    background: #fff url(/static/img/svg/calendario.svg) calc(100% - 5px) center no-repeat;
    background-size: 1em 20px; }

.control-hora {
  position: relative; }
  .control-hora input {
    padding-right: 25px;
    background: url(/static/img/svg/reloj.svg) calc(100% - 5px) center no-repeat;
    background-size: 1em 20px; }

.interior-form .control-destino input,
.interior-form .control-origen input {
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43.55 66.82" ><path  fill="rgb(129,15,158)" d="M14322.47,1371.92a8.38,8.38,0,1,1-8.38-8.38A8.38,8.38,0,0,1,14322.47,1371.92Zm-8.65-21.78a21.78,21.78,0,0,0-21.5,21.78c0,15,11.2,33.52,17.54,42.78a5.19,5.19,0,0,0,8.54,0c6.14-8.83,16.77-26.16,17.44-41.33C14336.4,1360.78,14326.46,1350,14313.82,1350.15Z" transform="translate(-14292.32 -1350.14)"/></svg>') 5px center no-repeat;
  background-size: 1em 20px; }

.interior-form .control-fecha input {
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 53.29 49.91"><path fill="rgb(129,15,158)" d="M14929.54,1363.11h-12.73V1366a1.67,1.67,0,1,1-3.34,0v-2.85h-4.76V1366a1.67,1.67,0,1,1-3.34,0v-2.85h-4.76V1366a1.67,1.67,0,0,1-3.34,0v-2.85h-12.73a4.15,4.15,0,0,0-4.15,4.15v2.66h53.29v2.84h-53.29v31.6a4.15,4.15,0,0,0,4.15,4.15h45a4.15,4.15,0,0,0,4.15-4.15v-37.1A4.15,4.15,0,0,0,14929.54,1363.11Zm-34.75,35.75a2.12,2.12,0,0,1-2.12,2.12h-4.78a2.12,2.12,0,0,1-2.12-2.12v-4.21a2.12,2.12,0,0,1,2.12-2.12h4.78a2.12,2.12,0,0,1,2.12,2.12v4.21Zm0-14.45a2.12,2.12,0,0,1-2.12,2.12h-4.78a2.12,2.12,0,0,1-2.12-2.12v-4.21a2.12,2.12,0,0,1,2.12-2.12h4.78a2.12,2.12,0,0,1,2.12,2.12v4.21Zm16.77,14.45a2.12,2.12,0,0,1-2.12,2.12h-4.78a2.12,2.12,0,0,1-2.12-2.12v-4.21a2.12,2.12,0,0,1,2.12-2.12h4.78a2.12,2.12,0,0,1,2.12,2.12v4.21Zm0-14.45a2.12,2.12,0,0,1-2.12,2.12h-4.78a2.12,2.12,0,0,1-2.12-2.12v-4.21a2.12,2.12,0,0,1,2.12-2.12h4.78a2.12,2.12,0,0,1,2.12,2.12v4.21Zm16.77,14.45a2.12,2.12,0,0,1-2.12,2.12h-4.78a2.12,2.12,0,0,1-2.12-2.12v-4.21a2.12,2.12,0,0,1,2.12-2.12h4.78a2.12,2.12,0,0,1,2.12,2.12v4.21Zm0-14.45a2.12,2.12,0,0,1-2.12,2.12h-4.78a2.12,2.12,0,0,1-2.12-2.12v-4.21a2.12,2.12,0,0,1,2.12-2.12h4.78a2.12,2.12,0,0,1,2.12,2.12v4.21Z" transform="translate(-14880.4 -1358.6)"/><path class="cls-1" d="M14908.71,1360.27a1.67,1.67,0,0,0-3.34,0v2.85h3.34v-2.85Z" transform="translate(-14880.4 -1358.6)"/><path class="cls-1" d="M14916.81,1360.27a1.67,1.67,0,0,0-3.34,0v2.85h3.34v-2.85Z" transform="translate(-14880.4 -1358.6)"/><path class="cls-1" d="M14900.62,1363.11v-2.85a1.67,1.67,0,0,0-3.34,0v2.85h3.34Z" transform="translate(-14880.4 -1358.6)"/></svg>') calc(100% - 5px) center no-repeat;
  background-size: 1em 20px; }

.pretty-checkbox .checkbox {
  width: 1em;
  height: 1em;
  display: inline-block;
  border: 1px solid;
  position: relative; }
  .pretty-checkbox .checkbox:before {
    font-family: "icongeb";
    content: '';
    display: block;
    font-size: 0.85em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.pretty-checkbox input[type="checkbox"] {
  opacity: 0;
  height: 0;
  width: 0; }

.pretty-checkbox input[type="checkbox"]:checked ~ .checkbox:before {
  content: '\e96c';
  color: #810f9e; }

/* datepicker wrap */
.ui-datepicker {
  background: #fff;
  border: 1px solid #77787b;
  width: calc(100vw - 30px);
  max-width: 400px;
  border-radius: 0.5rem;
  overflow: hidden;
  left: 0;
  z-index: 99;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25); }
  .ui-datepicker .ui-datepicker-header {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 0.5rem 0;
    overflow: hidden;
    text-align: center;
    position: relative; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      padding: 0 2em; }
    .ui-datepicker .ui-datepicker-header a {
      display: block;
      position: absolute; }
      .ui-datepicker .ui-datepicker-header a .ui-icon {
        font-size: 0;
        color: transparent; }
        .ui-datepicker .ui-datepicker-header a .ui-icon:before {
          font-family: "icongeb";
          font-size: 1rem;
          display: block;
          color: #810f9e; }
      .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
        right: 5px; }
        .ui-datepicker .ui-datepicker-header a.ui-datepicker-next .ui-icon:before {
          content: '\e993'; }
      .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
        left: 5px; }
        .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev .ui-icon:before {
          content: '\e994'; }
  .ui-datepicker .ui-datepicker-calendar {
    margin: 0.75rem 0;
    text-align: center;
    width: 100%; }
    .ui-datepicker .ui-datepicker-calendar a {
      color: #e61e78; }

/***
	AUTOCOMPLETE
 */
.ui-autocomplete {
  background: #fff;
  border: 1px solid #77787b;
  max-width: calc(100% - 30px);
  left: 0;
  right: 0;
  max-height: calc(100vh - 50px);
  list-style: none;
  margin: 0;
  padding: 10px; }
  .ui-autocomplete li {
    list-style: none;
    padding: 5px 0; }
    .ui-autocomplete li .ui-menu-item-wrapper:before {
      font-family: "icongeb";
      display: inline-block;
      content: '\e976';
      padding-right: 0.5em; }

.form-find-tickets .col-submit {
  width: 12%; }

.form-find-tickets .col-fecha {
  width: 18%; }

.form-find-tickets .col-origen,
.form-find-tickets .col-destino {
  width: 25%; }

.form-find-tickets .arrows {
  width: 2%;
  text-align: center; }

.form-find-tickets .col-origen .arrows {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%); }

@media (min-width: 768px) {
  #current-step .step {
    position: relative; }
    #current-step .step:before {
      width: 35px; }
    #current-step .step:after {
      width: 35px; }
  .ui-autocomplete {
    max-width: 500px; } }

/*card*/
.card.viaje-disponible .info-viaje .info {
  flex: 1 1 auto;
  padding: 0px 15px; }
  .card.viaje-disponible .info-viaje .info:last-child {
    border: 0; }

.card.viaje-disponible .card-footer .servicios {
  line-height: 1 !important; }
  .card.viaje-disponible .card-footer .servicios .servicio {
    border-right: 1px solid;
    padding: 0 10px;
    margin-top: 7px;
    margin-bottom: 7px; }
  .card.viaje-disponible .card-footer .servicios .servicio:last-of-type {
    border: 0; }

.card.viaje-disponible .collapsed-tabs .toggler:after {
  font-family: "icongeb";
  display: block;
  position: absolute;
  content: '\e992';
  right: 5px;
  top: 50%;
  transform: translateY(-50%); }

.card.viaje-disponible .collapsed-tabs .toggler.toggled:after {
  content: '\e993'; }

.card.viaje-disponible .wrap-footer {
  transform: translateY(1px); }

.card.viaje-disponible .old-price {
  max-height: 1.5em;
  overflow: visible;
  display: flex;
  justify-content: flex-end;
  transform: translateX(30px); }
  .card.viaje-disponible .old-price .descuento {
    background: transparent url('data:image/svg+xml;utf8,<svg version="1.1"  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" 	 viewBox="0 0 47.7 47.7" style="enable-background:new 0 0 47.7 47.7;" xml:space="preserve"> <path fill="rgba(209, 0, 16, 0.999)" d="M47.1,23.8c0.8-0.7,0.9-1.8,0.2-2.6c-0.1-0.1-0.3-0.3-0.4-0.4l-6.3-4.1c-0.6-0.4-0.9-1-0.8-1.7l0.5-7.5 c0.1-1-0.7-1.9-1.7-2c-0.2,0-0.4,0-0.5,0L30.6,7c-0.7,0.1-1.3-0.1-1.8-0.6l-5-5.7c-0.7-0.8-1.8-0.9-2.6-0.2 c-0.1,0.1-0.3,0.3-0.4,0.4l-4.1,6.3c-0.4,0.6-1,0.9-1.7,0.8L7.4,7.5c-1-0.1-1.9,0.7-2,1.7c0,0.2,0,0.4,0,0.5L7,17.1 	c0.1,0.7-0.1,1.3-0.6,1.8l-5.7,5c-0.8,0.7-0.9,1.8-0.2,2.6c0.1,0.1,0.3,0.3,0.4,0.4l6.3,4.1c0.6,0.4,0.9,1,0.8,1.7l-0.5,7.5 c-0.1,1,0.7,1.9,1.7,2c0.2,0,0.4,0,0.5,0l7.4-1.5c0.7-0.1,1.3,0.1,1.8,0.6l5,5.7c0.7,0.8,1.8,0.9,2.6,0.2c0.1-0.1,0.3-0.3,0.4-0.4 l4.1-6.3c0.4-0.6,1-0.9,1.7-0.8l7.5,0.5c1,0.1,1.9-0.7,2-1.7c0-0.2,0-0.4,0-0.5l-1.5-7.4c-0.1-0.7,0.1-1.3,0.6-1.8L47.1,23.8z"/></svg>') center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    transform: translateY(-20px);
    height: 45px;
    line-height: 45px;
    width: 45px; }

.filtros-secundarios .wrap-filtro .titulo-filtro {
  margin: 0;
  position: relative; }
  .filtros-secundarios .wrap-filtro .titulo-filtro:after {
    font-family: "icongeb";
    content: "\e995";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .filtros-secundarios .wrap-filtro .titulo-filtro.collapsed:after {
    content: "\e992"; }
  .filtros-secundarios .wrap-filtro .titulo-filtro .icon-1x {
    float: left; }

.filtros-secundarios .wrap-filtro .titulo-filtro:last-of-type {
  border: 0; }

#current-step {
  max-width: 600px;
  margin: 0 auto; }
  #current-step .col-auto {
    padding: 0 8px; }
  #current-step .step {
    position: relative; }
    #current-step .step:before {
      border-bottom: 3px solid;
      content: "";
      display: block;
      position: absolute;
      left: -15px;
      top: 50%;
      width: 50%;
      z-index: 0; }
    #current-step .step:after {
      border-bottom: 3px solid;
      content: "";
      display: block;
      position: absolute;
      right: -15px;
      top: 50%;
      width: 50%;
      z-index: 0; }
    #current-step .step.step-1:before {
      display: none; }
    #current-step .step.step-4:after {
      display: none; }
    #current-step .step .wrap {
      background: #fff;
      z-index: 99;
      font-size: 1.5rem;
      position: relative;
      display: inline-block;
      text-align: center;
      padding: 4px;
      border: 2px solid;
      border-radius: 50%;
      margin: 0 auto; }
      #current-step .step .wrap .icon {
        border-radius: 50%;
        border: 1px solid;
        display: block;
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 2rem; }
    #current-step .step.current .wrap .icon, #current-step .step:hover .wrap .icon {
      color: #fff;
      background: #77787b;
      border-color: #77787b; }
    #current-step .step.done .wrap {
      color: #00C861; }
      #current-step .step.done .wrap .icon {
        background: #00C861;
        border-color: #00C861; }
        #current-step .step.done .wrap .icon:before {
          color: #fff;
          border-color: #00C861;
          content: "\e96c"; }
    #current-step .step.end .wrap {
      color: #00C861; }
      #current-step .step.end .wrap .icon {
        background: #00C861;
        border-color: #00C861; }
  #current-step .col-auto:first-of-type .step:before {
    display: none; }
  #current-step .col-auto:last-of-type .step:after {
    display: none; }

#itinerario-asientos #diagrama-bus {
  display: flex;
  max-width: 360px;
  margin: 0 auto;
  flex-direction: column;
  width: 100%;
  padding: 1rem 0; }
  #itinerario-asientos #diagrama-bus [class^="icon-"] {
    font-size: 40px;
    display: inline-block; }
  #itinerario-asientos #diagrama-bus .frente {
    display: flex;
    align-items: center;
    padding: 0px 15px;
    font-size: 48px; }
  #itinerario-asientos #diagrama-bus .asientos .wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    justify-content: space-between;
    /** HOOK PARA GENERAR PASILLO */ }
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento {
      position: relative;
      flex-basis: 50px;
      text-align: center;
      padding: 4px;
      color: #d8a9e1; }
      #itinerario-asientos #diagrama-bus .asientos .wrap .asiento span[class^="icon-"] {
        transform: rotate(90deg);
        font-size: 48px; }
      #itinerario-asientos #diagrama-bus .asientos .wrap .asiento:hover {
        color: #810f9e; }
      #itinerario-asientos #diagrama-bus .asientos .wrap .asiento:before {
        display: block;
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
        font-weight: bold;
        content: attr(data-numero);
        text-shadow: 1px 1px 0px #fff; }
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento.woman {
      color: rgba(230, 30, 120, 0.5); }
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento.reserved {
      color: #ffb400 !important;
      cursor: not-allowed; }
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento.selected {
      color: #810f9e !important;
      cursor: pointer; }
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento.available {
      cursor: pointer; }
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="03"],
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="07"],
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="11"],
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="15"],
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="19"],
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="23"],
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="27"],
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="31"],
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="35"],
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="39"],
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="43"] {
      margin-left: auto; }
    #itinerario-asientos #diagrama-bus .asientos .wrap .asiento.wc span {
      transform: none; }

#itinerario-asientos .legends .reserved {
  color: #ffb400; }

#itinerario-asientos .legends .available {
  color: rgba(129, 15, 158, 0.5); }

#itinerario-asientos .legends .selected {
  color: #810f9e; }

#itinerario-asientos .legends .woman {
  color: rgba(230, 30, 120, 0.5); }

#itinerario-asientos #asientos-form .nav-tabs {
  display: flex; }
  #itinerario-asientos #asientos-form .nav-tabs .nav-item:nth-child(1) {
    z-index: 8; }
  #itinerario-asientos #asientos-form .nav-tabs .nav-item:nth-child(2) {
    z-index: 7;
    transform: translateX(-8px); }
  #itinerario-asientos #asientos-form .nav-tabs .nav-item:nth-child(3) {
    z-index: 6;
    transform: translateX(-16px); }
  #itinerario-asientos #asientos-form .nav-tabs .nav-item:nth-child(4) {
    z-index: 5;
    transform: translateX(-24px); }
  #itinerario-asientos #asientos-form .nav-tabs .nav-item:nth-child(5) {
    z-index: 4;
    transform: translateX(-32px); }
  #itinerario-asientos #asientos-form .nav-tabs .nav-link {
    border: 1px solid #77787b;
    background: #fff;
    display: block;
    padding: 10px 12px; }
    #itinerario-asientos #asientos-form .nav-tabs .nav-link.active {
      border-bottom-color: #fff !important;
      z-index: 10; }

#itinerario-asientos #asientos-form #tab-panes {
  background: #fff;
  border-radius: 0 0px 8px 8px;
  border: 1px solid #77787b;
  border-top-color: transparent; }

#resumen-itinerario .lista-reservados .item,
.itinerario .lista-reservados .item {
  padding-right: 30px;
  position: relative; }
  #resumen-itinerario .lista-reservados .item .delete,
  .itinerario .lista-reservados .item .delete {
    position: absolute;
    right: 0; }

#resumen-itinerario .separador,
.itinerario .separador {
  width: 1em;
  position: relative;
  height: 50px;
  margin: 1em 0 1em 20%;
  overflow: visible;
  color: #bbbbbd; }
  #resumen-itinerario .separador .origen,
  .itinerario .separador .origen {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%); }
  #resumen-itinerario .separador .destino,
  .itinerario .separador .destino {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%); }
  #resumen-itinerario .separador:after,
  .itinerario .separador:after {
    display: block;
    position: absolute;
    left: 50%;
    content: "";
    border: 1px solid;
    top: 5px;
    bottom: 0px;
    transform: translateX(-50%); }

#resumen-itinerario .marca-bus img,
.itinerario .marca-bus img {
  max-width: 100%;
  height: auto; }

/*** exito page **/
.icon-bandera.success {
  font-size: 75px; }

@media (max-width: 567px) {
  #current-step .col-3 {
    padding-right: 8px;
    padding-left: 8px; }
  #current-step .step {
    position: relative; } }

@media (min-width: 768px) {
  .card.viaje-disponible .decoration,
  #itinerario-asientos .decoration {
    position: relative;
    overflow: visible;
    border: 1px solid #bbbbbd; }
    .card.viaje-disponible .decoration:before, .card.viaje-disponible .decoration:after,
    #itinerario-asientos .decoration:before,
    #itinerario-asientos .decoration:after {
      display: block !important;
      position: absolute !important;
      top: 50%;
      transform: translateY(-50%);
      font-family: "icongeb";
      z-index: 9; }
    .card.viaje-disponible .decoration:before,
    #itinerario-asientos .decoration:before {
      content: '\e996';
      left: -3px;
      color: #bbbbbd;
      transform: translate(-100%, -50%); }
    .card.viaje-disponible .decoration:after,
    #itinerario-asientos .decoration:after {
      right: 2px;
      content: '\e993';
      color: #bbbbbd;
      transform: translate(100%, -50%); }
  .card.viaje-disponible .info-viaje .info,
  #itinerario-asientos .info-viaje .info {
    text-align: center;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: 1px solid #77787b; }
  .card.viaje-disponible .card-footer .servicios .servicio,
  #itinerario-asientos .card-footer .servicios .servicio {
    padding: 0px 25px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .card.viaje-disponible .old-price,
  #itinerario-asientos .old-price {
    transform: none;
    position: initial; }
    .card.viaje-disponible .old-price .descuento,
    #itinerario-asientos .old-price .descuento {
      position: absolute;
      right: 0;
      top: 0;
      transform: translate(30px, -30px);
      z-index: 3; } }

@media (max-width: 991px) {
  .filtros-secundarios {
    overflow: hidden; }
    .filtros-secundarios #filterToggled {
      display: none;
      border-radius: 0 0 8px 8px; }
    .filtros-secundarios #filterToggled.show {
      display: block; } }

@media (min-width: 992px) {
  #itinerario-asientos #diagrama-bus {
    max-width: 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden; }
    #itinerario-asientos #diagrama-bus .frente {
      width: 50px;
      max-width: 50%;
      flex: 0 0 50px; }
    #itinerario-asientos #diagrama-bus .asientos {
      flex: 1 1 100%; }
      #itinerario-asientos #diagrama-bus .asientos .wrap {
        padding: 0 10px;
        flex-direction: column-reverse;
        height: 230px;
        justify-content: flex-start;
        /** HOOK PARA GENERAR PASILLO */ }
        #itinerario-asientos #diagrama-bus .asientos .wrap .asiento {
          position: relative;
          flex-basis: 50px;
          width: 50px;
          height: 50px;
          padding: 2px;
          text-align: left; }
          #itinerario-asientos #diagrama-bus .asientos .wrap .asiento span[class^="icon-"] {
            transform: none;
            font-size: 45px;
            vertical-align: bottom; }
          #itinerario-asientos #diagrama-bus .asientos .wrap .asiento:hover {
            color: #810f9e; }
          #itinerario-asientos #diagrama-bus .asientos .wrap .asiento:before {
            display: block;
            position: absolute;
            top: 50%;
            left: 9px;
            transform: translateY(-50%);
            font-size: 14px;
            line-height: 1;
            font-weight: bold;
            content: attr(data-numero); }
        #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="03"],
        #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="07"],
        #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="11"],
        #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="15"],
        #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="19"],
        #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="23"],
        #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="27"],
        #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="31"],
        #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="35"],
        #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="39"],
        #itinerario-asientos #diagrama-bus .asientos .wrap .asiento[data-numero="43"] {
          margin-left: initial;
          margin-bottom: auto; } }

.datepicker {
  display: none;
  position: absolute; }
  .datepicker.active {
    display: block; }

.datepicker-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 4px; }
  .datepicker-dropdown.datepicker-orient-top {
    padding-top: 0;
    padding-bottom: 4px; }

.datepicker-picker {
  display: inline-block;
  border-radius: 4px;
  background-color: #fff; }
  .datepicker-dropdown .datepicker-picker {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .datepicker-picker span {
    display: block;
    flex: 1;
    border: 0;
    border-radius: 4px;
    cursor: default;
    text-align: center;
    -webkit-touch-callout: none;
    user-select: none; }

.datepicker-main {
  padding: 2px; }

.datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #FAFAFA; }

.datepicker-controls, .datepicker-view, .datepicker-view .days-of-week, .datepicker-grid {
  display: flex; }

.datepicker-grid {
  flex-wrap: wrap; }

.datepicker-view .dow, .datepicker-view .days .datepicker-cell {
  flex-basis: 14.28571%; }

.datepicker-view.datepicker-grid .datepicker-cell {
  flex-basis: 25%; }

.datepicker-view .week, .datepicker-cell {
  height: 2.25rem;
  line-height: 2.25rem; }

.datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-color: #FAFAFA;
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 700; }

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0; }

.datepicker-controls .button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fff;
  cursor: pointer;
  padding: calc(0.375em - 1px) 0.75em;
  height: 2.25em;
  vertical-align: top;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  color: #3f4042;
  font-size: 1rem; }
  .datepicker-controls .button:focus, .datepicker-controls .button:active {
    outline: none; }
  .datepicker-controls .button:hover {
    border-color: #bababa;
    color: #3f4042; }
  .datepicker-controls .button:focus {
    border-color: #3273dc;
    color: #3f4042; }
    .datepicker-controls .button:focus:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  .datepicker-controls .button:active {
    border-color: #404040;
    color: #3f4042; }
  .datepicker-controls .button[disabled] {
    cursor: not-allowed; }
  .datepicker-header .datepicker-controls .button {
    border-color: transparent;
    font-weight: bold; }
    .datepicker-header .datepicker-controls .button:hover {
      background-color: #f9f9f9; }
    .datepicker-header .datepicker-controls .button:focus:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
    .datepicker-header .datepicker-controls .button:active {
      background-color: #f2f2f2; }
    .datepicker-header .datepicker-controls .button[disabled] {
      box-shadow: none; }
  .datepicker-footer .datepicker-controls .button {
    margin: calc(0.375rem - 1px) 0.375rem;
    border-radius: 2px;
    width: 100%;
    font-size: 0.75rem; }

.datepicker-controls .view-switch {
  flex: auto; }

.datepicker-controls .prev-btn,
.datepicker-controls .next-btn {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  width: 2.25rem; }
  .datepicker-controls .prev-btn.disabled,
  .datepicker-controls .next-btn.disabled {
    visibility: hidden; }

.datepicker-view .dow {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700; }

.datepicker-view .week {
  width: 2.25rem;
  color: #bababa;
  font-size: 0.75rem; }
  @media (max-width: 22.5rem) {
    .datepicker-view .week {
      width: 1.96875rem; } }

.datepicker-grid {
  width: 15.75rem; }
  @media (max-width: 22.5rem) {
    .calendar-weeks + .days .datepicker-grid {
      width: 13.78125rem; } }

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer; }

.datepicker-cell.focused:not(.selected) {
  background-color: #ededed; }

.datepicker-cell.selected, .datepicker-cell.selected:hover {
  background-color: #3273dc;
  color: #fff;
  font-weight: 600; }

.datepicker-cell.disabled {
  color: #e1e1e1; }

.datepicker-cell.prev:not(.disabled), .datepicker-cell.next:not(.disabled) {
  color: #7a7a7a; }

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: #FAFAFA; }
  .datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
    background-color: #f4f4f4; }
  .datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
    background-color: #ededed; }

.datepicker-cell.today:not(.selected) {
  background-color: #00d1b2; }
  .datepicker-cell.today:not(.selected):not(.disabled) {
    color: #fff; }

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00c4a7; }

.datepicker-cell.range-start:not(.selected), .datepicker-cell.range-end:not(.selected) {
  background-color: #bababa;
  color: #fff; }

.datepicker-cell.range-start.focused:not(.selected), .datepicker-cell.range-end.focused:not(.selected) {
  background-color: #b4b4b4; }

.datepicker-cell.range-start {
  border-radius: 4px 0 0 4px; }

.datepicker-cell.range-end {
  border-radius: 0 4px 4px 0; }

.datepicker-cell.range {
  border-radius: 0;
  background-color: #e1e1e1; }
  .datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
    background-color: #dadada; }
  .datepicker-cell.range.disabled {
    color: #c7c7c7; }
  .datepicker-cell.range.focused {
    background-color: #d4d4d4; }

.datepicker-view.datepicker-grid .datepicker-cell {
  height: 4.5rem;
  line-height: 4.5rem; }

.datepicker-input.in-edit {
  border-color: #2366d1; }
  .datepicker-input.in-edit:focus, .datepicker-input.in-edit:active {
    box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2); }

#usuario-section .main-row {
  min-height: 75vh; }

#usuario-section .full-user-menu {
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.2); }
  #usuario-section .full-user-menu .menu-list li {
    margin-bottom: 5px; }
    #usuario-section .full-user-menu .menu-list li a {
      border-left: 4px solid transparent; }
      #usuario-section .full-user-menu .menu-list li a [class*="icon-"] {
        color: #77787b; }
    #usuario-section .full-user-menu .menu-list li.active a,
    #usuario-section .full-user-menu .menu-list li a:hover {
      border-left: 4px solid #810f9e; }
      #usuario-section .full-user-menu .menu-list li.active a [class*="icon-"],
      #usuario-section .full-user-menu .menu-list li a:hover [class*="icon-"] {
        color: #810f9e; }

.boletos-guardados .actions a {
  display: inline-block;
  font-size: 20px;
  width: 25px;
  height: 25px; }

.boletos-guardados .list-group .list-group-item > .row {
  border-bottom: 1px solid #77787b; }

.boletos-guardados .list-group .list-group-item:last-child > .row {
  border-bottom: 0 !important; }

@media (min-width: 567px) {
  .card.viaje-favorito .decoration,
  .boletos-guardados .decoration {
    position: relative;
    overflow: visible;
    border: 1px solid #e61e78; }
    .card.viaje-favorito .decoration:before, .card.viaje-favorito .decoration:after,
    .boletos-guardados .decoration:before,
    .boletos-guardados .decoration:after {
      display: block !important;
      position: absolute !important;
      top: 50%;
      transform: translateY(-50%);
      font-family: "icongeb";
      z-index: 9; }
    .card.viaje-favorito .decoration:before,
    .boletos-guardados .decoration:before {
      content: '\e996';
      left: 0px;
      color: #e61e78;
      transform: translate(-120%, -50%); }
    .card.viaje-favorito .decoration:after,
    .boletos-guardados .decoration:after {
      right: 2px;
      content: '\e993';
      color: #e61e78;
      transform: translate(120%, -50%); } }

@media (min-width: 992px) {
  #usuario-section {
    background: white;
    background: linear-gradient(90deg, white 0%, white 25%, #fafafa 26%, #fafafa 100%); } }

/**FORM TICKETS INTERIOR **/
#post-section article.post .post-header {
  margin-bottom: 1em; }
  #post-section article.post .post-header .wrap-image {
    height: 45vh;
    overflow: hidden;
    position: relative; }
    #post-section article.post .post-header .wrap-image .post-image {
      margin-bottom: 0;
      position: absolute;
      width: 100%;
      height: 100%; }
      #post-section article.post .post-header .wrap-image .post-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 0 solid;
        border-radius: 0.25rem; }

#post-section article.post .post-content h1, #post-section article.post .post-content h2, #post-section article.post .post-content h3, #post-section article.post .post-content h4, #post-section article.post .post-content h5, #post-section article.post .post-content h6 {
  margin: 1em 0; }

#post-section article.post .tags a {
  margin-bottom: 0.5em; }

#post-section #related a {
  color: #414141; }

#post-section #comments textarea {
  height: 150px; }

#post-section .sidebar a {
  color: #414141; }

#post-section .share a {
  font-size: 1.75rem;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px; }

#post-section .share .icon-facebook,
#post-section .share .icon-facebook2 {
  color: #3b5998; }

#post-section .share .icon-twitter {
  color: #00acee; }

#post-section .share .icon-whatsapp {
  color: #075e54; }

.breadcrumb {
  padding: 1rem 0; }
  .breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    font-size: 0.85rem; }

@media (min-width: 992px) {
  #post-section article.post .post-header .wrap-image {
    height: 550px; } }

/**FORM TICKETS INTERIOR **/
.full-image-banner {
  height: 45vh;
  overflow: hidden;
  position: relative; }
  .full-image-banner .image {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
    .full-image-banner .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border: 0 solid;
      border-radius: 0.25rem; }

@media (min-width: 768px) {
  .full-image-banner {
    height: 400px; } }

@media (min-width: 992px) {
  .full-image-banner {
    height: 550px; } }

.ajax-loading {
  display: none;
  background: rgba(0, 0, 0, 0.35); }
  .ajax-loading.show {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999; }
  .ajax-loading .loadingio-spinner-rolling {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    border-radius: 50%; }
    .ajax-loading .loadingio-spinner-rolling .spinner-loading {
      width: 100%;
      height: 100%;
      position: relative;
      transform: translateZ(0) scale(1);
      backface-visibility: hidden;
      transform-origin: 0 0;
      /* see note above */
      z-index: 9999; }
      .ajax-loading .loadingio-spinner-rolling .spinner-loading div {
        box-sizing: content-box; }
      .ajax-loading .loadingio-spinner-rolling .spinner-loading div.roller {
        position: absolute;
        width: 180px;
        height: 180px;
        border: 10px solid #810f9e;
        border-top-color: transparent;
        border-radius: 50%;
        animation: spinner-1 1.5s linear infinite;
        top: 100px;
        left: 100px; }
      .ajax-loading .loadingio-spinner-rolling .spinner-loading div.bg {
        position: absolute;
        width: 180px;
        height: 180px;
        border: 10px solid #CECECE;
        border-radius: 50%; }
      .ajax-loading .loadingio-spinner-rolling .spinner-loading .icon-bus {
        position: absolute;
        color: #810f9e;
        top: 50%;
        left: 50%;
        font-size: 40px;
        transform: translate(-50%, -50%);
        animation: bus-1 1.5s linear infinite; }

.loading-tickets {
  max-width: 600px;
  padding-top: 57.53%;
  position: relative;
  overflow: hidden;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210"><ellipse transform="matrix(0.9732 -0.2298 0.2298 0.9732 -6.216 7.3272)" fill="rgb(240,240,240)" cx="28.4" cy="30.4" rx="28.4" ry="28.4" /> </svg>') center center no-repeat;
  background-size: cover; }
  .loading-tickets .layer-0,
  .loading-tickets .layer-1,
  .loading-tickets .layer-2,
  .loading-tickets .layer-3,
  .loading-tickets .layer-4,
  .loading-tickets .layer-5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    background-size: auto;
    z-index: 1; }
  .loading-tickets .layer-0 {
    animation: slide 45s linear infinite;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" ><path fill="rgb(235,235,235)"  d="M154.7,95.7c0.7-0.7,1.8-1.2,2.9-1.2c1.4,0,2.3,0.8,2.2,1.9c0.3-0.1,0.5-0.1,0.8-0.1c1,0,1.5,0.6,1.3,1.4 	c0,0.1-0.1,0.1-0.1,0.2h-9.4c0-0.2,0-0.3,0.1-0.5C152.6,96.5,153.6,95.8,154.7,95.7z"/></svg>') left center repeat-x; }
  .loading-tickets .layer-1 {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" > <path fill="rgb(235,235,235)" d="M67.2,10.9c1.1-1.2,2.9-2,4.6-2c2.3,0,3.7,1.3,3.5,3.1c0.4-0.1,0.8-0.2,1.3-0.2c1.5,0,2.5,1,2.1,2.3  c0,0.1-0.1,0.2-0.1,0.3H63.4c0-0.3,0-0.5,0.1-0.8C64,12.2,65.6,11.1,67.2,10.9z"/><path fill="rgb(235,235,235)" d="M180.1,92.5c-0.1,0-0.2,0-0.3,0c-0.2-0.9-1.1-1.6-2.4-1.6c-0.4,0-0.7,0-1,0.1c-0.3-1.2-1.6-2-3.3-2 c-2.1,0-4.2,1.2-5.1,2.8c-1.3,0.2-2.5,1.1-2.8,2.1c0,0.1-0.1,0.2-0.1,0.3h16.8l0,0C182.1,93.3,181.4,92.5,180.1,92.5z"/></svg>') left center repeat-x;
    animation: slide 40s linear infinite; }
  .loading-tickets .layer-2 {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" ><path fill="rgb(230,230,230)" d="M242.9,37.8c-1.1-3.1-4.4-5.3-9.1-5.3c-6.1,0-12.2,3.6-14.7,8.3c-0.9-0.4-1.9-0.6-3.1-0.6 	c-4.1,0-8.3,2.7-9.4,6.1c-0.1,0.3-0.2,0.6-0.2,0.9h40.6c0.5-0.7,0.9-1.4,1.1-2.2C249.3,41.4,247,38.4,242.9,37.8z"/><path fill="rgb(230,230,230)"  d="M47.2,97.5c2.3-2.4,6-4.1,9.6-4.1c4.7,0,7.7,2.8,7.2,6.4c0.8-0.3,1.8-0.5,2.6-0.5c3.2,0,5.1,2.1,4.3,4.7 c-0.1,0.2-0.2,0.5-0.3,0.7H39.3c0-0.5,0-1.1,0.2-1.7C40.4,100.3,43.7,98,47.2,97.5z"/></svg>') left center repeat-x;
    animation: slide 10s linear infinite;
    background-size: auto; }
  .loading-tickets .layer-3 {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" ><path fill="rgb(225,225,225)" d="M20.5,98.3c0.8-2.3,3.3-3.9,6.7-3.9c4.5,0,9.1,2.7,10.9,6.2c0.6-0.3,1.4-0.4,2.3-0.4c3.1,0,6.2,2,7,4.5 c0.1,0.2,0.1,0.5,0.2,0.7H17.4c-0.4-0.5-0.6-1.1-0.8-1.6C15.8,101,17.5,98.7,20.5,98.3z"/>   <path fill="rgb(225,225,225)" d="M196.9,4.9c1.8-1.8,4.5-3.1,7.3-3.1c3.5,0,5.8,2.1,5.5,4.9c0.6-0.2,1.3-0.4,2-0.4c2.4,0,3.9,1.6,3.2,3.6 c-0.1,0.2-0.1,0.4-0.2,0.5h-23.7c0-0.4,0-0.8,0.2-1.3C191.7,7,194.2,5.2,196.9,4.9z"/></svg>') left center repeat-x;
    background-size: auto;
    transform: translateX(6px);
    animation: slide 15s linear infinite; }
  .loading-tickets .layer-4 {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" ><path fill="rgb(205,205,205)" d="M107.7,208.6H31.4c-2,0-3.6-1.6-3.6-3.6l0,0c0-2,1.6-3.6,3.6-3.6h76.3c2,0,3.6,1.6,3.6,3.6l0,0 C111.4,206.9,109.7,208.6,107.7,208.6z"/><path fill="rgb(205,205,205)" d="M234.5,208.6h-76.3c-2,0-3.6-1.6-3.6-3.6l0,0c0-2,1.6-3.6,3.6-3.6h76.3c2,0,3.6,1.6,3.6,3.6l0,0	C238.2,206.9,236.5,208.6,234.5,208.6z"/><path fill="rgb(205,205,205)" d="M361.3,208.6h-76.3c-2,0-3.6-1.6-3.6-3.6l0,0c0-2,1.6-3.6,3.6-3.6h76.3c2,0,3.6,1.6,3.6,3.6l0,0 C365,206.9,363.3,208.6,361.3,208.6z"/></svg>') left center repeat-x;
    background-size: auto;
    transform: translateX(6px);
    animation: slide 4s linear infinite; }
  .loading-tickets .layer-5 {
    /* hoook opacity 0.9999 to avoid HEX VALUE*/
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" ><path fill="rgba(129, 15, 158, 0.9999)" d="M109.3,143.7c-12.7,0-22.9,10.3-22.9,22.9c0,12.7,10.3,22.9,22.9,22.9s22.9-10.3,22.9-22.9 C132.2,154,122,143.7,109.3,143.7z M109.3,176c-5.2,0-9.4-4.2-9.4-9.4c0-5.2,4.2-9.4,9.4-9.4c5.2,0,9.4,4.2,9.4,9.4 C118.7,171.8,114.5,176,109.3,176z M231.7,143.7c-12.7,0-22.9,10.3-22.9,22.9c0,12.7,10.3,22.9,22.9,22.9 c12.7,0,22.9-10.3,22.9-22.9C254.6,154,244.3,143.7,231.7,143.7z M231.7,176c-5.2,0-9.4-4.2-9.4-9.4c0-5.2,4.2-9.4,9.4-9.4 c5.2,0,9.4,4.2,9.4,9.4C241,171.8,236.8,176,231.7,176z M296.5,94.5c2.3,0,4.2-1.9,4.2-4.2V80c0-2.3-1.9-4.2-4.2-4.2 c-0.3,0-0.6,0-0.9,0.1h-13.2l-0.1-0.2c-2-9.8-10.6-16.8-20.6-16.8H71.9c-11.6,0-21,9.4-21,21v65.8c0,11.6,9.4,21,21,21H81 c0-15.5,12.5-28,28-28c15.5,0,28,12.5,28,28h66.5c0-15.5,12.5-28,28-28s28,12.5,28,28h19.1c13.3,0,23.2-12.2,20.6-25.2l-15.4-60.2  h8.5v9C292.2,92.6,294.1,94.5,296.5,94.5z M139.7,102.4c0,4.2-3.4,7.6-7.6,7.6H71.8c-4.2,0-7.6-3.4-7.6-7.6V84.5 c0-4.2,3.4-7.6,7.6-7.6h60.3c4.2,0,7.6,3.4,7.6,7.6V102.4z M225.2,102.4c0,4.2-3.4,7.6-7.6,7.6h-60.3c-4.2,0-7.6-3.4-7.6-7.6V84.5 c0-4.2,3.4-7.6,7.6-7.6h60.3c4.2,0,7.6,3.4,7.6,7.6V102.4z M283.8,127.8c1.2,4.8-2.5,9.4-7.4,9.4h-7.8c-1.8,0-3.5-0.6-4.9-1.8l-27.3-23.2c-1.7-1.4-2.7-3.6-2.7-5.8V84.5c0-4.2,3.4-7.6,7.6-7.6h24.2c3.5,0,6.6,2.4,7.4,5.8L283.8,127.8z"/></svg>') center center no-repeat;
    background-size: cover;
    animation: bus-2 0.6s linear infinite;
    z-index: 5; }

@keyframes spinner-1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes bus-1 {
  0% {
    font-size: 40px; }
  100% {
    font-size: 80px; } }

@keyframes bus-2 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-3%); } }

@keyframes slide {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #1D2C4E;
  --indigo: #810f9e;
  --purple: #810f9e;
  --pink: #e61e78;
  --red: #D10010;
  --orange: #fd7e14;
  --yellow: #ffb400;
  --teal: #20c997;
  --cyan: #1EB6E1;
  --white: #fff;
  --gray: #3f4042;
  --gray-dark: #2f3032;
  --primary: #810f9e;
  --secondary: #e61e78;
  --success: #00C861;
  --info: #1EB6E1;
  --warning: #FFD76D;
  --yellow: #ffb400;
  --danger: #D10010;
  --light: #FAFAFA;
  --dark: #3f4042;
  --cyan: #1EB6E1;
  --gray-75: #55565a;
  --gray-50: #77787b;
  --gray-25: #bbbbbd;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", -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: "Roboto", -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: #3f4042;
  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.625rem; }

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #810f9e;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #480858;
    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: #77787b;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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_3VMRg, .h2_35vNN, .h3_FGBRt, .h4_cqUvW, .h5_2r5Qn, .h6_3yRw9 {
  margin-bottom: 0.625rem;
  font-weight: 500;
  line-height: 1.2; }

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

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

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

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

h5, .h5_2r5Qn {
  font-size: 1.2rem; }

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

@media (max-width: 767px) {
  h1, .h1_3VMRg {
    font-size: 2rem; }
  h2, .h2_35vNN {
    font-size: 1.75rem; }
  h3, .h3_FGBRt {
    font-size: 1.5rem; }
  h4, .h4_cqUvW {
    font-size: 1.2rem; }
  h5, .h5_2r5Qn {
    font-size: 1rem; }
  h6, .h6_3yRw9 {
    font-size: 1rem; } }

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

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

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

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

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

@media (max-width: 991px) {
  .display-1_OBt0x {
    font-size: 2.5rem; }
  .display-2_3trUk {
    font-size: 2rem; }
  .display-3_24Jxi {
    font-size: 1.75rem; }
  .display-4_phheP {
    font-size: 1.5rem; } }

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

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

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

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

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

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

.text-line-through_1NYye {
  text-decoration-line: line-through; }

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

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

.blockquote-footer_3KJWW {
  display: block;
  font-size: 80%;
  color: #707072; }
  .blockquote-footer_3KJWW::before {
    content: "\2014\00A0"; }

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

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

.figure_21_BV {
  display: inline-block; }

.figure-img_1hCna {
  margin-bottom: 0.625rem;
  line-height: 1; }

.figure-caption_b4v8K {
  font-size: 90%;
  color: #77787b; }

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

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

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

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

.container_quqfF,
.container-fluid_3xrdO,
.container-sm_20PUP,
.container-md_3ao-0,
.container-lg_1pt5i,
.container-xl_KRF12 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container_quqfF, .container-sm_20PUP {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container_quqfF, .container-sm_20PUP, .container-md_3ao-0 {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container_quqfF, .container-sm_20PUP, .container-md_3ao-0, .container-lg_1pt5i {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container_quqfF, .container-sm_20PUP, .container-md_3ao-0, .container-lg_1pt5i, .container-xl_KRF12 {
    max-width: 1140px; } }

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

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

.col-1_Zt06w, .col-2_2JiBQ, .col-3_V0-Sd, .col-4_14o1Z, .col-5_QDw0F, .col-6_3lfjx, .col-7_15M8V, .col-8_3kiP2, .col-9_2g43P, .col-10_3LKz8, .col-11_i7y0M, .col-12_1YTx5, .col_2QgCD,
.col-auto_3IONQ, .col-sm-1_J4g5z, .col-sm-2_1A8WV, .col-sm-3_BH9dc, .col-sm-4_1cS6H, .col-sm-5_1Z2Jq, .col-sm-6_-Sl5l, .col-sm-7_VnW3n, .col-sm-8_2zjCU, .col-sm-9_2Oheh, .col-sm-10_ogujF, .col-sm-11_2rqzS, .col-sm-12_DzHpl, .col-sm_3QNQo,
.col-sm-auto_33cLJ, .col-md-1_WwscW, .col-md-2_3zwNs, .col-md-3_1BFVJ, .col-md-4_3iO-v, .col-md-5_36kwV, .col-md-6_1lV3R, .col-md-7_1GcdN, .col-md-8_26X7T, .col-md-9_1LARy, .col-md-10_3ZXWV, .col-md-11_3PsY1, .col-md-12_3-Rot, .col-md_2iXKd,
.col-md-auto_30I8i, .col-lg-1_26H_j, .col-lg-2_3kMe3, .col-lg-3_o6Kex, .col-lg-4_3ntGC, .col-lg-5_M59z6, .col-lg-6_oq2vR, .col-lg-7_kHrjy, .col-lg-8_1fjB1, .col-lg-9_TJMMZ, .col-lg-10_1hVka, .col-lg-11_3fFbp, .col-lg-12_32V5F, .col-lg_30vy5,
.col-lg-auto_gYWZH, .col-xl-1_2MNC0, .col-xl-2_24E3f, .col-xl-3_SM-KP, .col-xl-4_21Z6G, .col-xl-5_3xqQ9, .col-xl-6_FBODO, .col-xl-7_ulCjV, .col-xl-8_YyZVr, .col-xl-9_2C6rz, .col-xl-10_2UZ6V, .col-xl-11_2iDp6, .col-xl-12_4Flj3, .col-xl_3nTa1,
.col-xl-auto_JS0S9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first_3nESA {
  order: -1; }

.order-last_1n-1J {
  order: 13; }

.order-0_38Olj {
  order: 0; }

.order-1_1daOv {
  order: 1; }

.order-2_Bo97r {
  order: 2; }

.order-3_1zOmg {
  order: 3; }

.order-4_3Sk1j {
  order: 4; }

.order-5_3Abnw {
  order: 5; }

.order-6_2pdpm {
  order: 6; }

.order-7_2vTof {
  order: 7; }

.order-8_1g1kP {
  order: 8; }

.order-9_29vC4 {
  order: 9; }

.order-10_1eAzq {
  order: 10; }

.order-11_1xoBT {
  order: 11; }

.order-12_3Qnbo {
  order: 12; }

.offset-1_335ZE {
  margin-left: 8.33333%; }

.offset-2_2JNW8 {
  margin-left: 16.66667%; }

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

.offset-4_bJVsP {
  margin-left: 33.33333%; }

.offset-5_2TbBN {
  margin-left: 41.66667%; }

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

.offset-7_2in4p {
  margin-left: 58.33333%; }

.offset-8_6RZb_ {
  margin-left: 66.66667%; }

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

.offset-10_1aIuh {
  margin-left: 83.33333%; }

.offset-11_2gHN_ {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm_3QNQo {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1_3PbvT > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2_2ApuN > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3_2wlft > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4_tEyfk > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5_26hzc > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6_3KnKd > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto_33cLJ {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1_J4g5z {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2_1A8WV {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3_BH9dc {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4_1cS6H {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5_1Z2Jq {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6_-Sl5l {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7_VnW3n {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8_2zjCU {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9_2Oheh {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10_ogujF {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11_2rqzS {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12_DzHpl {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first_1RdM6 {
    order: -1; }
  .order-sm-last_197yC {
    order: 13; }
  .order-sm-0_cw82t {
    order: 0; }
  .order-sm-1_3GcRB {
    order: 1; }
  .order-sm-2_1F59R {
    order: 2; }
  .order-sm-3_cZilo {
    order: 3; }
  .order-sm-4_A1jkA {
    order: 4; }
  .order-sm-5_3BNC_ {
    order: 5; }
  .order-sm-6_3fVGW {
    order: 6; }
  .order-sm-7_LWizZ {
    order: 7; }
  .order-sm-8_2sJ-P {
    order: 8; }
  .order-sm-9_2S8JZ {
    order: 9; }
  .order-sm-10_3aAPW {
    order: 10; }
  .order-sm-11_1LcZK {
    order: 11; }
  .order-sm-12_1NOzp {
    order: 12; }
  .offset-sm-0_3ONh3 {
    margin-left: 0; }
  .offset-sm-1_2ctWX {
    margin-left: 8.33333%; }
  .offset-sm-2_2M-NB {
    margin-left: 16.66667%; }
  .offset-sm-3_UyKiH {
    margin-left: 25%; }
  .offset-sm-4_12TIr {
    margin-left: 33.33333%; }
  .offset-sm-5_23Kql {
    margin-left: 41.66667%; }
  .offset-sm-6_Au65N {
    margin-left: 50%; }
  .offset-sm-7_26igz {
    margin-left: 58.33333%; }
  .offset-sm-8__LIXt {
    margin-left: 66.66667%; }
  .offset-sm-9_rOy0O {
    margin-left: 75%; }
  .offset-sm-10_3BcrN {
    margin-left: 83.33333%; }
  .offset-sm-11_3iz4z {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md_2iXKd {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1_2r2Bz > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2_3LcjD > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3_1ITrS > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4_XvB7b > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5_1Pojk > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6_2OLie > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto_30I8i {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1_WwscW {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2_3zwNs {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3_1BFVJ {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4_3iO-v {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5_36kwV {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6_1lV3R {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7_1GcdN {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8_26X7T {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9_1LARy {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10_3ZXWV {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11_3PsY1 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12_3-Rot {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first_3IOCm {
    order: -1; }
  .order-md-last_1YVdv {
    order: 13; }
  .order-md-0_1klhK {
    order: 0; }
  .order-md-1_22Ygx {
    order: 1; }
  .order-md-2_1fFA7 {
    order: 2; }
  .order-md-3_TeamT {
    order: 3; }
  .order-md-4_1ceXw {
    order: 4; }
  .order-md-5_115mX {
    order: 5; }
  .order-md-6_1afpX {
    order: 6; }
  .order-md-7_2CiAj {
    order: 7; }
  .order-md-8_Sm624 {
    order: 8; }
  .order-md-9_3wGN0 {
    order: 9; }
  .order-md-10_OKntA {
    order: 10; }
  .order-md-11_d2kYW {
    order: 11; }
  .order-md-12_1cawL {
    order: 12; }
  .offset-md-0_exRpC {
    margin-left: 0; }
  .offset-md-1_1u7F0 {
    margin-left: 8.33333%; }
  .offset-md-2_1b4MY {
    margin-left: 16.66667%; }
  .offset-md-3_2Z5-e {
    margin-left: 25%; }
  .offset-md-4_3-ETD {
    margin-left: 33.33333%; }
  .offset-md-5_3TJNP {
    margin-left: 41.66667%; }
  .offset-md-6_1aF1W {
    margin-left: 50%; }
  .offset-md-7_3eO8P {
    margin-left: 58.33333%; }
  .offset-md-8_3u53e {
    margin-left: 66.66667%; }
  .offset-md-9_2h9a9 {
    margin-left: 75%; }
  .offset-md-10_3EkQe {
    margin-left: 83.33333%; }
  .offset-md-11_2cXYv {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg_30vy5 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1_1Atv6 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2_1YSOK > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3_1S620 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4_3UcJ3 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5_22ps4 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6_2c0Ps > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto_gYWZH {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1_26H_j {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2_3kMe3 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3_o6Kex {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4_3ntGC {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5_M59z6 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6_oq2vR {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7_kHrjy {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8_1fjB1 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9_TJMMZ {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10_1hVka {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11_3fFbp {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12_32V5F {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first_2vwwd {
    order: -1; }
  .order-lg-last_azeuL {
    order: 13; }
  .order-lg-0_2iOs6 {
    order: 0; }
  .order-lg-1_3MXCu {
    order: 1; }
  .order-lg-2_M_vIe {
    order: 2; }
  .order-lg-3_bbz21 {
    order: 3; }
  .order-lg-4_1qNqP {
    order: 4; }
  .order-lg-5_3UHYs {
    order: 5; }
  .order-lg-6_2tbVj {
    order: 6; }
  .order-lg-7_XeZhS {
    order: 7; }
  .order-lg-8_mFAwh {
    order: 8; }
  .order-lg-9_fzn7_ {
    order: 9; }
  .order-lg-10_p5zOG {
    order: 10; }
  .order-lg-11_2UgV3 {
    order: 11; }
  .order-lg-12_2eY30 {
    order: 12; }
  .offset-lg-0_17yPr {
    margin-left: 0; }
  .offset-lg-1_3n6iP {
    margin-left: 8.33333%; }
  .offset-lg-2_2nS7P {
    margin-left: 16.66667%; }
  .offset-lg-3_wyGiN {
    margin-left: 25%; }
  .offset-lg-4_32wiI {
    margin-left: 33.33333%; }
  .offset-lg-5_u5P2y {
    margin-left: 41.66667%; }
  .offset-lg-6_YJHQ3 {
    margin-left: 50%; }
  .offset-lg-7_3Z8oa {
    margin-left: 58.33333%; }
  .offset-lg-8_28X9N {
    margin-left: 66.66667%; }
  .offset-lg-9_16mJ6 {
    margin-left: 75%; }
  .offset-lg-10_1icAN {
    margin-left: 83.33333%; }
  .offset-lg-11_2f-vR {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl_3nTa1 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1_3rWuJ > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2_1MMuy > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3_Jfa5z > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4_32KMZ > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5_3PUNi > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6_22rZK > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto_JS0S9 {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1_2MNC0 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2_24E3f {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3_SM-KP {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4_21Z6G {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5_3xqQ9 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6_FBODO {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7_ulCjV {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8_YyZVr {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9_2C6rz {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10_2UZ6V {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11_2iDp6 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12_4Flj3 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first_2D8SK {
    order: -1; }
  .order-xl-last_1i2hj {
    order: 13; }
  .order-xl-0_NQwcv {
    order: 0; }
  .order-xl-1_oxMkW {
    order: 1; }
  .order-xl-2_18njw {
    order: 2; }
  .order-xl-3_2iigG {
    order: 3; }
  .order-xl-4_MWumX {
    order: 4; }
  .order-xl-5_2hDJY {
    order: 5; }
  .order-xl-6_3KmPk {
    order: 6; }
  .order-xl-7_1LNMX {
    order: 7; }
  .order-xl-8_1p8dv {
    order: 8; }
  .order-xl-9_16he2 {
    order: 9; }
  .order-xl-10_3hVi1 {
    order: 10; }
  .order-xl-11_1Z2eQ {
    order: 11; }
  .order-xl-12_30JWA {
    order: 12; }
  .offset-xl-0_1fZ47 {
    margin-left: 0; }
  .offset-xl-1_1H_u8 {
    margin-left: 8.33333%; }
  .offset-xl-2_1CL_a {
    margin-left: 16.66667%; }
  .offset-xl-3_2Y6BJ {
    margin-left: 25%; }
  .offset-xl-4_1P6uk {
    margin-left: 33.33333%; }
  .offset-xl-5_1rMVJ {
    margin-left: 41.66667%; }
  .offset-xl-6_3XrJH {
    margin-left: 50%; }
  .offset-xl-7_3C6Bg {
    margin-left: 58.33333%; }
  .offset-xl-8_26vrZ {
    margin-left: 66.66667%; }
  .offset-xl-9_2Zb-Q {
    margin-left: 75%; }
  .offset-xl-10_2WjDI {
    margin-left: 83.33333%; }
  .offset-xl-11_2-nvA {
    margin-left: 91.66667%; } }

.table_3s0UD {
  width: 100%;
  margin-bottom: 1.25rem;
  color: #3f4042; }
  .table_3s0UD th,
  .table_3s0UD td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #bbbbbd; }
  .table_3s0UD thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #bbbbbd; }
  .table_3s0UD tbody + tbody {
    border-top: 2px solid #bbbbbd; }

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

.table-bordered_3iPNt {
  border: 1px solid #bbbbbd; }
  .table-bordered_3iPNt th,
  .table-bordered_3iPNt td {
    border: 1px solid #bbbbbd; }
  .table-bordered_3iPNt thead th,
  .table-bordered_3iPNt thead td {
    border-bottom-width: 2px; }

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

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

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

.table-primary_32kQw,
.table-primary_32kQw > th,
.table-primary_32kQw > td {
  background-color: #b069c2; }

.table-primary_32kQw th,
.table-primary_32kQw td,
.table-primary_32kQw thead th,
.table-primary_32kQw tbody + tbody {
  border-color: #912daa; }

.table-hover_3OhRA .table-primary_32kQw:hover {
  background-color: #a657bb; }
  .table-hover_3OhRA .table-primary_32kQw:hover > td,
  .table-hover_3OhRA .table-primary_32kQw:hover > th {
    background-color: #a657bb; }

.table-secondary_2oKYg,
.table-secondary_2oKYg > th,
.table-secondary_2oKYg > td {
  background-color: #ef72ab; }

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

.table-hover_3OhRA .table-secondary_2oKYg:hover {
  background-color: #ec5b9d; }
  .table-hover_3OhRA .table-secondary_2oKYg:hover > td,
  .table-hover_3OhRA .table-secondary_2oKYg:hover > th {
    background-color: #ec5b9d; }

.table-success_3lW0l,
.table-success_3lW0l > th,
.table-success_3lW0l > td {
  background-color: #60dd9c; }

.table-success_3lW0l th,
.table-success_3lW0l td,
.table-success_3lW0l thead th,
.table-success_3lW0l tbody + tbody {
  border-color: #20cf75; }

.table-hover_3OhRA .table-success_3lW0l:hover {
  background-color: #4bd98f; }
  .table-hover_3OhRA .table-success_3lW0l:hover > td,
  .table-hover_3OhRA .table-success_3lW0l:hover > th {
    background-color: #4bd98f; }

.table-info_2nz3y,
.table-info_2nz3y > th,
.table-info_2nz3y > td {
  background-color: #72d1ec; }

.table-info_2nz3y th,
.table-info_2nz3y td,
.table-info_2nz3y thead th,
.table-info_2nz3y tbody + tbody {
  border-color: #3abfe5; }

.table-hover_3OhRA .table-info_2nz3y:hover {
  background-color: #5ccae9; }
  .table-hover_3OhRA .table-info_2nz3y:hover > td,
  .table-hover_3OhRA .table-info_2nz3y:hover > th {
    background-color: #5ccae9; }

.table-warning_Lw1fm,
.table-warning_Lw1fm > th,
.table-warning_Lw1fm > td {
  background-color: #ffe6a4; }

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

.table-hover_3OhRA .table-warning_Lw1fm:hover {
  background-color: #ffdf8b; }
  .table-hover_3OhRA .table-warning_Lw1fm:hover > td,
  .table-hover_3OhRA .table-warning_Lw1fm:hover > th {
    background-color: #ffdf8b; }

.table-yellow_1kNrT,
.table-yellow_1kNrT > th,
.table-yellow_1kNrT > td {
  background-color: #ffd060; }

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

.table-hover_3OhRA .table-yellow_1kNrT:hover {
  background-color: #ffc847; }
  .table-hover_3OhRA .table-yellow_1kNrT:hover > td,
  .table-hover_3OhRA .table-yellow_1kNrT:hover > th {
    background-color: #ffc847; }

.table-danger_3fQA_,
.table-danger_3fQA_ > th,
.table-danger_3fQA_ > td {
  background-color: #e2606a; }

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

.table-hover_3OhRA .table-danger_3fQA_:hover {
  background-color: #de4a56; }
  .table-hover_3OhRA .table-danger_3fQA_:hover > td,
  .table-hover_3OhRA .table-danger_3fQA_:hover > th {
    background-color: #de4a56; }

.table-light_MEkvA,
.table-light_MEkvA > th,
.table-light_MEkvA > td {
  background-color: #fcfcfc; }

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

.table-hover_3OhRA .table-light_MEkvA:hover {
  background-color: #efefef; }
  .table-hover_3OhRA .table-light_MEkvA:hover > td,
  .table-hover_3OhRA .table-light_MEkvA:hover > th {
    background-color: #efefef; }

.table-dark_213u5,
.table-dark_213u5 > th,
.table-dark_213u5 > td {
  background-color: #878889; }

.table-dark_213u5 th,
.table-dark_213u5 td,
.table-dark_213u5 thead th,
.table-dark_213u5 tbody + tbody {
  border-color: #57585a; }

.table-hover_3OhRA .table-dark_213u5:hover {
  background-color: #7a7b7c; }
  .table-hover_3OhRA .table-dark_213u5:hover > td,
  .table-hover_3OhRA .table-dark_213u5:hover > th {
    background-color: #7a7b7c; }

.table-cyan_3U0Hd,
.table-cyan_3U0Hd > th,
.table-cyan_3U0Hd > td {
  background-color: #72d1ec; }

.table-cyan_3U0Hd th,
.table-cyan_3U0Hd td,
.table-cyan_3U0Hd thead th,
.table-cyan_3U0Hd tbody + tbody {
  border-color: #3abfe5; }

.table-hover_3OhRA .table-cyan_3U0Hd:hover {
  background-color: #5ccae9; }
  .table-hover_3OhRA .table-cyan_3U0Hd:hover > td,
  .table-hover_3OhRA .table-cyan_3U0Hd:hover > th {
    background-color: #5ccae9; }

.table-gray-75_2VNDP,
.table-gray-75_2VNDP > th,
.table-gray-75_2VNDP > td {
  background-color: #959598; }

.table-gray-75_2VNDP th,
.table-gray-75_2VNDP td,
.table-gray-75_2VNDP thead th,
.table-gray-75_2VNDP tbody + tbody {
  border-color: #6a6b6f; }

.table-hover_3OhRA .table-gray-75_2VNDP:hover {
  background-color: #88888b; }
  .table-hover_3OhRA .table-gray-75_2VNDP:hover > td,
  .table-hover_3OhRA .table-gray-75_2VNDP:hover > th {
    background-color: #88888b; }

.table-gray-50_1eohH,
.table-gray-50_1eohH > th,
.table-gray-50_1eohH > td {
  background-color: #aaabad; }

.table-gray-50_1eohH th,
.table-gray-50_1eohH td,
.table-gray-50_1eohH thead th,
.table-gray-50_1eohH tbody + tbody {
  border-color: #88898c; }

.table-hover_3OhRA .table-gray-50_1eohH:hover {
  background-color: #9d9ea0; }
  .table-hover_3OhRA .table-gray-50_1eohH:hover > td,
  .table-hover_3OhRA .table-gray-50_1eohH:hover > th {
    background-color: #9d9ea0; }

.table-gray-25_1ZH9Y,
.table-gray-25_1ZH9Y > th,
.table-gray-25_1ZH9Y > td {
  background-color: #d5d5d6; }

.table-gray-25_1ZH9Y th,
.table-gray-25_1ZH9Y td,
.table-gray-25_1ZH9Y thead th,
.table-gray-25_1ZH9Y tbody + tbody {
  border-color: #c4c4c5; }

.table-hover_3OhRA .table-gray-25_1ZH9Y:hover {
  background-color: #c8c8c9; }
  .table-hover_3OhRA .table-gray-25_1ZH9Y:hover > td,
  .table-hover_3OhRA .table-gray-25_1ZH9Y:hover > th {
    background-color: #c8c8c9; }

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

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

.table_3s0UD .thead-dark_3UVhO th {
  color: #fff;
  background-color: #3f4042;
  border-color: #525356; }

.table_3s0UD .thead-light_18hYx th {
  color: #55565a;
  background-color: #e9ecef;
  border-color: #bbbbbd; }

.table-dark_213u5 {
  color: #fff;
  background-color: #3f4042; }
  .table-dark_213u5 th,
  .table-dark_213u5 td,
  .table-dark_213u5 thead th {
    border-color: #525356; }
  .table-dark_213u5.table-bordered_3iPNt {
    border: 0; }
  .table-dark_213u5.table-striped_19i4H tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark_213u5.table-hover_3OhRA tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

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

@media (max-width: 767.98px) {
  .table-responsive-md_1-gyz {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md_1-gyz > .table-bordered_3iPNt {
      border: 0; } }

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

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

.table-responsive_1nrMA {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive_1nrMA > .table-bordered_3iPNt {
    border: 0; }

.form-control_11Vub {
  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: #55565a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #55565a;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control_11Vub {
      transition: none; } }
  .form-control_11Vub::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control_11Vub:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #55565a; }
  .form-control_11Vub:focus {
    color: #55565a;
    background-color: #fff;
    border-color: #22042a;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.25); }
  .form-control_11Vub::placeholder {
    color: #55565a;
    font-weight: lighter;
    opacity: 1; }
  .form-control_11Vub:disabled, .form-control_11Vub[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

select.form-control_11Vub:focus::-ms-value {
  color: #55565a;
  background-color: #fff; }

.form-control-file_3Hr8z,
.form-control-range_1wW8D {
  display: block;
  width: 100%; }

.col-form-label_2AMmf {
  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_3fYLh {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1rem;
  line-height: 1.5; }

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

.form-control-plaintext_EtYNq {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #3f4042;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext_EtYNq.form-control-sm_2T1Mu, .form-control-plaintext_EtYNq.form-control-lg_2WVu1 {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm_2T1Mu {
  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_2WVu1 {
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

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

textarea.form-control_11Vub {
  height: auto; }

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

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

.form-row_v84Kz {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row_v84Kz > .col_2QgCD,
  .form-row_v84Kz > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

.form-check-input_3nxiE {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input_3nxiE[disabled] ~ .form-check-label_3iV74,
  .form-check-input_3nxiE:disabled ~ .form-check-label_3iV74 {
    color: #77787b; }

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

.form-check-inline_3m_Xt {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline_3m_Xt .form-check-input_3nxiE {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback_2f4sT {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00C861; }

.valid-tooltip_12QBb {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 200, 97, 0.9);
  border-radius: 0.5rem; }

.was-validated_3LO_W :valid ~ .valid-feedback_2f4sT,
.was-validated_3LO_W :valid ~ .valid-tooltip_12QBb,
.is-valid_1R1-W ~ .valid-feedback_2f4sT,
.is-valid_1R1-W ~ .valid-tooltip_12QBb {
  display: block; }

.was-validated_3LO_W .form-control_11Vub:valid, .form-control_11Vub.is-valid_1R1-W {
  border-color: #00C861;
  padding-right: calc(1.5em + 0.75rem);
  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='%2300C861' 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_3LO_W .form-control_11Vub:valid:focus, .form-control_11Vub.is-valid_1R1-W:focus {
    border-color: #00C861;
    box-shadow: 0 0 0 1px rgba(0, 200, 97, 0.25); }

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

.was-validated_3LO_W .custom-select_kH78n:valid, .custom-select_kH78n.is-valid_1R1-W {
  border-color: #00C861;
  padding-right: calc(0.75em + 2.3125rem);
  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='%233f4042' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, 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='%2300C861' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated_3LO_W .custom-select_kH78n:valid:focus, .custom-select_kH78n.is-valid_1R1-W:focus {
    border-color: #00C861;
    box-shadow: 0 0 0 1px rgba(0, 200, 97, 0.25); }

.was-validated_3LO_W .form-check-input_3nxiE:valid ~ .form-check-label_3iV74, .form-check-input_3nxiE.is-valid_1R1-W ~ .form-check-label_3iV74 {
  color: #00C861; }

.was-validated_3LO_W .form-check-input_3nxiE:valid ~ .valid-feedback_2f4sT,
.was-validated_3LO_W .form-check-input_3nxiE:valid ~ .valid-tooltip_12QBb, .form-check-input_3nxiE.is-valid_1R1-W ~ .valid-feedback_2f4sT,
.form-check-input_3nxiE.is-valid_1R1-W ~ .valid-tooltip_12QBb {
  display: block; }

.was-validated_3LO_W .custom-control-input_2Hh4r:valid ~ .custom-control-label_1pYBH, .custom-control-input_2Hh4r.is-valid_1R1-W ~ .custom-control-label_1pYBH {
  color: #00C861; }
  .was-validated_3LO_W .custom-control-input_2Hh4r:valid ~ .custom-control-label_1pYBH::before, .custom-control-input_2Hh4r.is-valid_1R1-W ~ .custom-control-label_1pYBH::before {
    border-color: #00C861; }

.was-validated_3LO_W .custom-control-input_2Hh4r:valid:checked ~ .custom-control-label_1pYBH::before, .custom-control-input_2Hh4r.is-valid_1R1-W:checked ~ .custom-control-label_1pYBH::before {
  border-color: #00fb7a;
  background-color: #00fb7a; }

.was-validated_3LO_W .custom-control-input_2Hh4r:valid:focus ~ .custom-control-label_1pYBH::before, .custom-control-input_2Hh4r.is-valid_1R1-W:focus ~ .custom-control-label_1pYBH::before {
  box-shadow: 0 0 0 1px rgba(0, 200, 97, 0.25); }

.was-validated_3LO_W .custom-control-input_2Hh4r:valid:focus:not(:checked) ~ .custom-control-label_1pYBH::before, .custom-control-input_2Hh4r.is-valid_1R1-W:focus:not(:checked) ~ .custom-control-label_1pYBH::before {
  border-color: #00C861; }

.was-validated_3LO_W .custom-file-input_3rtlF:valid ~ .custom-file-label_1Hmk8, .custom-file-input_3rtlF.is-valid_1R1-W ~ .custom-file-label_1Hmk8 {
  border-color: #00C861; }

.was-validated_3LO_W .custom-file-input_3rtlF:valid:focus ~ .custom-file-label_1Hmk8, .custom-file-input_3rtlF.is-valid_1R1-W:focus ~ .custom-file-label_1Hmk8 {
  border-color: #00C861;
  box-shadow: 0 0 0 1px rgba(0, 200, 97, 0.25); }

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

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

.was-validated_3LO_W :invalid ~ .invalid-feedback_3qJuP,
.was-validated_3LO_W :invalid ~ .invalid-tooltip_JwukN,
.is-invalid_s0Bov ~ .invalid-feedback_3qJuP,
.is-invalid_s0Bov ~ .invalid-tooltip_JwukN {
  display: block; }

.was-validated_3LO_W .form-control_11Vub:invalid, .form-control_11Vub.is-invalid_s0Bov {
  border-color: #D10010;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D10010' 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='%23D10010' 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_3LO_W .form-control_11Vub:invalid:focus, .form-control_11Vub.is-invalid_s0Bov:focus {
    border-color: #D10010;
    box-shadow: 0 0 0 1px rgba(209, 0, 16, 0.25); }

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

.was-validated_3LO_W .custom-select_kH78n:invalid, .custom-select_kH78n.is-invalid_s0Bov {
  border-color: #D10010;
  padding-right: calc(0.75em + 2.3125rem);
  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='%233f4042' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D10010' 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='%23D10010' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated_3LO_W .custom-select_kH78n:invalid:focus, .custom-select_kH78n.is-invalid_s0Bov:focus {
    border-color: #D10010;
    box-shadow: 0 0 0 1px rgba(209, 0, 16, 0.25); }

.was-validated_3LO_W .form-check-input_3nxiE:invalid ~ .form-check-label_3iV74, .form-check-input_3nxiE.is-invalid_s0Bov ~ .form-check-label_3iV74 {
  color: #D10010; }

.was-validated_3LO_W .form-check-input_3nxiE:invalid ~ .invalid-feedback_3qJuP,
.was-validated_3LO_W .form-check-input_3nxiE:invalid ~ .invalid-tooltip_JwukN, .form-check-input_3nxiE.is-invalid_s0Bov ~ .invalid-feedback_3qJuP,
.form-check-input_3nxiE.is-invalid_s0Bov ~ .invalid-tooltip_JwukN {
  display: block; }

.was-validated_3LO_W .custom-control-input_2Hh4r:invalid ~ .custom-control-label_1pYBH, .custom-control-input_2Hh4r.is-invalid_s0Bov ~ .custom-control-label_1pYBH {
  color: #D10010; }
  .was-validated_3LO_W .custom-control-input_2Hh4r:invalid ~ .custom-control-label_1pYBH::before, .custom-control-input_2Hh4r.is-invalid_s0Bov ~ .custom-control-label_1pYBH::before {
    border-color: #D10010; }

.was-validated_3LO_W .custom-control-input_2Hh4r:invalid:checked ~ .custom-control-label_1pYBH::before, .custom-control-input_2Hh4r.is-invalid_s0Bov:checked ~ .custom-control-label_1pYBH::before {
  border-color: #ff0518;
  background-color: #ff0518; }

.was-validated_3LO_W .custom-control-input_2Hh4r:invalid:focus ~ .custom-control-label_1pYBH::before, .custom-control-input_2Hh4r.is-invalid_s0Bov:focus ~ .custom-control-label_1pYBH::before {
  box-shadow: 0 0 0 1px rgba(209, 0, 16, 0.25); }

.was-validated_3LO_W .custom-control-input_2Hh4r:invalid:focus:not(:checked) ~ .custom-control-label_1pYBH::before, .custom-control-input_2Hh4r.is-invalid_s0Bov:focus:not(:checked) ~ .custom-control-label_1pYBH::before {
  border-color: #D10010; }

.was-validated_3LO_W .custom-file-input_3rtlF:invalid ~ .custom-file-label_1Hmk8, .custom-file-input_3rtlF.is-invalid_s0Bov ~ .custom-file-label_1Hmk8 {
  border-color: #D10010; }

.was-validated_3LO_W .custom-file-input_3rtlF:invalid:focus ~ .custom-file-label_1Hmk8, .custom-file-input_3rtlF.is-invalid_s0Bov:focus ~ .custom-file-label_1Hmk8 {
  border-color: #D10010;
  box-shadow: 0 0 0 1px rgba(209, 0, 16, 0.25); }

.form-inline_22Axx {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline_22Axx .form-check_s-t3h {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline_22Axx label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline_22Axx .form-group_1sSWm {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline_22Axx .form-control_11Vub {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline_22Axx .form-control-plaintext_EtYNq {
      display: inline-block; }
    .form-inline_22Axx .input-group_3Be2T,
    .form-inline_22Axx .custom-select_kH78n {
      width: auto; }
    .form-inline_22Axx .form-check_s-t3h {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline_22Axx .form-check-input_3nxiE {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline_22Axx .custom-control_tNWuF {
      align-items: center;
      justify-content: center; }
    .form-inline_22Axx .custom-control-label_1pYBH {
      margin-bottom: 0; } }

.btn__aB-3 {
  display: inline-block;
  font-weight: 400;
  color: #3f4042;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  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__aB-3 {
      transition: none; } }
  .btn__aB-3:hover {
    color: #3f4042;
    text-decoration: none; }
  .btn__aB-3:focus, .btn__aB-3.focus_2UhIZ {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.25); }
  .btn__aB-3.disabled_2-mcq, .btn__aB-3:disabled {
    opacity: 0.65;
    cursor: not-allowed; }
  .btn__aB-3:not(:disabled):not(.disabled_2-mcq) {
    cursor: pointer; }

a.btn__aB-3.disabled_2-mcq,
fieldset:disabled a.btn__aB-3 {
  pointer-events: none; }

.btn-primary_1r3qP {
  color: #fff;
  background-color: #810f9e;
  border-color: #810f9e; }
  .btn-primary_1r3qP:hover {
    color: #fff;
    background-color: #640c7b;
    border-color: #5b0b6f; }
  .btn-primary_1r3qP:focus, .btn-primary_1r3qP.focus_2UhIZ {
    color: #fff;
    background-color: #640c7b;
    border-color: #5b0b6f;
    box-shadow: 0 0 0 1px rgba(148, 51, 173, 0.5); }
  .btn-primary_1r3qP.disabled_2-mcq, .btn-primary_1r3qP:disabled {
    color: #fff;
    background-color: #810f9e;
    border-color: #810f9e; }
  .btn-primary_1r3qP:not(:disabled):not(.disabled_2-mcq):active, .btn-primary_1r3qP:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-primary_1r3qP.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #5b0b6f;
    border-color: #510964; }
    .btn-primary_1r3qP:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-primary_1r3qP:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-primary_1r3qP.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(148, 51, 173, 0.5); }

.btn-secondary_2vLDp {
  color: #fff;
  background-color: #e61e78;
  border-color: #e61e78; }
  .btn-secondary_2vLDp:hover {
    color: #fff;
    background-color: #c81666;
    border-color: #bc1560; }
  .btn-secondary_2vLDp:focus, .btn-secondary_2vLDp.focus_2UhIZ {
    color: #fff;
    background-color: #c81666;
    border-color: #bc1560;
    box-shadow: 0 0 0 1px rgba(234, 64, 140, 0.5); }
  .btn-secondary_2vLDp.disabled_2-mcq, .btn-secondary_2vLDp:disabled {
    color: #fff;
    background-color: #e61e78;
    border-color: #e61e78; }
  .btn-secondary_2vLDp:not(:disabled):not(.disabled_2-mcq):active, .btn-secondary_2vLDp:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-secondary_2vLDp.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #bc1560;
    border-color: #b1145a; }
    .btn-secondary_2vLDp:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-secondary_2vLDp:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-secondary_2vLDp.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(234, 64, 140, 0.5); }

.btn-success_5Zq2O {
  color: #fff;
  background-color: #00C861;
  border-color: #00C861; }
  .btn-success_5Zq2O:hover {
    color: #fff;
    background-color: #00a24e;
    border-color: #009548; }
  .btn-success_5Zq2O:focus, .btn-success_5Zq2O.focus_2UhIZ {
    color: #fff;
    background-color: #00a24e;
    border-color: #009548;
    box-shadow: 0 0 0 1px rgba(38, 208, 121, 0.5); }
  .btn-success_5Zq2O.disabled_2-mcq, .btn-success_5Zq2O:disabled {
    color: #fff;
    background-color: #00C861;
    border-color: #00C861; }
  .btn-success_5Zq2O:not(:disabled):not(.disabled_2-mcq):active, .btn-success_5Zq2O:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-success_5Zq2O.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #009548;
    border-color: #008842; }
    .btn-success_5Zq2O:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-success_5Zq2O:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-success_5Zq2O.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(38, 208, 121, 0.5); }

.btn-info_17sCU {
  color: #fff;
  background-color: #1EB6E1;
  border-color: #1EB6E1; }
  .btn-info_17sCU:hover {
    color: #fff;
    background-color: #1a9bbf;
    border-color: #1892b4; }
  .btn-info_17sCU:focus, .btn-info_17sCU.focus_2UhIZ {
    color: #fff;
    background-color: #1a9bbf;
    border-color: #1892b4;
    box-shadow: 0 0 0 1px rgba(64, 193, 230, 0.5); }
  .btn-info_17sCU.disabled_2-mcq, .btn-info_17sCU:disabled {
    color: #fff;
    background-color: #1EB6E1;
    border-color: #1EB6E1; }
  .btn-info_17sCU:not(:disabled):not(.disabled_2-mcq):active, .btn-info_17sCU:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-info_17sCU.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #1892b4;
    border-color: #1789a9; }
    .btn-info_17sCU:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-info_17sCU:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-info_17sCU.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(64, 193, 230, 0.5); }

.btn-warning_326Q2 {
  color: #2f3032;
  background-color: #FFD76D;
  border-color: #FFD76D; }
  .btn-warning_326Q2:hover {
    color: #2f3032;
    background-color: #ffcd47;
    border-color: #ffc93a; }
  .btn-warning_326Q2:focus, .btn-warning_326Q2.focus_2UhIZ {
    color: #2f3032;
    background-color: #ffcd47;
    border-color: #ffc93a;
    box-shadow: 0 0 0 1px rgba(224, 190, 100, 0.5); }
  .btn-warning_326Q2.disabled_2-mcq, .btn-warning_326Q2:disabled {
    color: #2f3032;
    background-color: #FFD76D;
    border-color: #FFD76D; }
  .btn-warning_326Q2:not(:disabled):not(.disabled_2-mcq):active, .btn-warning_326Q2:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-warning_326Q2.dropdown-toggle_2SYNy {
    color: #2f3032;
    background-color: #ffc93a;
    border-color: #ffc62d; }
    .btn-warning_326Q2:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-warning_326Q2:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-warning_326Q2.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(224, 190, 100, 0.5); }

.btn-yellow_2SlIG {
  color: #2f3032;
  background-color: #ffb400;
  border-color: #ffb400; }
  .btn-yellow_2SlIG:hover {
    color: #2f3032;
    background-color: #d99900;
    border-color: #cc9000; }
  .btn-yellow_2SlIG:focus, .btn-yellow_2SlIG.focus_2UhIZ {
    color: #2f3032;
    background-color: #d99900;
    border-color: #cc9000;
    box-shadow: 0 0 0 1px rgba(224, 160, 8, 0.5); }
  .btn-yellow_2SlIG.disabled_2-mcq, .btn-yellow_2SlIG:disabled {
    color: #2f3032;
    background-color: #ffb400;
    border-color: #ffb400; }
  .btn-yellow_2SlIG:not(:disabled):not(.disabled_2-mcq):active, .btn-yellow_2SlIG:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-yellow_2SlIG.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #cc9000;
    border-color: #bf8700; }
    .btn-yellow_2SlIG:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-yellow_2SlIG:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-yellow_2SlIG.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(224, 160, 8, 0.5); }

.btn-danger_1NhWY {
  color: #fff;
  background-color: #D10010;
  border-color: #D10010; }
  .btn-danger_1NhWY:hover {
    color: #fff;
    background-color: #ab000d;
    border-color: #9e000c; }
  .btn-danger_1NhWY:focus, .btn-danger_1NhWY.focus_2UhIZ {
    color: #fff;
    background-color: #ab000d;
    border-color: #9e000c;
    box-shadow: 0 0 0 1px rgba(216, 38, 52, 0.5); }
  .btn-danger_1NhWY.disabled_2-mcq, .btn-danger_1NhWY:disabled {
    color: #fff;
    background-color: #D10010;
    border-color: #D10010; }
  .btn-danger_1NhWY:not(:disabled):not(.disabled_2-mcq):active, .btn-danger_1NhWY:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-danger_1NhWY.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #9e000c;
    border-color: #91000b; }
    .btn-danger_1NhWY:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-danger_1NhWY:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-danger_1NhWY.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(216, 38, 52, 0.5); }

.btn-light_2gF9d {
  color: #2f3032;
  background-color: #FAFAFA;
  border-color: #FAFAFA; }
  .btn-light_2gF9d:hover {
    color: #2f3032;
    background-color: #e7e7e7;
    border-color: #e1e1e1; }
  .btn-light_2gF9d:focus, .btn-light_2gF9d.focus_2UhIZ {
    color: #2f3032;
    background-color: #e7e7e7;
    border-color: #e1e1e1;
    box-shadow: 0 0 0 1px rgba(220, 220, 220, 0.5); }
  .btn-light_2gF9d.disabled_2-mcq, .btn-light_2gF9d:disabled {
    color: #2f3032;
    background-color: #FAFAFA;
    border-color: #FAFAFA; }
  .btn-light_2gF9d:not(:disabled):not(.disabled_2-mcq):active, .btn-light_2gF9d:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-light_2gF9d.dropdown-toggle_2SYNy {
    color: #2f3032;
    background-color: #e1e1e1;
    border-color: #dadada; }
    .btn-light_2gF9d:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-light_2gF9d:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-light_2gF9d.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(220, 220, 220, 0.5); }

.btn-dark_3v9CQ {
  color: #fff;
  background-color: #3f4042;
  border-color: #3f4042; }
  .btn-dark_3v9CQ:hover {
    color: #fff;
    background-color: #2c2d2e;
    border-color: #262728; }
  .btn-dark_3v9CQ:focus, .btn-dark_3v9CQ.focus_2UhIZ {
    color: #fff;
    background-color: #2c2d2e;
    border-color: #262728;
    box-shadow: 0 0 0 1px rgba(92, 93, 94, 0.5); }
  .btn-dark_3v9CQ.disabled_2-mcq, .btn-dark_3v9CQ:disabled {
    color: #fff;
    background-color: #3f4042;
    border-color: #3f4042; }
  .btn-dark_3v9CQ:not(:disabled):not(.disabled_2-mcq):active, .btn-dark_3v9CQ:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-dark_3v9CQ.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #262728;
    border-color: #202021; }
    .btn-dark_3v9CQ:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-dark_3v9CQ:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-dark_3v9CQ.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(92, 93, 94, 0.5); }

.btn-cyan_25PH1 {
  color: #fff;
  background-color: #1EB6E1;
  border-color: #1EB6E1; }
  .btn-cyan_25PH1:hover {
    color: #fff;
    background-color: #1a9bbf;
    border-color: #1892b4; }
  .btn-cyan_25PH1:focus, .btn-cyan_25PH1.focus_2UhIZ {
    color: #fff;
    background-color: #1a9bbf;
    border-color: #1892b4;
    box-shadow: 0 0 0 1px rgba(64, 193, 230, 0.5); }
  .btn-cyan_25PH1.disabled_2-mcq, .btn-cyan_25PH1:disabled {
    color: #fff;
    background-color: #1EB6E1;
    border-color: #1EB6E1; }
  .btn-cyan_25PH1:not(:disabled):not(.disabled_2-mcq):active, .btn-cyan_25PH1:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-cyan_25PH1.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #1892b4;
    border-color: #1789a9; }
    .btn-cyan_25PH1:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-cyan_25PH1:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-cyan_25PH1.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(64, 193, 230, 0.5); }

.btn-gray-75_1JDvq {
  color: #fff;
  background-color: #55565a;
  border-color: #55565a; }
  .btn-gray-75_1JDvq:hover {
    color: #fff;
    background-color: #424346;
    border-color: #3c3d40; }
  .btn-gray-75_1JDvq:focus, .btn-gray-75_1JDvq.focus_2UhIZ {
    color: #fff;
    background-color: #424346;
    border-color: #3c3d40;
    box-shadow: 0 0 0 1px rgba(111, 111, 115, 0.5); }
  .btn-gray-75_1JDvq.disabled_2-mcq, .btn-gray-75_1JDvq:disabled {
    color: #fff;
    background-color: #55565a;
    border-color: #55565a; }
  .btn-gray-75_1JDvq:not(:disabled):not(.disabled_2-mcq):active, .btn-gray-75_1JDvq:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-gray-75_1JDvq.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #3c3d40;
    border-color: #363739; }
    .btn-gray-75_1JDvq:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-gray-75_1JDvq:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-gray-75_1JDvq.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(111, 111, 115, 0.5); }

.btn-gray-50_k3NUD {
  color: #fff;
  background-color: #77787b;
  border-color: #77787b; }
  .btn-gray-50_k3NUD:hover {
    color: #fff;
    background-color: #646568;
    border-color: #5e5f61; }
  .btn-gray-50_k3NUD:focus, .btn-gray-50_k3NUD.focus_2UhIZ {
    color: #fff;
    background-color: #646568;
    border-color: #5e5f61;
    box-shadow: 0 0 0 1px rgba(139, 140, 143, 0.5); }
  .btn-gray-50_k3NUD.disabled_2-mcq, .btn-gray-50_k3NUD:disabled {
    color: #fff;
    background-color: #77787b;
    border-color: #77787b; }
  .btn-gray-50_k3NUD:not(:disabled):not(.disabled_2-mcq):active, .btn-gray-50_k3NUD:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-gray-50_k3NUD.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #5e5f61;
    border-color: #58585b; }
    .btn-gray-50_k3NUD:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-gray-50_k3NUD:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-gray-50_k3NUD.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(139, 140, 143, 0.5); }

.btn-gray-25_NCAiC {
  color: #2f3032;
  background-color: #bbbbbd;
  border-color: #bbbbbd; }
  .btn-gray-25_NCAiC:hover {
    color: #2f3032;
    background-color: #a8a8aa;
    border-color: #a1a1a4; }
  .btn-gray-25_NCAiC:focus, .btn-gray-25_NCAiC.focus_2UhIZ {
    color: #2f3032;
    background-color: #a8a8aa;
    border-color: #a1a1a4;
    box-shadow: 0 0 0 1px rgba(166, 166, 168, 0.5); }
  .btn-gray-25_NCAiC.disabled_2-mcq, .btn-gray-25_NCAiC:disabled {
    color: #2f3032;
    background-color: #bbbbbd;
    border-color: #bbbbbd; }
  .btn-gray-25_NCAiC:not(:disabled):not(.disabled_2-mcq):active, .btn-gray-25_NCAiC:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-gray-25_NCAiC.dropdown-toggle_2SYNy {
    color: #2f3032;
    background-color: #a1a1a4;
    border-color: #9b9b9e; }
    .btn-gray-25_NCAiC:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-gray-25_NCAiC:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-gray-25_NCAiC.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(166, 166, 168, 0.5); }

.btn-outline-primary_DBBDM {
  color: #810f9e;
  border-color: #810f9e; }
  .btn-outline-primary_DBBDM:hover {
    color: #fff;
    background-color: #810f9e;
    border-color: #810f9e; }
  .btn-outline-primary_DBBDM:focus, .btn-outline-primary_DBBDM.focus_2UhIZ {
    box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.5); }
  .btn-outline-primary_DBBDM.disabled_2-mcq, .btn-outline-primary_DBBDM:disabled {
    color: #810f9e;
    background-color: transparent; }
  .btn-outline-primary_DBBDM:not(:disabled):not(.disabled_2-mcq):active, .btn-outline-primary_DBBDM:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-outline-primary_DBBDM.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #810f9e;
    border-color: #810f9e; }
    .btn-outline-primary_DBBDM:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-outline-primary_DBBDM:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-outline-primary_DBBDM.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.5); }

.btn-outline-secondary_Meyjm {
  color: #e61e78;
  border-color: #e61e78; }
  .btn-outline-secondary_Meyjm:hover {
    color: #fff;
    background-color: #e61e78;
    border-color: #e61e78; }
  .btn-outline-secondary_Meyjm:focus, .btn-outline-secondary_Meyjm.focus_2UhIZ {
    box-shadow: 0 0 0 1px rgba(230, 30, 120, 0.5); }
  .btn-outline-secondary_Meyjm.disabled_2-mcq, .btn-outline-secondary_Meyjm:disabled {
    color: #e61e78;
    background-color: transparent; }
  .btn-outline-secondary_Meyjm:not(:disabled):not(.disabled_2-mcq):active, .btn-outline-secondary_Meyjm:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-outline-secondary_Meyjm.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #e61e78;
    border-color: #e61e78; }
    .btn-outline-secondary_Meyjm:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-outline-secondary_Meyjm:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-outline-secondary_Meyjm.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(230, 30, 120, 0.5); }

.btn-outline-success_Zl4u9 {
  color: #00C861;
  border-color: #00C861; }
  .btn-outline-success_Zl4u9:hover {
    color: #fff;
    background-color: #00C861;
    border-color: #00C861; }
  .btn-outline-success_Zl4u9:focus, .btn-outline-success_Zl4u9.focus_2UhIZ {
    box-shadow: 0 0 0 1px rgba(0, 200, 97, 0.5); }
  .btn-outline-success_Zl4u9.disabled_2-mcq, .btn-outline-success_Zl4u9:disabled {
    color: #00C861;
    background-color: transparent; }
  .btn-outline-success_Zl4u9:not(:disabled):not(.disabled_2-mcq):active, .btn-outline-success_Zl4u9:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-outline-success_Zl4u9.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #00C861;
    border-color: #00C861; }
    .btn-outline-success_Zl4u9:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-outline-success_Zl4u9:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-outline-success_Zl4u9.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(0, 200, 97, 0.5); }

.btn-outline-info_luIAf {
  color: #1EB6E1;
  border-color: #1EB6E1; }
  .btn-outline-info_luIAf:hover {
    color: #fff;
    background-color: #1EB6E1;
    border-color: #1EB6E1; }
  .btn-outline-info_luIAf:focus, .btn-outline-info_luIAf.focus_2UhIZ {
    box-shadow: 0 0 0 1px rgba(30, 182, 225, 0.5); }
  .btn-outline-info_luIAf.disabled_2-mcq, .btn-outline-info_luIAf:disabled {
    color: #1EB6E1;
    background-color: transparent; }
  .btn-outline-info_luIAf:not(:disabled):not(.disabled_2-mcq):active, .btn-outline-info_luIAf:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-outline-info_luIAf.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #1EB6E1;
    border-color: #1EB6E1; }
    .btn-outline-info_luIAf:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-outline-info_luIAf:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-outline-info_luIAf.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(30, 182, 225, 0.5); }

.btn-outline-warning_62TQ9 {
  color: #FFD76D;
  border-color: #FFD76D; }
  .btn-outline-warning_62TQ9:hover {
    color: #2f3032;
    background-color: #FFD76D;
    border-color: #FFD76D; }
  .btn-outline-warning_62TQ9:focus, .btn-outline-warning_62TQ9.focus_2UhIZ {
    box-shadow: 0 0 0 1px rgba(255, 215, 109, 0.5); }
  .btn-outline-warning_62TQ9.disabled_2-mcq, .btn-outline-warning_62TQ9:disabled {
    color: #FFD76D;
    background-color: transparent; }
  .btn-outline-warning_62TQ9:not(:disabled):not(.disabled_2-mcq):active, .btn-outline-warning_62TQ9:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-outline-warning_62TQ9.dropdown-toggle_2SYNy {
    color: #2f3032;
    background-color: #FFD76D;
    border-color: #FFD76D; }
    .btn-outline-warning_62TQ9:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-outline-warning_62TQ9:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-outline-warning_62TQ9.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(255, 215, 109, 0.5); }

.btn-outline-yellow_3gNFV {
  color: #ffb400;
  border-color: #ffb400; }
  .btn-outline-yellow_3gNFV:hover {
    color: #2f3032;
    background-color: #ffb400;
    border-color: #ffb400; }
  .btn-outline-yellow_3gNFV:focus, .btn-outline-yellow_3gNFV.focus_2UhIZ {
    box-shadow: 0 0 0 1px rgba(255, 180, 0, 0.5); }
  .btn-outline-yellow_3gNFV.disabled_2-mcq, .btn-outline-yellow_3gNFV:disabled {
    color: #ffb400;
    background-color: transparent; }
  .btn-outline-yellow_3gNFV:not(:disabled):not(.disabled_2-mcq):active, .btn-outline-yellow_3gNFV:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-outline-yellow_3gNFV.dropdown-toggle_2SYNy {
    color: #2f3032;
    background-color: #ffb400;
    border-color: #ffb400; }
    .btn-outline-yellow_3gNFV:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-outline-yellow_3gNFV:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-outline-yellow_3gNFV.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(255, 180, 0, 0.5); }

.btn-outline-danger_34TdE {
  color: #D10010;
  border-color: #D10010; }
  .btn-outline-danger_34TdE:hover {
    color: #fff;
    background-color: #D10010;
    border-color: #D10010; }
  .btn-outline-danger_34TdE:focus, .btn-outline-danger_34TdE.focus_2UhIZ {
    box-shadow: 0 0 0 1px rgba(209, 0, 16, 0.5); }
  .btn-outline-danger_34TdE.disabled_2-mcq, .btn-outline-danger_34TdE:disabled {
    color: #D10010;
    background-color: transparent; }
  .btn-outline-danger_34TdE:not(:disabled):not(.disabled_2-mcq):active, .btn-outline-danger_34TdE:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-outline-danger_34TdE.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #D10010;
    border-color: #D10010; }
    .btn-outline-danger_34TdE:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-outline-danger_34TdE:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-outline-danger_34TdE.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(209, 0, 16, 0.5); }

.btn-outline-light_2fvio {
  color: #FAFAFA;
  border-color: #FAFAFA; }
  .btn-outline-light_2fvio:hover {
    color: #2f3032;
    background-color: #FAFAFA;
    border-color: #FAFAFA; }
  .btn-outline-light_2fvio:focus, .btn-outline-light_2fvio.focus_2UhIZ {
    box-shadow: 0 0 0 1px rgba(250, 250, 250, 0.5); }
  .btn-outline-light_2fvio.disabled_2-mcq, .btn-outline-light_2fvio:disabled {
    color: #FAFAFA;
    background-color: transparent; }
  .btn-outline-light_2fvio:not(:disabled):not(.disabled_2-mcq):active, .btn-outline-light_2fvio:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-outline-light_2fvio.dropdown-toggle_2SYNy {
    color: #2f3032;
    background-color: #FAFAFA;
    border-color: #FAFAFA; }
    .btn-outline-light_2fvio:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-outline-light_2fvio:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-outline-light_2fvio.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(250, 250, 250, 0.5); }

.btn-outline-dark_17MAZ {
  color: #3f4042;
  border-color: #3f4042; }
  .btn-outline-dark_17MAZ:hover {
    color: #fff;
    background-color: #3f4042;
    border-color: #3f4042; }
  .btn-outline-dark_17MAZ:focus, .btn-outline-dark_17MAZ.focus_2UhIZ {
    box-shadow: 0 0 0 1px rgba(63, 64, 66, 0.5); }
  .btn-outline-dark_17MAZ.disabled_2-mcq, .btn-outline-dark_17MAZ:disabled {
    color: #3f4042;
    background-color: transparent; }
  .btn-outline-dark_17MAZ:not(:disabled):not(.disabled_2-mcq):active, .btn-outline-dark_17MAZ:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-outline-dark_17MAZ.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #3f4042;
    border-color: #3f4042; }
    .btn-outline-dark_17MAZ:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-outline-dark_17MAZ:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-outline-dark_17MAZ.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(63, 64, 66, 0.5); }

.btn-outline-cyan_6-dOM {
  color: #1EB6E1;
  border-color: #1EB6E1; }
  .btn-outline-cyan_6-dOM:hover {
    color: #fff;
    background-color: #1EB6E1;
    border-color: #1EB6E1; }
  .btn-outline-cyan_6-dOM:focus, .btn-outline-cyan_6-dOM.focus_2UhIZ {
    box-shadow: 0 0 0 1px rgba(30, 182, 225, 0.5); }
  .btn-outline-cyan_6-dOM.disabled_2-mcq, .btn-outline-cyan_6-dOM:disabled {
    color: #1EB6E1;
    background-color: transparent; }
  .btn-outline-cyan_6-dOM:not(:disabled):not(.disabled_2-mcq):active, .btn-outline-cyan_6-dOM:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-outline-cyan_6-dOM.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #1EB6E1;
    border-color: #1EB6E1; }
    .btn-outline-cyan_6-dOM:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-outline-cyan_6-dOM:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-outline-cyan_6-dOM.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(30, 182, 225, 0.5); }

.btn-outline-gray-75_2kRBz {
  color: #55565a;
  border-color: #55565a; }
  .btn-outline-gray-75_2kRBz:hover {
    color: #fff;
    background-color: #55565a;
    border-color: #55565a; }
  .btn-outline-gray-75_2kRBz:focus, .btn-outline-gray-75_2kRBz.focus_2UhIZ {
    box-shadow: 0 0 0 1px rgba(85, 86, 90, 0.5); }
  .btn-outline-gray-75_2kRBz.disabled_2-mcq, .btn-outline-gray-75_2kRBz:disabled {
    color: #55565a;
    background-color: transparent; }
  .btn-outline-gray-75_2kRBz:not(:disabled):not(.disabled_2-mcq):active, .btn-outline-gray-75_2kRBz:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-outline-gray-75_2kRBz.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #55565a;
    border-color: #55565a; }
    .btn-outline-gray-75_2kRBz:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-outline-gray-75_2kRBz:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-outline-gray-75_2kRBz.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(85, 86, 90, 0.5); }

.btn-outline-gray-50_1myCN {
  color: #77787b;
  border-color: #77787b; }
  .btn-outline-gray-50_1myCN:hover {
    color: #fff;
    background-color: #77787b;
    border-color: #77787b; }
  .btn-outline-gray-50_1myCN:focus, .btn-outline-gray-50_1myCN.focus_2UhIZ {
    box-shadow: 0 0 0 1px rgba(119, 120, 123, 0.5); }
  .btn-outline-gray-50_1myCN.disabled_2-mcq, .btn-outline-gray-50_1myCN:disabled {
    color: #77787b;
    background-color: transparent; }
  .btn-outline-gray-50_1myCN:not(:disabled):not(.disabled_2-mcq):active, .btn-outline-gray-50_1myCN:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-outline-gray-50_1myCN.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #77787b;
    border-color: #77787b; }
    .btn-outline-gray-50_1myCN:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-outline-gray-50_1myCN:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-outline-gray-50_1myCN.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(119, 120, 123, 0.5); }

.btn-outline-gray-25_3mxRo {
  color: #bbbbbd;
  border-color: #bbbbbd; }
  .btn-outline-gray-25_3mxRo:hover {
    color: #2f3032;
    background-color: #bbbbbd;
    border-color: #bbbbbd; }
  .btn-outline-gray-25_3mxRo:focus, .btn-outline-gray-25_3mxRo.focus_2UhIZ {
    box-shadow: 0 0 0 1px rgba(187, 187, 189, 0.5); }
  .btn-outline-gray-25_3mxRo.disabled_2-mcq, .btn-outline-gray-25_3mxRo:disabled {
    color: #bbbbbd;
    background-color: transparent; }
  .btn-outline-gray-25_3mxRo:not(:disabled):not(.disabled_2-mcq):active, .btn-outline-gray-25_3mxRo:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-outline-gray-25_3mxRo.dropdown-toggle_2SYNy {
    color: #2f3032;
    background-color: #bbbbbd;
    border-color: #bbbbbd; }
    .btn-outline-gray-25_3mxRo:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-outline-gray-25_3mxRo:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-outline-gray-25_3mxRo.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(187, 187, 189, 0.5); }

.btn-link_35not {
  font-weight: 400;
  color: #810f9e;
  text-decoration: none; }
  .btn-link_35not:hover {
    color: #480858;
    text-decoration: underline; }
  .btn-link_35not:focus, .btn-link_35not.focus_2UhIZ {
    text-decoration: underline; }
  .btn-link_35not:disabled, .btn-link_35not.disabled_2-mcq {
    color: #77787b;
    pointer-events: none; }

.btn-lg_3Y2Tk, .btn-group-lg_2CrS3 > .btn__aB-3 {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

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

.btn-block_3qgvJ {
  display: block;
  width: 100%; }
  .btn-block_3qgvJ + .btn-block_3qgvJ {
    margin-top: 0.5rem; }

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

.fade_1eciK {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade_1eciK {
      transition: none; } }
  .fade_1eciK:not(.show_20ZTI) {
    opacity: 0; }

.collapse_3g5Rf:not(.show_20ZTI) {
  display: none; }

.collapsing_7w2xt {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing_7w2xt {
      transition: none; } }

.dropup_3z9ri,
.dropright_15cXO,
.dropdown_321ai,
.dropleft_1IbcQ {
  position: relative; }

.dropdown-toggle_2SYNy {
  white-space: nowrap; }
  .dropdown-toggle_2SYNy::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_2SYNy:empty::after {
    margin-left: 0; }

.dropdown-menu_2L19E {
  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: #3f4042;
  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.5rem; }

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

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

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

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

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

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

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

.dropup_3z9ri .dropdown-toggle_2SYNy::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_3z9ri .dropdown-toggle_2SYNy:empty::after {
  margin-left: 0; }

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

.dropright_15cXO .dropdown-toggle_2SYNy::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_15cXO .dropdown-toggle_2SYNy:empty::after {
  margin-left: 0; }

.dropright_15cXO .dropdown-toggle_2SYNy::after {
  vertical-align: 0; }

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

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

.dropleft_1IbcQ .dropdown-toggle_2SYNy::after {
  display: none; }

.dropleft_1IbcQ .dropdown-toggle_2SYNy::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_1IbcQ .dropdown-toggle_2SYNy:empty::after {
  margin-left: 0; }

.dropleft_1IbcQ .dropdown-toggle_2SYNy::before {
  vertical-align: 0; }

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

.dropdown-divider_-zRZn {
  height: 0;
  margin: 0.625rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item_LHO0j {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #2f3032;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item_LHO0j:hover, .dropdown-item_LHO0j:focus {
    color: #232325;
    text-decoration: none;
    background-color: #FAFAFA; }
  .dropdown-item_LHO0j.active_eecWa, .dropdown-item_LHO0j:active {
    color: #fff;
    text-decoration: none;
    background-color: #810f9e; }
  .dropdown-item_LHO0j.disabled_2-mcq, .dropdown-item_LHO0j:disabled {
    color: #77787b;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu_2L19E.show_20ZTI {
  display: block; }

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

.dropdown-item-text_3gmJK {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #2f3032; }

.btn-group_2F91y,
.btn-group-vertical_2SggE {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group_2F91y > .btn__aB-3,
  .btn-group-vertical_2SggE > .btn__aB-3 {
    position: relative;
    flex: 1 1 auto; }
    .btn-group_2F91y > .btn__aB-3:hover,
    .btn-group-vertical_2SggE > .btn__aB-3:hover {
      z-index: 1; }
    .btn-group_2F91y > .btn__aB-3:focus, .btn-group_2F91y > .btn__aB-3:active, .btn-group_2F91y > .btn__aB-3.active_eecWa,
    .btn-group-vertical_2SggE > .btn__aB-3:focus,
    .btn-group-vertical_2SggE > .btn__aB-3:active,
    .btn-group-vertical_2SggE > .btn__aB-3.active_eecWa {
      z-index: 1; }

.btn-toolbar_FvS0V {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar_FvS0V .input-group_3Be2T {
    width: auto; }

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

.btn-group_2F91y > .btn__aB-3:not(:last-child):not(.dropdown-toggle_2SYNy),
.btn-group_2F91y > .btn-group_2F91y:not(:last-child) > .btn__aB-3 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

.dropdown-toggle-split_36ki0 {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split_36ki0::after,
  .dropup_3z9ri .dropdown-toggle-split_36ki0::after,
  .dropright_15cXO .dropdown-toggle-split_36ki0::after {
    margin-left: 0; }
  .dropleft_1IbcQ .dropdown-toggle-split_36ki0::before {
    margin-right: 0; }

.btn-sm_3eSjU + .dropdown-toggle-split_36ki0, .btn-group-sm_32B6v > .btn__aB-3 + .dropdown-toggle-split_36ki0 {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg_3Y2Tk + .dropdown-toggle-split_36ki0, .btn-group-lg_2CrS3 > .btn__aB-3 + .dropdown-toggle-split_36ki0 {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical_2SggE {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical_2SggE > .btn__aB-3,
  .btn-group-vertical_2SggE > .btn-group_2F91y {
    width: 100%; }
  .btn-group-vertical_2SggE > .btn__aB-3:not(:first-child),
  .btn-group-vertical_2SggE > .btn-group_2F91y:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical_2SggE > .btn__aB-3:not(:last-child):not(.dropdown-toggle_2SYNy),
  .btn-group-vertical_2SggE > .btn-group_2F91y:not(:last-child) > .btn__aB-3 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical_2SggE > .btn__aB-3:not(:first-child),
  .btn-group-vertical_2SggE > .btn-group_2F91y:not(:first-child) > .btn__aB-3 {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle_1bUU3 > .btn__aB-3,
.btn-group-toggle_1bUU3 > .btn-group_2F91y > .btn__aB-3 {
  margin-bottom: 0; }
  .btn-group-toggle_1bUU3 > .btn__aB-3 input[type="radio"],
  .btn-group-toggle_1bUU3 > .btn__aB-3 input[type="checkbox"],
  .btn-group-toggle_1bUU3 > .btn-group_2F91y > .btn__aB-3 input[type="radio"],
  .btn-group-toggle_1bUU3 > .btn-group_2F91y > .btn__aB-3 input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group_3Be2T {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group_3Be2T > .form-control_11Vub,
  .input-group_3Be2T > .form-control-plaintext_EtYNq,
  .input-group_3Be2T > .custom-select_kH78n,
  .input-group_3Be2T > .custom-file_L6H6H {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group_3Be2T > .form-control_11Vub + .form-control_11Vub,
    .input-group_3Be2T > .form-control_11Vub + .custom-select_kH78n,
    .input-group_3Be2T > .form-control_11Vub + .custom-file_L6H6H,
    .input-group_3Be2T > .form-control-plaintext_EtYNq + .form-control_11Vub,
    .input-group_3Be2T > .form-control-plaintext_EtYNq + .custom-select_kH78n,
    .input-group_3Be2T > .form-control-plaintext_EtYNq + .custom-file_L6H6H,
    .input-group_3Be2T > .custom-select_kH78n + .form-control_11Vub,
    .input-group_3Be2T > .custom-select_kH78n + .custom-select_kH78n,
    .input-group_3Be2T > .custom-select_kH78n + .custom-file_L6H6H,
    .input-group_3Be2T > .custom-file_L6H6H + .form-control_11Vub,
    .input-group_3Be2T > .custom-file_L6H6H + .custom-select_kH78n,
    .input-group_3Be2T > .custom-file_L6H6H + .custom-file_L6H6H {
      margin-left: -1px; }
  .input-group_3Be2T > .form-control_11Vub:focus,
  .input-group_3Be2T > .custom-select_kH78n:focus,
  .input-group_3Be2T > .custom-file_L6H6H .custom-file-input_3rtlF:focus ~ .custom-file-label_1Hmk8 {
    z-index: 3; }
  .input-group_3Be2T > .custom-file_L6H6H .custom-file-input_3rtlF:focus {
    z-index: 4; }
  .input-group_3Be2T > .form-control_11Vub:not(:last-child),
  .input-group_3Be2T > .custom-select_kH78n:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group_3Be2T > .form-control_11Vub:not(:first-child),
  .input-group_3Be2T > .custom-select_kH78n:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group_3Be2T > .custom-file_L6H6H {
    display: flex;
    align-items: center; }
    .input-group_3Be2T > .custom-file_L6H6H:not(:last-child) .custom-file-label_1Hmk8,
    .input-group_3Be2T > .custom-file_L6H6H:not(:last-child) .custom-file-label_1Hmk8::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group_3Be2T > .custom-file_L6H6H:not(:first-child) .custom-file-label_1Hmk8 {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend_3WmAr,
.input-group-append_1MrM7 {
  display: flex; }
  .input-group-prepend_3WmAr .btn__aB-3,
  .input-group-append_1MrM7 .btn__aB-3 {
    position: relative;
    z-index: 2; }
    .input-group-prepend_3WmAr .btn__aB-3:focus,
    .input-group-append_1MrM7 .btn__aB-3:focus {
      z-index: 3; }
  .input-group-prepend_3WmAr .btn__aB-3 + .btn__aB-3,
  .input-group-prepend_3WmAr .btn__aB-3 + .input-group-text_3MkT3,
  .input-group-prepend_3WmAr .input-group-text_3MkT3 + .input-group-text_3MkT3,
  .input-group-prepend_3WmAr .input-group-text_3MkT3 + .btn__aB-3,
  .input-group-append_1MrM7 .btn__aB-3 + .btn__aB-3,
  .input-group-append_1MrM7 .btn__aB-3 + .input-group-text_3MkT3,
  .input-group-append_1MrM7 .input-group-text_3MkT3 + .input-group-text_3MkT3,
  .input-group-append_1MrM7 .input-group-text_3MkT3 + .btn__aB-3 {
    margin-left: -1px; }

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

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

.input-group-text_3MkT3 {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #55565a;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #55565a;
  border-radius: 0.5rem; }
  .input-group-text_3MkT3 input[type="radio"],
  .input-group-text_3MkT3 input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg_PrPZr > .form-control_11Vub:not(textarea),
.input-group-lg_PrPZr > .custom-select_kH78n {
  height: calc(1.5em + 1.5rem + 2px); }

.input-group-lg_PrPZr > .form-control_11Vub,
.input-group-lg_PrPZr > .custom-select_kH78n,
.input-group-lg_PrPZr > .input-group-prepend_3WmAr > .input-group-text_3MkT3,
.input-group-lg_PrPZr > .input-group-append_1MrM7 > .input-group-text_3MkT3,
.input-group-lg_PrPZr > .input-group-prepend_3WmAr > .btn__aB-3,
.input-group-lg_PrPZr > .input-group-append_1MrM7 > .btn__aB-3 {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

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

.input-group-sm_2ABxC > .form-control_11Vub,
.input-group-sm_2ABxC > .custom-select_kH78n,
.input-group-sm_2ABxC > .input-group-prepend_3WmAr > .input-group-text_3MkT3,
.input-group-sm_2ABxC > .input-group-append_1MrM7 > .input-group-text_3MkT3,
.input-group-sm_2ABxC > .input-group-prepend_3WmAr > .btn__aB-3,
.input-group-sm_2ABxC > .input-group-append_1MrM7 > .btn__aB-3 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg_PrPZr > .custom-select_kH78n,
.input-group-sm_2ABxC > .custom-select_kH78n {
  padding-right: 1.75rem; }

.input-group_3Be2T > .input-group-prepend_3WmAr > .btn__aB-3,
.input-group_3Be2T > .input-group-prepend_3WmAr > .input-group-text_3MkT3,
.input-group_3Be2T > .input-group-append_1MrM7:not(:last-child) > .btn__aB-3,
.input-group_3Be2T > .input-group-append_1MrM7:not(:last-child) > .input-group-text_3MkT3,
.input-group_3Be2T > .input-group-append_1MrM7:last-child > .btn__aB-3:not(:last-child):not(.dropdown-toggle_2SYNy),
.input-group_3Be2T > .input-group-append_1MrM7:last-child > .input-group-text_3MkT3:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group_3Be2T > .input-group-append_1MrM7 > .btn__aB-3,
.input-group_3Be2T > .input-group-append_1MrM7 > .input-group-text_3MkT3,
.input-group_3Be2T > .input-group-prepend_3WmAr:not(:first-child) > .btn__aB-3,
.input-group_3Be2T > .input-group-prepend_3WmAr:not(:first-child) > .input-group-text_3MkT3,
.input-group_3Be2T > .input-group-prepend_3WmAr:first-child > .btn__aB-3:not(:first-child),
.input-group_3Be2T > .input-group-prepend_3WmAr:first-child > .input-group-text_3MkT3:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control_tNWuF {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

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

.custom-control-input_2Hh4r {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input_2Hh4r:checked ~ .custom-control-label_1pYBH::before {
    color: #fff;
    border-color: #e61e78;
    background-color: #e61e78; }
  .custom-control-input_2Hh4r:focus ~ .custom-control-label_1pYBH::before {
    box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.25); }
  .custom-control-input_2Hh4r:focus:not(:checked) ~ .custom-control-label_1pYBH::before {
    border-color: #22042a; }
  .custom-control-input_2Hh4r:not(:disabled):active ~ .custom-control-label_1pYBH::before {
    color: #fff;
    background-color: #9411b5;
    border-color: #9411b5; }
  .custom-control-input_2Hh4r[disabled] ~ .custom-control-label_1pYBH, .custom-control-input_2Hh4r:disabled ~ .custom-control-label_1pYBH {
    color: #77787b; }
    .custom-control-input_2Hh4r[disabled] ~ .custom-control-label_1pYBH::before, .custom-control-input_2Hh4r:disabled ~ .custom-control-label_1pYBH::before {
      background-color: #e9ecef; }

.custom-control-label_1pYBH {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label_1pYBH::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #77787b solid 1px; }
  .custom-control-label_1pYBH::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox_1B4bB .custom-control-label_1pYBH::before {
  border-radius: 0.5rem; }

.custom-checkbox_1B4bB .custom-control-input_2Hh4r:checked ~ .custom-control-label_1pYBH::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_1B4bB .custom-control-input_2Hh4r:indeterminate ~ .custom-control-label_1pYBH::before {
  border-color: #810f9e;
  background-color: #810f9e; }

.custom-checkbox_1B4bB .custom-control-input_2Hh4r:indeterminate ~ .custom-control-label_1pYBH::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_1B4bB .custom-control-input_2Hh4r:disabled:checked ~ .custom-control-label_1pYBH::before {
  background-color: rgba(129, 15, 158, 0.5); }

.custom-checkbox_1B4bB .custom-control-input_2Hh4r:disabled:indeterminate ~ .custom-control-label_1pYBH::before {
  background-color: rgba(129, 15, 158, 0.5); }

.custom-radio_1dGsZ .custom-control-label_1pYBH::before {
  border-radius: 50%; }

.custom-radio_1dGsZ .custom-control-input_2Hh4r:checked ~ .custom-control-label_1pYBH::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_1dGsZ .custom-control-input_2Hh4r:disabled:checked ~ .custom-control-label_1pYBH::before {
  background-color: rgba(129, 15, 158, 0.5); }

.custom-switch_1Z63G {
  padding-left: 2.25rem; }
  .custom-switch_1Z63G .custom-control-label_1pYBH::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch_1Z63G .custom-control-label_1pYBH::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #77787b;
    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_1Z63G .custom-control-label_1pYBH::after {
        transition: none; } }
  .custom-switch_1Z63G .custom-control-input_2Hh4r:checked ~ .custom-control-label_1pYBH::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch_1Z63G .custom-control-input_2Hh4r:disabled:checked ~ .custom-control-label_1pYBH::before {
    background-color: rgba(129, 15, 158, 0.5); }

.custom-select_kH78n {
  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: #55565a;
  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='%233f4042' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #55565a;
  border-radius: 0.5rem;
  appearance: none; }
  .custom-select_kH78n:focus {
    border-color: #22042a;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.25); }
    .custom-select_kH78n:focus::-ms-value {
      color: #55565a;
      background-color: #fff; }
  .custom-select_kH78n[multiple], .custom-select_kH78n[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select_kH78n:disabled {
    color: #77787b;
    background-color: #e9ecef; }
  .custom-select_kH78n::-ms-expand {
    display: none; }
  .custom-select_kH78n:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #55565a; }

.custom-select-sm_2gT68 {
  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_1JSMV {
  height: calc(1.5em + 1.5rem + 2px);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  font-size: 1rem; }

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

.custom-file-input_3rtlF {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input_3rtlF:focus ~ .custom-file-label_1Hmk8 {
    border-color: #22042a;
    box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.25); }
  .custom-file-input_3rtlF[disabled] ~ .custom-file-label_1Hmk8,
  .custom-file-input_3rtlF:disabled ~ .custom-file-label_1Hmk8 {
    background-color: #e9ecef; }
  .custom-file-input_3rtlF:lang(en) ~ .custom-file-label_1Hmk8::after {
    content: "Browse"; }
  .custom-file-input_3rtlF ~ .custom-file-label_1Hmk8[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label_1Hmk8 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #55565a;
  background-color: #fff;
  border: 1px solid #55565a;
  border-radius: 0.5rem; }
  .custom-file-label_1Hmk8::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: #55565a;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.5rem 0.5rem 0; }

.custom-range_3yf6Y {
  width: 100%;
  height: calc(1rem + 2px);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range_3yf6Y:focus {
    outline: none; }
    .custom-range_3yf6Y:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #810f9e, 0 0 0 1px rgba(129, 15, 158, 0.25); }
    .custom-range_3yf6Y:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #810f9e, 0 0 0 1px rgba(129, 15, 158, 0.25); }
    .custom-range_3yf6Y:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #810f9e, 0 0 0 1px rgba(129, 15, 158, 0.25); }
  .custom-range_3yf6Y::-moz-focus-outer {
    border: 0; }
  .custom-range_3yf6Y::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.375rem;
    background-color: #e61e78;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range_3yf6Y::-webkit-slider-thumb {
        transition: none; } }
    .custom-range_3yf6Y::-webkit-slider-thumb:active {
      background-color: #6e0d87; }
  .custom-range_3yf6Y::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.25rem;
    color: transparent;
    cursor: pointer;
    background-color: #bbbbbd;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range_3yf6Y::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #e61e78;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range_3yf6Y::-moz-range-thumb {
        transition: none; } }
    .custom-range_3yf6Y::-moz-range-thumb:active {
      background-color: #6e0d87; }
  .custom-range_3yf6Y::-moz-range-track {
    width: 100%;
    height: 0.25rem;
    color: transparent;
    cursor: pointer;
    background-color: #bbbbbd;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range_3yf6Y::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 1px;
    margin-left: 1px;
    background-color: #e61e78;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range_3yf6Y::-ms-thumb {
        transition: none; } }
    .custom-range_3yf6Y::-ms-thumb:active {
      background-color: #6e0d87; }
  .custom-range_3yf6Y::-ms-track {
    width: 100%;
    height: 0.25rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range_3yf6Y::-ms-fill-lower {
    background-color: #bbbbbd;
    border-radius: 1rem; }
  .custom-range_3yf6Y::-ms-fill-upper {
    margin-right: 15px;
    background-color: #bbbbbd;
    border-radius: 1rem; }
  .custom-range_3yf6Y:disabled::-webkit-slider-thumb {
    background-color: #77787b; }
  .custom-range_3yf6Y:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range_3yf6Y:disabled::-moz-range-thumb {
    background-color: #77787b; }
  .custom-range_3yf6Y:disabled::-moz-range-track {
    cursor: default; }
  .custom-range_3yf6Y:disabled::-ms-thumb {
    background-color: #77787b; }

.custom-control-label_1pYBH::before,
.custom-file-label_1Hmk8,
.custom-select_kH78n {
  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_1pYBH::before,
    .custom-file-label_1Hmk8,
    .custom-select_kH78n {
      transition: none; } }

.nav_mtA6C {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link_2mSh9 {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link_2mSh9:hover, .nav-link_2mSh9:focus {
    text-decoration: none; }
  .nav-link_2mSh9.disabled_2-mcq {
    color: #77787b;
    pointer-events: none;
    cursor: default; }

.nav-tabs_2HAWj {
  border-bottom: 1px solid #bbbbbd; }
  .nav-tabs_2HAWj .nav-item_1fkQb {
    margin-bottom: -1px; }
  .nav-tabs_2HAWj .nav-link_2mSh9 {
    border: 1px solid transparent;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
    .nav-tabs_2HAWj .nav-link_2mSh9:hover, .nav-tabs_2HAWj .nav-link_2mSh9:focus {
      border-color: #e9ecef #e9ecef #bbbbbd; }
    .nav-tabs_2HAWj .nav-link_2mSh9.disabled_2-mcq {
      color: #77787b;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs_2HAWj .nav-link_2mSh9.active_eecWa,
  .nav-tabs_2HAWj .nav-item_1fkQb.show_20ZTI .nav-link_2mSh9 {
    color: #55565a;
    background-color: #fff;
    border-color: #bbbbbd #bbbbbd #fff; }
  .nav-tabs_2HAWj .dropdown-menu_2L19E {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills_3jq-x .nav-link_2mSh9 {
  border-radius: 0.5rem; }

.nav-pills_3jq-x .nav-link_2mSh9.active_eecWa,
.nav-pills_3jq-x .show_20ZTI > .nav-link_2mSh9 {
  color: #fff;
  background-color: #810f9e; }

.nav-fill_2sJ7M > .nav-link_2mSh9,
.nav-fill_2sJ7M .nav-item_1fkQb {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified_2SsVU > .nav-link_2mSh9,
.nav-justified_2SsVU .nav-item_1fkQb {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content_31Z0X > .tab-pane_Gg4l2 {
  display: none; }

.tab-content_31Z0X > .active_eecWa {
  display: block; }

.navbar_12BQD {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 1.25rem; }
  .navbar_12BQD .container_quqfF,
  .navbar_12BQD .container-fluid_3xrdO, .navbar_12BQD .container-sm_20PUP, .navbar_12BQD .container-md_3ao-0, .navbar_12BQD .container-lg_1pt5i, .navbar_12BQD .container-xl_KRF12 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand_3jxdj {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1.25rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand_3jxdj:hover, .navbar-brand_3jxdj:focus {
    text-decoration: none; }

.navbar-nav_1CxjD {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav_1CxjD .nav-link_2mSh9 {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav_1CxjD .dropdown-menu_2L19E {
    position: static;
    float: none; }

.navbar-text_20z3k {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse_1JMjA {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler_3Usdu {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem; }
  .navbar-toggler_3Usdu:hover, .navbar-toggler_3Usdu:focus {
    text-decoration: none; }

.navbar-toggler-icon_3ir1S {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm_2WL3s > .container_quqfF,
  .navbar-expand-sm_2WL3s > .container-fluid_3xrdO, .navbar-expand-sm_2WL3s > .container-sm_20PUP, .navbar-expand-sm_2WL3s > .container-md_3ao-0, .navbar-expand-sm_2WL3s > .container-lg_1pt5i, .navbar-expand-sm_2WL3s > .container-xl_KRF12 {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm_2WL3s {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm_2WL3s .navbar-nav_1CxjD {
      flex-direction: row; }
      .navbar-expand-sm_2WL3s .navbar-nav_1CxjD .dropdown-menu_2L19E {
        position: absolute; }
      .navbar-expand-sm_2WL3s .navbar-nav_1CxjD .nav-link_2mSh9 {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm_2WL3s > .container_quqfF,
    .navbar-expand-sm_2WL3s > .container-fluid_3xrdO, .navbar-expand-sm_2WL3s > .container-sm_20PUP, .navbar-expand-sm_2WL3s > .container-md_3ao-0, .navbar-expand-sm_2WL3s > .container-lg_1pt5i, .navbar-expand-sm_2WL3s > .container-xl_KRF12 {
      flex-wrap: nowrap; }
    .navbar-expand-sm_2WL3s .navbar-collapse_1JMjA {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm_2WL3s .navbar-toggler_3Usdu {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md_2DmZd > .container_quqfF,
  .navbar-expand-md_2DmZd > .container-fluid_3xrdO, .navbar-expand-md_2DmZd > .container-sm_20PUP, .navbar-expand-md_2DmZd > .container-md_3ao-0, .navbar-expand-md_2DmZd > .container-lg_1pt5i, .navbar-expand-md_2DmZd > .container-xl_KRF12 {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md_2DmZd {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md_2DmZd .navbar-nav_1CxjD {
      flex-direction: row; }
      .navbar-expand-md_2DmZd .navbar-nav_1CxjD .dropdown-menu_2L19E {
        position: absolute; }
      .navbar-expand-md_2DmZd .navbar-nav_1CxjD .nav-link_2mSh9 {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md_2DmZd > .container_quqfF,
    .navbar-expand-md_2DmZd > .container-fluid_3xrdO, .navbar-expand-md_2DmZd > .container-sm_20PUP, .navbar-expand-md_2DmZd > .container-md_3ao-0, .navbar-expand-md_2DmZd > .container-lg_1pt5i, .navbar-expand-md_2DmZd > .container-xl_KRF12 {
      flex-wrap: nowrap; }
    .navbar-expand-md_2DmZd .navbar-collapse_1JMjA {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md_2DmZd .navbar-toggler_3Usdu {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg_OTT8h > .container_quqfF,
  .navbar-expand-lg_OTT8h > .container-fluid_3xrdO, .navbar-expand-lg_OTT8h > .container-sm_20PUP, .navbar-expand-lg_OTT8h > .container-md_3ao-0, .navbar-expand-lg_OTT8h > .container-lg_1pt5i, .navbar-expand-lg_OTT8h > .container-xl_KRF12 {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg_OTT8h {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg_OTT8h .navbar-nav_1CxjD {
      flex-direction: row; }
      .navbar-expand-lg_OTT8h .navbar-nav_1CxjD .dropdown-menu_2L19E {
        position: absolute; }
      .navbar-expand-lg_OTT8h .navbar-nav_1CxjD .nav-link_2mSh9 {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg_OTT8h > .container_quqfF,
    .navbar-expand-lg_OTT8h > .container-fluid_3xrdO, .navbar-expand-lg_OTT8h > .container-sm_20PUP, .navbar-expand-lg_OTT8h > .container-md_3ao-0, .navbar-expand-lg_OTT8h > .container-lg_1pt5i, .navbar-expand-lg_OTT8h > .container-xl_KRF12 {
      flex-wrap: nowrap; }
    .navbar-expand-lg_OTT8h .navbar-collapse_1JMjA {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg_OTT8h .navbar-toggler_3Usdu {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl_aN0-4 > .container_quqfF,
  .navbar-expand-xl_aN0-4 > .container-fluid_3xrdO, .navbar-expand-xl_aN0-4 > .container-sm_20PUP, .navbar-expand-xl_aN0-4 > .container-md_3ao-0, .navbar-expand-xl_aN0-4 > .container-lg_1pt5i, .navbar-expand-xl_aN0-4 > .container-xl_KRF12 {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl_aN0-4 {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl_aN0-4 .navbar-nav_1CxjD {
      flex-direction: row; }
      .navbar-expand-xl_aN0-4 .navbar-nav_1CxjD .dropdown-menu_2L19E {
        position: absolute; }
      .navbar-expand-xl_aN0-4 .navbar-nav_1CxjD .nav-link_2mSh9 {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl_aN0-4 > .container_quqfF,
    .navbar-expand-xl_aN0-4 > .container-fluid_3xrdO, .navbar-expand-xl_aN0-4 > .container-sm_20PUP, .navbar-expand-xl_aN0-4 > .container-md_3ao-0, .navbar-expand-xl_aN0-4 > .container-lg_1pt5i, .navbar-expand-xl_aN0-4 > .container-xl_KRF12 {
      flex-wrap: nowrap; }
    .navbar-expand-xl_aN0-4 .navbar-collapse_1JMjA {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl_aN0-4 .navbar-toggler_3Usdu {
      display: none; } }

.navbar-expand_RxT3d {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand_RxT3d > .container_quqfF,
  .navbar-expand_RxT3d > .container-fluid_3xrdO, .navbar-expand_RxT3d > .container-sm_20PUP, .navbar-expand_RxT3d > .container-md_3ao-0, .navbar-expand_RxT3d > .container-lg_1pt5i, .navbar-expand_RxT3d > .container-xl_KRF12 {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand_RxT3d .navbar-nav_1CxjD {
    flex-direction: row; }
    .navbar-expand_RxT3d .navbar-nav_1CxjD .dropdown-menu_2L19E {
      position: absolute; }
    .navbar-expand_RxT3d .navbar-nav_1CxjD .nav-link_2mSh9 {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand_RxT3d > .container_quqfF,
  .navbar-expand_RxT3d > .container-fluid_3xrdO, .navbar-expand_RxT3d > .container-sm_20PUP, .navbar-expand_RxT3d > .container-md_3ao-0, .navbar-expand_RxT3d > .container-lg_1pt5i, .navbar-expand_RxT3d > .container-xl_KRF12 {
    flex-wrap: nowrap; }
  .navbar-expand_RxT3d .navbar-collapse_1JMjA {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand_RxT3d .navbar-toggler_3Usdu {
    display: none; }

.navbar-light_1hN4J .navbar-brand_3jxdj {
  color: #640c7b; }
  .navbar-light_1hN4J .navbar-brand_3jxdj:hover, .navbar-light_1hN4J .navbar-brand_3jxdj:focus {
    color: #640c7b; }

.navbar-light_1hN4J .navbar-nav_1CxjD .nav-link_2mSh9 {
  color: #810f9e; }
  .navbar-light_1hN4J .navbar-nav_1CxjD .nav-link_2mSh9:hover, .navbar-light_1hN4J .navbar-nav_1CxjD .nav-link_2mSh9:focus {
    color: #640c7b; }
  .navbar-light_1hN4J .navbar-nav_1CxjD .nav-link_2mSh9.disabled_2-mcq {
    color: rgba(129, 15, 158, 0.75); }

.navbar-light_1hN4J .navbar-nav_1CxjD .show_20ZTI > .nav-link_2mSh9,
.navbar-light_1hN4J .navbar-nav_1CxjD .active_eecWa > .nav-link_2mSh9,
.navbar-light_1hN4J .navbar-nav_1CxjD .nav-link_2mSh9.show_20ZTI,
.navbar-light_1hN4J .navbar-nav_1CxjD .nav-link_2mSh9.active_eecWa {
  color: #640c7b; }

.navbar-light_1hN4J .navbar-toggler_3Usdu {
  color: #810f9e;
  border-color: #810f9e; }

.navbar-light_1hN4J .navbar-toggler-icon_3ir1S {
  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='%23810f9e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light_1hN4J .navbar-text_20z3k {
  color: #810f9e; }
  .navbar-light_1hN4J .navbar-text_20z3k a {
    color: #640c7b; }
    .navbar-light_1hN4J .navbar-text_20z3k a:hover, .navbar-light_1hN4J .navbar-text_20z3k a:focus {
      color: #640c7b; }

.navbar-dark_1DJbk .navbar-brand_3jxdj {
  color: #fff; }
  .navbar-dark_1DJbk .navbar-brand_3jxdj:hover, .navbar-dark_1DJbk .navbar-brand_3jxdj:focus {
    color: #fff; }

.navbar-dark_1DJbk .navbar-nav_1CxjD .nav-link_2mSh9 {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark_1DJbk .navbar-nav_1CxjD .nav-link_2mSh9:hover, .navbar-dark_1DJbk .navbar-nav_1CxjD .nav-link_2mSh9:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark_1DJbk .navbar-nav_1CxjD .nav-link_2mSh9.disabled_2-mcq {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark_1DJbk .navbar-nav_1CxjD .show_20ZTI > .nav-link_2mSh9,
.navbar-dark_1DJbk .navbar-nav_1CxjD .active_eecWa > .nav-link_2mSh9,
.navbar-dark_1DJbk .navbar-nav_1CxjD .nav-link_2mSh9.show_20ZTI,
.navbar-dark_1DJbk .navbar-nav_1CxjD .nav-link_2mSh9.active_eecWa {
  color: #fff; }

.navbar-dark_1DJbk .navbar-toggler_3Usdu {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark_1DJbk .navbar-toggler-icon_3ir1S {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark_1DJbk .navbar-text_20z3k {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark_1DJbk .navbar-text_20z3k a {
    color: #fff; }
    .navbar-dark_1DJbk .navbar-text_20z3k a:hover, .navbar-dark_1DJbk .navbar-text_20z3k a:focus {
      color: #fff; }

.card_A6eOa {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #77787b;
  border-radius: 0.5rem; }
  .card_A6eOa > hr {
    margin-right: 0;
    margin-left: 0; }
  .card_A6eOa > .list-group_141oD {
    border-top: inherit;
    border-bottom: inherit; }
    .card_A6eOa > .list-group_141oD:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.5rem - 1px);
      border-top-right-radius: calc(0.5rem - 1px); }
    .card_A6eOa > .list-group_141oD:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.5rem - 1px);
      border-bottom-left-radius: calc(0.5rem - 1px); }
  .card_A6eOa > .card-header_16pwP + .list-group_141oD,
  .card_A6eOa > .list-group_141oD + .card-footer_bG7-3 {
    border-top: 0; }

.card-body_owyuG {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 15px; }

.card-title_1v3H5 {
  margin-bottom: 0.75rem; }

.card-subtitle_1L-Z- {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text_XuGhA:last-child {
  margin-bottom: 0; }

.card-link_EA3Kr:hover {
  text-decoration: none; }

.card-link_EA3Kr + .card-link_EA3Kr {
  margin-left: 15px; }

.card-header_16pwP {
  padding: 0.75rem 15px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #77787b; }
  .card-header_16pwP:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0; }

.card-footer_bG7-3 {
  padding: 0.75rem 15px;
  background-color: #fff;
  border-top: 1px solid #77787b; }
  .card-footer_bG7-3:last-child {
    border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px); }

.card-header-tabs_1RA1n {
  margin-right: -7.5px;
  margin-bottom: -0.75rem;
  margin-left: -7.5px;
  border-bottom: 0; }

.card-header-pills_bQX8_ {
  margin-right: -7.5px;
  margin-left: -7.5px; }

.card-img-overlay_1JA_O {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.5rem - 1px); }

.card-img_1JMEG,
.card-img-top_3OiBE,
.card-img-bottom_3JOak {
  flex-shrink: 0;
  width: 100%; }

.card-img_1JMEG,
.card-img-top_3OiBE {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px); }

.card-img_1JMEG,
.card-img-bottom_3JOak {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px); }

.card-deck_3UO1k .card_A6eOa {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck_3UO1k {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck_3UO1k .card_A6eOa {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group_31K11 > .card_A6eOa {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group_31K11 {
    display: flex;
    flex-flow: row wrap; }
    .card-group_31K11 > .card_A6eOa {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group_31K11 > .card_A6eOa + .card_A6eOa {
        margin-left: 0;
        border-left: 0; }
      .card-group_31K11 > .card_A6eOa:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group_31K11 > .card_A6eOa:not(:last-child) .card-img-top_3OiBE,
        .card-group_31K11 > .card_A6eOa:not(:last-child) .card-header_16pwP {
          border-top-right-radius: 0; }
        .card-group_31K11 > .card_A6eOa:not(:last-child) .card-img-bottom_3JOak,
        .card-group_31K11 > .card_A6eOa:not(:last-child) .card-footer_bG7-3 {
          border-bottom-right-radius: 0; }
      .card-group_31K11 > .card_A6eOa:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group_31K11 > .card_A6eOa:not(:first-child) .card-img-top_3OiBE,
        .card-group_31K11 > .card_A6eOa:not(:first-child) .card-header_16pwP {
          border-top-left-radius: 0; }
        .card-group_31K11 > .card_A6eOa:not(:first-child) .card-img-bottom_3JOak,
        .card-group_31K11 > .card_A6eOa:not(:first-child) .card-footer_bG7-3 {
          border-bottom-left-radius: 0; } }

.card-columns_1pZbm .card_A6eOa {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns_1pZbm {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns_1pZbm .card_A6eOa {
      display: inline-block;
      width: 100%; } }

.accordion_2b5sw {
  overflow-anchor: none; }
  .accordion_2b5sw > .card_A6eOa {
    overflow: hidden; }
    .accordion_2b5sw > .card_A6eOa:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion_2b5sw > .card_A6eOa:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion_2b5sw > .card_A6eOa > .card-header_16pwP {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb_SRWg0 {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.5rem; }

.breadcrumb-item_17quS {
  display: flex; }
  .breadcrumb-item_17quS + .breadcrumb-item_17quS {
    padding-left: 0.5rem; }
    .breadcrumb-item_17quS + .breadcrumb-item_17quS::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #55565a;
      content: "/"; }
  .breadcrumb-item_17quS + .breadcrumb-item_17quS:hover::before {
    text-decoration: underline; }
  .breadcrumb-item_17quS + .breadcrumb-item_17quS:hover::before {
    text-decoration: none; }
  .breadcrumb-item_17quS.active_eecWa {
    color: #55565a; }

.pagination_1Clvc {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.5rem; }

.page-link_WXn5l {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #810f9e;
  background-color: #fff;
  border: 1px solid #bbbbbd; }
  .page-link_WXn5l:hover {
    z-index: 2;
    color: #480858;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #bbbbbd; }
  .page-link_WXn5l:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.25); }

.page-item_3ekkL:first-child .page-link_WXn5l {
  margin-left: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.page-item_3ekkL:last-child .page-link_WXn5l {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.page-item_3ekkL.active_eecWa .page-link_WXn5l {
  z-index: 3;
  color: #fff;
  background-color: #810f9e;
  border-color: #810f9e; }

.page-item_3ekkL.disabled_2-mcq .page-link_WXn5l {
  color: #77787b;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #bbbbbd; }

.pagination-lg_2sk1s .page-link_WXn5l {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg_2sk1s .page-item_3ekkL:first-child .page-link_WXn5l {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.pagination-lg_2sk1s .page-item_3ekkL:last-child .page-link_WXn5l {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.pagination-sm_2S7rG .page-link_WXn5l {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm_2S7rG .page-item_3ekkL:first-child .page-link_WXn5l {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm_2S7rG .page-item_3ekkL:last-child .page-link_WXn5l {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge_1jaRH {
  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.5rem;
  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_1jaRH {
      transition: none; } }
  a.badge_1jaRH:hover, a.badge_1jaRH:focus {
    text-decoration: none; }
  .badge_1jaRH:empty {
    display: none; }

.btn__aB-3 .badge_1jaRH {
  position: relative;
  top: -1px; }

.badge-pill_135PW {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary_w3QsD {
  color: #fff;
  background-color: #810f9e; }
  a.badge-primary_w3QsD:hover, a.badge-primary_w3QsD:focus {
    color: #fff;
    background-color: #5b0b6f; }
  a.badge-primary_w3QsD:focus, a.badge-primary_w3QsD.focus_2UhIZ {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(129, 15, 158, 0.5); }

.badge-secondary_3R1nd {
  color: #fff;
  background-color: #e61e78; }
  a.badge-secondary_3R1nd:hover, a.badge-secondary_3R1nd:focus {
    color: #fff;
    background-color: #bc1560; }
  a.badge-secondary_3R1nd:focus, a.badge-secondary_3R1nd.focus_2UhIZ {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(230, 30, 120, 0.5); }

.badge-success_1hgpE {
  color: #fff;
  background-color: #00C861; }
  a.badge-success_1hgpE:hover, a.badge-success_1hgpE:focus {
    color: #fff;
    background-color: #009548; }
  a.badge-success_1hgpE:focus, a.badge-success_1hgpE.focus_2UhIZ {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(0, 200, 97, 0.5); }

.badge-info_h4cjx {
  color: #fff;
  background-color: #1EB6E1; }
  a.badge-info_h4cjx:hover, a.badge-info_h4cjx:focus {
    color: #fff;
    background-color: #1892b4; }
  a.badge-info_h4cjx:focus, a.badge-info_h4cjx.focus_2UhIZ {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(30, 182, 225, 0.5); }

.badge-warning_3z6sr {
  color: #2f3032;
  background-color: #FFD76D; }
  a.badge-warning_3z6sr:hover, a.badge-warning_3z6sr:focus {
    color: #2f3032;
    background-color: #ffc93a; }
  a.badge-warning_3z6sr:focus, a.badge-warning_3z6sr.focus_2UhIZ {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(255, 215, 109, 0.5); }

.badge-yellow_2KuWh {
  color: #2f3032;
  background-color: #ffb400; }
  a.badge-yellow_2KuWh:hover, a.badge-yellow_2KuWh:focus {
    color: #2f3032;
    background-color: #cc9000; }
  a.badge-yellow_2KuWh:focus, a.badge-yellow_2KuWh.focus_2UhIZ {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(255, 180, 0, 0.5); }

.badge-danger_lVEjs {
  color: #fff;
  background-color: #D10010; }
  a.badge-danger_lVEjs:hover, a.badge-danger_lVEjs:focus {
    color: #fff;
    background-color: #9e000c; }
  a.badge-danger_lVEjs:focus, a.badge-danger_lVEjs.focus_2UhIZ {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(209, 0, 16, 0.5); }

.badge-light_KdzYS {
  color: #2f3032;
  background-color: #FAFAFA; }
  a.badge-light_KdzYS:hover, a.badge-light_KdzYS:focus {
    color: #2f3032;
    background-color: #e1e1e1; }
  a.badge-light_KdzYS:focus, a.badge-light_KdzYS.focus_2UhIZ {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(250, 250, 250, 0.5); }

.badge-dark_3EoHu {
  color: #fff;
  background-color: #3f4042; }
  a.badge-dark_3EoHu:hover, a.badge-dark_3EoHu:focus {
    color: #fff;
    background-color: #262728; }
  a.badge-dark_3EoHu:focus, a.badge-dark_3EoHu.focus_2UhIZ {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(63, 64, 66, 0.5); }

.badge-cyan_1qwwS {
  color: #fff;
  background-color: #1EB6E1; }
  a.badge-cyan_1qwwS:hover, a.badge-cyan_1qwwS:focus {
    color: #fff;
    background-color: #1892b4; }
  a.badge-cyan_1qwwS:focus, a.badge-cyan_1qwwS.focus_2UhIZ {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(30, 182, 225, 0.5); }

.badge-gray-75_382Hc {
  color: #fff;
  background-color: #55565a; }
  a.badge-gray-75_382Hc:hover, a.badge-gray-75_382Hc:focus {
    color: #fff;
    background-color: #3c3d40; }
  a.badge-gray-75_382Hc:focus, a.badge-gray-75_382Hc.focus_2UhIZ {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(85, 86, 90, 0.5); }

.badge-gray-50_2ty9y {
  color: #fff;
  background-color: #77787b; }
  a.badge-gray-50_2ty9y:hover, a.badge-gray-50_2ty9y:focus {
    color: #fff;
    background-color: #5e5f61; }
  a.badge-gray-50_2ty9y:focus, a.badge-gray-50_2ty9y.focus_2UhIZ {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(119, 120, 123, 0.5); }

.badge-gray-25_18nHu {
  color: #2f3032;
  background-color: #bbbbbd; }
  a.badge-gray-25_18nHu:hover, a.badge-gray-25_18nHu:focus {
    color: #2f3032;
    background-color: #a1a1a4; }
  a.badge-gray-25_18nHu:focus, a.badge-gray-25_18nHu.focus_2UhIZ {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(187, 187, 189, 0.5); }

.jumbotron_2okMN {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #FAFAFA;
  border-radius: 0.5rem; }
  @media (min-width: 576px) {
    .jumbotron_2okMN {
      padding: 4rem 2rem; } }

.jumbotron-fluid_2Zy31 {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert_3r9If {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem; }

.alert-heading_1ouzI {
  color: inherit; }

.alert-link_15HVE {
  font-weight: 700; }

.alert-dismissible_1WZc5 {
  padding-right: 4rem; }
  .alert-dismissible_1WZc5 .close_3h30H {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary_v-d65 {
  color: #540a67;
  background-color: #ad63c0;
  border-color: #a14bb6; }
  .alert-primary_v-d65 hr {
    border-top-color: #9143a5; }
  .alert-primary_v-d65 .alert-link_15HVE {
    color: #2e0539; }

.alert-secondary_3Ea1F {
  color: #96144e;
  background-color: #ef6da7;
  border-color: #ec569a; }
  .alert-secondary_3Ea1F hr {
    border-top-color: #e93f8c; }
  .alert-secondary_3Ea1F .alert-link_15HVE {
    color: #690e37; }

.alert-success_S0JVV {
  color: #00823f;
  background-color: #59db98;
  border-color: #40d689; }
  .alert-success_S0JVV hr {
    border-top-color: #2dd07c; }
  .alert-success_S0JVV .alert-link_15HVE {
    color: #004f26; }

.alert-info_zvcfk {
  color: #147692;
  background-color: #6dd0ec;
  border-color: #56c8e9; }
  .alert-info_zvcfk hr {
    border-top-color: #3fc1e6; }
  .alert-info_zvcfk .alert-link_15HVE {
    color: #0e5265; }

.alert-warning_xFKQ6 {
  color: #a68c47;
  background-color: #ffe5a0;
  border-color: #ffe192; }
  .alert-warning_xFKQ6 hr {
    border-top-color: #ffda79; }
  .alert-warning_xFKQ6 .alert-link_15HVE {
    color: #826e38; }

.alert-yellow_3_g24 {
  color: #a67500;
  background-color: #ffce59;
  border-color: #ffc740; }
  .alert-yellow_3_g24 hr {
    border-top-color: #ffc027; }
  .alert-yellow_3_g24 .alert-link_15HVE {
    color: #735100; }

.alert-danger_2yQkC {
  color: #88000a;
  background-color: #e15964;
  border-color: #dd404c; }
  .alert-danger_2yQkC hr {
    border-top-color: #d92a38; }
  .alert-danger_2yQkC .alert-link_15HVE {
    color: #550006; }

.alert-light_3h3tB {
  color: #a3a3a3;
  background-color: #fcfcfc;
  border-color: #fbfbfb; }
  .alert-light_3h3tB hr {
    border-top-color: #eeeeee; }
  .alert-light_3h3tB .alert-link_15HVE {
    color: #8a8a8a; }

.alert-dark_8wNQD {
  color: #292a2b;
  background-color: #828384;
  border-color: #6f7071; }
  .alert-dark_8wNQD hr {
    border-top-color: #626364; }
  .alert-dark_8wNQD .alert-link_15HVE {
    color: #101111; }

.alert-cyan_2TUh2 {
  color: #147692;
  background-color: #6dd0ec;
  border-color: #56c8e9; }
  .alert-cyan_2TUh2 hr {
    border-top-color: #3fc1e6; }
  .alert-cyan_2TUh2 .alert-link_15HVE {
    color: #0e5265; }

.alert-gray-75_X6sj4 {
  color: #37383b;
  background-color: #919194;
  border-color: #808083; }
  .alert-gray-75_X6sj4 hr {
    border-top-color: #737376; }
  .alert-gray-75_X6sj4 .alert-link_15HVE {
    color: #1e1f21; }

.alert-gray-50_2b9Uu {
  color: #4d4e50;
  background-color: #a7a7a9;
  border-color: #999a9c; }
  .alert-gray-50_2b9Uu hr {
    border-top-color: #8c8d8f; }
  .alert-gray-50_2b9Uu .alert-link_15HVE {
    color: #343536; }

.alert-gray-25_3g01W {
  color: #7a7a7b;
  background-color: #d3d3d4;
  border-color: #ccccce; }
  .alert-gray-25_3g01W hr {
    border-top-color: #bfbfc2; }
  .alert-gray-25_3g01W .alert-link_15HVE {
    color: #616161; }

@keyframes progress-bar-stripes_3W7oT {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress_36Fhf {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #FAFAFA;
  border-radius: 0.5rem; }

.progress-bar_1l-cy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #810f9e;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar_1l-cy {
      transition: none; } }

.progress-bar-striped_1Jv8y {
  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_3qPyl {
  animation: progress-bar-stripes_3W7oT 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated_3qPyl {
      animation: none; } }

.media_jTKbx {
  display: flex;
  align-items: flex-start; }

.media-body_36JIB {
  flex: 1; }

.list-group_141oD {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.5rem; }

.list-group-item-action_34nf8 {
  width: 100%;
  color: #55565a;
  text-align: inherit; }
  .list-group-item-action_34nf8:hover, .list-group-item-action_34nf8:focus {
    z-index: 1;
    color: #55565a;
    text-decoration: none;
    background-color: #FAFAFA; }
  .list-group-item-action_34nf8:active {
    color: #3f4042;
    background-color: #FAFAFA; }

.list-group-item_1LdFx {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item_1LdFx:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item_1LdFx:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item_1LdFx.disabled_2-mcq, .list-group-item_1LdFx:disabled {
    color: #77787b;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item_1LdFx.active_eecWa {
    z-index: 2;
    color: #fff;
    background-color: #810f9e;
    border-color: #810f9e; }
  .list-group-item_1LdFx + .list-group-item_1LdFx {
    border-top-width: 0; }
    .list-group-item_1LdFx + .list-group-item_1LdFx.active_eecWa {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal_3je1T {
  flex-direction: row; }
  .list-group-horizontal_3je1T > .list-group-item_1LdFx:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0; }
  .list-group-horizontal_3je1T > .list-group-item_1LdFx:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal_3je1T > .list-group-item_1LdFx.active_eecWa {
    margin-top: 0; }
  .list-group-horizontal_3je1T > .list-group-item_1LdFx + .list-group-item_1LdFx {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal_3je1T > .list-group-item_1LdFx + .list-group-item_1LdFx.active_eecWa {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm_1VPQe {
    flex-direction: row; }
    .list-group-horizontal-sm_1VPQe > .list-group-item_1LdFx:first-child {
      border-bottom-left-radius: 0.5rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm_1VPQe > .list-group-item_1LdFx:last-child {
      border-top-right-radius: 0.5rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm_1VPQe > .list-group-item_1LdFx.active_eecWa {
      margin-top: 0; }
    .list-group-horizontal-sm_1VPQe > .list-group-item_1LdFx + .list-group-item_1LdFx {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm_1VPQe > .list-group-item_1LdFx + .list-group-item_1LdFx.active_eecWa {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md_2BoTk {
    flex-direction: row; }
    .list-group-horizontal-md_2BoTk > .list-group-item_1LdFx:first-child {
      border-bottom-left-radius: 0.5rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md_2BoTk > .list-group-item_1LdFx:last-child {
      border-top-right-radius: 0.5rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md_2BoTk > .list-group-item_1LdFx.active_eecWa {
      margin-top: 0; }
    .list-group-horizontal-md_2BoTk > .list-group-item_1LdFx + .list-group-item_1LdFx {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md_2BoTk > .list-group-item_1LdFx + .list-group-item_1LdFx.active_eecWa {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg_1SLA4 {
    flex-direction: row; }
    .list-group-horizontal-lg_1SLA4 > .list-group-item_1LdFx:first-child {
      border-bottom-left-radius: 0.5rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg_1SLA4 > .list-group-item_1LdFx:last-child {
      border-top-right-radius: 0.5rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg_1SLA4 > .list-group-item_1LdFx.active_eecWa {
      margin-top: 0; }
    .list-group-horizontal-lg_1SLA4 > .list-group-item_1LdFx + .list-group-item_1LdFx {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg_1SLA4 > .list-group-item_1LdFx + .list-group-item_1LdFx.active_eecWa {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl_35P2n {
    flex-direction: row; }
    .list-group-horizontal-xl_35P2n > .list-group-item_1LdFx:first-child {
      border-bottom-left-radius: 0.5rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl_35P2n > .list-group-item_1LdFx:last-child {
      border-top-right-radius: 0.5rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl_35P2n > .list-group-item_1LdFx.active_eecWa {
      margin-top: 0; }
    .list-group-horizontal-xl_35P2n > .list-group-item_1LdFx + .list-group-item_1LdFx {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl_35P2n > .list-group-item_1LdFx + .list-group-item_1LdFx.active_eecWa {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush_1hQgm {
  border-radius: 0; }
  .list-group-flush_1hQgm > .list-group-item_1LdFx {
    border-width: 0 0 1px; }
    .list-group-flush_1hQgm > .list-group-item_1LdFx:last-child {
      border-bottom-width: 0; }

.list-group-item-primary_2n0bl {
  color: #5a0b6f;
  background-color: #ba7bca; }
  .list-group-item-primary_2n0bl.list-group-item-action_34nf8:hover, .list-group-item-primary_2n0bl.list-group-item-action_34nf8:focus {
    color: #5a0b6f;
    background-color: #b069c3; }
  .list-group-item-primary_2n0bl.list-group-item-action_34nf8.active_eecWa {
    color: #fff;
    background-color: #5a0b6f;
    border-color: #5a0b6f; }

.list-group-item-secondary_1O2wg {
  color: #a11554;
  background-color: #f183b5; }
  .list-group-item-secondary_1O2wg.list-group-item-action_34nf8:hover, .list-group-item-secondary_1O2wg.list-group-item-action_34nf8:focus {
    color: #a11554;
    background-color: #ee6ca7; }
  .list-group-item-secondary_1O2wg.list-group-item-action_34nf8.active_eecWa {
    color: #fff;
    background-color: #a11554;
    border-color: #a11554; }

.list-group-item-success_akpeI {
  color: #008c44;
  background-color: #73e1a8; }
  .list-group-item-success_akpeI.list-group-item-action_34nf8:hover, .list-group-item-success_akpeI.list-group-item-action_34nf8:focus {
    color: #008c44;
    background-color: #5edd9b; }
  .list-group-item-success_akpeI.list-group-item-action_34nf8.active_eecWa {
    color: #fff;
    background-color: #008c44;
    border-color: #008c44; }

.list-group-item-info_mfkr6 {
  color: #157f9e;
  background-color: #83d7ef; }
  .list-group-item-info_mfkr6.list-group-item-action_34nf8:hover, .list-group-item-info_mfkr6.list-group-item-action_34nf8:focus {
    color: #157f9e;
    background-color: #6cd0ec; }
  .list-group-item-info_mfkr6.list-group-item-action_34nf8.active_eecWa {
    color: #fff;
    background-color: #157f9e;
    border-color: #157f9e; }

.list-group-item-warning_UeROs {
  color: #b3974c;
  background-color: #ffe9af; }
  .list-group-item-warning_UeROs.list-group-item-action_34nf8:hover, .list-group-item-warning_UeROs.list-group-item-action_34nf8:focus {
    color: #b3974c;
    background-color: #ffe296; }
  .list-group-item-warning_UeROs.list-group-item-action_34nf8.active_eecWa {
    color: #fff;
    background-color: #b3974c;
    border-color: #b3974c; }

.list-group-item-yellow_3VgBv {
  color: #b37e00;
  background-color: #ffd673; }
  .list-group-item-yellow_3VgBv.list-group-item-action_34nf8:hover, .list-group-item-yellow_3VgBv.list-group-item-action_34nf8:focus {
    color: #b37e00;
    background-color: #ffcf5a; }
  .list-group-item-yellow_3VgBv.list-group-item-action_34nf8.active_eecWa {
    color: #fff;
    background-color: #b37e00;
    border-color: #b37e00; }

.list-group-item-danger_3aSQ5 {
  color: #92000b;
  background-color: #e6737c; }
  .list-group-item-danger_3aSQ5.list-group-item-action_34nf8:hover, .list-group-item-danger_3aSQ5.list-group-item-action_34nf8:focus {
    color: #92000b;
    background-color: #e25d68; }
  .list-group-item-danger_3aSQ5.list-group-item-action_34nf8.active_eecWa {
    color: #fff;
    background-color: #92000b;
    border-color: #92000b; }

.list-group-item-light_3isl5 {
  color: #afafaf;
  background-color: #fcfcfc; }
  .list-group-item-light_3isl5.list-group-item-action_34nf8:hover, .list-group-item-light_3isl5.list-group-item-action_34nf8:focus {
    color: #afafaf;
    background-color: #efefef; }
  .list-group-item-light_3isl5.list-group-item-action_34nf8.active_eecWa {
    color: #fff;
    background-color: #afafaf;
    border-color: #afafaf; }

.list-group-item-dark_3zmvC {
  color: #2c2d2e;
  background-color: #959697; }
  .list-group-item-dark_3zmvC.list-group-item-action_34nf8:hover, .list-group-item-dark_3zmvC.list-group-item-action_34nf8:focus {
    color: #2c2d2e;
    background-color: #88898a; }
  .list-group-item-dark_3zmvC.list-group-item-action_34nf8.active_eecWa {
    color: #fff;
    background-color: #2c2d2e;
    border-color: #2c2d2e; }

.list-group-item-cyan_qmBN4 {
  color: #157f9e;
  background-color: #83d7ef; }
  .list-group-item-cyan_qmBN4.list-group-item-action_34nf8:hover, .list-group-item-cyan_qmBN4.list-group-item-action_34nf8:focus {
    color: #157f9e;
    background-color: #6cd0ec; }
  .list-group-item-cyan_qmBN4.list-group-item-action_34nf8.active_eecWa {
    color: #fff;
    background-color: #157f9e;
    border-color: #157f9e; }

.list-group-item-gray-75_zSzlo {
  color: #3c3c3f;
  background-color: #a2a2a4; }
  .list-group-item-gray-75_zSzlo.list-group-item-action_34nf8:hover, .list-group-item-gray-75_zSzlo.list-group-item-action_34nf8:focus {
    color: #3c3c3f;
    background-color: #959597; }
  .list-group-item-gray-75_zSzlo.list-group-item-action_34nf8.active_eecWa {
    color: #fff;
    background-color: #3c3c3f;
    border-color: #3c3c3f; }

.list-group-item-gray-50_1J-hP {
  color: #535456;
  background-color: #b4b5b6; }
  .list-group-item-gray-50_1J-hP.list-group-item-action_34nf8:hover, .list-group-item-gray-50_1J-hP.list-group-item-action_34nf8:focus {
    color: #535456;
    background-color: #a7a8a9; }
  .list-group-item-gray-50_1J-hP.list-group-item-action_34nf8.active_eecWa {
    color: #fff;
    background-color: #535456;
    border-color: #535456; }

.list-group-item-gray-25_2rpCi {
  color: #838384;
  background-color: #dadadb; }
  .list-group-item-gray-25_2rpCi.list-group-item-action_34nf8:hover, .list-group-item-gray-25_2rpCi.list-group-item-action_34nf8:focus {
    color: #838384;
    background-color: #cdcdce; }
  .list-group-item-gray-25_2rpCi.list-group-item-action_34nf8.active_eecWa {
    color: #fff;
    background-color: #838384;
    border-color: #838384; }

.close_3h30H {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close_3h30H:hover {
    color: #000;
    text-decoration: none; }
  .close_3h30H:not(:disabled):not(.disabled_2-mcq):hover, .close_3h30H:not(:disabled):not(.disabled_2-mcq):focus {
    opacity: .75; }

button.close_3h30H {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close_3h30H.disabled_2-mcq {
  pointer-events: none; }

.toast_1ehGo {
  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_1ehGo:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast_1ehGo.showing_cg4g6 {
    opacity: 1; }
  .toast_1ehGo.show_20ZTI {
    display: block;
    opacity: 1; }
  .toast_1ehGo.hide_3G7F6 {
    display: none; }

.toast-header_1xJQ- {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #77787b;
  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_3J4uh {
  padding: 0.75rem; }

.modal-open_uvceT {
  overflow: hidden; }
  .modal-open_uvceT .modal_2heSs {
    overflow-x: hidden;
    overflow-y: auto; }

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

.modal-dialog_2-DLA {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal_2heSs.fade_1eciK .modal-dialog_2-DLA {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal_2heSs.fade_1eciK .modal-dialog_2-DLA {
        transition: none; } }
  .modal_2heSs.show_20ZTI .modal-dialog_2-DLA {
    transform: none; }
  .modal_2heSs.modal-static_1w3MN .modal-dialog_2-DLA {
    transform: scale(1.02); }

.modal-dialog-scrollable_oN7wT {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable_oN7wT .modal-content_3nWfz {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable_oN7wT .modal-header_2wDHt,
  .modal-dialog-scrollable_oN7wT .modal-footer_XDZXa {
    flex-shrink: 0; }
  .modal-dialog-scrollable_oN7wT .modal-body_r2Zyk {
    overflow-y: auto; }

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

.modal-content_3nWfz {
  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.5rem;
  outline: 0; }

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

.modal-header_2wDHt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid transparent;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px); }
  .modal-header_2wDHt .close_3h30H {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog_2-DLA {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable_oN7wT {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable_oN7wT .modal-content_3nWfz {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered_2h0ZB {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered_2h0ZB::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm_DVHh4 {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg_1isbw,
  .modal-xl_RFjgg {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl_RFjgg {
    max-width: 1140px; } }

.tooltip_1mNRx {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", -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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip_1mNRx.show_20ZTI {
    opacity: 0.9; }
  .tooltip_1mNRx .arrow_zuvz4 {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip_1mNRx .arrow_zuvz4::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover_32ApW {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", -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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem; }
  .popover_32ApW .arrow_zuvz4 {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.5rem; }
    .popover_32ApW .arrow_zuvz4::before, .popover_32ApW .arrow_zuvz4::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

.popover-header_2r756 {
  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.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px); }
  .popover-header_2r756:empty {
    display: none; }

.popover-body__DVTs {
  padding: 0.5rem 0.75rem;
  color: #3f4042; }

.carousel_3qdGc {
  position: relative; }

.carousel_3qdGc.pointer-event_3mafY {
  touch-action: pan-y; }

.carousel-inner_1W3sG {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner_1W3sG::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item_FeC_o {
  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_FeC_o {
      transition: none; } }

.carousel-item_FeC_o.active_eecWa,
.carousel-item-next_2x1wb,
.carousel-item-prev_3_ub8 {
  display: block; }

.carousel-item-next_2x1wb:not(.carousel-item-left_1yF2N),
.active_eecWa.carousel-item-right_brhsF {
  transform: translateX(100%); }

.carousel-item-prev_3_ub8:not(.carousel-item-right_brhsF),
.active_eecWa.carousel-item-left_1yF2N {
  transform: translateX(-100%); }

.carousel-fade_1SYVE .carousel-item_FeC_o {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade_1SYVE .carousel-item_FeC_o.active_eecWa,
.carousel-fade_1SYVE .carousel-item-next_2x1wb.carousel-item-left_1yF2N,
.carousel-fade_1SYVE .carousel-item-prev_3_ub8.carousel-item-right_brhsF {
  z-index: 1;
  opacity: 1; }

.carousel-fade_1SYVE .active_eecWa.carousel-item-left_1yF2N,
.carousel-fade_1SYVE .active_eecWa.carousel-item-right_brhsF {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade_1SYVE .active_eecWa.carousel-item-left_1yF2N,
    .carousel-fade_1SYVE .active_eecWa.carousel-item-right_brhsF {
      transition: none; } }

.carousel-control-prev_20Jqq,
.carousel-control-next_1ZK2a {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev_20Jqq,
    .carousel-control-next_1ZK2a {
      transition: none; } }
  .carousel-control-prev_20Jqq:hover, .carousel-control-prev_20Jqq:focus,
  .carousel-control-next_1ZK2a:hover,
  .carousel-control-next_1ZK2a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev_20Jqq {
  left: 0; }

.carousel-control-next_1ZK2a {
  right: 0; }

.carousel-control-prev-icon_2IdUx,
.carousel-control-next-icon_1eQIe {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon_2IdUx {
  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_1eQIe {
  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_2-Yq6 {
  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_2-Yq6 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: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators_2-Yq6 li {
        transition: none; } }
  .carousel-indicators_2-Yq6 .active_eecWa {
    opacity: 1; }

.carousel-caption_3mlwK {
  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_6dw-E {
  to {
    transform: rotate(360deg); } }

.spinner-border_6dw-E {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border_6dw-E .75s linear infinite; }

.spinner-border-sm_2veeZ {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow_2cN7f {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow_2cN7f {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow_2cN7f .75s linear infinite; }

.spinner-grow-sm_1y1xg {
  width: 1rem;
  height: 1rem; }

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

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

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

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

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

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

.bg-primary_v6gB_ {
  background-color: #810f9e !important; }

a.bg-primary_v6gB_:hover, a.bg-primary_v6gB_:focus,
button.bg-primary_v6gB_:hover,
button.bg-primary_v6gB_:focus {
  background-color: #5b0b6f !important; }

.bg-secondary_1r9Jz {
  background-color: #e61e78 !important; }

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

.bg-success_2JugN {
  background-color: #00C861 !important; }

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

.bg-info_26CCf {
  background-color: #1EB6E1 !important; }

a.bg-info_26CCf:hover, a.bg-info_26CCf:focus,
button.bg-info_26CCf:hover,
button.bg-info_26CCf:focus {
  background-color: #1892b4 !important; }

.bg-warning_1YMvC {
  background-color: #FFD76D !important; }

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

.bg-yellow_2vVIW {
  background-color: #ffb400 !important; }

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

.bg-danger_3Q7kv {
  background-color: #D10010 !important; }

a.bg-danger_3Q7kv:hover, a.bg-danger_3Q7kv:focus,
button.bg-danger_3Q7kv:hover,
button.bg-danger_3Q7kv:focus {
  background-color: #9e000c !important; }

.bg-light_2djxk {
  background-color: #FAFAFA !important; }

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

.bg-dark_2Uc0Y {
  background-color: #3f4042 !important; }

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

.bg-cyan_1oc0j {
  background-color: #1EB6E1 !important; }

a.bg-cyan_1oc0j:hover, a.bg-cyan_1oc0j:focus,
button.bg-cyan_1oc0j:hover,
button.bg-cyan_1oc0j:focus {
  background-color: #1892b4 !important; }

.bg-gray-75_3LSwi {
  background-color: #55565a !important; }

a.bg-gray-75_3LSwi:hover, a.bg-gray-75_3LSwi:focus,
button.bg-gray-75_3LSwi:hover,
button.bg-gray-75_3LSwi:focus {
  background-color: #3c3d40 !important; }

.bg-gray-50_ZVCXc {
  background-color: #77787b !important; }

a.bg-gray-50_ZVCXc:hover, a.bg-gray-50_ZVCXc:focus,
button.bg-gray-50_ZVCXc:hover,
button.bg-gray-50_ZVCXc:focus {
  background-color: #5e5f61 !important; }

.bg-gray-25_3ekzO {
  background-color: #bbbbbd !important; }

a.bg-gray-25_3ekzO:hover, a.bg-gray-25_3ekzO:focus,
button.bg-gray-25_3ekzO:hover,
button.bg-gray-25_3ekzO:focus {
  background-color: #a1a1a4 !important; }

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

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

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

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

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

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

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

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

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

.border-right-0_26-2i {
  border-right: 0 !important; }

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

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

.border-primary_3QJSg {
  border-color: #810f9e !important; }

.border-secondary_26W0w {
  border-color: #e61e78 !important; }

.border-success_1LT6i {
  border-color: #00C861 !important; }

.border-info_1RR1q {
  border-color: #1EB6E1 !important; }

.border-warning_2OU9d {
  border-color: #FFD76D !important; }

.border-yellow_1h6_T {
  border-color: #ffb400 !important; }

.border-danger_1Knbq {
  border-color: #D10010 !important; }

.border-light_2HvDh {
  border-color: #FAFAFA !important; }

.border-dark_3_TQY {
  border-color: #3f4042 !important; }

.border-cyan_1RtTd {
  border-color: #1EB6E1 !important; }

.border-gray-75_1ZFUe {
  border-color: #55565a !important; }

.border-gray-50_2pSYv {
  border-color: #77787b !important; }

.border-gray-25_1yZBM {
  border-color: #bbbbbd !important; }

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

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

.rounded_1v3x_ {
  border-radius: 0.5rem !important; }

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

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

.rounded-bottom_1-4w0 {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

.d-table_3SysI {
  display: table !important; }

.d-table-row_2VZ6W {
  display: table-row !important; }

.d-table-cell_q4LGL {
  display: table-cell !important; }

.d-flex_1Mang {
  display: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none_1ZAE_ {
    display: none !important; }
  .d-sm-inline_2vdYH {
    display: inline !important; }
  .d-sm-inline-block_2t87O {
    display: inline-block !important; }
  .d-sm-block_1Xj5O {
    display: block !important; }
  .d-sm-table_1frvr {
    display: table !important; }
  .d-sm-table-row_2tJ1Y {
    display: table-row !important; }
  .d-sm-table-cell_vQM6n {
    display: table-cell !important; }
  .d-sm-flex_igcDR {
    display: flex !important; }
  .d-sm-inline-flex_ijyCl {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none_Ph3P5 {
    display: none !important; }
  .d-md-inline_2dH2Q {
    display: inline !important; }
  .d-md-inline-block_VzEnF {
    display: inline-block !important; }
  .d-md-block_2Q4o0 {
    display: block !important; }
  .d-md-table_Dn_5r {
    display: table !important; }
  .d-md-table-row_1YYjg {
    display: table-row !important; }
  .d-md-table-cell_g9mTi {
    display: table-cell !important; }
  .d-md-flex_2sY4P {
    display: flex !important; }
  .d-md-inline-flex_33Qzq {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none_1iOb8 {
    display: none !important; }
  .d-lg-inline_2fxSs {
    display: inline !important; }
  .d-lg-inline-block_3H5LV {
    display: inline-block !important; }
  .d-lg-block_jug0c {
    display: block !important; }
  .d-lg-table_3NdTd {
    display: table !important; }
  .d-lg-table-row_2TR5j {
    display: table-row !important; }
  .d-lg-table-cell_ESS7k {
    display: table-cell !important; }
  .d-lg-flex_5T5eF {
    display: flex !important; }
  .d-lg-inline-flex_2c7xv {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none_2y8cU {
    display: none !important; }
  .d-xl-inline_2WuOh {
    display: inline !important; }
  .d-xl-inline-block_3sxTa {
    display: inline-block !important; }
  .d-xl-block_2aNEb {
    display: block !important; }
  .d-xl-table_20GxR {
    display: table !important; }
  .d-xl-table-row_3WtG9 {
    display: table-row !important; }
  .d-xl-table-cell_1aqFQ {
    display: table-cell !important; }
  .d-xl-flex_1hbaE {
    display: flex !important; }
  .d-xl-inline-flex_201Ot {
    display: inline-flex !important; } }

@media print {
  .d-print-none_3SJ-0 {
    display: none !important; }
  .d-print-inline_ddQSX {
    display: inline !important; }
  .d-print-inline-block_wcYr3 {
    display: inline-block !important; }
  .d-print-block_1OAsP {
    display: block !important; }
  .d-print-table_1uGAC {
    display: table !important; }
  .d-print-table-row_2spIs {
    display: table-row !important; }
  .d-print-table-cell_3t6lt {
    display: table-cell !important; }
  .d-print-flex_35wH0 {
    display: flex !important; }
  .d-print-inline-flex_3oz1q {
    display: inline-flex !important; } }

.embed-responsive_1ZYyr {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive_1ZYyr::before {
    display: block;
    content: ""; }
  .embed-responsive_1ZYyr .embed-responsive-item_2Skx3,
  .embed-responsive_1ZYyr iframe,
  .embed-responsive_1ZYyr embed,
  .embed-responsive_1ZYyr object,
  .embed-responsive_1ZYyr video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9_i1wXQ::before {
  padding-top: 42.85714%; }

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

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

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

.flex-row_BlE3_ {
  flex-direction: row !important; }

.flex-column_3rkMj {
  flex-direction: column !important; }

.flex-row-reverse_1B2R8 {
  flex-direction: row-reverse !important; }

.flex-column-reverse_It-u_ {
  flex-direction: column-reverse !important; }

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

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

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

.flex-fill_1wKgb {
  flex: 1 1 auto !important; }

.flex-grow-0_1RB8t {
  flex-grow: 0 !important; }

.flex-grow-1_3U3Mq {
  flex-grow: 1 !important; }

.flex-shrink-0_1N5At {
  flex-shrink: 0 !important; }

.flex-shrink-1_2wScu {
  flex-shrink: 1 !important; }

.justify-content-start_pVPTv {
  justify-content: flex-start !important; }

.justify-content-end_2TZl7 {
  justify-content: flex-end !important; }

.justify-content-center_3eBQe {
  justify-content: center !important; }

.justify-content-between_2BsTY {
  justify-content: space-between !important; }

.justify-content-around_1ODQW {
  justify-content: space-around !important; }

.align-items-start_3ZnTF {
  align-items: flex-start !important; }

.align-items-end_1pxKd {
  align-items: flex-end !important; }

.align-items-center_2fI8h {
  align-items: center !important; }

.align-items-baseline_Zb_2T {
  align-items: baseline !important; }

.align-items-stretch_1tsHL {
  align-items: stretch !important; }

.align-content-start_1bdxl {
  align-content: flex-start !important; }

.align-content-end_8FwPa {
  align-content: flex-end !important; }

.align-content-center_3uQFK {
  align-content: center !important; }

.align-content-between_3vb16 {
  align-content: space-between !important; }

.align-content-around_nLzNO {
  align-content: space-around !important; }

.align-content-stretch_1itvw {
  align-content: stretch !important; }

.align-self-auto_1Wi4T {
  align-self: auto !important; }

.align-self-start_1IAOV {
  align-self: flex-start !important; }

.align-self-end_3shBK {
  align-self: flex-end !important; }

.align-self-center_uqj5l {
  align-self: center !important; }

.align-self-baseline_2BNGh {
  align-self: baseline !important; }

.align-self-stretch_3bZwJ {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row_o2rMA {
    flex-direction: row !important; }
  .flex-sm-column_1sXxT {
    flex-direction: column !important; }
  .flex-sm-row-reverse_2tzHf {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse_1Qd6h {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap_S48XE {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap_uAjJC {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse_2yoTv {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill_oGGLZ {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0_1dgle {
    flex-grow: 0 !important; }
  .flex-sm-grow-1_2Pjm7 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0_jM0AK {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1_35D4I {
    flex-shrink: 1 !important; }
  .justify-content-sm-start_3uiuF {
    justify-content: flex-start !important; }
  .justify-content-sm-end_3qYyE {
    justify-content: flex-end !important; }
  .justify-content-sm-center_3kFkM {
    justify-content: center !important; }
  .justify-content-sm-between_aygNJ {
    justify-content: space-between !important; }
  .justify-content-sm-around_dDotu {
    justify-content: space-around !important; }
  .align-items-sm-start_2YtLz {
    align-items: flex-start !important; }
  .align-items-sm-end_1nbL4 {
    align-items: flex-end !important; }
  .align-items-sm-center_272GG {
    align-items: center !important; }
  .align-items-sm-baseline_3CCs4 {
    align-items: baseline !important; }
  .align-items-sm-stretch_kF6GS {
    align-items: stretch !important; }
  .align-content-sm-start_V1zXq {
    align-content: flex-start !important; }
  .align-content-sm-end_3slXZ {
    align-content: flex-end !important; }
  .align-content-sm-center_jsqW8 {
    align-content: center !important; }
  .align-content-sm-between_1Dq1m {
    align-content: space-between !important; }
  .align-content-sm-around_1zFx2 {
    align-content: space-around !important; }
  .align-content-sm-stretch_3C8LL {
    align-content: stretch !important; }
  .align-self-sm-auto_P3h1y {
    align-self: auto !important; }
  .align-self-sm-start_28UT8 {
    align-self: flex-start !important; }
  .align-self-sm-end_1gky0 {
    align-self: flex-end !important; }
  .align-self-sm-center_2MwP3 {
    align-self: center !important; }
  .align-self-sm-baseline_3Su00 {
    align-self: baseline !important; }
  .align-self-sm-stretch_3yqk7 {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row_1H2Ia {
    flex-direction: row !important; }
  .flex-md-column_TYo5S {
    flex-direction: column !important; }
  .flex-md-row-reverse_12uaF {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse_3FKrI {
    flex-direction: column-reverse !important; }
  .flex-md-wrap_1BliR {
    flex-wrap: wrap !important; }
  .flex-md-nowrap_30NW4 {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse_3v1jf {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill_pgGfa {
    flex: 1 1 auto !important; }
  .flex-md-grow-0_2PowM {
    flex-grow: 0 !important; }
  .flex-md-grow-1_2YhCG {
    flex-grow: 1 !important; }
  .flex-md-shrink-0_3BDJk {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1_12d-T {
    flex-shrink: 1 !important; }
  .justify-content-md-start_1qCZH {
    justify-content: flex-start !important; }
  .justify-content-md-end_1ysXv {
    justify-content: flex-end !important; }
  .justify-content-md-center_1wWJb {
    justify-content: center !important; }
  .justify-content-md-between_2Q_jQ {
    justify-content: space-between !important; }
  .justify-content-md-around_2g6Ce {
    justify-content: space-around !important; }
  .align-items-md-start_ACdQ1 {
    align-items: flex-start !important; }
  .align-items-md-end_3BcWq {
    align-items: flex-end !important; }
  .align-items-md-center_2uEc8 {
    align-items: center !important; }
  .align-items-md-baseline_1Parz {
    align-items: baseline !important; }
  .align-items-md-stretch_2GU_M {
    align-items: stretch !important; }
  .align-content-md-start_VARsv {
    align-content: flex-start !important; }
  .align-content-md-end_1F4cN {
    align-content: flex-end !important; }
  .align-content-md-center_2EqRm {
    align-content: center !important; }
  .align-content-md-between_1FBu3 {
    align-content: space-between !important; }
  .align-content-md-around_2rR7T {
    align-content: space-around !important; }
  .align-content-md-stretch_3sx8x {
    align-content: stretch !important; }
  .align-self-md-auto_2-z86 {
    align-self: auto !important; }
  .align-self-md-start_2vkHu {
    align-self: flex-start !important; }
  .align-self-md-end_2ajfh {
    align-self: flex-end !important; }
  .align-self-md-center_fQI-r {
    align-self: center !important; }
  .align-self-md-baseline__WDfN {
    align-self: baseline !important; }
  .align-self-md-stretch_2ncde {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row_acpGf {
    flex-direction: row !important; }
  .flex-lg-column_2E4cr {
    flex-direction: column !important; }
  .flex-lg-row-reverse_2WAQQ {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse_1eGYG {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap_HvTAX {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap_BVYq5 {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse_1xG47 {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill_3Yz3i {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0_3jpT0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1_3xyOF {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0_2SQFw {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1_pYyri {
    flex-shrink: 1 !important; }
  .justify-content-lg-start_F1Itt {
    justify-content: flex-start !important; }
  .justify-content-lg-end_3IBXR {
    justify-content: flex-end !important; }
  .justify-content-lg-center_3bUcx {
    justify-content: center !important; }
  .justify-content-lg-between_1Ehhf {
    justify-content: space-between !important; }
  .justify-content-lg-around_gF8WP {
    justify-content: space-around !important; }
  .align-items-lg-start_2GhTl {
    align-items: flex-start !important; }
  .align-items-lg-end_2r3DR {
    align-items: flex-end !important; }
  .align-items-lg-center_1XiFa {
    align-items: center !important; }
  .align-items-lg-baseline_1Ioj6 {
    align-items: baseline !important; }
  .align-items-lg-stretch_s53Bv {
    align-items: stretch !important; }
  .align-content-lg-start_1dI6R {
    align-content: flex-start !important; }
  .align-content-lg-end_QuXnA {
    align-content: flex-end !important; }
  .align-content-lg-center_sse4q {
    align-content: center !important; }
  .align-content-lg-between_3xWj_ {
    align-content: space-between !important; }
  .align-content-lg-around_2vzmc {
    align-content: space-around !important; }
  .align-content-lg-stretch_1jt2m {
    align-content: stretch !important; }
  .align-self-lg-auto_2qpD0 {
    align-self: auto !important; }
  .align-self-lg-start_1iYsh {
    align-self: flex-start !important; }
  .align-self-lg-end_fHyjp {
    align-self: flex-end !important; }
  .align-self-lg-center_1j9Qj {
    align-self: center !important; }
  .align-self-lg-baseline_2kZWA {
    align-self: baseline !important; }
  .align-self-lg-stretch_RYnZ4 {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row_22DEt {
    flex-direction: row !important; }
  .flex-xl-column_2HAmN {
    flex-direction: column !important; }
  .flex-xl-row-reverse_dYgdx {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse_3ybmd {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap_3hD5j {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap_3ab68 {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse_39AU2 {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill_tnSGi {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0_VV2nU {
    flex-grow: 0 !important; }
  .flex-xl-grow-1_Mb9iM {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0_2RZpk {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1_33bG- {
    flex-shrink: 1 !important; }
  .justify-content-xl-start_25SJM {
    justify-content: flex-start !important; }
  .justify-content-xl-end_2TMwS {
    justify-content: flex-end !important; }
  .justify-content-xl-center_2VqCm {
    justify-content: center !important; }
  .justify-content-xl-between_1wMho {
    justify-content: space-between !important; }
  .justify-content-xl-around_1zfFN {
    justify-content: space-around !important; }
  .align-items-xl-start_1cM8v {
    align-items: flex-start !important; }
  .align-items-xl-end_B0EZD {
    align-items: flex-end !important; }
  .align-items-xl-center_3BVtD {
    align-items: center !important; }
  .align-items-xl-baseline_1DAE9 {
    align-items: baseline !important; }
  .align-items-xl-stretch_1QrJn {
    align-items: stretch !important; }
  .align-content-xl-start_2CP1g {
    align-content: flex-start !important; }
  .align-content-xl-end_3WJb2 {
    align-content: flex-end !important; }
  .align-content-xl-center_3KI54 {
    align-content: center !important; }
  .align-content-xl-between_3RC1j {
    align-content: space-between !important; }
  .align-content-xl-around_NSFg4 {
    align-content: space-around !important; }
  .align-content-xl-stretch_19pmd {
    align-content: stretch !important; }
  .align-self-xl-auto_3-0Dl {
    align-self: auto !important; }
  .align-self-xl-start_2-t1T {
    align-self: flex-start !important; }
  .align-self-xl-end_mFP98 {
    align-self: flex-end !important; }
  .align-self-xl-center_3g0M3 {
    align-self: center !important; }
  .align-self-xl-baseline_eJV5Q {
    align-self: baseline !important; }
  .align-self-xl-stretch_2JA1n {
    align-self: stretch !important; } }

.float-left_3uHYi {
  float: left !important; }

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

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

@media (min-width: 576px) {
  .float-sm-left_y_a3- {
    float: left !important; }
  .float-sm-right_2xwEK {
    float: right !important; }
  .float-sm-none_21DUR {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left_fK13m {
    float: left !important; }
  .float-md-right_2yAe- {
    float: right !important; }
  .float-md-none_1V2x5 {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left_2PsTI {
    float: left !important; }
  .float-lg-right_12Ts- {
    float: right !important; }
  .float-lg-none_1tkkV {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left_1nRqD {
    float: left !important; }
  .float-xl-right_2-lIL {
    float: right !important; }
  .float-xl-none_cwwRk {
    float: none !important; } }

.user-select-all_mIxvx {
  user-select: all !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only_y31TF {
  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_1GVMJ:active, .sr-only-focusable_1GVMJ:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-1_drdfy,
.my-1_GiEQw {
  margin-top: 0.3125rem !important; }

.mr-1_AiRow,
.mx-1_2OV2T {
  margin-right: 0.3125rem !important; }

.mb-1_3Ma-5,
.my-1_GiEQw {
  margin-bottom: 0.3125rem !important; }

.ml-1_soc_j,
.mx-1_2OV2T {
  margin-left: 0.3125rem !important; }

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

.mt-2_2ZM2D,
.my-2_2IHTo {
  margin-top: 0.625rem !important; }

.mr-2_1gq1_,
.mx-2_C5Qgn {
  margin-right: 0.625rem !important; }

.mb-2_2GqZ0,
.my-2_2IHTo {
  margin-bottom: 0.625rem !important; }

.ml-2_1yt8T,
.mx-2_C5Qgn {
  margin-left: 0.625rem !important; }

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

.mt-3_1gLYK,
.my-3_3Tk8P {
  margin-top: 1.25rem !important; }

.mr-3_3O4RR,
.mx-3_AORUp {
  margin-right: 1.25rem !important; }

.mb-3_2-N_9,
.my-3_3Tk8P {
  margin-bottom: 1.25rem !important; }

.ml-3_3kMIr,
.mx-3_AORUp {
  margin-left: 1.25rem !important; }

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

.mt-4_fHCzm,
.my-4_1kwy- {
  margin-top: 1.875rem !important; }

.mr-4_CFr87,
.mx-4_2sOkQ {
  margin-right: 1.875rem !important; }

.mb-4_3AZkS,
.my-4_1kwy- {
  margin-bottom: 1.875rem !important; }

.ml-4_XWPo1,
.mx-4_2sOkQ {
  margin-left: 1.875rem !important; }

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

.mt-5_1L_nA,
.my-5_2XjFo {
  margin-top: 2.5rem !important; }

.mr-5_jjr7Q,
.mx-5_2zLFU {
  margin-right: 2.5rem !important; }

.mb-5_3tqUj,
.my-5_2XjFo {
  margin-bottom: 2.5rem !important; }

.ml-5_KVMeV,
.mx-5_2zLFU {
  margin-left: 2.5rem !important; }

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

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

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

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

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

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

.pt-1_2E5Tb,
.py-1_auR_y {
  padding-top: 0.3125rem !important; }

.pr-1_SfVh3,
.px-1_3qdL9 {
  padding-right: 0.3125rem !important; }

.pb-1_XsfL1,
.py-1_auR_y {
  padding-bottom: 0.3125rem !important; }

.pl-1_3MNhY,
.px-1_3qdL9 {
  padding-left: 0.3125rem !important; }

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

.pt-2_2WZMM,
.py-2_3dzNn {
  padding-top: 0.625rem !important; }

.pr-2_SW4Qu,
.px-2_28HGc {
  padding-right: 0.625rem !important; }

.pb-2_11flA,
.py-2_3dzNn {
  padding-bottom: 0.625rem !important; }

.pl-2_1VDut,
.px-2_28HGc {
  padding-left: 0.625rem !important; }

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

.pt-3_1aziN,
.py-3_6DG1f {
  padding-top: 1.25rem !important; }

.pr-3_2in4E,
.px-3_2Cw16 {
  padding-right: 1.25rem !important; }

.pb-3_35zue,
.py-3_6DG1f {
  padding-bottom: 1.25rem !important; }

.pl-3_23_7L,
.px-3_2Cw16 {
  padding-left: 1.25rem !important; }

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

.pt-4_7GkH7,
.py-4_2_bvc {
  padding-top: 1.875rem !important; }

.pr-4_3oAdX,
.px-4_290D5 {
  padding-right: 1.875rem !important; }

.pb-4_3j5dU,
.py-4_2_bvc {
  padding-bottom: 1.875rem !important; }

.pl-4_3b1WY,
.px-4_290D5 {
  padding-left: 1.875rem !important; }

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

.pt-5_95BEZ,
.py-5_M1B0V {
  padding-top: 2.5rem !important; }

.pr-5_3XDc6,
.px-5_1ggpk {
  padding-right: 2.5rem !important; }

.pb-5_2s6Bm,
.py-5_M1B0V {
  padding-bottom: 2.5rem !important; }

.pl-5_3Zgqm,
.px-5_1ggpk {
  padding-left: 2.5rem !important; }

.m-n1_2kh2G {
  margin: -0.3125rem !important; }

.mt-n1_jXUyb,
.my-n1_hxIWp {
  margin-top: -0.3125rem !important; }

.mr-n1_1_n7W,
.mx-n1_3gnbk {
  margin-right: -0.3125rem !important; }

.mb-n1_2bp5Y,
.my-n1_hxIWp {
  margin-bottom: -0.3125rem !important; }

.ml-n1_o0OnT,
.mx-n1_3gnbk {
  margin-left: -0.3125rem !important; }

.m-n2_3mFIB {
  margin: -0.625rem !important; }

.mt-n2_3xa7f,
.my-n2_1kNWc {
  margin-top: -0.625rem !important; }

.mr-n2_-9rOj,
.mx-n2_SDWi9 {
  margin-right: -0.625rem !important; }

.mb-n2_1g3BC,
.my-n2_1kNWc {
  margin-bottom: -0.625rem !important; }

.ml-n2_1Ark7,
.mx-n2_SDWi9 {
  margin-left: -0.625rem !important; }

.m-n3_3TA5q {
  margin: -1.25rem !important; }

.mt-n3_Ut0sl,
.my-n3_3LZmh {
  margin-top: -1.25rem !important; }

.mr-n3_3R4Mm,
.mx-n3_2EgrY {
  margin-right: -1.25rem !important; }

.mb-n3_tPX1l,
.my-n3_3LZmh {
  margin-bottom: -1.25rem !important; }

.ml-n3_MG8-B,
.mx-n3_2EgrY {
  margin-left: -1.25rem !important; }

.m-n4_Q9VDC {
  margin: -1.875rem !important; }

.mt-n4_12Qjy,
.my-n4_2vdtN {
  margin-top: -1.875rem !important; }

.mr-n4_1GmDE,
.mx-n4_1mu-l {
  margin-right: -1.875rem !important; }

.mb-n4_3a1P5,
.my-n4_2vdtN {
  margin-bottom: -1.875rem !important; }

.ml-n4_y6duJ,
.mx-n4_1mu-l {
  margin-left: -1.875rem !important; }

.m-n5_1_rDe {
  margin: -2.5rem !important; }

.mt-n5_22hY6,
.my-n5_2qjyO {
  margin-top: -2.5rem !important; }

.mr-n5_3L6zE,
.mx-n5_30fiI {
  margin-right: -2.5rem !important; }

.mb-n5_26Z7A,
.my-n5_2qjyO {
  margin-bottom: -2.5rem !important; }

.ml-n5_r9DEC,
.mx-n5_30fiI {
  margin-left: -2.5rem !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0_1Srvo {
    margin: 0 !important; }
  .mt-sm-0_g-vpc,
  .my-sm-0_2qa1d {
    margin-top: 0 !important; }
  .mr-sm-0_1P5yY,
  .mx-sm-0_oi6xV {
    margin-right: 0 !important; }
  .mb-sm-0_daqR6,
  .my-sm-0_2qa1d {
    margin-bottom: 0 !important; }
  .ml-sm-0_BgCqY,
  .mx-sm-0_oi6xV {
    margin-left: 0 !important; }
  .m-sm-1_21CZ0 {
    margin: 0.3125rem !important; }
  .mt-sm-1_2fhkB,
  .my-sm-1_Cs3-- {
    margin-top: 0.3125rem !important; }
  .mr-sm-1_Sj4SG,
  .mx-sm-1_ojmXr {
    margin-right: 0.3125rem !important; }
  .mb-sm-1_10vjp,
  .my-sm-1_Cs3-- {
    margin-bottom: 0.3125rem !important; }
  .ml-sm-1_3VPsw,
  .mx-sm-1_ojmXr {
    margin-left: 0.3125rem !important; }
  .m-sm-2_2iTkH {
    margin: 0.625rem !important; }
  .mt-sm-2_3vGFd,
  .my-sm-2_261Dt {
    margin-top: 0.625rem !important; }
  .mr-sm-2_3KFeV,
  .mx-sm-2_1HvLX {
    margin-right: 0.625rem !important; }
  .mb-sm-2_3WPW_,
  .my-sm-2_261Dt {
    margin-bottom: 0.625rem !important; }
  .ml-sm-2_1G4Oj,
  .mx-sm-2_1HvLX {
    margin-left: 0.625rem !important; }
  .m-sm-3_8EHOC {
    margin: 1.25rem !important; }
  .mt-sm-3_FA1jG,
  .my-sm-3_vIKN1 {
    margin-top: 1.25rem !important; }
  .mr-sm-3_2alU5,
  .mx-sm-3_3mXXt {
    margin-right: 1.25rem !important; }
  .mb-sm-3_34tQh,
  .my-sm-3_vIKN1 {
    margin-bottom: 1.25rem !important; }
  .ml-sm-3_3qfIu,
  .mx-sm-3_3mXXt {
    margin-left: 1.25rem !important; }
  .m-sm-4_3Eb-j {
    margin: 1.875rem !important; }
  .mt-sm-4_3zKXE,
  .my-sm-4_1C6ZN {
    margin-top: 1.875rem !important; }
  .mr-sm-4_zcB1E,
  .mx-sm-4_1vEKG {
    margin-right: 1.875rem !important; }
  .mb-sm-4_3PAIi,
  .my-sm-4_1C6ZN {
    margin-bottom: 1.875rem !important; }
  .ml-sm-4_3VuTO,
  .mx-sm-4_1vEKG {
    margin-left: 1.875rem !important; }
  .m-sm-5_1h1r4 {
    margin: 2.5rem !important; }
  .mt-sm-5_3pSfJ,
  .my-sm-5_3Wwt9 {
    margin-top: 2.5rem !important; }
  .mr-sm-5_2KxXW,
  .mx-sm-5_2LW1x {
    margin-right: 2.5rem !important; }
  .mb-sm-5_32QJN,
  .my-sm-5_3Wwt9 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-5_3GLv3,
  .mx-sm-5_2LW1x {
    margin-left: 2.5rem !important; }
  .p-sm-0_3Q5ja {
    padding: 0 !important; }
  .pt-sm-0_1G1qq,
  .py-sm-0_3HcCk {
    padding-top: 0 !important; }
  .pr-sm-0_3sT6F,
  .px-sm-0_3R-a6 {
    padding-right: 0 !important; }
  .pb-sm-0_1CiBm,
  .py-sm-0_3HcCk {
    padding-bottom: 0 !important; }
  .pl-sm-0_3IHBV,
  .px-sm-0_3R-a6 {
    padding-left: 0 !important; }
  .p-sm-1_3XN3i {
    padding: 0.3125rem !important; }
  .pt-sm-1_25o4V,
  .py-sm-1_3xIx0 {
    padding-top: 0.3125rem !important; }
  .pr-sm-1_2YmBl,
  .px-sm-1_SFzCb {
    padding-right: 0.3125rem !important; }
  .pb-sm-1_3sUW8,
  .py-sm-1_3xIx0 {
    padding-bottom: 0.3125rem !important; }
  .pl-sm-1_3ITnO,
  .px-sm-1_SFzCb {
    padding-left: 0.3125rem !important; }
  .p-sm-2_3b5dm {
    padding: 0.625rem !important; }
  .pt-sm-2_2B2tw,
  .py-sm-2_1gS6s {
    padding-top: 0.625rem !important; }
  .pr-sm-2_2oTlJ,
  .px-sm-2_1eYlp {
    padding-right: 0.625rem !important; }
  .pb-sm-2_1iBa3,
  .py-sm-2_1gS6s {
    padding-bottom: 0.625rem !important; }
  .pl-sm-2_hHfjW,
  .px-sm-2_1eYlp {
    padding-left: 0.625rem !important; }
  .p-sm-3_1NDxn {
    padding: 1.25rem !important; }
  .pt-sm-3_2EThQ,
  .py-sm-3_SdCO1 {
    padding-top: 1.25rem !important; }
  .pr-sm-3_pj7lH,
  .px-sm-3_2Y_p3 {
    padding-right: 1.25rem !important; }
  .pb-sm-3_1uSuX,
  .py-sm-3_SdCO1 {
    padding-bottom: 1.25rem !important; }
  .pl-sm-3_1y_Ai,
  .px-sm-3_2Y_p3 {
    padding-left: 1.25rem !important; }
  .p-sm-4_25fEn {
    padding: 1.875rem !important; }
  .pt-sm-4_A4ktA,
  .py-sm-4_3h3Ba {
    padding-top: 1.875rem !important; }
  .pr-sm-4_12C9y,
  .px-sm-4_16ehO {
    padding-right: 1.875rem !important; }
  .pb-sm-4_3eeJK,
  .py-sm-4_3h3Ba {
    padding-bottom: 1.875rem !important; }
  .pl-sm-4_2XpFE,
  .px-sm-4_16ehO {
    padding-left: 1.875rem !important; }
  .p-sm-5_3tXFk {
    padding: 2.5rem !important; }
  .pt-sm-5_80nSf,
  .py-sm-5_PC557 {
    padding-top: 2.5rem !important; }
  .pr-sm-5_2Hbth,
  .px-sm-5_3uu-9 {
    padding-right: 2.5rem !important; }
  .pb-sm-5_u0KN-,
  .py-sm-5_PC557 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-5_3yVmC,
  .px-sm-5_3uu-9 {
    padding-left: 2.5rem !important; }
  .m-sm-n1_2mScd {
    margin: -0.3125rem !important; }
  .mt-sm-n1_K2vf8,
  .my-sm-n1_20GJw {
    margin-top: -0.3125rem !important; }
  .mr-sm-n1_1inJk,
  .mx-sm-n1_5wpN3 {
    margin-right: -0.3125rem !important; }
  .mb-sm-n1_12Iyw,
  .my-sm-n1_20GJw {
    margin-bottom: -0.3125rem !important; }
  .ml-sm-n1_38Wea,
  .mx-sm-n1_5wpN3 {
    margin-left: -0.3125rem !important; }
  .m-sm-n2_1BCgv {
    margin: -0.625rem !important; }
  .mt-sm-n2_IGFu4,
  .my-sm-n2_3emzi {
    margin-top: -0.625rem !important; }
  .mr-sm-n2_cuf6z,
  .mx-sm-n2_A8O3S {
    margin-right: -0.625rem !important; }
  .mb-sm-n2_3HpY1,
  .my-sm-n2_3emzi {
    margin-bottom: -0.625rem !important; }
  .ml-sm-n2_2eVc8,
  .mx-sm-n2_A8O3S {
    margin-left: -0.625rem !important; }
  .m-sm-n3_2ES8s {
    margin: -1.25rem !important; }
  .mt-sm-n3_1aqhv,
  .my-sm-n3_1Z5Tk {
    margin-top: -1.25rem !important; }
  .mr-sm-n3_Tny8D,
  .mx-sm-n3_2NVYv {
    margin-right: -1.25rem !important; }
  .mb-sm-n3_GhMN9,
  .my-sm-n3_1Z5Tk {
    margin-bottom: -1.25rem !important; }
  .ml-sm-n3_3-xRq,
  .mx-sm-n3_2NVYv {
    margin-left: -1.25rem !important; }
  .m-sm-n4_1mgOq {
    margin: -1.875rem !important; }
  .mt-sm-n4_1AF5J,
  .my-sm-n4_2tYsL {
    margin-top: -1.875rem !important; }
  .mr-sm-n4_2j10q,
  .mx-sm-n4_lPQJk {
    margin-right: -1.875rem !important; }
  .mb-sm-n4_juOHe,
  .my-sm-n4_2tYsL {
    margin-bottom: -1.875rem !important; }
  .ml-sm-n4_2IZ7F,
  .mx-sm-n4_lPQJk {
    margin-left: -1.875rem !important; }
  .m-sm-n5_3f-Tv {
    margin: -2.5rem !important; }
  .mt-sm-n5_1adRq,
  .my-sm-n5_yqLkt {
    margin-top: -2.5rem !important; }
  .mr-sm-n5_2MFa7,
  .mx-sm-n5_27A4- {
    margin-right: -2.5rem !important; }
  .mb-sm-n5_3c8zo,
  .my-sm-n5_yqLkt {
    margin-bottom: -2.5rem !important; }
  .ml-sm-n5_CMsb1,
  .mx-sm-n5_27A4- {
    margin-left: -2.5rem !important; }
  .m-sm-auto_1Aviv {
    margin: auto !important; }
  .mt-sm-auto_3d0z_,
  .my-sm-auto_2nWya {
    margin-top: auto !important; }
  .mr-sm-auto_1LQif,
  .mx-sm-auto_2lq8d {
    margin-right: auto !important; }
  .mb-sm-auto_27Zpe,
  .my-sm-auto_2nWya {
    margin-bottom: auto !important; }
  .ml-sm-auto_26VVM,
  .mx-sm-auto_2lq8d {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0_2h7T7 {
    margin: 0 !important; }
  .mt-md-0_1iicm,
  .my-md-0_jJV0t {
    margin-top: 0 !important; }
  .mr-md-0_oGdQv,
  .mx-md-0_27Bey {
    margin-right: 0 !important; }
  .mb-md-0_3t_66,
  .my-md-0_jJV0t {
    margin-bottom: 0 !important; }
  .ml-md-0_1Qqoz,
  .mx-md-0_27Bey {
    margin-left: 0 !important; }
  .m-md-1_2vzVE {
    margin: 0.3125rem !important; }
  .mt-md-1_14MDi,
  .my-md-1_3wtKZ {
    margin-top: 0.3125rem !important; }
  .mr-md-1_JSTSR,
  .mx-md-1_2Uy9K {
    margin-right: 0.3125rem !important; }
  .mb-md-1_3r6jO,
  .my-md-1_3wtKZ {
    margin-bottom: 0.3125rem !important; }
  .ml-md-1_1cFZB,
  .mx-md-1_2Uy9K {
    margin-left: 0.3125rem !important; }
  .m-md-2_1TFXX {
    margin: 0.625rem !important; }
  .mt-md-2_6GboV,
  .my-md-2_zF4Cn {
    margin-top: 0.625rem !important; }
  .mr-md-2_2b-yr,
  .mx-md-2_3sOyH {
    margin-right: 0.625rem !important; }
  .mb-md-2_2S7kj,
  .my-md-2_zF4Cn {
    margin-bottom: 0.625rem !important; }
  .ml-md-2_1pBuE,
  .mx-md-2_3sOyH {
    margin-left: 0.625rem !important; }
  .m-md-3_1DAlS {
    margin: 1.25rem !important; }
  .mt-md-3_1L60K,
  .my-md-3_3Nd3v {
    margin-top: 1.25rem !important; }
  .mr-md-3_1l-mc,
  .mx-md-3_ivFVP {
    margin-right: 1.25rem !important; }
  .mb-md-3_3dbwY,
  .my-md-3_3Nd3v {
    margin-bottom: 1.25rem !important; }
  .ml-md-3_2GMXu,
  .mx-md-3_ivFVP {
    margin-left: 1.25rem !important; }
  .m-md-4_tT1Kr {
    margin: 1.875rem !important; }
  .mt-md-4_30pOt,
  .my-md-4_1Y3dv {
    margin-top: 1.875rem !important; }
  .mr-md-4_3xQU1,
  .mx-md-4_ksipf {
    margin-right: 1.875rem !important; }
  .mb-md-4_2SgLw,
  .my-md-4_1Y3dv {
    margin-bottom: 1.875rem !important; }
  .ml-md-4_2tbaG,
  .mx-md-4_ksipf {
    margin-left: 1.875rem !important; }
  .m-md-5_izf8E {
    margin: 2.5rem !important; }
  .mt-md-5_2NpdE,
  .my-md-5_2KGXK {
    margin-top: 2.5rem !important; }
  .mr-md-5_3mDg_,
  .mx-md-5_2Z45N {
    margin-right: 2.5rem !important; }
  .mb-md-5_e2Ly0,
  .my-md-5_2KGXK {
    margin-bottom: 2.5rem !important; }
  .ml-md-5_CnGTN,
  .mx-md-5_2Z45N {
    margin-left: 2.5rem !important; }
  .p-md-0_3u6gN {
    padding: 0 !important; }
  .pt-md-0_1Ofo5,
  .py-md-0_1qpHJ {
    padding-top: 0 !important; }
  .pr-md-0_2JPeP,
  .px-md-0_3ox65 {
    padding-right: 0 !important; }
  .pb-md-0_2GpQ5,
  .py-md-0_1qpHJ {
    padding-bottom: 0 !important; }
  .pl-md-0_1ShRG,
  .px-md-0_3ox65 {
    padding-left: 0 !important; }
  .p-md-1_11wn_ {
    padding: 0.3125rem !important; }
  .pt-md-1_3aumk,
  .py-md-1_2_mKI {
    padding-top: 0.3125rem !important; }
  .pr-md-1_2Cv_x,
  .px-md-1_hcXzJ {
    padding-right: 0.3125rem !important; }
  .pb-md-1_1cHHQ,
  .py-md-1_2_mKI {
    padding-bottom: 0.3125rem !important; }
  .pl-md-1_22BJc,
  .px-md-1_hcXzJ {
    padding-left: 0.3125rem !important; }
  .p-md-2_3iJYL {
    padding: 0.625rem !important; }
  .pt-md-2_LHZll,
  .py-md-2_3EPO0 {
    padding-top: 0.625rem !important; }
  .pr-md-2_bzUyV,
  .px-md-2_1oly8 {
    padding-right: 0.625rem !important; }
  .pb-md-2_AlmyX,
  .py-md-2_3EPO0 {
    padding-bottom: 0.625rem !important; }
  .pl-md-2_du_Th,
  .px-md-2_1oly8 {
    padding-left: 0.625rem !important; }
  .p-md-3_2y794 {
    padding: 1.25rem !important; }
  .pt-md-3_3vx7m,
  .py-md-3_2LJSl {
    padding-top: 1.25rem !important; }
  .pr-md-3_2jqZn,
  .px-md-3_3MKOe {
    padding-right: 1.25rem !important; }
  .pb-md-3_1-kXq,
  .py-md-3_2LJSl {
    padding-bottom: 1.25rem !important; }
  .pl-md-3_3aYzq,
  .px-md-3_3MKOe {
    padding-left: 1.25rem !important; }
  .p-md-4_1A-xX {
    padding: 1.875rem !important; }
  .pt-md-4_2k4T2,
  .py-md-4_1bUCV {
    padding-top: 1.875rem !important; }
  .pr-md-4_1FRO_,
  .px-md-4_P8AkU {
    padding-right: 1.875rem !important; }
  .pb-md-4_1sYp8,
  .py-md-4_1bUCV {
    padding-bottom: 1.875rem !important; }
  .pl-md-4_24ZiV,
  .px-md-4_P8AkU {
    padding-left: 1.875rem !important; }
  .p-md-5_1i5ha {
    padding: 2.5rem !important; }
  .pt-md-5_2okf3,
  .py-md-5_1xOsV {
    padding-top: 2.5rem !important; }
  .pr-md-5_JYNcg,
  .px-md-5_1wwt8 {
    padding-right: 2.5rem !important; }
  .pb-md-5_3JQr5,
  .py-md-5_1xOsV {
    padding-bottom: 2.5rem !important; }
  .pl-md-5_2J7Rn,
  .px-md-5_1wwt8 {
    padding-left: 2.5rem !important; }
  .m-md-n1_1TRt9 {
    margin: -0.3125rem !important; }
  .mt-md-n1_crGNk,
  .my-md-n1_1RMQx {
    margin-top: -0.3125rem !important; }
  .mr-md-n1_14f4c,
  .mx-md-n1_TsrJn {
    margin-right: -0.3125rem !important; }
  .mb-md-n1_2HOnL,
  .my-md-n1_1RMQx {
    margin-bottom: -0.3125rem !important; }
  .ml-md-n1_2-fyp,
  .mx-md-n1_TsrJn {
    margin-left: -0.3125rem !important; }
  .m-md-n2_TrBlM {
    margin: -0.625rem !important; }
  .mt-md-n2_2dUIM,
  .my-md-n2_vrs7S {
    margin-top: -0.625rem !important; }
  .mr-md-n2_2OVDe,
  .mx-md-n2_J9hKt {
    margin-right: -0.625rem !important; }
  .mb-md-n2_YKIJv,
  .my-md-n2_vrs7S {
    margin-bottom: -0.625rem !important; }
  .ml-md-n2_100J7,
  .mx-md-n2_J9hKt {
    margin-left: -0.625rem !important; }
  .m-md-n3_RnaDP {
    margin: -1.25rem !important; }
  .mt-md-n3_3pTl2,
  .my-md-n3_tqo2b {
    margin-top: -1.25rem !important; }
  .mr-md-n3_QhV9a,
  .mx-md-n3_3HprZ {
    margin-right: -1.25rem !important; }
  .mb-md-n3_1gW1j,
  .my-md-n3_tqo2b {
    margin-bottom: -1.25rem !important; }
  .ml-md-n3_3Tv8J,
  .mx-md-n3_3HprZ {
    margin-left: -1.25rem !important; }
  .m-md-n4_2SJDb {
    margin: -1.875rem !important; }
  .mt-md-n4_1WQFg,
  .my-md-n4_2FGtv {
    margin-top: -1.875rem !important; }
  .mr-md-n4_1URv5,
  .mx-md-n4_2Z4El {
    margin-right: -1.875rem !important; }
  .mb-md-n4_2vRyr,
  .my-md-n4_2FGtv {
    margin-bottom: -1.875rem !important; }
  .ml-md-n4_3w6Nb,
  .mx-md-n4_2Z4El {
    margin-left: -1.875rem !important; }
  .m-md-n5_Q7r3g {
    margin: -2.5rem !important; }
  .mt-md-n5_1jFZf,
  .my-md-n5_VFJyo {
    margin-top: -2.5rem !important; }
  .mr-md-n5_2Ob_k,
  .mx-md-n5_xrrB7 {
    margin-right: -2.5rem !important; }
  .mb-md-n5_1Jg29,
  .my-md-n5_VFJyo {
    margin-bottom: -2.5rem !important; }
  .ml-md-n5_1vMry,
  .mx-md-n5_xrrB7 {
    margin-left: -2.5rem !important; }
  .m-md-auto_1T-4r {
    margin: auto !important; }
  .mt-md-auto_3vW2p,
  .my-md-auto_3diKs {
    margin-top: auto !important; }
  .mr-md-auto_3MBR7,
  .mx-md-auto_PKfot {
    margin-right: auto !important; }
  .mb-md-auto_Cj-3O,
  .my-md-auto_3diKs {
    margin-bottom: auto !important; }
  .ml-md-auto_3y_F6,
  .mx-md-auto_PKfot {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0_6py9- {
    margin: 0 !important; }
  .mt-lg-0_1bE3D,
  .my-lg-0_iOC5J {
    margin-top: 0 !important; }
  .mr-lg-0_3GJ21,
  .mx-lg-0_w27jZ {
    margin-right: 0 !important; }
  .mb-lg-0_2zJ-h,
  .my-lg-0_iOC5J {
    margin-bottom: 0 !important; }
  .ml-lg-0_2SRk-,
  .mx-lg-0_w27jZ {
    margin-left: 0 !important; }
  .m-lg-1_1ATPc {
    margin: 0.3125rem !important; }
  .mt-lg-1_A_JzA,
  .my-lg-1_2-Fzd {
    margin-top: 0.3125rem !important; }
  .mr-lg-1_2PHQ5,
  .mx-lg-1_3ft2_ {
    margin-right: 0.3125rem !important; }
  .mb-lg-1_g9iY3,
  .my-lg-1_2-Fzd {
    margin-bottom: 0.3125rem !important; }
  .ml-lg-1_3hnbV,
  .mx-lg-1_3ft2_ {
    margin-left: 0.3125rem !important; }
  .m-lg-2_1ftQY {
    margin: 0.625rem !important; }
  .mt-lg-2_1Rozo,
  .my-lg-2_16Axq {
    margin-top: 0.625rem !important; }
  .mr-lg-2_3kdGQ,
  .mx-lg-2_3Hf3p {
    margin-right: 0.625rem !important; }
  .mb-lg-2_39ap6,
  .my-lg-2_16Axq {
    margin-bottom: 0.625rem !important; }
  .ml-lg-2_2FYwY,
  .mx-lg-2_3Hf3p {
    margin-left: 0.625rem !important; }
  .m-lg-3_1b-o5 {
    margin: 1.25rem !important; }
  .mt-lg-3_1iQNH,
  .my-lg-3_3yJDq {
    margin-top: 1.25rem !important; }
  .mr-lg-3_3LpN8,
  .mx-lg-3_3Rdtv {
    margin-right: 1.25rem !important; }
  .mb-lg-3_6DLB5,
  .my-lg-3_3yJDq {
    margin-bottom: 1.25rem !important; }
  .ml-lg-3_16zRj,
  .mx-lg-3_3Rdtv {
    margin-left: 1.25rem !important; }
  .m-lg-4_2PArY {
    margin: 1.875rem !important; }
  .mt-lg-4_2TKsu,
  .my-lg-4_d1B5b {
    margin-top: 1.875rem !important; }
  .mr-lg-4_1n54f,
  .mx-lg-4_a4tSy {
    margin-right: 1.875rem !important; }
  .mb-lg-4_1RMvL,
  .my-lg-4_d1B5b {
    margin-bottom: 1.875rem !important; }
  .ml-lg-4_1SKHN,
  .mx-lg-4_a4tSy {
    margin-left: 1.875rem !important; }
  .m-lg-5_3EnL4 {
    margin: 2.5rem !important; }
  .mt-lg-5_odRLx,
  .my-lg-5_2dbVg {
    margin-top: 2.5rem !important; }
  .mr-lg-5_xhDWF,
  .mx-lg-5_1ZMzu {
    margin-right: 2.5rem !important; }
  .mb-lg-5_11lkj,
  .my-lg-5_2dbVg {
    margin-bottom: 2.5rem !important; }
  .ml-lg-5_2d1jP,
  .mx-lg-5_1ZMzu {
    margin-left: 2.5rem !important; }
  .p-lg-0_3oJNi {
    padding: 0 !important; }
  .pt-lg-0_fcZdR,
  .py-lg-0_TQlfv {
    padding-top: 0 !important; }
  .pr-lg-0_nPXlu,
  .px-lg-0_3Ut7J {
    padding-right: 0 !important; }
  .pb-lg-0_18LZo,
  .py-lg-0_TQlfv {
    padding-bottom: 0 !important; }
  .pl-lg-0_27f84,
  .px-lg-0_3Ut7J {
    padding-left: 0 !important; }
  .p-lg-1_1cMa7 {
    padding: 0.3125rem !important; }
  .pt-lg-1_1dZ9C,
  .py-lg-1_3ne4h {
    padding-top: 0.3125rem !important; }
  .pr-lg-1_29hvt,
  .px-lg-1_190t5 {
    padding-right: 0.3125rem !important; }
  .pb-lg-1_1R5R4,
  .py-lg-1_3ne4h {
    padding-bottom: 0.3125rem !important; }
  .pl-lg-1_2DVP2,
  .px-lg-1_190t5 {
    padding-left: 0.3125rem !important; }
  .p-lg-2_34TTl {
    padding: 0.625rem !important; }
  .pt-lg-2_2j1hl,
  .py-lg-2_3IOjb {
    padding-top: 0.625rem !important; }
  .pr-lg-2_k_-bb,
  .px-lg-2_1SNBC {
    padding-right: 0.625rem !important; }
  .pb-lg-2_rWAwm,
  .py-lg-2_3IOjb {
    padding-bottom: 0.625rem !important; }
  .pl-lg-2_1sw6g,
  .px-lg-2_1SNBC {
    padding-left: 0.625rem !important; }
  .p-lg-3_P3A0E {
    padding: 1.25rem !important; }
  .pt-lg-3_3vabK,
  .py-lg-3_1Qu2w {
    padding-top: 1.25rem !important; }
  .pr-lg-3_1mpSI,
  .px-lg-3__RZt4 {
    padding-right: 1.25rem !important; }
  .pb-lg-3_2XZ5a,
  .py-lg-3_1Qu2w {
    padding-bottom: 1.25rem !important; }
  .pl-lg-3_HXAmO,
  .px-lg-3__RZt4 {
    padding-left: 1.25rem !important; }
  .p-lg-4_2mA5P {
    padding: 1.875rem !important; }
  .pt-lg-4_24gCo,
  .py-lg-4_3XHt5 {
    padding-top: 1.875rem !important; }
  .pr-lg-4_xeej5,
  .px-lg-4_2TJ3T {
    padding-right: 1.875rem !important; }
  .pb-lg-4_3oCRF,
  .py-lg-4_3XHt5 {
    padding-bottom: 1.875rem !important; }
  .pl-lg-4_3kOx2,
  .px-lg-4_2TJ3T {
    padding-left: 1.875rem !important; }
  .p-lg-5_2Cj5z {
    padding: 2.5rem !important; }
  .pt-lg-5_YtVZ4,
  .py-lg-5_2nlg8 {
    padding-top: 2.5rem !important; }
  .pr-lg-5_23IGc,
  .px-lg-5_PBwZN {
    padding-right: 2.5rem !important; }
  .pb-lg-5_oIuGJ,
  .py-lg-5_2nlg8 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-5_1m9iD,
  .px-lg-5_PBwZN {
    padding-left: 2.5rem !important; }
  .m-lg-n1_1Ah2w {
    margin: -0.3125rem !important; }
  .mt-lg-n1_2Xn1l,
  .my-lg-n1_2MHhb {
    margin-top: -0.3125rem !important; }
  .mr-lg-n1_1W2gq,
  .mx-lg-n1_3upuP {
    margin-right: -0.3125rem !important; }
  .mb-lg-n1_2VhBR,
  .my-lg-n1_2MHhb {
    margin-bottom: -0.3125rem !important; }
  .ml-lg-n1_2ylO3,
  .mx-lg-n1_3upuP {
    margin-left: -0.3125rem !important; }
  .m-lg-n2_2uLUJ {
    margin: -0.625rem !important; }
  .mt-lg-n2_1cVQE,
  .my-lg-n2_2ru_- {
    margin-top: -0.625rem !important; }
  .mr-lg-n2_1e0sY,
  .mx-lg-n2_JDF4J {
    margin-right: -0.625rem !important; }
  .mb-lg-n2_1Txzb,
  .my-lg-n2_2ru_- {
    margin-bottom: -0.625rem !important; }
  .ml-lg-n2_3OTj9,
  .mx-lg-n2_JDF4J {
    margin-left: -0.625rem !important; }
  .m-lg-n3_3LJOi {
    margin: -1.25rem !important; }
  .mt-lg-n3_BGJs9,
  .my-lg-n3_ktdn0 {
    margin-top: -1.25rem !important; }
  .mr-lg-n3_1SG1-,
  .mx-lg-n3_3L949 {
    margin-right: -1.25rem !important; }
  .mb-lg-n3_2M7nf,
  .my-lg-n3_ktdn0 {
    margin-bottom: -1.25rem !important; }
  .ml-lg-n3_26nBY,
  .mx-lg-n3_3L949 {
    margin-left: -1.25rem !important; }
  .m-lg-n4_1lu67 {
    margin: -1.875rem !important; }
  .mt-lg-n4_1A5pp,
  .my-lg-n4_3X--z {
    margin-top: -1.875rem !important; }
  .mr-lg-n4_3mz5V,
  .mx-lg-n4_3yqyq {
    margin-right: -1.875rem !important; }
  .mb-lg-n4_1lBLI,
  .my-lg-n4_3X--z {
    margin-bottom: -1.875rem !important; }
  .ml-lg-n4_3FKp-,
  .mx-lg-n4_3yqyq {
    margin-left: -1.875rem !important; }
  .m-lg-n5_2k7UT {
    margin: -2.5rem !important; }
  .mt-lg-n5_gGw6v,
  .my-lg-n5_3ttpi {
    margin-top: -2.5rem !important; }
  .mr-lg-n5_37xKC,
  .mx-lg-n5_1cmj2 {
    margin-right: -2.5rem !important; }
  .mb-lg-n5_qVn0z,
  .my-lg-n5_3ttpi {
    margin-bottom: -2.5rem !important; }
  .ml-lg-n5_2m9Ak,
  .mx-lg-n5_1cmj2 {
    margin-left: -2.5rem !important; }
  .m-lg-auto_1tUNd {
    margin: auto !important; }
  .mt-lg-auto_NxxZM,
  .my-lg-auto_3RrxG {
    margin-top: auto !important; }
  .mr-lg-auto_2i4xk,
  .mx-lg-auto_12UvN {
    margin-right: auto !important; }
  .mb-lg-auto_2e6BT,
  .my-lg-auto_3RrxG {
    margin-bottom: auto !important; }
  .ml-lg-auto_1Qifp,
  .mx-lg-auto_12UvN {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0_3Blwq {
    margin: 0 !important; }
  .mt-xl-0_n7ZhA,
  .my-xl-0_1OHSs {
    margin-top: 0 !important; }
  .mr-xl-0_JzaJD,
  .mx-xl-0_2tEJo {
    margin-right: 0 !important; }
  .mb-xl-0_3ufjF,
  .my-xl-0_1OHSs {
    margin-bottom: 0 !important; }
  .ml-xl-0_1VpbN,
  .mx-xl-0_2tEJo {
    margin-left: 0 !important; }
  .m-xl-1_17ltY {
    margin: 0.3125rem !important; }
  .mt-xl-1_uSj3h,
  .my-xl-1_wofeN {
    margin-top: 0.3125rem !important; }
  .mr-xl-1_FFF9s,
  .mx-xl-1_1rdfn {
    margin-right: 0.3125rem !important; }
  .mb-xl-1_yOD73,
  .my-xl-1_wofeN {
    margin-bottom: 0.3125rem !important; }
  .ml-xl-1_1XNZ4,
  .mx-xl-1_1rdfn {
    margin-left: 0.3125rem !important; }
  .m-xl-2_1gh5L {
    margin: 0.625rem !important; }
  .mt-xl-2_2Hamd,
  .my-xl-2_3SYN2 {
    margin-top: 0.625rem !important; }
  .mr-xl-2_2rC5w,
  .mx-xl-2_1WQV1 {
    margin-right: 0.625rem !important; }
  .mb-xl-2_FVp00,
  .my-xl-2_3SYN2 {
    margin-bottom: 0.625rem !important; }
  .ml-xl-2_3dETC,
  .mx-xl-2_1WQV1 {
    margin-left: 0.625rem !important; }
  .m-xl-3_2xmJe {
    margin: 1.25rem !important; }
  .mt-xl-3_2VvDe,
  .my-xl-3_3hyDS {
    margin-top: 1.25rem !important; }
  .mr-xl-3_oefX6,
  .mx-xl-3_1pUYH {
    margin-right: 1.25rem !important; }
  .mb-xl-3_12GpR,
  .my-xl-3_3hyDS {
    margin-bottom: 1.25rem !important; }
  .ml-xl-3_1SLmE,
  .mx-xl-3_1pUYH {
    margin-left: 1.25rem !important; }
  .m-xl-4_cK3r3 {
    margin: 1.875rem !important; }
  .mt-xl-4_24Bkc,
  .my-xl-4_3PW5T {
    margin-top: 1.875rem !important; }
  .mr-xl-4_1AwSY,
  .mx-xl-4_3laf9 {
    margin-right: 1.875rem !important; }
  .mb-xl-4_1nDpz,
  .my-xl-4_3PW5T {
    margin-bottom: 1.875rem !important; }
  .ml-xl-4_35n50,
  .mx-xl-4_3laf9 {
    margin-left: 1.875rem !important; }
  .m-xl-5_3Bsyk {
    margin: 2.5rem !important; }
  .mt-xl-5_lCm46,
  .my-xl-5_3cbeO {
    margin-top: 2.5rem !important; }
  .mr-xl-5_33FV7,
  .mx-xl-5_3Scv9 {
    margin-right: 2.5rem !important; }
  .mb-xl-5_v9eIR,
  .my-xl-5_3cbeO {
    margin-bottom: 2.5rem !important; }
  .ml-xl-5_1ui9C,
  .mx-xl-5_3Scv9 {
    margin-left: 2.5rem !important; }
  .p-xl-0_RjAj- {
    padding: 0 !important; }
  .pt-xl-0_XaFBM,
  .py-xl-0_14P9h {
    padding-top: 0 !important; }
  .pr-xl-0_1H0gh,
  .px-xl-0_VprWw {
    padding-right: 0 !important; }
  .pb-xl-0_3xQYC,
  .py-xl-0_14P9h {
    padding-bottom: 0 !important; }
  .pl-xl-0_2kYRh,
  .px-xl-0_VprWw {
    padding-left: 0 !important; }
  .p-xl-1_8-26- {
    padding: 0.3125rem !important; }
  .pt-xl-1_2POvM,
  .py-xl-1_1Yw9P {
    padding-top: 0.3125rem !important; }
  .pr-xl-1_zH-03,
  .px-xl-1_2_2WZ {
    padding-right: 0.3125rem !important; }
  .pb-xl-1_3siRd,
  .py-xl-1_1Yw9P {
    padding-bottom: 0.3125rem !important; }
  .pl-xl-1_LaLE5,
  .px-xl-1_2_2WZ {
    padding-left: 0.3125rem !important; }
  .p-xl-2_1QB-9 {
    padding: 0.625rem !important; }
  .pt-xl-2_QjTXS,
  .py-xl-2_13gvo {
    padding-top: 0.625rem !important; }
  .pr-xl-2_23Qtv,
  .px-xl-2_1Gi9U {
    padding-right: 0.625rem !important; }
  .pb-xl-2_3ZAH6,
  .py-xl-2_13gvo {
    padding-bottom: 0.625rem !important; }
  .pl-xl-2_2TZB1,
  .px-xl-2_1Gi9U {
    padding-left: 0.625rem !important; }
  .p-xl-3_1hzSN {
    padding: 1.25rem !important; }
  .pt-xl-3_1d9p6,
  .py-xl-3_22OXs {
    padding-top: 1.25rem !important; }
  .pr-xl-3_3qBlR,
  .px-xl-3_yL05U {
    padding-right: 1.25rem !important; }
  .pb-xl-3_3wtR3,
  .py-xl-3_22OXs {
    padding-bottom: 1.25rem !important; }
  .pl-xl-3_1at0U,
  .px-xl-3_yL05U {
    padding-left: 1.25rem !important; }
  .p-xl-4_1afgQ {
    padding: 1.875rem !important; }
  .pt-xl-4_131vD,
  .py-xl-4_2DHKm {
    padding-top: 1.875rem !important; }
  .pr-xl-4_xJSML,
  .px-xl-4_14n0S {
    padding-right: 1.875rem !important; }
  .pb-xl-4_2-aMG,
  .py-xl-4_2DHKm {
    padding-bottom: 1.875rem !important; }
  .pl-xl-4_2N8T-,
  .px-xl-4_14n0S {
    padding-left: 1.875rem !important; }
  .p-xl-5_3Jzj1 {
    padding: 2.5rem !important; }
  .pt-xl-5_1u0S3,
  .py-xl-5_x7E1E {
    padding-top: 2.5rem !important; }
  .pr-xl-5_25Ezm,
  .px-xl-5_3YaN5 {
    padding-right: 2.5rem !important; }
  .pb-xl-5_1m5M3,
  .py-xl-5_x7E1E {
    padding-bottom: 2.5rem !important; }
  .pl-xl-5_I5jGW,
  .px-xl-5_3YaN5 {
    padding-left: 2.5rem !important; }
  .m-xl-n1_2vesj {
    margin: -0.3125rem !important; }
  .mt-xl-n1_2I4d_,
  .my-xl-n1_2Mf_5 {
    margin-top: -0.3125rem !important; }
  .mr-xl-n1_TqGxr,
  .mx-xl-n1_3z_kY {
    margin-right: -0.3125rem !important; }
  .mb-xl-n1_20XqZ,
  .my-xl-n1_2Mf_5 {
    margin-bottom: -0.3125rem !important; }
  .ml-xl-n1_1Ba4o,
  .mx-xl-n1_3z_kY {
    margin-left: -0.3125rem !important; }
  .m-xl-n2_3k8B_ {
    margin: -0.625rem !important; }
  .mt-xl-n2_zyfps,
  .my-xl-n2_vzm99 {
    margin-top: -0.625rem !important; }
  .mr-xl-n2_1IcqC,
  .mx-xl-n2_1tve7 {
    margin-right: -0.625rem !important; }
  .mb-xl-n2_2xuYC,
  .my-xl-n2_vzm99 {
    margin-bottom: -0.625rem !important; }
  .ml-xl-n2_11s8I,
  .mx-xl-n2_1tve7 {
    margin-left: -0.625rem !important; }
  .m-xl-n3_2Mmsb {
    margin: -1.25rem !important; }
  .mt-xl-n3_1Wlss,
  .my-xl-n3_2dZmX {
    margin-top: -1.25rem !important; }
  .mr-xl-n3_3ydeU,
  .mx-xl-n3_3UlYE {
    margin-right: -1.25rem !important; }
  .mb-xl-n3_3hDUN,
  .my-xl-n3_2dZmX {
    margin-bottom: -1.25rem !important; }
  .ml-xl-n3_3Ti22,
  .mx-xl-n3_3UlYE {
    margin-left: -1.25rem !important; }
  .m-xl-n4_1WB0V {
    margin: -1.875rem !important; }
  .mt-xl-n4_1LW5Y,
  .my-xl-n4_3HUW1 {
    margin-top: -1.875rem !important; }
  .mr-xl-n4_10I5L,
  .mx-xl-n4_2FNcN {
    margin-right: -1.875rem !important; }
  .mb-xl-n4_3TGv6,
  .my-xl-n4_3HUW1 {
    margin-bottom: -1.875rem !important; }
  .ml-xl-n4_2IhMV,
  .mx-xl-n4_2FNcN {
    margin-left: -1.875rem !important; }
  .m-xl-n5_1skZl {
    margin: -2.5rem !important; }
  .mt-xl-n5_2dUZe,
  .my-xl-n5_G8CcX {
    margin-top: -2.5rem !important; }
  .mr-xl-n5_1VqxT,
  .mx-xl-n5_2bIws {
    margin-right: -2.5rem !important; }
  .mb-xl-n5_1ZMeC,
  .my-xl-n5_G8CcX {
    margin-bottom: -2.5rem !important; }
  .ml-xl-n5_2nr3g,
  .mx-xl-n5_2bIws {
    margin-left: -2.5rem !important; }
  .m-xl-auto_2H2H7 {
    margin: auto !important; }
  .mt-xl-auto_1V8Bm,
  .my-xl-auto_ef94w {
    margin-top: auto !important; }
  .mr-xl-auto_3k8zX,
  .mx-xl-auto_3ToXN {
    margin-right: auto !important; }
  .mb-xl-auto_3109_,
  .my-xl-auto_ef94w {
    margin-bottom: auto !important; }
  .ml-xl-auto_3p_qI,
  .mx-xl-auto_3ToXN {
    margin-left: auto !important; } }

.stretched-link_jB51e::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_1PWuh {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left_3YsUe {
    text-align: left !important; }
  .text-sm-right_6Z4U2 {
    text-align: right !important; }
  .text-sm-center_10oC8 {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left_20xJm {
    text-align: left !important; }
  .text-md-right_33oAK {
    text-align: right !important; }
  .text-md-center_IFOgR {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left_1HYH3 {
    text-align: left !important; }
  .text-lg-right_1Z2mO {
    text-align: right !important; }
  .text-lg-center_1VdcK {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left_2uV-K {
    text-align: left !important; }
  .text-xl-right_3pNR4 {
    text-align: right !important; }
  .text-xl-center_3fP85 {
    text-align: center !important; } }

.text-lowercase_3_hlI {
  text-transform: lowercase !important; }

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

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

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

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

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

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

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

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

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

.text-primary_32jVx {
  color: #810f9e !important; }

a.text-primary_32jVx:hover, a.text-primary_32jVx:focus {
  color: #480858 !important; }

.text-secondary_3DJeh {
  color: #e61e78 !important; }

a.text-secondary_3DJeh:hover, a.text-secondary_3DJeh:focus {
  color: #a51254 !important; }

.text-success_1wf1s {
  color: #00C861 !important; }

a.text-success_1wf1s:hover, a.text-success_1wf1s:focus {
  color: #007c3c !important; }

.text-info_1D_5F {
  color: #1EB6E1 !important; }

a.text-info_1D_5F:hover, a.text-info_1D_5F:focus {
  color: #157f9e !important; }

.text-warning_2EnCr {
  color: #FFD76D !important; }

a.text-warning_2EnCr:hover, a.text-warning_2EnCr:focus {
  color: #ffc221 !important; }

.text-yellow_3ydWN {
  color: #ffb400 !important; }

a.text-yellow_3ydWN:hover, a.text-yellow_3ydWN:focus {
  color: #b37e00 !important; }

.text-danger_3_Ghv {
  color: #D10010 !important; }

a.text-danger_3_Ghv:hover, a.text-danger_3_Ghv:focus {
  color: #85000a !important; }

.text-light_1-rHp {
  color: #FAFAFA !important; }

a.text-light_1-rHp:hover, a.text-light_1-rHp:focus {
  color: #d4d4d4 !important; }

.text-dark_2O11H {
  color: #3f4042 !important; }

a.text-dark_2O11H:hover, a.text-dark_2O11H:focus {
  color: #1a1a1b !important; }

.text-cyan_2WLJr {
  color: #1EB6E1 !important; }

a.text-cyan_2WLJr:hover, a.text-cyan_2WLJr:focus {
  color: #157f9e !important; }

.text-gray-75_2tsGq {
  color: #55565a !important; }

a.text-gray-75_2tsGq:hover, a.text-gray-75_2tsGq:focus {
  color: #303033 !important; }

.text-gray-50_1ZLSl {
  color: #77787b !important; }

a.text-gray-50_1ZLSl:hover, a.text-gray-50_1ZLSl:focus {
  color: #515254 !important; }

.text-gray-25_GyLLM {
  color: #bbbbbd !important; }

a.text-gray-25_GyLLM:hover, a.text-gray-25_GyLLM:focus {
  color: #949497 !important; }

.text-body_rsonB {
  color: #3f4042 !important; }

.text-muted_3Q2-g {
  color: #77787b !important; }

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

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

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

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

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

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

.visible_1kF2q {
  visibility: visible !important; }

.invisible_1q4zV {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn__aB-3) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #77787b;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  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_quqfF {
    min-width: 992px !important; }
  .navbar_12BQD {
    display: none; }
  .badge_1jaRH {
    border: 1px solid #000; }
  .table_3s0UD {
    border-collapse: collapse !important; }
    .table_3s0UD td,
    .table_3s0UD th {
      background-color: #fff !important; }
  .table-bordered_3iPNt th,
  .table-bordered_3iPNt td {
    border: 1px solid #bbbbbd !important; }
  .table-dark_213u5 {
    color: inherit; }
    .table-dark_213u5 th,
    .table-dark_213u5 td,
    .table-dark_213u5 thead th,
    .table-dark_213u5 tbody + tbody {
      border-color: #bbbbbd; }
  .table_3s0UD .thead-dark_3UVhO th {
    color: inherit;
    border-color: #bbbbbd; } }

/**Custom buttons */
.btn-white_4-r6z {
  color: #2f3032;
  background-color: #fff;
  border-color: #fff; }
  .btn-white_4-r6z:hover {
    color: #2f3032;
    background-color: #e9ecef; }
  .btn-white_4-r6z:focus, .btn-white_4-r6z.focus_2UhIZ {
    color: #2f3032;
    background-color: #e9ecef;
    box-shadow: 0 0 0 1px rgba(79, 80, 84, 0.5); }
  .btn-white_4-r6z.disabled_2-mcq, .btn-white_4-r6z:disabled {
    color: #2f3032;
    background-color: #fff;
    border-color: #55565a; }
  .btn-white_4-r6z:not(:disabled):not(.disabled_2-mcq):active, .btn-white_4-r6z:not(:disabled):not(.disabled_2-mcq).active_eecWa,
  .show_20ZTI > .btn-white_4-r6z.dropdown-toggle_2SYNy {
    color: #fff;
    background-color: #55565a;
    border-color: #363739; }
    .btn-white_4-r6z:not(:disabled):not(.disabled_2-mcq):active:focus, .btn-white_4-r6z:not(:disabled):not(.disabled_2-mcq).active_eecWa:focus,
    .show_20ZTI > .btn-white_4-r6z.dropdown-toggle_2SYNy:focus {
      box-shadow: 0 0 0 1px rgba(79, 80, 84, 0.5); }

@charset "UTF-8";
/* DEFAULT ELEMENTS
	PARA TODO EL SITIO

*/
* {
  box-sizing: border-box; }

body {
  font-size: 1rem;
  font-family: "Roboto", "Verdana", sans-serif;
  background: #fafafa; }

h1, h2, h3, h4, h5, h6,
.font-montserrat_1HCZ3 {
  font-family: "Montserrat", "Verdana", sans-serif; }

.font-family-default_V1iW_ {
  font-family: "Roboto", "Verdana", sans-serif !important; }

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

.icon-1x_vpdvO {
  font-size: 1.5em; }

.icon-2x_3doNB {
  font-size: 2em; }

.icon-3x_3OwLe {
  font-size: 3em; }

.main_3ugaV {
  background: #fafafa; }

.page-content_3hnIU {
  min-height: 75vh; }

#page-404_1Rmu_ {
  background: url("/static/img/404.svg") center bottom no-repeat;
  background-size: 100% auto; }

@media (min-width: 768px) {
  #page-404_1Rmu_ {
    background: url("/static/img/404.svg") left bottom no-repeat;
    background-size: 50% auto; } }

@media (min-width: 992px) {
  .modal_3icFw .social-login_bwFYA {
    border-left: 1px solid; } }

/***
	ELEMENTOS PARA CADA SECCIÓN/COMPONENTE
***/
/*variables, actualizar si se modifica bootstrap*/
/**header**/
#site-header_JvmKM {
  font-family: "Montserrat", "Verdana", sans-serif;
  position: relative;
  height: 76px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 999; }
  #site-header_JvmKM .navbar_1EcfG {
    height: 60px; }
  #site-header_JvmKM #logo-lg_19QaZ {
    width: 200px;
    height: auto;
    max-width: 50vw; }
  #site-header_JvmKM .toggle-user-menu_3X8Dm .avatar_14Eaj {
    color: #bbbbbd;
    font-size: 2.5rem; }
  #site-header_JvmKM .login_2JMV6 a {
    text-decoration: none !important; }
  #site-header_JvmKM .login_2JMV6 .dropdown-menu_3y7Iu {
    font-weight: normal !important;
    width: calc(100vw - 30px);
    max-width: 400px; }
    #site-header_JvmKM .login_2JMV6 .dropdown-menu_3y7Iu .wrap_2i-TL {
      position: relative; }
      #site-header_JvmKM .login_2JMV6 .dropdown-menu_3y7Iu .wrap_2i-TL:before {
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        top: -9px;
        right: 10px; }
      #site-header_JvmKM .login_2JMV6 .dropdown-menu_3y7Iu .wrap_2i-TL .header-login-form_2Y783 {
        min-width: 100%;
        max-width: 350px; }

@media (min-width: 768px) {
  #site-header_JvmKM {
    height: 95px;
    line-height: 1.1; }
    #site-header_JvmKM .nav-item_308j5 {
      padding: 0 10px; } }

/** ONLY FOR MENU */
@media (max-width: 991px) {
  #mainNavBar_3xBjN {
    position: fixed;
    width: 250px;
    height: 100%;
    right: -100%;
    display: block !important;
    z-index: 999;
    top: 0;
    bottom: 0;
    background: #fff;
    transition: all 300ms;
    padding: 1rem;
    -webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.44);
    box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.44); }
    #mainNavBar_3xBjN.show_2-y-_ {
      right: 0; }
    #mainNavBar_3xBjN #logo-menu_13cGh {
      width: 100%;
      height: auto; } }

@media (min-width: 992px) {
  #site-header_JvmKM {
    height: 95px;
    padding-top: 10px;
    padding-bottom: 10px; }
    #site-header_JvmKM .navbar_1EcfG {
      height: 75px; }
    #site-header_JvmKM #logo-lg_19QaZ {
      width: 250px;
      height: 75px; }
    #site-header_JvmKM .toggle-user-menu_3X8Dm .avatar_14Eaj {
      color: #bbbbbd;
      font-size: 3rem; } }

#site-footer_yZCFV {
  line-height: 1.1;
  font-weight: lighter; }
  #site-footer_yZCFV .widget-content_hfNL9 {
    font-weight: lighter; }
  #site-footer_yZCFV .small_36rXD {
    font-weight: lighter !important; }
  #site-footer_yZCFV a {
    color: #fff; }
    #site-footer_yZCFV a:hover {
      color: #fff !important;
      text-decoration: underline; }
  #site-footer_yZCFV ul, #site-footer_yZCFV ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  #site-footer_yZCFV li {
    padding: 12px 0;
    border-bottom: 1px solid #fff; }
  #site-footer_yZCFV .logo-footer_wO43E {
    max-width: 240px; }
  #site-footer_yZCFV a:hover {
    text-decoration: none !important; }

/* MOBILE FIRST */
#main-section_3VUVF {
  background: center center no-repeat;
  background-size: cover; }
  #main-section_3VUVF .banner_k9hDO {
    height: 75vh;
    position: relative; }
    #main-section_3VUVF .banner_k9hDO .image_2M8vy {
      margin-bottom: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      #main-section_3VUVF .banner_k9hDO .image_2M8vy img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 0 solid;
        border-radius: 0.25rem; }
    #main-section_3VUVF .banner_k9hDO .find-ticket-form_3QF-k {
      background: rgba(91, 11, 111, 0.7); }

#zona-estrella-section_2nWvq .slide_1hyEk,
#nuestros-servicios-section_1_YJH .slide_1hyEk {
  background: center center no-repeat;
  background-size: cover; }
  #zona-estrella-section_2nWvq .slide_1hyEk a.img_3p_zh,
  #nuestros-servicios-section_1_YJH .slide_1hyEk a.img_3p_zh {
    position: relative;
    display: block;
    transition: all 200ms; }
    #zona-estrella-section_2nWvq .slide_1hyEk a.img_3p_zh:hover:after,
    #nuestros-servicios-section_1_YJH .slide_1hyEk a.img_3p_zh:hover:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.3); }
  #zona-estrella-section_2nWvq .slide_1hyEk img,
  #nuestros-servicios-section_1_YJH .slide_1hyEk img {
    display: block;
    width: 100%; }

#visita-section_199nH .slide_1hyEk {
  background: center center no-repeat;
  background-size: cover;
  position: relative;
  height: 65vh;
  overflow: hidden; }
  #visita-section_199nH .slide_1hyEk .image_2M8vy {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    #visita-section_199nH .slide_1hyEk .image_2M8vy:after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: rgba(0, 0, 0, 0.25); }
    #visita-section_199nH .slide_1hyEk .image_2M8vy img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border: 0 solid;
      border-radius: 0.25rem; }
  #visita-section_199nH .slide_1hyEk .container_3dNf- {
    position: relative;
    z-index: 9; }
  #visita-section_199nH .slide_1hyEk .content_R69NB {
    height: 65vh;
    z-index: 9;
    padding: 40px 10px; }

#visita-section_199nH .carousel-control-prev_1xU9E,
#visita-section_199nH .carousel-control-next_1eQYm {
  z-index: 99; }

@media (min-width: 768px) {
  #main-section_3VUVF .banner_k9hDO {
    height: 580px; }
  #visita-section_199nH .slide_1hyEk {
    height: 580px; }
    #visita-section_199nH .slide_1hyEk .content_R69NB {
      height: 580px;
      padding: 60px 0; } }

@media (min-width: 992px) {
  #visita-section_199nH .slide_1hyEk {
    height: 630px; }
    #visita-section_199nH .slide_1hyEk .content_R69NB {
      height: 630px; } }

.control-destino_2LcIv,
.control-origen_3bTGt,
.control-email_1VEBG {
  position: relative; }
  .control-destino_2LcIv input,
  .control-origen_3bTGt input,
  .control-email_1VEBG input {
    padding-left: 25px;
    background: #fff url(/static/img/svg/location.svg) 5px center no-repeat;
    background-size: 1em 20px; }
  .control-destino_2LcIv.control-email_1VEBG input,
  .control-origen_3bTGt.control-email_1VEBG input,
  .control-email_1VEBG.control-email_1VEBG input {
    background-image: url(/static/img/svg/sobre.svg); }

.control-fecha_3HdKb {
  position: relative; }
  .control-fecha_3HdKb input {
    padding-right: 25px;
    background: #fff url(/static/img/svg/calendario.svg) calc(100% - 5px) center no-repeat;
    background-size: 1em 20px; }

.control-hora_fak8j {
  position: relative; }
  .control-hora_fak8j input {
    padding-right: 25px;
    background: url(/static/img/svg/reloj.svg) calc(100% - 5px) center no-repeat;
    background-size: 1em 20px; }

.interior-form_E2J-5 .control-destino_2LcIv input,
.interior-form_E2J-5 .control-origen_3bTGt input {
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43.55 66.82" ><path  fill="rgb(129,15,158)" d="M14322.47,1371.92a8.38,8.38,0,1,1-8.38-8.38A8.38,8.38,0,0,1,14322.47,1371.92Zm-8.65-21.78a21.78,21.78,0,0,0-21.5,21.78c0,15,11.2,33.52,17.54,42.78a5.19,5.19,0,0,0,8.54,0c6.14-8.83,16.77-26.16,17.44-41.33C14336.4,1360.78,14326.46,1350,14313.82,1350.15Z" transform="translate(-14292.32 -1350.14)"/></svg>') 5px center no-repeat;
  background-size: 1em 20px; }

.interior-form_E2J-5 .control-fecha_3HdKb input {
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 53.29 49.91"><path fill="rgb(129,15,158)" d="M14929.54,1363.11h-12.73V1366a1.67,1.67,0,1,1-3.34,0v-2.85h-4.76V1366a1.67,1.67,0,1,1-3.34,0v-2.85h-4.76V1366a1.67,1.67,0,0,1-3.34,0v-2.85h-12.73a4.15,4.15,0,0,0-4.15,4.15v2.66h53.29v2.84h-53.29v31.6a4.15,4.15,0,0,0,4.15,4.15h45a4.15,4.15,0,0,0,4.15-4.15v-37.1A4.15,4.15,0,0,0,14929.54,1363.11Zm-34.75,35.75a2.12,2.12,0,0,1-2.12,2.12h-4.78a2.12,2.12,0,0,1-2.12-2.12v-4.21a2.12,2.12,0,0,1,2.12-2.12h4.78a2.12,2.12,0,0,1,2.12,2.12v4.21Zm0-14.45a2.12,2.12,0,0,1-2.12,2.12h-4.78a2.12,2.12,0,0,1-2.12-2.12v-4.21a2.12,2.12,0,0,1,2.12-2.12h4.78a2.12,2.12,0,0,1,2.12,2.12v4.21Zm16.77,14.45a2.12,2.12,0,0,1-2.12,2.12h-4.78a2.12,2.12,0,0,1-2.12-2.12v-4.21a2.12,2.12,0,0,1,2.12-2.12h4.78a2.12,2.12,0,0,1,2.12,2.12v4.21Zm0-14.45a2.12,2.12,0,0,1-2.12,2.12h-4.78a2.12,2.12,0,0,1-2.12-2.12v-4.21a2.12,2.12,0,0,1,2.12-2.12h4.78a2.12,2.12,0,0,1,2.12,2.12v4.21Zm16.77,14.45a2.12,2.12,0,0,1-2.12,2.12h-4.78a2.12,2.12,0,0,1-2.12-2.12v-4.21a2.12,2.12,0,0,1,2.12-2.12h4.78a2.12,2.12,0,0,1,2.12,2.12v4.21Zm0-14.45a2.12,2.12,0,0,1-2.12,2.12h-4.78a2.12,2.12,0,0,1-2.12-2.12v-4.21a2.12,2.12,0,0,1,2.12-2.12h4.78a2.12,2.12,0,0,1,2.12,2.12v4.21Z" transform="translate(-14880.4 -1358.6)"/><path class="cls-1" d="M14908.71,1360.27a1.67,1.67,0,0,0-3.34,0v2.85h3.34v-2.85Z" transform="translate(-14880.4 -1358.6)"/><path class="cls-1" d="M14916.81,1360.27a1.67,1.67,0,0,0-3.34,0v2.85h3.34v-2.85Z" transform="translate(-14880.4 -1358.6)"/><path class="cls-1" d="M14900.62,1363.11v-2.85a1.67,1.67,0,0,0-3.34,0v2.85h3.34Z" transform="translate(-14880.4 -1358.6)"/></svg>') calc(100% - 5px) center no-repeat;
  background-size: 1em 20px; }

.pretty-checkbox_3pD_t .checkbox_dp9Hx {
  width: 1em;
  height: 1em;
  display: inline-block;
  border: 1px solid;
  position: relative; }
  .pretty-checkbox_3pD_t .checkbox_dp9Hx:before {
    font-family: "icongeb";
    content: '';
    display: block;
    font-size: 0.85em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.pretty-checkbox_3pD_t input[type="checkbox"] {
  opacity: 0;
  height: 0;
  width: 0; }

.pretty-checkbox_3pD_t input[type="checkbox"]:checked ~ .checkbox_dp9Hx:before {
  content: '\e96c';
  color: #810f9e; }

/* datepicker wrap */
.ui-datepicker_XxnwK {
  background: #fff;
  border: 1px solid #77787b;
  width: calc(100vw - 30px);
  max-width: 400px;
  border-radius: 0.5rem;
  overflow: hidden;
  left: 0;
  z-index: 99;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25); }
  .ui-datepicker_XxnwK .ui-datepicker-header_1x459 {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 0.5rem 0;
    overflow: hidden;
    text-align: center;
    position: relative; }
    .ui-datepicker_XxnwK .ui-datepicker-header_1x459 .ui-datepicker-title_3hZ19 {
      padding: 0 2em; }
    .ui-datepicker_XxnwK .ui-datepicker-header_1x459 a {
      display: block;
      position: absolute; }
      .ui-datepicker_XxnwK .ui-datepicker-header_1x459 a .ui-icon_3OGok {
        font-size: 0;
        color: transparent; }
        .ui-datepicker_XxnwK .ui-datepicker-header_1x459 a .ui-icon_3OGok:before {
          font-family: "icongeb";
          font-size: 1rem;
          display: block;
          color: #810f9e; }
      .ui-datepicker_XxnwK .ui-datepicker-header_1x459 a.ui-datepicker-next_1NS59 {
        right: 5px; }
        .ui-datepicker_XxnwK .ui-datepicker-header_1x459 a.ui-datepicker-next_1NS59 .ui-icon_3OGok:before {
          content: '\e993'; }
      .ui-datepicker_XxnwK .ui-datepicker-header_1x459 a.ui-datepicker-prev_iPbWL {
        left: 5px; }
        .ui-datepicker_XxnwK .ui-datepicker-header_1x459 a.ui-datepicker-prev_iPbWL .ui-icon_3OGok:before {
          content: '\e994'; }
  .ui-datepicker_XxnwK .ui-datepicker-calendar_2rQn8 {
    margin: 0.75rem 0;
    text-align: center;
    width: 100%; }
    .ui-datepicker_XxnwK .ui-datepicker-calendar_2rQn8 a {
      color: #e61e78; }

/***
	AUTOCOMPLETE
 */
.ui-autocomplete_2eGoF {
  background: #fff;
  border: 1px solid #77787b;
  max-width: calc(100% - 30px);
  left: 0;
  right: 0;
  max-height: calc(100vh - 50px);
  list-style: none;
  margin: 0;
  padding: 10px; }
  .ui-autocomplete_2eGoF li {
    list-style: none;
    padding: 5px 0; }
    .ui-autocomplete_2eGoF li .ui-menu-item-wrapper_1ldy-:before {
      font-family: "icongeb";
      display: inline-block;
      content: '\e976';
      padding-right: 0.5em; }

.form-find-tickets_2gQup .col-submit_2wbrH {
  width: 12%; }

.form-find-tickets_2gQup .col-fecha_3KeHd {
  width: 18%; }

.form-find-tickets_2gQup .col-origen_1ADHm,
.form-find-tickets_2gQup .col-destino_1dxIu {
  width: 25%; }

.form-find-tickets_2gQup .arrows_25fgB {
  width: 2%;
  text-align: center; }

.form-find-tickets_2gQup .col-origen_1ADHm .arrows_25fgB {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%); }

@media (min-width: 768px) {
  #current-step_1jVMt .step_3fPPs {
    position: relative; }
    #current-step_1jVMt .step_3fPPs:before {
      width: 35px; }
    #current-step_1jVMt .step_3fPPs:after {
      width: 35px; }
  .ui-autocomplete_2eGoF {
    max-width: 500px; } }

/*card*/
.card_2w8fo.viaje-disponible_1w27r .info-viaje_2xZMR .info_2hkGI {
  flex: 1 1 auto;
  padding: 0px 15px; }
  .card_2w8fo.viaje-disponible_1w27r .info-viaje_2xZMR .info_2hkGI:last-child {
    border: 0; }

.card_2w8fo.viaje-disponible_1w27r .card-footer_2jeRB .servicios_1ttFk {
  line-height: 1 !important; }
  .card_2w8fo.viaje-disponible_1w27r .card-footer_2jeRB .servicios_1ttFk .servicio_35O7Y {
    border-right: 1px solid;
    padding: 0 10px;
    margin-top: 7px;
    margin-bottom: 7px; }
  .card_2w8fo.viaje-disponible_1w27r .card-footer_2jeRB .servicios_1ttFk .servicio_35O7Y:last-of-type {
    border: 0; }

.card_2w8fo.viaje-disponible_1w27r .collapsed-tabs__QkDB .toggler_3IWvD:after {
  font-family: "icongeb";
  display: block;
  position: absolute;
  content: '\e992';
  right: 5px;
  top: 50%;
  transform: translateY(-50%); }

.card_2w8fo.viaje-disponible_1w27r .collapsed-tabs__QkDB .toggler_3IWvD.toggled_Xibcz:after {
  content: '\e993'; }

.card_2w8fo.viaje-disponible_1w27r .wrap-footer_fQGD- {
  transform: translateY(1px); }

.card_2w8fo.viaje-disponible_1w27r .old-price_3h8O3 {
  max-height: 1.5em;
  overflow: visible;
  display: flex;
  justify-content: flex-end;
  transform: translateX(30px); }
  .card_2w8fo.viaje-disponible_1w27r .old-price_3h8O3 .descuento_2f43I {
    background: transparent url('data:image/svg+xml;utf8,<svg version="1.1"  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" 	 viewBox="0 0 47.7 47.7" style="enable-background:new 0 0 47.7 47.7;" xml:space="preserve"> <path fill="rgba(209, 0, 16, 0.999)" d="M47.1,23.8c0.8-0.7,0.9-1.8,0.2-2.6c-0.1-0.1-0.3-0.3-0.4-0.4l-6.3-4.1c-0.6-0.4-0.9-1-0.8-1.7l0.5-7.5 c0.1-1-0.7-1.9-1.7-2c-0.2,0-0.4,0-0.5,0L30.6,7c-0.7,0.1-1.3-0.1-1.8-0.6l-5-5.7c-0.7-0.8-1.8-0.9-2.6-0.2 c-0.1,0.1-0.3,0.3-0.4,0.4l-4.1,6.3c-0.4,0.6-1,0.9-1.7,0.8L7.4,7.5c-1-0.1-1.9,0.7-2,1.7c0,0.2,0,0.4,0,0.5L7,17.1 	c0.1,0.7-0.1,1.3-0.6,1.8l-5.7,5c-0.8,0.7-0.9,1.8-0.2,2.6c0.1,0.1,0.3,0.3,0.4,0.4l6.3,4.1c0.6,0.4,0.9,1,0.8,1.7l-0.5,7.5 c-0.1,1,0.7,1.9,1.7,2c0.2,0,0.4,0,0.5,0l7.4-1.5c0.7-0.1,1.3,0.1,1.8,0.6l5,5.7c0.7,0.8,1.8,0.9,2.6,0.2c0.1-0.1,0.3-0.3,0.4-0.4 l4.1-6.3c0.4-0.6,1-0.9,1.7-0.8l7.5,0.5c1,0.1,1.9-0.7,2-1.7c0-0.2,0-0.4,0-0.5l-1.5-7.4c-0.1-0.7,0.1-1.3,0.6-1.8L47.1,23.8z"/></svg>') center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    transform: translateY(-20px);
    height: 45px;
    line-height: 45px;
    width: 45px; }

.filtros-secundarios_2vN0Q .wrap-filtro_3BuQH .titulo-filtro_tcBAN {
  margin: 0;
  position: relative; }
  .filtros-secundarios_2vN0Q .wrap-filtro_3BuQH .titulo-filtro_tcBAN:after {
    font-family: "icongeb";
    content: "\e995";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .filtros-secundarios_2vN0Q .wrap-filtro_3BuQH .titulo-filtro_tcBAN.collapsed_2xmWl:after {
    content: "\e992"; }
  .filtros-secundarios_2vN0Q .wrap-filtro_3BuQH .titulo-filtro_tcBAN .icon-1x_vpdvO {
    float: left; }

.filtros-secundarios_2vN0Q .wrap-filtro_3BuQH .titulo-filtro_tcBAN:last-of-type {
  border: 0; }

#current-step_1jVMt {
  max-width: 600px;
  margin: 0 auto; }
  #current-step_1jVMt .col-auto_1RgTR {
    padding: 0 8px; }
  #current-step_1jVMt .step_3fPPs {
    position: relative; }
    #current-step_1jVMt .step_3fPPs:before {
      border-bottom: 3px solid;
      content: "";
      display: block;
      position: absolute;
      left: -15px;
      top: 50%;
      width: 50%;
      z-index: 0; }
    #current-step_1jVMt .step_3fPPs:after {
      border-bottom: 3px solid;
      content: "";
      display: block;
      position: absolute;
      right: -15px;
      top: 50%;
      width: 50%;
      z-index: 0; }
    #current-step_1jVMt .step_3fPPs.step-1_2NTOF:before {
      display: none; }
    #current-step_1jVMt .step_3fPPs.step-4_1KdUe:after {
      display: none; }
    #current-step_1jVMt .step_3fPPs .wrap_2i-TL {
      background: #fff;
      z-index: 99;
      font-size: 1.5rem;
      position: relative;
      display: inline-block;
      text-align: center;
      padding: 4px;
      border: 2px solid;
      border-radius: 50%;
      margin: 0 auto; }
      #current-step_1jVMt .step_3fPPs .wrap_2i-TL .icon_1Fo68 {
        border-radius: 50%;
        border: 1px solid;
        display: block;
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 2rem; }
    #current-step_1jVMt .step_3fPPs.current_26ZCq .wrap_2i-TL .icon_1Fo68, #current-step_1jVMt .step_3fPPs:hover .wrap_2i-TL .icon_1Fo68 {
      color: #fff;
      background: #77787b;
      border-color: #77787b; }
    #current-step_1jVMt .step_3fPPs.done_3zTsO .wrap_2i-TL {
      color: #00C861; }
      #current-step_1jVMt .step_3fPPs.done_3zTsO .wrap_2i-TL .icon_1Fo68 {
        background: #00C861;
        border-color: #00C861; }
        #current-step_1jVMt .step_3fPPs.done_3zTsO .wrap_2i-TL .icon_1Fo68:before {
          color: #fff;
          border-color: #00C861;
          content: "\e96c"; }
    #current-step_1jVMt .step_3fPPs.end_28xi- .wrap_2i-TL {
      color: #00C861; }
      #current-step_1jVMt .step_3fPPs.end_28xi- .wrap_2i-TL .icon_1Fo68 {
        background: #00C861;
        border-color: #00C861; }
  #current-step_1jVMt .col-auto_1RgTR:first-of-type .step_3fPPs:before {
    display: none; }
  #current-step_1jVMt .col-auto_1RgTR:last-of-type .step_3fPPs:after {
    display: none; }

#itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u {
  display: flex;
  max-width: 360px;
  margin: 0 auto;
  flex-direction: column;
  width: 100%;
  padding: 1rem 0; }
  #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u [class^="icon-"] {
    font-size: 40px;
    display: inline-block; }
  #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .frente_1QvBE {
    display: flex;
    align-items: center;
    padding: 0px 15px;
    font-size: 48px; }
  #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    justify-content: space-between;
    /** HOOK PARA GENERAR PASILLO */ }
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS {
      position: relative;
      flex-basis: 50px;
      text-align: center;
      padding: 4px;
      color: #d8a9e1; }
      #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS span[class^="icon-"] {
        transform: rotate(90deg);
        font-size: 48px; }
      #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS:hover {
        color: #810f9e; }
      #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS:before {
        display: block;
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
        font-weight: bold;
        content: attr(data-numero);
        text-shadow: 1px 1px 0px #fff; }
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS.woman_20t4B {
      color: rgba(230, 30, 120, 0.5); }
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS.reserved_256MI {
      color: #ffb400 !important;
      cursor: not-allowed; }
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS.selected_3Pvch {
      color: #810f9e !important;
      cursor: pointer; }
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS.available_2VqCY {
      cursor: pointer; }
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="03"],
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="07"],
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="11"],
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="15"],
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="19"],
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="23"],
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="27"],
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="31"],
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="35"],
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="39"],
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="43"] {
      margin-left: auto; }
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS.wc_3dtKK span {
      transform: none; }

#itinerario-asientos_2CAmJ .legends_2Int9 .reserved_256MI {
  color: #ffb400; }

#itinerario-asientos_2CAmJ .legends_2Int9 .available_2VqCY {
  color: rgba(129, 15, 158, 0.5); }

#itinerario-asientos_2CAmJ .legends_2Int9 .selected_3Pvch {
  color: #810f9e; }

#itinerario-asientos_2CAmJ .legends_2Int9 .woman_20t4B {
  color: rgba(230, 30, 120, 0.5); }

#itinerario-asientos_2CAmJ #asientos-form_1B_AL .nav-tabs_r0ndH {
  display: flex; }
  #itinerario-asientos_2CAmJ #asientos-form_1B_AL .nav-tabs_r0ndH .nav-item_308j5:nth-child(1) {
    z-index: 8; }
  #itinerario-asientos_2CAmJ #asientos-form_1B_AL .nav-tabs_r0ndH .nav-item_308j5:nth-child(2) {
    z-index: 7;
    transform: translateX(-8px); }
  #itinerario-asientos_2CAmJ #asientos-form_1B_AL .nav-tabs_r0ndH .nav-item_308j5:nth-child(3) {
    z-index: 6;
    transform: translateX(-16px); }
  #itinerario-asientos_2CAmJ #asientos-form_1B_AL .nav-tabs_r0ndH .nav-item_308j5:nth-child(4) {
    z-index: 5;
    transform: translateX(-24px); }
  #itinerario-asientos_2CAmJ #asientos-form_1B_AL .nav-tabs_r0ndH .nav-item_308j5:nth-child(5) {
    z-index: 4;
    transform: translateX(-32px); }
  #itinerario-asientos_2CAmJ #asientos-form_1B_AL .nav-tabs_r0ndH .nav-link_3Rsen {
    border: 1px solid #77787b;
    background: #fff;
    display: block;
    padding: 10px 12px; }
    #itinerario-asientos_2CAmJ #asientos-form_1B_AL .nav-tabs_r0ndH .nav-link_3Rsen.active_1oKwX {
      border-bottom-color: #fff !important;
      z-index: 10; }

#itinerario-asientos_2CAmJ #asientos-form_1B_AL #tab-panes_uTXxk {
  background: #fff;
  border-radius: 0 0px 8px 8px;
  border: 1px solid #77787b;
  border-top-color: transparent; }

#resumen-itinerario_WasPW .lista-reservados_3RN1h .item_1ty0q,
.itinerario_hZRCY .lista-reservados_3RN1h .item_1ty0q {
  padding-right: 30px;
  position: relative; }
  #resumen-itinerario_WasPW .lista-reservados_3RN1h .item_1ty0q .delete_2hHdB,
  .itinerario_hZRCY .lista-reservados_3RN1h .item_1ty0q .delete_2hHdB {
    position: absolute;
    right: 0; }

#resumen-itinerario_WasPW .separador_21nT_,
.itinerario_hZRCY .separador_21nT_ {
  width: 1em;
  position: relative;
  height: 50px;
  margin: 1em 0 1em 20%;
  overflow: visible;
  color: #bbbbbd; }
  #resumen-itinerario_WasPW .separador_21nT_ .origen_zwsk-,
  .itinerario_hZRCY .separador_21nT_ .origen_zwsk- {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%); }
  #resumen-itinerario_WasPW .separador_21nT_ .destino_3ubUx,
  .itinerario_hZRCY .separador_21nT_ .destino_3ubUx {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%); }
  #resumen-itinerario_WasPW .separador_21nT_:after,
  .itinerario_hZRCY .separador_21nT_:after {
    display: block;
    position: absolute;
    left: 50%;
    content: "";
    border: 1px solid;
    top: 5px;
    bottom: 0px;
    transform: translateX(-50%); }

#resumen-itinerario_WasPW .marca-bus_2wKkK img,
.itinerario_hZRCY .marca-bus_2wKkK img {
  max-width: 100%;
  height: auto; }

/*** exito page **/
.icon-bandera_2w3cS.success_Uk2G_ {
  font-size: 75px; }

@media (max-width: 567px) {
  #current-step_1jVMt .col-3_aRWeD {
    padding-right: 8px;
    padding-left: 8px; }
  #current-step_1jVMt .step_3fPPs {
    position: relative; } }

@media (min-width: 768px) {
  .card_2w8fo.viaje-disponible_1w27r .decoration_AjfBb,
  #itinerario-asientos_2CAmJ .decoration_AjfBb {
    position: relative;
    overflow: visible;
    border: 1px solid #bbbbbd; }
    .card_2w8fo.viaje-disponible_1w27r .decoration_AjfBb:before, .card_2w8fo.viaje-disponible_1w27r .decoration_AjfBb:after,
    #itinerario-asientos_2CAmJ .decoration_AjfBb:before,
    #itinerario-asientos_2CAmJ .decoration_AjfBb:after {
      display: block !important;
      position: absolute !important;
      top: 50%;
      transform: translateY(-50%);
      font-family: "icongeb";
      z-index: 9; }
    .card_2w8fo.viaje-disponible_1w27r .decoration_AjfBb:before,
    #itinerario-asientos_2CAmJ .decoration_AjfBb:before {
      content: '\e996';
      left: -3px;
      color: #bbbbbd;
      transform: translate(-100%, -50%); }
    .card_2w8fo.viaje-disponible_1w27r .decoration_AjfBb:after,
    #itinerario-asientos_2CAmJ .decoration_AjfBb:after {
      right: 2px;
      content: '\e993';
      color: #bbbbbd;
      transform: translate(100%, -50%); }
  .card_2w8fo.viaje-disponible_1w27r .info-viaje_2xZMR .info_2hkGI,
  #itinerario-asientos_2CAmJ .info-viaje_2xZMR .info_2hkGI {
    text-align: center;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: 1px solid #77787b; }
  .card_2w8fo.viaje-disponible_1w27r .card-footer_2jeRB .servicios_1ttFk .servicio_35O7Y,
  #itinerario-asientos_2CAmJ .card-footer_2jeRB .servicios_1ttFk .servicio_35O7Y {
    padding: 0px 25px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .card_2w8fo.viaje-disponible_1w27r .old-price_3h8O3,
  #itinerario-asientos_2CAmJ .old-price_3h8O3 {
    transform: none;
    position: initial; }
    .card_2w8fo.viaje-disponible_1w27r .old-price_3h8O3 .descuento_2f43I,
    #itinerario-asientos_2CAmJ .old-price_3h8O3 .descuento_2f43I {
      position: absolute;
      right: 0;
      top: 0;
      transform: translate(30px, -30px);
      z-index: 3; } }

@media (max-width: 991px) {
  .filtros-secundarios_2vN0Q {
    overflow: hidden; }
    .filtros-secundarios_2vN0Q #filterToggled_3od8W {
      display: none;
      border-radius: 0 0 8px 8px; }
    .filtros-secundarios_2vN0Q #filterToggled_3od8W.show_2-y-_ {
      display: block; } }

@media (min-width: 992px) {
  #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u {
    max-width: 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden; }
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .frente_1QvBE {
      width: 50px;
      max-width: 50%;
      flex: 0 0 50px; }
    #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S {
      flex: 1 1 100%; }
      #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL {
        padding: 0 10px;
        flex-direction: column-reverse;
        height: 230px;
        justify-content: flex-start;
        /** HOOK PARA GENERAR PASILLO */ }
        #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS {
          position: relative;
          flex-basis: 50px;
          width: 50px;
          height: 50px;
          padding: 2px;
          text-align: left; }
          #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS span[class^="icon-"] {
            transform: none;
            font-size: 45px;
            vertical-align: bottom; }
          #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS:hover {
            color: #810f9e; }
          #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS:before {
            display: block;
            position: absolute;
            top: 50%;
            left: 9px;
            transform: translateY(-50%);
            font-size: 14px;
            line-height: 1;
            font-weight: bold;
            content: attr(data-numero); }
        #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="03"],
        #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="07"],
        #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="11"],
        #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="15"],
        #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="19"],
        #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="23"],
        #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="27"],
        #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="31"],
        #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="35"],
        #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="39"],
        #itinerario-asientos_2CAmJ #diagrama-bus_2Ri7u .asientos_3Eh4S .wrap_2i-TL .asiento_3AeFS[data-numero="43"] {
          margin-left: initial;
          margin-bottom: auto; } }

.datepicker_6g0WW {
  display: none;
  position: absolute; }
  .datepicker_6g0WW.active_1oKwX {
    display: block; }

.datepicker-dropdown_1V78z {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 4px; }
  .datepicker-dropdown_1V78z.datepicker-orient-top_3Yp7w {
    padding-top: 0;
    padding-bottom: 4px; }

.datepicker-picker_27WQo {
  display: inline-block;
  border-radius: 4px;
  background-color: #fff; }
  .datepicker-dropdown_1V78z .datepicker-picker_27WQo {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .datepicker-picker_27WQo span {
    display: block;
    flex: 1;
    border: 0;
    border-radius: 4px;
    cursor: default;
    text-align: center;
    -webkit-touch-callout: none;
    user-select: none; }

.datepicker-main_8fLpn {
  padding: 2px; }

.datepicker-footer_1XTEN {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #FAFAFA; }

.datepicker-controls_34asz, .datepicker-view_1MFdN, .datepicker-view_1MFdN .days-of-week_2LrQ5, .datepicker-grid_1mAxD {
  display: flex; }

.datepicker-grid_1mAxD {
  flex-wrap: wrap; }

.datepicker-view_1MFdN .dow_3iNi1, .datepicker-view_1MFdN .days_3Cuc3 .datepicker-cell_2zSto {
  flex-basis: 14.28571%; }

.datepicker-view_1MFdN.datepicker-grid_1mAxD .datepicker-cell_2zSto {
  flex-basis: 25%; }

.datepicker-view_1MFdN .week_koTSk, .datepicker-cell_2zSto {
  height: 2.25rem;
  line-height: 2.25rem; }

.datepicker-title_1fYno {
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
  background-color: #FAFAFA;
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 700; }

.datepicker-header_39sI9 .datepicker-controls_34asz {
  padding: 2px 2px 0; }

.datepicker-controls_34asz .button_2flxQ {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fff;
  cursor: pointer;
  padding: calc(0.375em - 1px) 0.75em;
  height: 2.25em;
  vertical-align: top;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  color: #3f4042;
  font-size: 1rem; }
  .datepicker-controls_34asz .button_2flxQ:focus, .datepicker-controls_34asz .button_2flxQ:active {
    outline: none; }
  .datepicker-controls_34asz .button_2flxQ:hover {
    border-color: #bababa;
    color: #3f4042; }
  .datepicker-controls_34asz .button_2flxQ:focus {
    border-color: #3273dc;
    color: #3f4042; }
    .datepicker-controls_34asz .button_2flxQ:focus:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  .datepicker-controls_34asz .button_2flxQ:active {
    border-color: #404040;
    color: #3f4042; }
  .datepicker-controls_34asz .button_2flxQ[disabled] {
    cursor: not-allowed; }
  .datepicker-header_39sI9 .datepicker-controls_34asz .button_2flxQ {
    border-color: transparent;
    font-weight: bold; }
    .datepicker-header_39sI9 .datepicker-controls_34asz .button_2flxQ:hover {
      background-color: #f9f9f9; }
    .datepicker-header_39sI9 .datepicker-controls_34asz .button_2flxQ:focus:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
    .datepicker-header_39sI9 .datepicker-controls_34asz .button_2flxQ:active {
      background-color: #f2f2f2; }
    .datepicker-header_39sI9 .datepicker-controls_34asz .button_2flxQ[disabled] {
      box-shadow: none; }
  .datepicker-footer_1XTEN .datepicker-controls_34asz .button_2flxQ {
    margin: calc(0.375rem - 1px) 0.375rem;
    border-radius: 2px;
    width: 100%;
    font-size: 0.75rem; }

.datepicker-controls_34asz .view-switch_BXV7w {
  flex: auto; }

.datepicker-controls_34asz .prev-btn_1g0nr,
.datepicker-controls_34asz .next-btn_39Yzc {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  width: 2.25rem; }
  .datepicker-controls_34asz .prev-btn_1g0nr.disabled_1Wz7R,
  .datepicker-controls_34asz .next-btn_39Yzc.disabled_1Wz7R {
    visibility: hidden; }

.datepicker-view_1MFdN .dow_3iNi1 {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700; }

.datepicker-view_1MFdN .week_koTSk {
  width: 2.25rem;
  color: #bababa;
  font-size: 0.75rem; }
  @media (max-width: 22.5rem) {
    .datepicker-view_1MFdN .week_koTSk {
      width: 1.96875rem; } }

.datepicker-grid_1mAxD {
  width: 15.75rem; }
  @media (max-width: 22.5rem) {
    .calendar-weeks_3Ptgu + .days_3Cuc3 .datepicker-grid_1mAxD {
      width: 13.78125rem; } }

.datepicker-cell_2zSto:not(.disabled_1Wz7R):hover {
  background-color: #f9f9f9;
  cursor: pointer; }

.datepicker-cell_2zSto.focused_3Lc34:not(.selected_3Pvch) {
  background-color: #ededed; }

.datepicker-cell_2zSto.selected_3Pvch, .datepicker-cell_2zSto.selected_3Pvch:hover {
  background-color: #3273dc;
  color: #fff;
  font-weight: 600; }

.datepicker-cell_2zSto.disabled_1Wz7R {
  color: #e1e1e1; }

.datepicker-cell_2zSto.prev_PcRCf:not(.disabled_1Wz7R), .datepicker-cell_2zSto.next_3CAkI:not(.disabled_1Wz7R) {
  color: #7a7a7a; }

.datepicker-cell_2zSto.highlighted_1vUf-:not(.selected_3Pvch):not(.range_2djJD):not(.today_397Ki) {
  border-radius: 0;
  background-color: #FAFAFA; }
  .datepicker-cell_2zSto.highlighted_1vUf-:not(.selected_3Pvch):not(.range_2djJD):not(.today_397Ki):not(.disabled_1Wz7R):hover {
    background-color: #f4f4f4; }
  .datepicker-cell_2zSto.highlighted_1vUf-:not(.selected_3Pvch):not(.range_2djJD):not(.today_397Ki).focused_3Lc34 {
    background-color: #ededed; }

.datepicker-cell_2zSto.today_397Ki:not(.selected_3Pvch) {
  background-color: #00d1b2; }
  .datepicker-cell_2zSto.today_397Ki:not(.selected_3Pvch):not(.disabled_1Wz7R) {
    color: #fff; }

.datepicker-cell_2zSto.today_397Ki.focused_3Lc34:not(.selected_3Pvch) {
  background-color: #00c4a7; }

.datepicker-cell_2zSto.range-start_3T-pt:not(.selected_3Pvch), .datepicker-cell_2zSto.range-end_sew7e:not(.selected_3Pvch) {
  background-color: #bababa;
  color: #fff; }

.datepicker-cell_2zSto.range-start_3T-pt.focused_3Lc34:not(.selected_3Pvch), .datepicker-cell_2zSto.range-end_sew7e.focused_3Lc34:not(.selected_3Pvch) {
  background-color: #b4b4b4; }

.datepicker-cell_2zSto.range-start_3T-pt {
  border-radius: 4px 0 0 4px; }

.datepicker-cell_2zSto.range-end_sew7e {
  border-radius: 0 4px 4px 0; }

.datepicker-cell_2zSto.range_2djJD {
  border-radius: 0;
  background-color: #e1e1e1; }
  .datepicker-cell_2zSto.range_2djJD:not(.disabled_1Wz7R):not(.focused_3Lc34):not(.today_397Ki):hover {
    background-color: #dadada; }
  .datepicker-cell_2zSto.range_2djJD.disabled_1Wz7R {
    color: #c7c7c7; }
  .datepicker-cell_2zSto.range_2djJD.focused_3Lc34 {
    background-color: #d4d4d4; }

.datepicker-view_1MFdN.datepicker-grid_1mAxD .datepicker-cell_2zSto {
  height: 4.5rem;
  line-height: 4.5rem; }

.datepicker-input_rJXXn.in-edit_1qa5W {
  border-color: #2366d1; }
  .datepicker-input_rJXXn.in-edit_1qa5W:focus, .datepicker-input_rJXXn.in-edit_1qa5W:active {
    box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2); }

#usuario-section_1Falb .main-row_3KsiO {
  min-height: 75vh; }

#usuario-section_1Falb .full-user-menu_3-enr {
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.2); }
  #usuario-section_1Falb .full-user-menu_3-enr .menu-list_2pgxv li {
    margin-bottom: 5px; }
    #usuario-section_1Falb .full-user-menu_3-enr .menu-list_2pgxv li a {
      border-left: 4px solid transparent; }
      #usuario-section_1Falb .full-user-menu_3-enr .menu-list_2pgxv li a [class*="icon-"] {
        color: #77787b; }
    #usuario-section_1Falb .full-user-menu_3-enr .menu-list_2pgxv li.active_1oKwX a,
    #usuario-section_1Falb .full-user-menu_3-enr .menu-list_2pgxv li a:hover {
      border-left: 4px solid #810f9e; }
      #usuario-section_1Falb .full-user-menu_3-enr .menu-list_2pgxv li.active_1oKwX a [class*="icon-"],
      #usuario-section_1Falb .full-user-menu_3-enr .menu-list_2pgxv li a:hover [class*="icon-"] {
        color: #810f9e; }

.boletos-guardados_F-bH2 .actions_juT9I a {
  display: inline-block;
  font-size: 20px;
  width: 25px;
  height: 25px; }

.boletos-guardados_F-bH2 .list-group_2qIHq .list-group-item_2_70A > .row_T6cAn {
  border-bottom: 1px solid #77787b; }

.boletos-guardados_F-bH2 .list-group_2qIHq .list-group-item_2_70A:last-child > .row_T6cAn {
  border-bottom: 0 !important; }

@media (min-width: 567px) {
  .card_2w8fo.viaje-favorito_20mwI .decoration_AjfBb,
  .boletos-guardados_F-bH2 .decoration_AjfBb {
    position: relative;
    overflow: visible;
    border: 1px solid #e61e78; }
    .card_2w8fo.viaje-favorito_20mwI .decoration_AjfBb:before, .card_2w8fo.viaje-favorito_20mwI .decoration_AjfBb:after,
    .boletos-guardados_F-bH2 .decoration_AjfBb:before,
    .boletos-guardados_F-bH2 .decoration_AjfBb:after {
      display: block !important;
      position: absolute !important;
      top: 50%;
      transform: translateY(-50%);
      font-family: "icongeb";
      z-index: 9; }
    .card_2w8fo.viaje-favorito_20mwI .decoration_AjfBb:before,
    .boletos-guardados_F-bH2 .decoration_AjfBb:before {
      content: '\e996';
      left: 0px;
      color: #e61e78;
      transform: translate(-120%, -50%); }
    .card_2w8fo.viaje-favorito_20mwI .decoration_AjfBb:after,
    .boletos-guardados_F-bH2 .decoration_AjfBb:after {
      right: 2px;
      content: '\e993';
      color: #e61e78;
      transform: translate(120%, -50%); } }

@media (min-width: 992px) {
  #usuario-section_1Falb {
    background: white;
    background: linear-gradient(90deg, white 0%, white 25%, #fafafa 26%, #fafafa 100%); } }

/**FORM TICKETS INTERIOR **/
#post-section_2KaG0 article.post_FBvPE .post-header_2gH4d {
  margin-bottom: 1em; }
  #post-section_2KaG0 article.post_FBvPE .post-header_2gH4d .wrap-image_2nWkE {
    height: 45vh;
    overflow: hidden;
    position: relative; }
    #post-section_2KaG0 article.post_FBvPE .post-header_2gH4d .wrap-image_2nWkE .post-image_2Z_8d {
      margin-bottom: 0;
      position: absolute;
      width: 100%;
      height: 100%; }
      #post-section_2KaG0 article.post_FBvPE .post-header_2gH4d .wrap-image_2nWkE .post-image_2Z_8d img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 0 solid;
        border-radius: 0.25rem; }

#post-section_2KaG0 article.post_FBvPE .post-content_14HKs h1, #post-section_2KaG0 article.post_FBvPE .post-content_14HKs h2, #post-section_2KaG0 article.post_FBvPE .post-content_14HKs h3, #post-section_2KaG0 article.post_FBvPE .post-content_14HKs h4, #post-section_2KaG0 article.post_FBvPE .post-content_14HKs h5, #post-section_2KaG0 article.post_FBvPE .post-content_14HKs h6 {
  margin: 1em 0; }

#post-section_2KaG0 article.post_FBvPE .tags_1QdyV a {
  margin-bottom: 0.5em; }

#post-section_2KaG0 #related_23BfT a {
  color: #414141; }

#post-section_2KaG0 #comments_2f_FQ textarea {
  height: 150px; }

#post-section_2KaG0 .sidebar_2AzzS a {
  color: #414141; }

#post-section_2KaG0 .share_3-5C2 a {
  font-size: 1.75rem;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px; }

#post-section_2KaG0 .share_3-5C2 .icon-facebook_39yyC,
#post-section_2KaG0 .share_3-5C2 .icon-facebook2_19nnu {
  color: #3b5998; }

#post-section_2KaG0 .share_3-5C2 .icon-twitter_2vpQX {
  color: #00acee; }

#post-section_2KaG0 .share_3-5C2 .icon-whatsapp_2mFUI {
  color: #075e54; }

.breadcrumb_zs-DS {
  padding: 1rem 0; }
  .breadcrumb_zs-DS .breadcrumb-item_r0gB2 {
    text-transform: uppercase;
    font-size: 0.85rem; }

@media (min-width: 992px) {
  #post-section_2KaG0 article.post_FBvPE .post-header_2gH4d .wrap-image_2nWkE {
    height: 550px; } }

/**FORM TICKETS INTERIOR **/
.full-image-banner_3Cixd {
  height: 45vh;
  overflow: hidden;
  position: relative; }
  .full-image-banner_3Cixd .image_2M8vy {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
    .full-image-banner_3Cixd .image_2M8vy img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border: 0 solid;
      border-radius: 0.25rem; }

@media (min-width: 768px) {
  .full-image-banner_3Cixd {
    height: 400px; } }

@media (min-width: 992px) {
  .full-image-banner_3Cixd {
    height: 550px; } }

.ajax-loading_TI3hF {
  display: none;
  background: rgba(0, 0, 0, 0.35); }
  .ajax-loading_TI3hF.show_2-y-_ {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999; }
  .ajax-loading_TI3hF .loadingio-spinner-rolling_1cqMb {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    border-radius: 50%; }
    .ajax-loading_TI3hF .loadingio-spinner-rolling_1cqMb .spinner-loading_vr1YK {
      width: 100%;
      height: 100%;
      position: relative;
      transform: translateZ(0) scale(1);
      backface-visibility: hidden;
      transform-origin: 0 0;
      /* see note above */
      z-index: 9999; }
      .ajax-loading_TI3hF .loadingio-spinner-rolling_1cqMb .spinner-loading_vr1YK div {
        box-sizing: content-box; }
      .ajax-loading_TI3hF .loadingio-spinner-rolling_1cqMb .spinner-loading_vr1YK div.roller_6d1Ki {
        position: absolute;
        width: 180px;
        height: 180px;
        border: 10px solid #810f9e;
        border-top-color: transparent;
        border-radius: 50%;
        animation: spinner-1_2dVaW 1.5s linear infinite;
        top: 100px;
        left: 100px; }
      .ajax-loading_TI3hF .loadingio-spinner-rolling_1cqMb .spinner-loading_vr1YK div.bg_3fQZg {
        position: absolute;
        width: 180px;
        height: 180px;
        border: 10px solid #CECECE;
        border-radius: 50%; }
      .ajax-loading_TI3hF .loadingio-spinner-rolling_1cqMb .spinner-loading_vr1YK .icon-bus_c4XfT {
        position: absolute;
        color: #810f9e;
        top: 50%;
        left: 50%;
        font-size: 40px;
        transform: translate(-50%, -50%);
        animation: bus-1_146st 1.5s linear infinite; }

.loading-tickets_ebSOP {
  max-width: 600px;
  padding-top: 57.53%;
  position: relative;
  overflow: hidden;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210"><ellipse transform="matrix(0.9732 -0.2298 0.2298 0.9732 -6.216 7.3272)" fill="rgb(240,240,240)" cx="28.4" cy="30.4" rx="28.4" ry="28.4" /> </svg>') center center no-repeat;
  background-size: cover; }
  .loading-tickets_ebSOP .layer-0_2eYBW,
  .loading-tickets_ebSOP .layer-1_2KeGV,
  .loading-tickets_ebSOP .layer-2_3ZFeF,
  .loading-tickets_ebSOP .layer-3_km3yG,
  .loading-tickets_ebSOP .layer-4_3DJ5z,
  .loading-tickets_ebSOP .layer-5_2b9Yt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    background-size: auto;
    z-index: 1; }
  .loading-tickets_ebSOP .layer-0_2eYBW {
    animation: slide_1hyEk 45s linear infinite;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" ><path fill="rgb(235,235,235)"  d="M154.7,95.7c0.7-0.7,1.8-1.2,2.9-1.2c1.4,0,2.3,0.8,2.2,1.9c0.3-0.1,0.5-0.1,0.8-0.1c1,0,1.5,0.6,1.3,1.4 	c0,0.1-0.1,0.1-0.1,0.2h-9.4c0-0.2,0-0.3,0.1-0.5C152.6,96.5,153.6,95.8,154.7,95.7z"/></svg>') left center repeat-x; }
  .loading-tickets_ebSOP .layer-1_2KeGV {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" > <path fill="rgb(235,235,235)" d="M67.2,10.9c1.1-1.2,2.9-2,4.6-2c2.3,0,3.7,1.3,3.5,3.1c0.4-0.1,0.8-0.2,1.3-0.2c1.5,0,2.5,1,2.1,2.3  c0,0.1-0.1,0.2-0.1,0.3H63.4c0-0.3,0-0.5,0.1-0.8C64,12.2,65.6,11.1,67.2,10.9z"/><path fill="rgb(235,235,235)" d="M180.1,92.5c-0.1,0-0.2,0-0.3,0c-0.2-0.9-1.1-1.6-2.4-1.6c-0.4,0-0.7,0-1,0.1c-0.3-1.2-1.6-2-3.3-2 c-2.1,0-4.2,1.2-5.1,2.8c-1.3,0.2-2.5,1.1-2.8,2.1c0,0.1-0.1,0.2-0.1,0.3h16.8l0,0C182.1,93.3,181.4,92.5,180.1,92.5z"/></svg>') left center repeat-x;
    animation: slide_1hyEk 40s linear infinite; }
  .loading-tickets_ebSOP .layer-2_3ZFeF {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" ><path fill="rgb(230,230,230)" d="M242.9,37.8c-1.1-3.1-4.4-5.3-9.1-5.3c-6.1,0-12.2,3.6-14.7,8.3c-0.9-0.4-1.9-0.6-3.1-0.6 	c-4.1,0-8.3,2.7-9.4,6.1c-0.1,0.3-0.2,0.6-0.2,0.9h40.6c0.5-0.7,0.9-1.4,1.1-2.2C249.3,41.4,247,38.4,242.9,37.8z"/><path fill="rgb(230,230,230)"  d="M47.2,97.5c2.3-2.4,6-4.1,9.6-4.1c4.7,0,7.7,2.8,7.2,6.4c0.8-0.3,1.8-0.5,2.6-0.5c3.2,0,5.1,2.1,4.3,4.7 c-0.1,0.2-0.2,0.5-0.3,0.7H39.3c0-0.5,0-1.1,0.2-1.7C40.4,100.3,43.7,98,47.2,97.5z"/></svg>') left center repeat-x;
    animation: slide_1hyEk 10s linear infinite;
    background-size: auto; }
  .loading-tickets_ebSOP .layer-3_km3yG {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" ><path fill="rgb(225,225,225)" d="M20.5,98.3c0.8-2.3,3.3-3.9,6.7-3.9c4.5,0,9.1,2.7,10.9,6.2c0.6-0.3,1.4-0.4,2.3-0.4c3.1,0,6.2,2,7,4.5 c0.1,0.2,0.1,0.5,0.2,0.7H17.4c-0.4-0.5-0.6-1.1-0.8-1.6C15.8,101,17.5,98.7,20.5,98.3z"/>   <path fill="rgb(225,225,225)" d="M196.9,4.9c1.8-1.8,4.5-3.1,7.3-3.1c3.5,0,5.8,2.1,5.5,4.9c0.6-0.2,1.3-0.4,2-0.4c2.4,0,3.9,1.6,3.2,3.6 c-0.1,0.2-0.1,0.4-0.2,0.5h-23.7c0-0.4,0-0.8,0.2-1.3C191.7,7,194.2,5.2,196.9,4.9z"/></svg>') left center repeat-x;
    background-size: auto;
    transform: translateX(6px);
    animation: slide_1hyEk 15s linear infinite; }
  .loading-tickets_ebSOP .layer-4_3DJ5z {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" ><path fill="rgb(205,205,205)" d="M107.7,208.6H31.4c-2,0-3.6-1.6-3.6-3.6l0,0c0-2,1.6-3.6,3.6-3.6h76.3c2,0,3.6,1.6,3.6,3.6l0,0 C111.4,206.9,109.7,208.6,107.7,208.6z"/><path fill="rgb(205,205,205)" d="M234.5,208.6h-76.3c-2,0-3.6-1.6-3.6-3.6l0,0c0-2,1.6-3.6,3.6-3.6h76.3c2,0,3.6,1.6,3.6,3.6l0,0	C238.2,206.9,236.5,208.6,234.5,208.6z"/><path fill="rgb(205,205,205)" d="M361.3,208.6h-76.3c-2,0-3.6-1.6-3.6-3.6l0,0c0-2,1.6-3.6,3.6-3.6h76.3c2,0,3.6,1.6,3.6,3.6l0,0 C365,206.9,363.3,208.6,361.3,208.6z"/></svg>') left center repeat-x;
    background-size: auto;
    transform: translateX(6px);
    animation: slide_1hyEk 4s linear infinite; }
  .loading-tickets_ebSOP .layer-5_2b9Yt {
    /* hoook opacity 0.9999 to avoid HEX VALUE*/
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365 210" ><path fill="rgba(129, 15, 158, 0.9999)" d="M109.3,143.7c-12.7,0-22.9,10.3-22.9,22.9c0,12.7,10.3,22.9,22.9,22.9s22.9-10.3,22.9-22.9 C132.2,154,122,143.7,109.3,143.7z M109.3,176c-5.2,0-9.4-4.2-9.4-9.4c0-5.2,4.2-9.4,9.4-9.4c5.2,0,9.4,4.2,9.4,9.4 C118.7,171.8,114.5,176,109.3,176z M231.7,143.7c-12.7,0-22.9,10.3-22.9,22.9c0,12.7,10.3,22.9,22.9,22.9 c12.7,0,22.9-10.3,22.9-22.9C254.6,154,244.3,143.7,231.7,143.7z M231.7,176c-5.2,0-9.4-4.2-9.4-9.4c0-5.2,4.2-9.4,9.4-9.4 c5.2,0,9.4,4.2,9.4,9.4C241,171.8,236.8,176,231.7,176z M296.5,94.5c2.3,0,4.2-1.9,4.2-4.2V80c0-2.3-1.9-4.2-4.2-4.2 c-0.3,0-0.6,0-0.9,0.1h-13.2l-0.1-0.2c-2-9.8-10.6-16.8-20.6-16.8H71.9c-11.6,0-21,9.4-21,21v65.8c0,11.6,9.4,21,21,21H81 c0-15.5,12.5-28,28-28c15.5,0,28,12.5,28,28h66.5c0-15.5,12.5-28,28-28s28,12.5,28,28h19.1c13.3,0,23.2-12.2,20.6-25.2l-15.4-60.2  h8.5v9C292.2,92.6,294.1,94.5,296.5,94.5z M139.7,102.4c0,4.2-3.4,7.6-7.6,7.6H71.8c-4.2,0-7.6-3.4-7.6-7.6V84.5 c0-4.2,3.4-7.6,7.6-7.6h60.3c4.2,0,7.6,3.4,7.6,7.6V102.4z M225.2,102.4c0,4.2-3.4,7.6-7.6,7.6h-60.3c-4.2,0-7.6-3.4-7.6-7.6V84.5 c0-4.2,3.4-7.6,7.6-7.6h60.3c4.2,0,7.6,3.4,7.6,7.6V102.4z M283.8,127.8c1.2,4.8-2.5,9.4-7.4,9.4h-7.8c-1.8,0-3.5-0.6-4.9-1.8l-27.3-23.2c-1.7-1.4-2.7-3.6-2.7-5.8V84.5c0-4.2,3.4-7.6,7.6-7.6h24.2c3.5,0,6.6,2.4,7.4,5.8L283.8,127.8z"/></svg>') center center no-repeat;
    background-size: cover;
    animation: bus-2_-rLNv 0.6s linear infinite;
    z-index: 5; }

@keyframes spinner-1_2dVaW {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes bus-1_146st {
  0% {
    font-size: 40px; }
  100% {
    font-size: 80px; } }

@keyframes bus-2_-rLNv {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-3%); } }

@keyframes slide_1hyEk {
  0% {
    left: 0; }
  100% {
    left: -100%; } }


/*# sourceMappingURL=113.423fdb06941609a1469c.css.map*/