/*!*********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/bootstrap.css ***!
  \*********************************************************************/
@import url(https://fonts.googleapis.com/css?family=Muli:300,400,700&display=swap);
/*!*************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/bootstrap/dist/css/bootstrap.css ***!
  \*************************************************************************************************/
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .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: #007bff;
  text-decoration: none;
  background-color: transparent;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  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: 0.875em;
  color: #28a745;
}

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.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%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.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%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

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

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

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

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

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

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

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

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

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

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

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

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

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

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

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

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

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

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

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

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

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

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

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

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

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

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

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

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  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 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

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

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

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

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  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 {
  -ms-flex-direction: row;
  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 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

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

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

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

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

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

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

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    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 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

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

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

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

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

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .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 {
  -ms-flex-preferred-size: 350px;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

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

.modal-footer > * {
  margin: 0.25rem;
}

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

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

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

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

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

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

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

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

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

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-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 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  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;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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.857143%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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 {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

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

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

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/react-day-picker/lib/style.css ***!
  \***********************************************************************************************/
/* DayPicker styles */

.DayPicker {
  display: inline-block;
  font-size: 1rem;
}

.DayPicker-wrapper {
  position: relative;

  flex-direction: row;
  padding-bottom: 1em;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-NavBar {
}

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;

  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC);
}

.DayPicker-NavButton--next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==);
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  padding-top: 0.5em;
}

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer;
}

/* Default modifiers */

.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700;
}

.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default;
}

.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */
}

/* Example modifiers */

.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;

  background-color: #4A90E2;
  color: #F0F8FF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled)
  .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF;
}

/* DayPickerInput */

.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;

  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/*!**********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/foundation.css ***!
  \**********************************************************************/
meta.foundation-version {
  font-family: "/5.5.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

body {
  background-size: 200% !important;
  background-repeat: repeat-y !important;
  background-position: 50% top !important;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #5c5f60;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 64px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 90em;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

button,
.button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.5em 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 0.887em;
  padding-right: 2rem;
  padding-bottom: 0.89em;
  box-shadow: 0 0 0 0;
  padding-left: 2rem;
  box-shadow: 0 0 0 0;
  font-size: 0.938rem;
  background-color: #231f33;
  border-color: #231f33;
  text-transform: uppercase;
  color: #ffffff;
  transition: background-color 300ms ease-out;
}

input:focus,
button:focus,
a:focus {
  box-shadow: 0 0 0 0 !important;
  outline: 0 !important;
}

.text-papel {
  color: #000 !important;
  font-weight: bold !important;
  cursor: pointer;
}

.text-bold {
  text-transform: uppercase;
  font-weight: bold !important;
  color: #000 !important;
}
.text-bold:hover {
  color: #ff0000 !important;
}

button:hover,
.button:hover {
  background-color: #8f96b3;
}

button:focus,
.button:focus {
  background-color: #231f33;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #ffffff;
}

button.secondary,
.button.secondary {
  background-color: #fff;
  border-color: #fff;
  color: black;
}

button.secondary:hover,
.button.secondary:hover {
  background-color: #f5f5f5;
}

button.secondary:focus,
.button.secondary:focus {
  background-color: #e5e5e5;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  color: #000;
}

button.large,
.button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}

button.small,
.button.small {
  padding-top: 0.625rem;
  padding-right: 0.5rem;
  padding-bottom: 0.688rem;
  padding-left: 0.5rem;
  font-size: 0.8125rem;
}

button.tiny,
.button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}

button.expand,
.button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  height: 2.875rem;
}

button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align,
.button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius,
.button.radius {
  border-radius: 3px;
}

button.round,
.button.round {
  border-radius: 1000px;
}

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: #000;
  border-color: #000;
  color: #fff;
  cursor: default;
  opacity: 0.4;
  box-shadow: none;
}

button.disabled:hover,
button[disabled]:hover,
.button.disabled:hover,
.button[disabled]:hover {
  background-color: #ccefd8;
}

button.disabled:focus,
button[disabled]:focus,
.button.disabled:focus,
.button[disabled]:focus {
  background-color: #ccefd8;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  color: #8f96b3;
}

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #f2f2f2;
  border-color: #bebebe;
  color: #5c5f60;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #bebebe;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  color: #8f96b3;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #f2f2f2;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  button,
  .button {
    display: inline-block;
  }
}

/* Standard Forms */

form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */

form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */

label {
  font-size: 0.938rem;
  color: #5c5f60;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

label.right {
  float: none !important;
  text-align: right;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

label small {
  color: #bfbfbf;
}

/* Attach elements to the beginning or end of an input */

.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  font-size: 0.938rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */

.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */

span.prefix,
label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #5c5f60;
  border-color: #cccccc;
}

span.postfix,
label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #5c5f60;
  border-color: #cccccc;
}

/* Formulario padrao */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #bfbfbf;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.85);
  display: block;
  font-size: 0.938rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.7rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  background: #fff;
  border-color: #5c5f60;
  outline: none;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  background-color: #f5f5f5;
  cursor: default;
}

input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  background-color: #f5f5f5;
  cursor: default;
}

input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */

textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */

textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */

select {
  border-radius: 0;
  background-color: #fff;
  -moz-appearance: none;
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #bfbfbf;
  padding: 0 30px 0 8px;
  font-size: 0.938rem;
  color: #5c5f60;
  line-height: normal;
  border-radius: 0;
  height: 2.875rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

select.radius {
  border-radius: 3px;
}

select:hover {
  background-color: #fff;
  border-color: #5c5f60;
}

select:disabled {
  background-color: #bfbfbf;
  cursor: default;
}

select[multiple] {
  height: auto;
}

.select-produtos,
.select-produtos:hover {
  background-color: #f5f5f5;
}

.select-produtos {
  -moz-appearance: none;
  padding: 0 30px 0 15px;
}

/* Adjust margin for form elements below */

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */

input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */

/* We add basic fieldset styling */

fieldset {
  border: 1px solid #e5e5e5;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

fieldset legend {
  font-weight: bold;
  background: #ffffff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */

[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: 1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: transparent;
  color: #c60f13;
}

[data-abide] span.error,
[data-abide] small.error {
  display: none;
}

span.error,
small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: #ffffff;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

.error label,
.error label.error {
  color: #c60f13;
}

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: #ffffff;
}

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #c60f13;
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 58.75em;
}

/* Wrapped around .top-bar to contain to grid width */

.contain-to-grid {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.26);
  height: 74px;
}

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1006;
}

.fixed-magellan {
  width: 290px;
  position: fixed;
  top: 0;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 4rem;
}

.top-bar {
  overflow: hidden;
  height: 4rem;
  line-height: 4rem;
  position: relative;
  background: #fff;
  margin-bottom: 0;
}

.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

.top-bar .row {
  max-width: none;
}

.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

.top-bar input {
  height: 1.75rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  font-size: 0.75rem;
}

.top-bar .button,
.top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}

@media only screen and (max-width: 40em) {
  .top-bar .button,
  .top-bar button {
    position: relative;
    top: -1px;
  }
  .contain-to-grid {
    height: auto;
  }
}

.top-bar .title-area {
  position: relative;
  margin: 0;
}

.top-bar .name {
  height: 4rem;
  margin-left: 16px;
  margin-right: 70px;
  margin-bottom: 0;
  font-size: 16px;
}

@media only screen and (max-width: 641px) {
  .top-bar .name {
    margin-left: 55px;
  }
  .top-bar .name img {
    width: 85px;
  }
}

@media only screen and (max-width: 768px) {
  .top-bar .name {
    margin-right: 0;
  }
}

.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
  line-height: 4rem;
  font-size: 1.0625rem;
  margin: 0;
}

.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
  font-weight: normal;
  color: #ffffff;
  display: block;
  padding: 0 1em 0 0;
}

.top-bar .toggle-topbar {
  position: absolute;
  left: 4px;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0;
  height: 48px;
  line-height: 48px;
}

.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -24px;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 48px;
  line-height: 48px;
  padding: 0 24px 0 24px;
  color: #ffffff;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 13px;
  box-shadow: 0 0 0 1px #00b0eb, 0 7px 0 1px #00b0eb, 0 14px 0 1px #00b0eb;
  width: 22px;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

.top-bar.expanded {
  height: auto;
  background: transparent;
}

.top-bar.expanded .title-area {
  background: #fff;
}

.top-bar.expanded .toggle-topbar a {
  color: #4d7eaa;
}

.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #4d7eaa, 0 7px 0 1px #4d7eaa, 0 14px 0 1px #4d7eaa;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #fff;
  clear: both;
  height: 1px;
  width: 100%;
  opacity: 0.12;
  position: absolute;
}

.top-bar-section ul li {
  background: #fff;
}

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #003475;
  padding: 14px 0 14px 0;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: none;
}

.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #004685;
  border-color: #00386a;
  color: #ffffff;
}

.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
  background-color: black;
}

.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
  color: #ffffff;
}

.top-bar-section ul li > a.button.secondary {
  background-color: #f2f2f2;
  border-color: #bebebe;
  color: #5c5f60;
}

.top-bar-section ul li > a.button.secondary:hover,
.top-bar-section ul li > a.button.secondary:focus {
  background-color: #bebebe;
}

.top-bar-section ul li > a.button.secondary:hover,
.top-bar-section ul li > a.button.secondary:focus {
  color: #5c5f60;
}

.top-bar-section ul li > a.button.success {
  background-color: black;
  border-color: black;
  color: #ffffff;
}

.top-bar-section ul li > a.button.success:hover,
.top-bar-section ul li > a.button.success:focus {
  background-color: black;
}

.top-bar-section ul li > a.button.success:hover,
.top-bar-section ul li > a.button.success:focus {
  color: #ffffff;
}

.top-bar-section ul li > a.button.alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: #ffffff;
}

.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.button.alert:focus {
  background-color: #9e0c0f;
}

.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.button.alert:focus {
  color: #ffffff;
}

.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #ffffff;
}

.top-bar-section ul li > a.button.warning:hover,
.top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}

.top-bar-section ul li > a.button.warning:hover,
.top-bar-section ul li > a.button.warning:focus {
  color: #ffffff;
}

.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: black;
  border-color: black;
  color: #ffffff;
}

.top-bar-section ul li > button:hover,
.top-bar-section ul li > button:focus {
  background-color: black;
}

.top-bar-section ul li > button:hover,
.top-bar-section ul li > button:focus {
  color: #ffffff;
}

.top-bar-section ul li > button.secondary {
  background-color: #f2f2f2;
  border-color: #bebebe;
  color: #5c5f60;
}

.top-bar-section ul li > button.secondary:hover,
.top-bar-section ul li > button.secondary:focus {
  background-color: #bebebe;
}

.top-bar-section ul li > button.secondary:hover,
.top-bar-section ul li > button.secondary:focus {
  color: #5c5f60;
}

.top-bar-section ul li > button.success {
  background-color: black;
  border-color: black;
  color: #ffffff;
}

.top-bar-section ul li > button.success:hover,
.top-bar-section ul li > button.success:focus {
  background-color: black;
}

.top-bar-section ul li > button.success:hover,
.top-bar-section ul li > button.success:focus {
  color: #ffffff;
}

.top-bar-section ul li > button.alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: #ffffff;
}

.top-bar-section ul li > button.alert:hover,
.top-bar-section ul li > button.alert:focus {
  background-color: #9e0c0f;
}

.top-bar-section ul li > button.alert:hover,
.top-bar-section ul li > button.alert:focus {
  color: #ffffff;
}

.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #ffffff;
}

.top-bar-section ul li > button.warning:hover,
.top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}

.top-bar-section ul li > button.warning:hover,
.top-bar-section ul li > button.warning:focus {
  color: #ffffff;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #fff;
  background: #fff;
  color: #df7f1b;
  border-bottom: 3px solid #df7f1b;
}

.top-bar-section ul li.active > a {
  background: black;
  color: #ffffff;
}

.top-bar-section ul li.active > a:hover {
  background: black;
  color: #ffffff;
}

.top-bar-section .has-form {
  padding: 0.9375rem;
}

.top-bar-section .has-dropdown {
  position: relative;
}

.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}

.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

.top-bar-section .dropdown li.title h5,
.top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}

.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
  color: #ffffff;
  display: block;
}

.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}

.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto;
}

.top-bar-section .dropdown label {
  padding: 8px 0.9375rem 2px;
  margin-bottom: 0;
  color: #4d7eaa;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  .top-bar {
    overflow: visible;
  }
  .top-bar:before,
  .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 0.938rem;
    position: relative;
    height: 1.75rem;
    top: 0.53125rem;
  }
  .top-bar.expanded {
    background: #5c5f60;
  }
  .contain-to-grid .top-bar {
    max-width: 80em;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: black;
    background: black;
    color: #ffffff;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    line-height: 71px;
    background: #fff;
    border-bottom: 3px solid #fff;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    transition: background-color 300ms ease-out;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    border-bottom: 3px solid #df7f1b;
    color: #df7f1b;
    background: #fff;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: black;
    color: #ffffff;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .top-bar-section .has-dropdown.hover > .dropdown,
  .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: #ffffff;
    line-height: 4rem;
    white-space: nowrap;
    padding: 12px 0.9375rem;
    background: #5c5f60;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #ffffff;
    background: #004685;
  }
  .top-bar-section
    .dropdown
    li:not(.has-form):not(.active):hover
    > a:not(.button) {
    color: #ffffff;
    background-color: #00386a;
    background: #00386a;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #004685;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 4rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #004685;
    padding: 0 0.9375rem;
    height: 4rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: black;
    background: black;
    color: #ffffff;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #004685;
    color: #ffffff;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}

.breadcrumbs {
  display: block;
  padding: 0 1rem 1.7rem 0;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
}

.contain-to-grid-parallax .breadcrumbs {
  padding: 1rem 1rem 0 0;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.75rem;
  line-height: 2em !important;
  color: #004685;
}

.breadcrumbs > *:hover a,
.breadcrumbs > *:focus a {
  text-decoration: none;
  color: black;
}

.contain-to-grid-parallax .breadcrumbs > *:hover a,
.contain-to-grid-parallax .breadcrumbs > *:focus a {
  text-decoration: none;
  color: #fff;
}

.breadcrumbs > * a {
  color: #5c5f60;
}

.contain-to-grid-parallax .breadcrumbs > * a {
  color: #fff;
}

.breadcrumbs > *.current {
  cursor: default;
  color: #5c5f60;
}

.contain-to-grid-parallax .breadcrumbs > *.current {
  cursor: default;
  color: #fff;
}

.breadcrumbs > *.current a {
  cursor: default;
  color: #5c5f60;
}

.contain-to-grid-parallax .breadcrumbs > *.current a {
  cursor: default;
  color: #fff;
}

.breadcrumbs > *.current:hover,
.breadcrumbs > *.current:hover a,
.breadcrumbs > *.current:focus,
.breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.breadcrumbs > *.unavailable {
  color: #bfbfbf;
}

.breadcrumbs > *.unavailable a {
  color: #bfbfbf;
}

.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a,
.breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #bfbfbf;
  cursor: not-allowed;
}

.breadcrumbs > *:before {
  content: "/";
  color: #df7f1b;
  margin: 0 8px;
  position: relative;
  top: 1px;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

.links-footer > *:before {
  content: "|";
  color: #fff;
  position: absolute;
  top: 1px;
  margin-left: -20px;
  padding-top: 10px;
}

.links-footer > *:first-child:before {
  content: " ";
  margin: 0;
}

.links-footer a {
  padding-right: 10px;
}

@media only screen and (max-width: 40em) {
  .links-footer {
    display: grid;
  }
  .links-footer > *:before {
    content: "";
  }
  .links-footer > *:first-child:before {
    content: " ";
  }
}

/* Accessibility - hides the forward slash */

[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.938rem;
  transition: opacity 300ms ease-out;
  background-color: #004685;
  border-color: #003c72;
  color: #ffffff;
}

.alert-box .close {
  font-size: 1.375rem;
  padding: 0 6px 4px;
  line-height: 0.9;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #5c5f60;
  opacity: 0.3;
  background: inherit;
}

.alert-box .close:hover,
.alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  border-radius: 3px;
}

.alert-box.round {
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #009642;
  border-color: #009642;
  color: #ffffff;
}

.alert-box.alert {
  background-color: #c60f13;
  border-color: #aa0d10;
  color: #ffffff;
}

.alert-box.secondary {
  background-color: #f2f2f2;
  border-color: #e5e5e5;
  color: #5c5f60;
}

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #ffffff;
}

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #5c5f60;
}

.alert-box.alert-close {
  opacity: 0;
}

.inline-list {
  margin: 0 auto;
  margin-left: -1.5rem;
  margin-right: 0;
  padding: 0.5rem 0;
  list-style: none;
  overflow: hidden;
}

.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.5rem;
  margin-top: 6px;
  margin-bottom: 6px;
  display: block;
}

.inline-list > li > * {
  display: block;
}

.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}

.button-group:before,
.button-group:after {
  content: " ";
  display: table;
}

.button-group:after {
  clear: both;
}

.button-group.even-2 li {
  margin: 0 -2px;
  display: inline-block;
  width: 50%;
}

.button-group.even-2 li > button,
.button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-2 li:first-child button,
.button-group.even-2 li:first-child .button {
  border-left: 0;
}

.button-group.even-2 li button,
.button-group.even-2 li .button {
  width: 100%;
}

.button-group.even-3 li {
  margin: 0 -2px;
  display: inline-block;
  width: 33.33333%;
}

.button-group.even-3 li > button,
.button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-3 li:first-child button,
.button-group.even-3 li:first-child .button {
  border-left: 0;
}

.button-group.even-3 li button,
.button-group.even-3 li .button {
  width: 100%;
}

.button-group.even-4 li {
  margin: 0 -2px;
  display: inline-block;
  width: 25%;
}

.button-group.even-4 li > button,
.button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-4 li:first-child button,
.button-group.even-4 li:first-child .button {
  border-left: 0;
}

.button-group.even-4 li button,
.button-group.even-4 li .button {
  width: 100%;
}

.button-group.even-5 li {
  margin: 0 -2px;
  display: inline-block;
  width: 20%;
}

.button-group.even-5 li > button,
.button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-5 li:first-child button,
.button-group.even-5 li:first-child .button {
  border-left: 0;
}

.button-group.even-5 li button,
.button-group.even-5 li .button {
  width: 100%;
}

.button-group.even-6 li {
  margin: 0 -2px;
  display: inline-block;
  width: 16.66667%;
}

.button-group.even-6 li > button,
.button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-6 li:first-child button,
.button-group.even-6 li:first-child .button {
  border-left: 0;
}

.button-group.even-6 li button,
.button-group.even-6 li .button {
  width: 100%;
}

.button-group.even-7 li {
  margin: 0 -2px;
  display: inline-block;
  width: 14.28571%;
}

.button-group.even-7 li > button,
.button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-7 li:first-child button,
.button-group.even-7 li:first-child .button {
  border-left: 0;
}

.button-group.even-7 li button,
.button-group.even-7 li .button {
  width: 100%;
}

.button-group.even-8 li {
  margin: 0 -2px;
  display: inline-block;
  width: 12.5%;
}

.button-group.even-8 li > button,
.button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-8 li:first-child button,
.button-group.even-8 li:first-child .button {
  border-left: 0;
}

.button-group.even-8 li button,
.button-group.even-8 li .button {
  width: 100%;
}

.button-group > li {
  margin: 0 -2px;
  display: inline-block;
}

.button-group > li > button,
.button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group > li:first-child button,
.button-group > li:first-child .button {
  border-left: 0;
}

.button-group.stack > li {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
  float: none;
}

.button-group.stack > li > button,
.button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.stack > li:first-child button,
.button-group.stack > li:first-child .button {
  border-left: 0;
}

.button-group.stack > li > button,
.button-group.stack > li .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}

.button-group.stack > li > button {
  width: 100%;
}

.button-group.stack > li:first-child button,
.button-group.stack > li:first-child .button {
  border-top: 0;
}

.button-group.stack-for-small > li {
  margin: 0 -2px;
  display: inline-block;
}

.button-group.stack-for-small > li > button,
.button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.stack-for-small > li:first-child button,
.button-group.stack-for-small > li:first-child .button {
  border-left: 0;
}

@media only screen and (max-width: 40em) {
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button,
  .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.stack-for-small > li:first-child button,
  .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }
  .button-group.stack-for-small > li > button,
  .button-group.stack-for-small > li .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.stack-for-small > li > button {
    width: 100%;
  }
  .button-group.stack-for-small > li:first-child button,
  .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
}

.button-group.radius > * {
  margin: 0 -2px;
  display: inline-block;
}

.button-group.radius > * > button,
.button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius > *:first-child button,
.button-group.radius > *:first-child .button {
  border-left: 0;
}

.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button {
  border-radius: 0;
}

.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.button-group.radius.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}

.button-group.radius.stack > * > button,
.button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius.stack > *:first-child button,
.button-group.radius.stack > *:first-child .button {
  border-left: 0;
}

.button-group.radius.stack > * > button,
.button-group.radius.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}

.button-group.radius.stack > * > button {
  width: 100%;
}

.button-group.radius.stack > *:first-child button,
.button-group.radius.stack > *:first-child .button {
  border-top: 0;
}

.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button {
  border-radius: 0;
}

.button-group.radius.stack > *:first-child,
.button-group.radius.stack > *:first-child > a,
.button-group.radius.stack > *:first-child > button,
.button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.button-group.radius.stack > *:last-child,
.button-group.radius.stack > *:last-child > a,
.button-group.radius.stack > *:last-child > button,
.button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media only screen and (min-width: 40.063em) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button,
  .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}

@media only screen and (max-width: 40em) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button,
  .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.radius.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.radius.stack-for-small > *:first-child button,
  .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}

.button-group.round > * {
  margin: 0 -2px;
  display: inline-block;
}

.button-group.round > * > button,
.button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round > *:first-child button,
.button-group.round > *:first-child .button {
  border-left: 0;
}

.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button {
  border-radius: 0;
}

.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.button-group.round.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}

.button-group.round.stack > * > button,
.button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round.stack > *:first-child button,
.button-group.round.stack > *:first-child .button {
  border-left: 0;
}

.button-group.round.stack > * > button,
.button-group.round.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}

.button-group.round.stack > * > button {
  width: 100%;
}

.button-group.round.stack > *:first-child button,
.button-group.round.stack > *:first-child .button {
  border-top: 0;
}

.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button {
  border-radius: 0;
}

.button-group.round.stack > *:first-child,
.button-group.round.stack > *:first-child > a,
.button-group.round.stack > *:first-child > button,
.button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.button-group.round.stack > *:last-child,
.button-group.round.stack > *:last-child > a,
.button-group.round.stack > *:last-child > button,
.button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

@media only screen and (min-width: 40.063em) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button,
  .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}

@media only screen and (max-width: 40em) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button,
  .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.round.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.round.stack-for-small > *:first-child button,
  .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}

.button-bar:before,
.button-bar:after {
  content: " ";
  display: table;
}

.button-bar:after {
  clear: both;
}

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}

.button-bar .button-group div {
  overflow: hidden;
}

/* Panels */

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  margin-bottom: 1.25rem;
  padding: 1.5rem;
  background: #fff;
  color: #5c5f60;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  color: #5c5f60;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  margin-bottom: 2.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #5c5f60;
}

.panel.callout .list-avatar {
  margin-bottom: 0;
}

.panel.callout {
  padding: 0 1.25rem;
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p,
.panel.callout li,
.panel.callout dl {
  color: #5c5f60;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
  line-height: 1.4;
}

.panel.callout a:not(.button) {
  color: black;
}

.panel.callout a:not(.button):hover,
.panel.callout a:not(.button):focus {
  color: black;
}

.panel.radius {
  border-radius: 3px;
}

.panel.busca {
  min-height: 20em;
  height: 20em;
}

.dropdown.button,
button.dropdown {
  position: relative;
  outline: none;
}

.dropdown.button::after,
button.dropdown::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  top: 50%;
}

.dropdown.button::after,
button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

.dropdown.button::after,
button.dropdown::after {
  border-color: #ffffff transparent transparent transparent;
}

.dropdown.button.tiny,
button.dropdown.tiny {
  padding-right: 2.625rem;
}

.dropdown.button.tiny:after,
button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

.dropdown.button.tiny::after,
button.dropdown.tiny::after {
  border-color: #ffffff transparent transparent transparent;
}

.dropdown.button.small,
button.dropdown.small {
  padding-right: 3.0625rem;
}

.dropdown.button.small::after,
button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

.dropdown.button.small::after,
button.dropdown.small::after {
  border-color: #ffffff transparent transparent transparent;
}

.dropdown.button.large,
button.dropdown.large {
  padding-right: 3.625rem;
}

.dropdown.button.large::after,
button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

.dropdown.button.large::after,
button.dropdown.large::after {
  border-color: #ffffff transparent transparent transparent;
}

.dropdown.button.secondary:after,
button.dropdown.secondary:after {
  border-color: #5c5f60 transparent transparent transparent;
}

/* Image Thumbnails */

.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #ffffff;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}

.th:hover,
.th:focus {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.12);
}

.th.radius {
  border-radius: 3px;
}

/* Pricing Tables */

.pricing-table {
  border: solid 1px #e5e5e5;
  margin-left: 0;
  margin-bottom: 1.25rem;
}

.pricing-table * {
  list-style: none;
  line-height: 1;
}

.pricing-table .title {
  background-color: #5c5f60;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #eeeeee;
  font-weight: normal;
  font-size: 0.938rem;
}

.pricing-table .price {
  background-color: #f6f6f6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #5c5f60;
  font-weight: normal;
  font-size: 2rem;
}

.pricing-table .description {
  background-color: #ffffff;
  padding: 0.9375rem;
  text-align: center;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #e5e5e5;
}

.pricing-table .bullet-item {
  background-color: #ffffff;
  padding: 0.9375rem;
  text-align: center;
  color: #5c5f60;
  font-size: 0.938rem;
  font-weight: normal;
  border-bottom: dotted 1px #e5e5e5;
}

.pricing-table .cta-button {
  background-color: #ffffff;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}

[data-magellan-expedition],
[data-magellan-expedition-clone] {
  background: #ffffff;
  z-index: 50;
}

[data-magellan-expedition] .sub-nav,
[data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav dd,
[data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav a,
[data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: black;
}

.icon-bar > * {
  text-align: center;
  font-size: 0.938rem;
  width: 25%;
  margin: 0 auto;
  display: block;
  padding: 1.25rem;
  float: left;
}

.icon-bar > * i,
.icon-bar > * img {
  display: block;
  margin: 0 auto;
}

.icon-bar > * i + label,
.icon-bar > * img + label {
  margin-top: 0.0625rem;
}

.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}

.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}

.icon-bar.label-right > * i,
.icon-bar.label-right > * img {
  margin: 0 0.0625rem 0 0;
  display: inline-block;
}

.icon-bar.label-right > * i + label,
.icon-bar.label-right > * img + label {
  margin-top: 0;
}

.icon-bar.label-right > * label {
  display: inline-block;
}

.icon-bar.vertical.label-right > * {
  text-align: left;
}

.icon-bar.vertical,
.icon-bar.small-vertical {
  height: 100%;
  width: auto;
}

.icon-bar.vertical .item,
.icon-bar.small-vertical .item {
  width: auto;
  margin: auto;
  float: none;
}

@media only screen and (min-width: 40.063em) {
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.medium-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}

@media only screen and (min-width: 64.063em) {
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.large-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}

.icon-bar > * {
  font-size: 0.938rem;
  padding: 1.25rem;
}

.icon-bar > * i + label,
.icon-bar > * img + label {
  margin-top: 0.0625rem;
}

.icon-bar > * i {
  font-size: 1.875rem;
}

.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}

.icon-bar > * label {
  color: #ffffff;
}

.icon-bar > * i {
  color: #ffffff;
}

.icon-bar > a:hover {
  background: #005ca9;
}

.icon-bar > a:hover label {
  color: #ffffff;
}

.icon-bar > a:hover i {
  color: #ffffff;
}

.icon-bar > a.active {
  background: #4dc683;
}

.icon-bar > a.active label {
  color: #ffffff;
}

.icon-bar > a.active i {
  color: #ffffff;
}

.icon-bar .item.disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

.icon-bar .item.disabled > * {
  opacity: 0.7;
  cursor: not-allowed;
}

.icon-bar.two-up .item {
  width: 50%;
}

.icon-bar.two-up.vertical .item,
.icon-bar.two-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.three-up .item {
  width: 33.3333%;
}

.icon-bar.three-up.vertical .item,
.icon-bar.three-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.four-up .item {
  width: 25%;
}

.icon-bar.four-up.vertical .item,
.icon-bar.four-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.five-up .item {
  width: 20%;
}

.icon-bar.five-up.vertical .item,
.icon-bar.five-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.six-up .item {
  width: 16.66667%;
}

.icon-bar.six-up.vertical .item,
.icon-bar.six-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.seven-up .item {
  width: 14.28571%;
}

.icon-bar.seven-up.vertical .item,
.icon-bar.seven-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.eight-up .item {
  width: 12.5%;
}

.icon-bar.eight-up.vertical .item,
.icon-bar.eight-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

.tabs:before,
.tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs dd,
.tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}

.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  color: #5c5f60;
  padding: 0.375rem 2rem;
  font-size: 0.938rem;
}

.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  color: black;
}

.tabs dd > a:focus,
.tabs .tab-title > a:focus {
  outline: none;
}

.tabs dd.active a,
.tabs .tab-title.active a {
  color: black;
  border-bottom: solid 2px black;
  font-weight: bold;
}

.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
  border-top: solid 1px #e5e5e5;
  margin-top: -1px;
}

.tabs-content:before,
.tabs-content:after {
  content: " ";
  display: table;
}

.tabs-content:after {
  clear: both;
}

.tabs-content > .content {
  display: none;
  float: left;
  padding: 2.25em 0;
  width: 100%;
}

.tabs-content > .content.active {
  display: block;
  float: none;
}

.tabs-content > .content.contained {
  padding: 0.9375em;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical > .content {
  padding: 0 0.9375em;
}

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}

.no-js .tabs-content > .content {
  display: block;
  float: none;
}

ul.pagination {
  display: block;
  min-height: 3rem;
  margin-left: -0.25rem;
}

ul.pagination li {
  height: 2.25rem;
  color: #5c5f60;
  font-size: 0.938rem;
  margin-left: 0.25rem;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

ul.pagination li a,
ul.pagination li button {
  display: block;
  padding: 0.375rem 0.875rem;
  color: #5c5f60;
  background: none;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #f5f5f5;
}

ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
  cursor: default;
  color: #bfbfbf;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
  background: transparent;
}

ul.pagination li.current a,
ul.pagination li.current button {
  background: #231f33;
  color: #ffffff;
  font-weight: bold;
  cursor: default;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
  background: #231f33;
}

ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */

.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

.side-nav {
  display: block;
  margin: 0 0 1rem 0;
  background-color: #fff;
  padding: 10px 20px;
  list-style-type: none;
  list-style-position: outside;
}

.side-nav li {
  margin: 0;
  font-size: 0.938rem;
  font-weight: normal;
}

.side-nav li a:not(.button) {
  display: block;
  color: #5c5f60;
  margin: 0.75rem 0;
  padding: 0 1rem;
}

.reveal-modal-nav .side-nav li a:not(.button) {
  color: #212121;
  padding: 0;
  margin: 0.375rem 0;
}

.reveal-modal-nav .side-nav li a:not(.button):hover {
  color: black;
}

.side-nav li a:not(.button):hover {
  color: black;
}

.side-nav li.active > a:first-child:not(.button) {
  color: black;
  border-left: solid 2px black;
  margin-right: -2px;
  font-weight: normal;
}

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e5e5e5;
}

.side-nav li.heading {
  color: #5c5f60;
  font-size: 0.938rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}

nav .side-nav li.heading {
  color: #5c5f60;
  text-transform: inherit;
  cursor: default;
}

nav .side-nav li a:not(.button) {
  padding: 0;
}

nav .f-dropdown.content .button,
nav .f-dropdown.content button {
  height: inherit;
  padding-top: 1em;
  padding-bottom: 0.938em;
}

ul.accordion {
  margin-left: 0;
  border-bottom: solid 1px #e5e5e5;
}

ul.accordion.corretoras {
  margin-left: 0;
  border-right: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
}

.accordion {
  margin-bottom: 3rem;
}

.accordion:before,
.accordion:after {
  content: " ";
  display: table;
}

.accordion:after {
  clear: both;
}

.accordion .accordion-navigation,
.accordion dd {
  display: block;
}

.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
  background-color: #fff;
}

.accordion .accordion-navigation > a,
.accordion dd > a,
.accordion .accordion-navigation.title,
.accordion-navigation.cta-button {
  background-color: #fff;
  color: #5c5f60;
  padding: 0.75rem 1rem;
  display: block;
  font-size: 1.125rem;
}

.accordion .accordion-navigation.title {
  color: #004685;
}

.accordion .accordion-navigation.title,
.accordion-navigation.cta-button {
  background: none;
}

.accordion .accordion-navigation > a:hover,
.accordion dd > a:hover {
  background-color: #fff;
}

.accordion .accordion-navigation > .content,
.accordion dd > .content {
  display: none;
  padding: 1rem;
}

.accordion.corretoras .accordion-navigation > .content {
  padding-right: 1rem;
}

.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  display: block;
  background-color: #fff;
}

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

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

span.oscilacao.alta,
span.oscilacao.baixa {
  padding-left: 24px;
  margin-left: 16px;
}

.alta,
.baixa {
  color: #fff;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/* Typography resets */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */

a {
  color: black;
  text-decoration: none;
  line-height: inherit;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover {
  color: black;
}

a img {
  border: none;
}

/* Default paragraph styles */

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.938rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
  color: #bfbfbf;
}

p aside {
  font-size: 0.938rem;
  line-height: 1.35;
  font-style: italic;
}

p.legenda {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.813rem;
  text-rendering: optimizeLegibility;
  color: #5c5f60;
}

/* Default header styles */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  padding: 0 10px 0 10px;
  font-style: normal;
  color: black;
  text-rendering: optimizeLegibility;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #5c5f60;
  line-height: 0;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.563rem;
}

h4 {
  font-size: 1.563rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 0.938rem;
}

.subheader {
  line-height: 1.4;
  color: #5c5f60;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

.reveal-modal-nav hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.55rem 0 2.65rem;
  height: 0;
}

/* Helpful Typography Defaults */

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 85%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #5c5f60;
  background-color: #fafafa;
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */

ul,
ol,
dl {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1em;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */

ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1em;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1em;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1em;
}

ul.no-bullet {
  list-style: none;
}

.card .text ul {
  margin-bottom: 1.25em;
  list-style-type: disc;
}

ul.accordion ul {
  margin-bottom: 1.25em;
}

ul.accordion ul li {
  list-style-type: disc;
}

ul.accordion ul li ul li {
  list-style-type: circle;
}

/* Ordered Lists */

ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #5c5f60;
  cursor: help;
}

abbr {
  text-transform: none;
}

abbr[title] {
  border-bottom: 1px dotted #e5e5e5;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #004685;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: black;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #5c5f60;
}

/* Microformats */

.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  border-right: 3px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 15px 20px;
  background-color: #fff;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.6;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.188rem;
  }
  h3 {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 1.438rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 0.938rem;
  }
}

.split.button {
  position: relative;
  padding-right: 5.0625rem;
}

.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button span {
  width: 3.09375rem;
}

.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button span:after {
  border-color: #ffffff transparent transparent transparent;
}

.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.secondary span:after {
  border-color: #ffffff transparent transparent transparent;
}

.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.tiny {
  padding-right: 3.75rem;
}

.split.button.tiny span {
  width: 2.25rem;
}

.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.small {
  padding-right: 4.375rem;
}

.split.button.small span {
  width: 2.625rem;
}

.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.large {
  padding-right: 5.5rem;
}

.split.button.large span {
  width: 3.4375rem;
}

.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.expand {
  padding-left: 2rem;
}

.split.button.secondary span:after {
  border-color: #5c5f60 transparent transparent transparent;
}

.split.button.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.split.button.no-pip span:before {
  border-style: none;
}

.split.button.no-pip span:after {
  border-style: none;
}

.split.button.no-pip span > i {
  top: 50%;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
}

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff0000;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1004;
  display: none;
  left: 0;
}

.reveal-modal-nav-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.57);
  z-index: 1004;
  display: none;
  left: 0;
}

.reveal-modal-search-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff0000;
  z-index: 1004;
  display: none;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  padding: 1.5rem;
  border: solid 1px #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modal-nav {
  visibility: hidden;
  display: none;
  position: fixed;
  z-index: 1005;
  width: 100%;
  top: 64px;
  left: 0;
  background-color: #fff;
  padding: 1.5rem;
  min-height: 292px;
}

.reveal-modal-search {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100%;
  top: 64px;
  left: 0;
  padding: 1.5rem;
}

.reveal-modal.footer {
  padding: 0;
  border: none;
}

@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh;
  }
}

.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}

.reveal-modal > :first-child {
  margin-top: 0;
}

.reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal {
    z-index: 1005;
    width: 80%;
    max-width: 80em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal {
    top: 6.25rem;
  }
}

.reveal-modal.radius {
  border-radius: 3px;
}

.reveal-modal.round {
  border-radius: 1000px;
}

.reveal-modal.collapse {
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.tiny {
    width: 30%;
    max-width: 80em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.small {
    width: 40%;
    max-width: 80em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.medium {
    width: 60%;
    max-width: 80em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.large {
    width: 70%;
    max-width: 80em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.xlarge {
    width: 95%;
    max-width: 80em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.reveal-modal.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important;
}

.reveal-modal.full-nav {
  top: 64px;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.full {
    width: 100%;
    max-width: 80em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .reveal-modal.full-nav {
    width: 100%;
    max-width: 80em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.reveal-modal.toback {
  z-index: 1003;
}

.reveal-modal .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

.reveal-modal-nav .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 48px;
  width: 48px;
  position: absolute;
  top: -56px;
  left: 4px;
  color: #4d7eaa;
  background: #004685;
  cursor: pointer;
  text-align: center;
}

/* Tooltips */

.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: black;
}

.has-tip:hover,
.has-tip:focus {
  border-bottom: dotted 1px #001f3c;
  color: black;
}

.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.938rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #ffffff;
  background: #5c5f60;
  margin-top: -75px;
}

.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #5c5f60 transparent;
  top: -10px;
  pointer-events: none;
}

.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

.tooltip.radius {
  border-radius: 3px;
}

.tooltip.round {
  border-radius: 1000px;
}

.tooltip.round > .nub {
  left: 2rem;
}

.tooltip.opened {
  color: black !important;
  border-bottom: dotted 1px black !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #5c5f60 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #5c5f60 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left,
  .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #5c5f60;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #5c5f60 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

/* Clearing Styles */

.clearing-thumbs,
[data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

.clearing-thumbs:before,
.clearing-thumbs:after,
[data-clearing]:before,
[data-clearing]:after {
  content: " ";
  display: table;
}

.clearing-thumbs:after,
[data-clearing]:after {
  clear: both;
}

.clearing-thumbs li,
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #5c5f60;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaaaaa;
  font-size: 0.6em;
}

.visible-img {
  height: 95%;
  position: relative;
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #cccccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #5c5f60;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: none;
}

.clearing-close:hover,
.clearing-close:focus {
  color: #cccccc;
}

.clearing-assembled .clearing-container {
  height: 100%;
}

.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}

.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #cccccc;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #cccccc;
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #5c5f60;
    overflow: hidden;
    height: 85%;
  }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}

/* Progress Bar */

.progress {
  background-color: #e1e1e1;
  height: 0.5rem;
  margin-bottom: 1rem;
}

.progress .meter {
  background: #004685;
  height: 100%;
  display: block;
}

.progress.secondary .meter {
  background: #f2f2f2;
  height: 100%;
  display: block;
}

.progress.success .meter {
  background: black;
  height: 100%;
  display: block;
}

.progress.alert .meter {
  background: #c60f13;
  height: 100%;
  display: block;
}

.progress.radius {
  border-radius: 3px;
}

.progress.radius .meter {
  border-radius: 2px;
}

.progress.round {
  border-radius: 1000px;
}

.progress.round .meter {
  border-radius: 999px;
}

.contain-to-grid-sub-nav {
  width: 100%;
  overflow: auto;
}

.contain-to-grid-sub-nav .sub-nav {
  max-width: 84em;
  margin: 0 auto;
  margin-bottom: 0;
}

.sub-nav {
  display: block;
  width: auto;
  margin-bottom: 16px;
  padding-top: 0;
  background-color: #fff;
  height: 48px;
}

.sub-nav dt {
  text-transform: uppercase;
}

.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 1rem;
  font-weight: normal;
  font-size: 0.938rem;
  color: #5c5f60;
  height: 3rem;
  line-height: 3rem;
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #5c5f60;
}

.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: black;
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  font-weight: normal;
  padding: 0;
  cursor: default;
  color: black;
}

.sub-nav dt.active,
.sub-nav dd.active,
.sub-nav li.active {
  border-bottom: solid 2px black;
}

/* Foundation Joyride */

.joyride-list {
  display: none;
}

/* Default styles for the container */

.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #5c5f60;
  color: #ffffff;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem;
}

.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */

.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #5c5f60;
}

.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #5c5f60;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}

.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #5c5f60 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}

.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}

.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */

.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #ffffff;
}

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.938rem;
  line-height: 1.3;
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem;
}

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5 !important;
}

.joyride-close-tip:hover,
.joyride-close-tip:focus {
  color: #eeeeee !important;
}

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #ffffff;
}

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are at least 768px; */

@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #5c5f60 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: #5c5f60 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: #5c5f60 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}

.label {
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  padding: 0.5rem 0.5rem 0.5rem;
  font-size: 0.938rem;
  background-color: #004685;
  color: #ffffff;
}

.label.radius {
  border-radius: 3px;
}

.label.round {
  border-radius: 1000px;
}

.label.alert {
  background-color: #c60f13;
  color: #ffffff;
}

.label.warning {
  background-color: #f08a24;
  color: #ffffff;
}

.label.success {
  background-color: black;
  color: #ffffff;
}

.label.secondary {
  background-color: #f2f2f2;
  color: #5c5f60;
}

.label.info {
  background-color: #a0d3e8;
  color: #5c5f60;
}

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.inner-wrap:before,
.inner-wrap:after {
  content: " ";
  display: table;
}

.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #5c5f60;
  color: #ffffff;
  height: 4rem;
  line-height: 4rem;
  position: relative;
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
  color: #ffffff;
  font-weight: bold;
  line-height: 4rem;
  margin: 0;
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
  font-size: 1.125rem;
}

.left-small {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

.right-small {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 4rem;
  top: 0;
}

@media only screen and (min-width: 40.063em) {
  .tab-bar-section.left {
    text-align: left;
  }
  .tab-bar-section.right {
    text-align: right;
  }
}

.tab-bar-section.left {
  left: 0;
  right: 4rem;
}

.tab-bar-section.right {
  left: 4rem;
  right: 0;
}

.tab-bar-section.middle {
  left: 4rem;
  right: 4rem;
}

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 4rem;
  height: 4rem;
  display: block;
  padding: 0;
  color: #ffffff;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
  width: 1rem;
}

.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #5c5f60;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}

.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #5c5f60;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}

.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #5c5f60;
  transition: background 300ms ease;
}

ul.off-canvas-list li a:hover {
  background: #242424;
}

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #5c5f60;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.left-submenu * {
  -webkit-backface-visibility: hidden;
}

.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

.left-submenu.move-right,
.left-submenu.offcanvas-overlap-right,
.left-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #5c5f60;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

.right-submenu * {
  -webkit-backface-visibility: hidden;
}

.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-submenu.move-left,
.right-submenu.offcanvas-overlap-left,
.right-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* Foundation Dropdowns */

.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #ffffff;
  border: solid 1px #df7f1b;
  font-size: 0.938rem;
  z-index: 89;
  margin-top: 0;
  max-width: 100%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.26);
}

.f-dropdown > *:first-child {
  margin-top: 0;
}

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 40px;
  z-index: 88;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #ffffff;
  border: solid 1px #cccccc;
  font-size: 0.938rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #ffffff transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #ffffff;
  border: solid 1px #cccccc;
  font-size: 0.938rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #ffffff;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #ffffff;
  border: solid 1px #cccccc;
  font-size: 0.938rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}

.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #ffffff transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}

.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}

.f-dropdown li {
  font-size: 0.938rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}

.f-dropdown li.radius {
  border-radius: 3px;
}

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #ffffff;
  border: solid 1px #df7f1b;
  font-size: 0.938rem;
  z-index: 89;
  max-width: 200px;
}

.f-dropdown.content > *:first-child {
  margin-top: 0;
}

.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.tiny {
  max-width: 200px;
}

.f-dropdown.small {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

.f-dropdown.mega.open {
  left: 0 !important;
}

table {
  background: white !important;
  margin-bottom: 1.25rem;
  border: 0;
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
}

table caption {
  background: transparent;
  color: #5c5f60;
  font-size: 1.25rem;
  text-align: left;
  padding: 1.063rem 1.5rem 1.063rem 0rem;
}

table thead tr th,
table thead tr td {
  padding: 0.9rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
  border: solid 1px #fff;
  text-align: center !important;
}

table thead tr:nth-child(2) th,
table thead tr:nth-child(2) td {
  background: #005ca9;
}

table thead tr:nth-child(3) th,
table thead tr:nth-child(3) td {
  background: #44c8f5;
}

table thead tr:nth-child(2) th,
table thead tr:nth-child(3) th {
  padding: 0.5rem;
}

table tfoot {
  background: #f2f2f2;
}

table tfoot tr th,
table tfoot tr td {
  padding: 0.938rem 0.5rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #5c5f60;
}

table tr th,
table tr td {
  padding: 0.5rem 0.5rem;
  font-size: 0.938rem;
  color: black;
  border-bottom: solid 1px #e5e5e5;
}

table tr th img,
table tr td img {
  max-width: inherit;
  height: auto;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

table tbody tr td ul {
  font-size: 0.938rem;
  margin-bottom: 0;
}

.range-slider {
  position: relative;
  border: 1px solid #e5e5e5;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  width: 100%;
  height: 1rem;
  background: #fafafa;
}

.range-slider.vertical-range {
  position: relative;
  border: 1px solid #e5e5e5;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  width: 1rem;
  height: 12.5rem;
}

.range-slider.vertical-range .range-slider-handle {
  margin-top: 0;
  margin-left: -0.5rem;
  position: absolute;
  bottom: -10.5rem;
}

.range-slider.vertical-range .range-slider-active-segment {
  width: 0.875rem;
  height: auto;
  bottom: 0;
}

.range-slider.radius {
  background: #fafafa;
  border-radius: 3px;
}

.range-slider.radius .range-slider-handle {
  background: #004685;
  border-radius: 3px;
}

.range-slider.radius .range-slider-handle:hover {
  background: #003e75;
}

.range-slider.round {
  background: #fafafa;
  border-radius: 1000px;
}

.range-slider.round .range-slider-handle {
  background: #004685;
  border-radius: 1000px;
}

.range-slider.round .range-slider-handle:hover {
  background: #003e75;
}

.range-slider.disabled,
.range-slider[disabled] {
  background: #fafafa;
  cursor: not-allowed;
  opacity: 0.7;
}

.range-slider.disabled .range-slider-handle,
.range-slider[disabled] .range-slider-handle {
  background: #004685;
  cursor: default;
  opacity: 0.7;
}

.range-slider.disabled .range-slider-handle:hover,
.range-slider[disabled] .range-slider-handle:hover {
  background: #003e75;
}

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #ececec;
}

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: black;
}

.range-slider-handle:hover {
  background: #00b83e;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

.panel [class*="block-grid-"] > li {
  padding-bottom: 0;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n + 1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n + 1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n + 1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n + 1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n + 1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n + 1) {
    clear: both;
  }
}

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #e5e5e5;
  color: #5c5f60;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #e5e5e5;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}

.switch input {
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0;
}

.switch input + label {
  margin-left: 0;
  margin-right: 0;
}

.switch label:after {
  content: "";
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.switch input:checked + label {
  background: #004685;
}

.switch input:checked + label:after {
  left: 2.25rem;
}

.switch label {
  width: 4rem;
  height: 2rem;
}

.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}

.switch input:checked + label:after {
  left: 2.25rem;
}

.switch label {
  color: transparent;
  background: #e5e5e5;
}

.switch label:after {
  background: #ffffff;
}

.switch input:checked + label {
  background: black;
}

.switch.large label {
  width: 5rem;
  height: 2.5rem;
}

.switch.large label:after {
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked + label:after {
  left: 2.75rem;
}

.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}

.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked + label:after {
  left: 2rem;
}

.switch.tiny label {
  width: 3rem;
  height: 1.5rem;
}

.switch.tiny label:after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked + label:after {
  left: 1.75rem;
}

.switch.radius label {
  border-radius: 4px;
}

.switch.radius label:after {
  border-radius: 3px;
}

.switch.round {
  border-radius: 1000px;
}

.switch.round label {
  border-radius: 2rem;
}

.switch.round label:after {
  border-radius: 2rem;
}

/* small displays */

@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */

@media only screen and (min-width: 40.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */

@media only screen and (min-width: 64.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */

@media only screen and (min-width: 90.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xlarge,
  td.show-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */

@media only screen and (min-width: 120.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.hide-for-xlarge-down,
  td.hide-for-xlarge-down,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up,
  th.show-for-xxlarge,
  td.show-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */

.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */

table.hide-for-landscape,
table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape,
  table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait,
  table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */

.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */

table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/

.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}

/* Print visibility */

@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}

pre {
  margin-bottom: 15px;
}

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.11111rem 0.27778rem 0.05556rem;
}

pre code .code-container {
  margin: 10px 0px;
  padding: 5px;
  overflow-x: auto;
  line-height: 1.3rem;
  font-weight: normal;
}

pre code {
  display: block;
  padding: 0.5em;
  background: #fafafa;
  color: #333;
}

pre .tag,
pre .tag .title,
pre .rules .property,
pre .django .tag .keyword {
  color: #000080;
  font-weight: normal;
}

pre .title,
pre .id,
pre .coffeescript .params,
pre .scss .preprocessor {
  color: #900;
  font-weight: bold;
}

pre .attribute,
pre .variable,
pre .lisp .body {
  color: #008080;
}

pre .string,
pre .tag .value,
pre .phpdoc,
pre .tex .formula {
  color: #d14;
}

.panel.caixamais {
  margin-top: 3rem;
}

.row.main {
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: calc(100% - 460px);
}

.footer {
  width: 100%;
  background: #003475;
  border-top: 4px solid black;
}

.footer .inline-list > li a:not(.button) {
  color: #fff;
}

.footer-small {
  width: 100%;
  background: #00315d;
  padding-top: 0.5em;
  padding-bottom: 0.438em;
}

.footer-small img {
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.footer-small.active img {
  opacity: 1;
  filter: Alpha(Opacity=100);
}

.copyright {
  width: 100%;
  background: #00315d;
  padding-top: 0px;
  padding-bottom: 0px;
}

.copyright .inline-list > li a:not(.button) {
  color: #b3c2cf;
}

.footer .inline-list > li a:not(.button),
.copyright .inline-list > li a:not(.button) {
  font-size: 0.813em;
}

.footer .inline-list > li a:not(.button):hover,
.copyright .inline-list > li a:not(.button):hover {
  color: black;
}

.footer .inline-list > li.active a:not(.button),
.copyright .inline-list > li.active a:not(.button) {
  color: #fff;
}

.copyright .inline-list.icones {
  margin-left: -4px;
}

.copyright .inline-list.icones > li {
  margin: 8px 4px 6px 4px;
}

/* Materialize */

@-webkit-keyframes animacao {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animacao {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.Parallax-img {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 64px;
}

.Parallax {
  height: 364px;
  width: 100%;
  -webkit-animation-name: animacao;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  position: relative;
}

.Parallax-cover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&amp;0+0,0.87+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44NyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.87) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.87) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.87) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#de000000', GradientType=0);
  /* IE6-8 */
  height: 364px;
  width: 100%;
  position: relative;
}

.Parallax-title,
.Parallax-small-title {
  position: absolute;
  bottom: 0;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.Parallax-title h1,
.Parallax-small-title h1 {
  color: #fff;
  margin-bottom: -16px;
}

.contain-to-grid-parallax {
  width: 100%;
  background: #000;
}

.Parallax-small {
  height: 256px;
  -webkit-animation-name: animacao;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
}

.Parallax-small-cover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&amp;0+0,0.87+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44NyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.87) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.87) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.87) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#de000000', GradientType=0);
  /* IE6-8 */
  height: 256px;
  width: 100%;
  position: relative;
}

/* List */

.list-avatar,
.list-icon {
  margin-top: 0px;
  margin-bottom: 3rem;
}

.list-avatar .list-avatar-row,
.list-icon .list-icon-row {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
}

.list-avatar .list-avatar-row .picture,
.list-avatar .list-avatar-row .primary-action,
.list-icon .list-icon-row .picture,
.list-icon .list-icon-row .primary-action {
  float: left;
  display: inline-block;
}

.list-avatar .list-avatar-row .picture,
.list-avatar .list-avatar-row .primary-action,
.list-avatar.two-line .list-avatar-row .picture,
.list-avatar.two-line .list-avatar-row .primary-action {
  padding-right: 16px;
}

.list-avatar .list-avatar-row .picture,
.list-avatar .list-avatar-row .primary-action {
  padding-top: 4px;
  padding-bottom: 4px;
}

.list-avatar.two-line .list-avatar-row .picture,
.list-avatar.two-line .list-avatar-row .primary-action {
  padding-top: 16px;
  padding-bottom: 16px;
}

.list-icon .list-icon-row .picture,
.list-icon .list-icon-row .primary-action,
.list-icon.two-line .list-icon-row .picture,
.list-icon.two-line .list-icon-row .primary-action {
  padding-right: 24px;
}

.list-icon .list-icon-row .picture,
.list-icon .list-icon-row .primary-action {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-icon.two-line .list-icon-row .picture,
.list-icon.two-line .list-icon-row .primary-action {
  padding-top: 24px;
  padding-bottom: 24px;
}

.list-avatar .list-avatar-row .picture i,
.list-avatar .list-avatar-row .primary-action i,
.list-icon .list-icon-row .picture i,
.list-icon .list-icon-row .primary-action i {
  font-size: 16px;
  color: white;
}

.list-avatar .list-avatar-row .picture i,
.list-avatar .list-avatar-row .primary-action i {
  line-height: 56px;
}

.list-avatar.two-line .list-avatar-row .picture i,
.list-avatar.two-line .list-avatar-row .primary-action i {
  line-height: 72px;
}

.list-icon .list-icon-row .picture i,
.list-icon .list-icon-row .primary-action i {
  line-height: 48px;
}

.list-icon.two-line .list-icon-row .picture i,
.list-icon.two-line .list-icon-row .primary-action i {
  line-height: 72px;
}

.list-avatar .list-avatar-row .picture i,
.list-avatar .list-avatar-row .picture img,
.list-avatar .list-avatar-row .picture label,
.list-avatar .list-avatar-row .primary-action i,
.list-avatar .list-avatar-row .primary-action img,
.list-avatar .list-avatar-row .primary-action label,
.list-icon .list-icon-row .picture i,
.list-icon .list-icon-row .picture img,
.list-icon .list-icon-row .picture label,
.list-icon .list-icon-row .primary-action i,
.list-icon .list-icon-row .primary-action img,
.list-icon .list-icon-row .primary-action label {
  display: block;
}

.list-avatar .list-avatar-row .picture i,
.list-avatar .list-avatar-row .picture img,
.list-avatar .list-avatar-row .picture label,
.list-avatar .list-avatar-row .primary-action i,
.list-avatar .list-avatar-row .primary-action img,
.list-avatar .list-avatar-row .primary-action label {
  width: 40px;
  height: 40px;
}

.list-icon .list-icon-row .picture i,
.list-icon .list-icon-row .picture img,
.list-icon .list-icon-row .picture label,
.list-icon .list-icon-row .primary-action i,
.list-icon .list-icon-row .primary-action img,
.list-icon .list-icon-row .primary-action label {
  width: 24px;
  height: 24px;
}

.list-avatar .list-avatar-row .content,
.list-avatar.icon .list-avatar-row .content,
.list-avatar.least .list-avatar-row .content {
  display: inline-block;
}

.list-avatar .list-avatar-row .content {
  width: calc(100% - 56px);
}

.list-avatar.icon .list-avatar-row .content {
  width: calc(100% - 96px);
}

.list-avatar.least .list-avatar-row .content {
  width: calc(100% - 104px);
}

.list-icon .list-icon-row .content {
  display: inline-block;
  width: calc(100% - 48px);
}

.list-avatar .list-avatar-row .content {
  min-height: 49px;
}

.list-avatar.two-line .list-avatar-row .content {
  min-height: 72px;
}

.list-icon .list-icon-row .content {
  min-height: 48px;
}

.list-icon.two-line .list-icon-row .content {
  min-height: 72px;
}

.list-avatar .list-avatar-row .content .secondary-action {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
}

.list-avatar .list-avatar-row .content .secondary-action {
  top: 16px;
}

.list-avatar.two-line .list-avatar-row .content .secondary-action {
  top: 24px;
}

.list-avatar .list-avatar-row .content .least-content {
  position: absolute;
  top: 16px;
  right: 0;
  color: #5c5f60;
  font-size: 14px;
}

.list-avatar .primary-text,
.list-icon .primary-text {
  color: #5c5f60;
  font-size: 15px;
}

.list-avatar .secondary-text,
.list-icon .secondary-text {
  color: #5c5f60;
  font-size: 15px;
}

.list-avatar .primary-text {
  margin-top: 13px;
  margin-bottom: -4px;
}

.list-icon .primary-text {
  margin-top: 10px;
  margin-bottom: -4px;
}

.list-avatar .secondary-text {
  margin-top: 0;
  margin-bottom: 0;
}

.list-icon .secondary-text {
  margin-top: 0;
  margin-bottom: 0;
}

.list-avatar .divider,
.list-icon .divider {
  clear: both;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: solid 1px #e5e5e5;
}

.list-avatar .divider {
  margin-left: 56px;
}

.list-icon .divider {
  margin-left: 48px;
}

.list-avatar.busca .secondary-text small {
  color: #004685;
}

.list-avatar.busca .secondary-text {
  color: #5c5f60;
}

.accordion.list .accordion-navigation .list-avatar {
  margin-bottom: 0;
}

.accordion.list
  .accordion-navigation
  .list-avatar
  .list-avatar-row
  .content
  .least-content {
  right: 48px;
}

.accordion.list .accordion-navigation .list-avatar .primary-text,
.list-icon .primary-text {
  padding-right: 112px;
}

.accordion.list .accordion-navigation > a {
  padding-top: 0;
  padding-bottom: 0;
}

.accordion.list .accordion-navigation > .content,
.accordion dd > .content {
  padding-left: 72px;
}

/* Cards */

.card {
  background: #fff;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 0 16px;
}

.card .header {
  padding: 16px 0;
}

.card .header h4 {
  padding: 0;
  margin: 0;
}

.card img {
  margin: 16px 0;
  border-radius: 4px;
}

.card .action {
  padding: 8px;
}

.card .divider {
  clear: both;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: solid 1px #e5e5e5;
}

.card .action .divider {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-bottom: solid 1px #e5e5e5;
}

/* Sprites */

/* action */

.icon-action-grey600-ic_today_grey600_24dp {
  background-position: -175px -379px;
  width: 24px;
  height: 24px;
}

/* navigation */

.icon-navigation-grey600-ic_expand_less_grey600_24dp {
  background-position: -107px -73px;
  width: 24px;
  height: 24px;
}

.icon-navigation-grey600-ic_expand_more_grey600_24dp {
  background-position: -5px -107px;
  width: 24px;
  height: 24px;
}

.icon-navigation-grey600-ic_chevron_left_grey600_24dp {
  background-position: -73px -73px;
  width: 24px;
  height: 24px;
}

.icon-navigation-grey600-ic_chevron_right_grey600_24dp {
  background-position: -107px -5px;
  width: 24px;
  height: 24px;
}

.icon-action-grey600-ic_open_in_new_grey600_24dp {
  background-position: -39px -277px;
  width: 24px;
  height: 24px;
}

/* image */

.icon-image-white-ic_image_white_24dp {
  background-position: -311px -73px;
  width: 24px;
  height: 24px;
}

/* social */

.copyright .icon-image-social-ic_facebook_24dp {
  background-position: 0px 0px;
  width: 18px;
  height: 17px;
}

.copyright .icon-image-social-ic_twitter_24dp {
  background-position: -18px 0px;
  width: 18px;
  height: 17px;
}

.copyright .icon-image-social-ic_linkedin_24dp {
  background-position: -36px 0px;
  width: 17px;
  height: 17px;
}

.copyright .icon-image-social-ic_youtube_24dp {
  background-position: -53px 0px;
  width: 24px;
  height: 17px;
}

.icon-image-social-ic_facebook_24dp {
  background-position: 0px 0px;
  width: 24px;
  height: 24px;
}

.icon-image-social-ic_twitter_24dp {
  background-position: -24px 0px;
  width: 24px;
  height: 24px;
}

.icon-image-social-ic_linkedin_24dp {
  background-position: -48px 0px;
  width: 24px;
  height: 24px;
}

.icon-image-social-ic_youtube_24dp {
  background-position: -72px 0px;
  width: 24px;
  height: 24px;
}

.icon-image-social-ic_whatsapp_24dp {
  background-position: -96px 0px;
  width: 24px;
  height: 24px;
}

/* Large screens */

@media only screen and (min-width: 1021px) {
  #fp-nav.right {
    right: 96px;
  }
}

/* Medium screens */

@media only screen and (max-width: 1024px) and (min-width: 768px) {
}

/* Small screens */

@media only screen and (max-width: 767px) {
  .row.main {
    padding-top: 1rem;
  }
  .row.corretoras h6.subheader {
    padding-bottom: 1.5em;
    padding-top: 0;
    text-align: center;
  }
  .row.corretoras .logo-corretora {
    margin-bottom: 0;
  }
  table.responsive {
    margin-bottom: 0;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable {
    margin-left: 0;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  .list-avatar .secondary-text,
  .list-icon .secondary-text {
    margin-bottom: 10px;
  }
  .list-avatar.two-line .secondary-text,
  .list-icon.two-line .secondary-text {
    margin-bottom: 16px;
  }
  .list-avatar.two-line .list-avatar-row .content .secondary-action {
    top: 16px;
  }
  .list-avatar.busca .primary-text {
    margin-bottom: 8px;
  }
  .fixed-magellan {
    width: 100%;
    padding: 0 16px 0 2px;
    margin-left: -16px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.26);
  }
  [data-magellan-expedition],
  [data-magellan-expedition-clone] {
    width: 100%;
    padding: 0;
    margin-left: -16px;
  }
  .vcard {
    display: block;
  }
  .accordion.list
    .accordion-navigation
    .list-avatar
    .list-avatar-row
    .content
    .least-content {
    left: 56px;
  }
  .accordion.list .accordion-navigation .list-avatar .primary-text,
  .list-icon .primary-text {
    padding-right: 0;
    padding-top: 24px;
  }
  .accordion.list
    .accordion-navigation
    .list-avatar.least
    .list-avatar-row
    .content {
    width: calc(100% - 88px);
  }
}

label {
  font-style: normal;
  line-height: 1.3;
  color: rgb(143, 150, 179);
}

#header-image  {
  color: #fff !important;
  margin-bottom: 2em !important;
  height: 250px;
  width: 100%;
}

.header-image h1,
.header-image p {
  color: rgb(255, 255, 255) !important;
  font-style: normal !important;
}

.header-image p {
  margin: 0.35em calc(0em * -1) 0 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0rem;
  text-transform: none;
}

.header-image .pricing-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  align-content: center;
  width: 100%;
  padding-left: 12.5px !important;
}
.header-image .pricing-header,
.header-image .ibox,
.header-image .row {
  height: inherit;
}

.header-image h1 {
  margin: 100px calc(0.07em * -1) 0 0;
  font-size: 2.75em !important;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0;
}

@media (max-width: 767px) {
  .header-image h1 {
    font-size: 1.8em !important;
  }
  #header-image {
    height: 196.27px;
  }
}

@media (max-width: 766px) {
  #header-image {
    height: 153.36px;
  }
}

@media (max-width: 480px) {
  #header-image {
    background-color: #000000;
    background-image: linear-gradient(
      147deg,
      #000000 0%,
      #2c3e50 74%
    ) !important;
    background-position: left top !important;
  }
}

@media (max-width: 400px) {
  .header-image h1 {
    font-size: 1.3em !important;
  }
}

@media (max-width: 300px) {
  .header-image h1 {
    font-size: 1em !important;
  }
}

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

.pr-3,
 .px-3  {
  padding-right: 1rem !important;
}
​​ .pl-3,
 .px-3  {
  padding-left: 1rem !important;
}
​​ .text-center  {
  text-align: center !important;
}

.x-masthead {
  position: relative;
}

element.style {
  display: none;
}
.e58-1.x-bar-space {
  font-size: 16px;
  height: auto;
}

.e58-1.x-bar {
  height: auto;
  font-size: 16px;
  background-color: rgb(15, 18, 26);
  z-index: 9999;
}

.e58-1.x-bar-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 100%;
  height: auto;
  max-width: 1152px;
}

.e58-2.x-bar-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 auto;
  margin: 1.2em 0px 1.2em 0px;
  background-color: transparent;
}

.e58-3.x-image {
  max-width: 190px;
  background-color: transparent;
}

.e58-4.x-menu {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex: 1 0 auto;
  margin: 0 0 0 0;
  font-size: 1em;
}

.e58-5.x-anchor-toggle {
  width: 3.5em;
  height: 3.5em;
  border-radius: 1em;
  font-size: 1em;
  background-color: transparent;
}

.e58-6.x-anchor-toggle {
  width: 2.25em;
  height: 2.25em;
  border-radius: 100em;
  font-size: 1em;
  background-color: transparent;
  box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
}

.e58-4.x-menu > li > .x-anchor .x-anchor-text-primary,
.x-anchor .x-anchor-text-primary {
  font-family: inherit;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.e58-4.x-menu > li > .x-anchor .x-anchor-sub-indicator {
  margin: 5px 5px 5px 8px;
  font-size: 0.875rem;
  color: rgb(222, 229, 255);
}

.e58-4.x-menu > li > .x-anchor .x-anchor-text {
  margin: 5px 2px 5px 2px;
}

.e58-4.x-menu > li > .x-anchor .x-anchor-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.e58-4.x-menu > li > .x-anchor {
  margin: 0.2em 1em 0.2em 1em;
  font-size: 1em;
  background-color: transparent;
}

.e58-4.x-menu > li,
.e58-4.x-menu > li > a {
  flex: 0 1 auto;
}

@media (max-width: 480px) {
  #header-bgHome,
  #header-bg {
    background-color: #000000;
    background-image: linear-gradient(147deg, #000000 0%, #2c3e50 74%);
    background-position: left top !important;
  }
}
.x-anchor-menu-item:hover,
.x-anchor-menu-item:focus,
.x-anchor-text-primary:hover,
.x-anchor-text-primary:focus {
  color: #f00 !important;
}

.x-anchor-menu-item {
  color: #fff;
}

.ibox.float-e-margins {
  max-width: 1152px;
  margin: 0 auto;
  z-index: 1051;
}

.sub-menu .x-anchor:hover,
.sub-menu .x-anchor:focus {
  background-color: rgb(46, 44, 51);
}

.sub-menu .x-anchor:hover .x-anchor-text-primary,
.sub-menu .x-anchor:focus .x-anchor-text-primary {
  color: #fff !important;
}

@media screen and (max-width: 500px) {
  .e130-2.x-bar-container {
    flex-direction: column;
  }

  .e130-2.x-bar-container .x-image img {
    width: 85%;
  }

  .e130-2.x-bar-container .e130-3.x-image {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 400px) {
  .e130-2.x-bar-container .x-image img {
    width: 70%;
  }
}

.x-bar-is-sticky {
  position: fixed !important;
  width: 100%;
}

/*!******************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/custom.css ***!
  \******************************************************************/
body {
  background-color: white !important;
}

table tfoot {
  font-weight: initial;
  line-height: 0;
  background-color: #fff;
  border: 0;
}

:root {
  --main-background-color: #003475;
  --main-foreground-color: #fff;
}

table thead tr th {
  color: grey !important;
  font-weight: normal !important;
  white-space: nowrap;
}

.text-info {
  color: black !important;
}

.text-blue {
  color: blue !important;
  font-weight: bold;
}

.text-negative {
  color: red;
}

.text-positive {
  color: green;
}

.table thead {
  background-color: white !important;
  color: gray !important;
  border: 0 !important;
}

.table tfoot {
  background-color: var(--main-background-color);
  color: var(--main-foreground-color);
}

.item-paginacao {
  border: none;
}

.center {
  text-align: center;
  align-items: center;
  display: inline-block !important;
}

.inputDatePicker input {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #bfbfbf;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.85);
  display: block;
  font-size: 0.938rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  height: 2.7rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  outline: none;
}

.inputDatePicker input::placeholder {
  color: #70747a;
  opacity: 1;
}

.inputDatePicker input:focus {
  border-color: #5c5f60;
}

.card-shadow-success {
  box-shadow: 0 0.46875rem 2.1875rem rgba(58, 196, 125, 0.03),
    0 0.9375rem 1.40625rem rgba(58, 196, 125, 0.03),
    0 0.25rem 0.53125rem rgba(58, 196, 125, 0.05),
    0 0.125rem 0.1875rem rgba(58, 196, 125, 0.03);
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(26, 54, 126, 0.125);
  border-radius: 0.25rem;
}

.widget-chart2 .widget-chat-wrapper-outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}

.ibox-pnl {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}

.ibox-pnl-content {
  background-color: #ffffff;
  color: inherit;
  padding: 10px 20px 13px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.up {
  border-bottom: 2px solid #28a745;
}

.down {
  border-bottom: 2px solid #dc3545;
}

.ibox-pnl-content h5 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: auto;
  color: #495057;
}

.ibox-pnl-content h1 {
  font-size: 30px;
  margin-bottom: auto;
  color: #495057;
  font-weight: 400;
}

.down h1 svg path {
  color: #dc3545;
}

.up h1 svg path {
  color: #28a745;
}

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

.iconOccult {
  font-size: 21px;
  line-height: 51px;
  padding-left: 5px;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
}

.iconOccult:hover {
  cursor: pointer;
}

.imgDatePicker {
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 31px;
  color: #231f33 !important;
}

/* DayPicker styles */

.DayPicker {
  display: inline-block;
  font-size: 1rem;
}

.DayPicker-wrapper {
  position: relative;
  flex-direction: row;
  padding-bottom: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.filterPeriod {
  text-align: left;
}

.containerDayPicker {
  width: 86px !important;
  padding: 4px 8px !important;
  font-size: 13px !important;
  height: 31px !important;
  margin-top: 8px !important;
  text-align: center !important;
  box-shadow: none !important;
}

.clearfix {
  clear: both;
}

.secondPicker {
  width: 120px !important;
  margin: auto;
}
.labelDayPicker {
  float: left;
  line-height: 45px;
  font-size: 14px;
  padding-right: 11px;
}

.tbl-font-12 {
  padding-left: 1.875em !important;
  padding-right: 0px !important;
}
.tbr-font-12 {
  padding-right: 1.875em !important;
  padding-left: 0px !important;
}

.font-12 {
  font-size: 13px !important;
}

.font-12 th {
  font-size: 13px !important;
}

.font-12 td {
  font-size: 13px !important;
}

.badge {
  padding: 2px 6px;
  margin-right: 5px;
}

#whiteLink {
  color: #fff;
}

.btnPaddingLeft {
  padding-left: 12px !important;
}

.badge-secondary {
  color: #fff;
  background-color: #5d5f61;
}

.nav {
  margin-left: 0px;
  overflow-x: auto;
  white-space: nowrap;
  display: block;
  overflow-y: hidden;
}
.nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dbdbdb;
}

.nav::-webkit-scrollbar-corner {
  background-color: transparent;
  border-color: transparent;
}

.nav::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.nav::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}

.nav-tabs .nav-item {
  display: inline-block;
  float: none;
}

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav-link:hover {
  border: 0;
  font-weight: bold;
}

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;
  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8b9898;
  cursor: pointer;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC);
}

.DayPicker-NavButton--next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==);
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}

.large-centered {
  width: 1400px !important;
}

.DayPicker-Caption > div {
  font-weight: bold;
  font-size: 1rem;
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8b9898;
  text-align: center;
  font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  vertical-align: middle;
  border-radius: 0%;
  text-align: center;
  cursor: pointer;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #eaecec;
  color: #8b9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  padding-top: 0.5em;
}

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: red;
  font-size: 0.875em;
  cursor: pointer;
}

/* Default modifiers */

.DayPicker-Day--today {
  color: inherit;
  font-weight: inherit;
}

.DayPicker-Day--outside {
  color: #8b9898;
  cursor: default;
}

.DayPicker-Day--disabled {
  color: #dce0e0;
  cursor: default;
}

/* Example modifiers */

.DayPicker-Day--sunday {
  background-color: #f7f8f8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #dce0e0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(
    .DayPicker-Day--outside
  ) {
  position: relative;
  background-color: red;
  color: pink;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(
    .DayPicker-Day--outside
  ):hover {
  background-color: red;
}

.DayPicker:not(.DayPicker--interactionDisabled)
  .DayPicker-Day:not(.DayPicker-Day--disabled):not(
    .DayPicker-Day--selected
  ):not(.DayPicker-Day--outside):hover {
  background-color: pink;
}

/* DayPickerInput */

.DayPickerInput {
  float: left;
  display: block;
  width: 100%;
  margin-right: -40px;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.MuiAutocomplete-hasPopupIcon .MuiAutocomplete-inputRoot,
.MuiAutocomplete-hasClearIcon .MuiAutocomplete-inputRoot {
  padding-right: 0px !important;
}

.MuiInput-underline:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "\00a0";
  position: absolute;
  transition: none !important;
  border-bottom: none !important;
  pointer-events: none;
}

.MuiInput-underline:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  transform: scaleX(0);
  transition: none !important;
  border-bottom: none !important;
  pointer-events: none;
}

.MuiAutocomplete-inputRoot .MuiAutocomplete-input {
  width: 0;
  min-width: 30px;
  margin: 0 !important;
}

#autocomplete
  .MuiAutocomplete-inputRoot[class*="MuiInput-root"]
  .MuiAutocomplete-input:first-child {
  padding: 0.5rem !important;
}

.MuiInputBase-root {
  color: rgba(0, 0, 0, 0.85) !important;
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  line-height: 1.5;
}

.MuiInputBase-root ::placeholder {
  color: #70747a !important;
}

.MuiIconButton-root:hover {
  background-color: inherit !important;
  color: rgba(0, 0, 0, 0.54) !important;
}

.modal-dialog {
  float: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
}

.modal-bg {
  background-color: rgb(255 255 255) !important;
}

.modal-content {
  border: none !important;
}

.disabled {
  background-color: white !important;
}

.inputDate {
  width: 100%;
}

.panel-data {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
  width: 100%;
}

.panel-data .panel-head {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-data .title {
  background-color: #696969;
  color: #f5f5f5;
  align-items: flex-start;
}

.panel-head {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  align-items: center;
  text-align: center;
  align-content: center;
}

.panel-body {
  padding: 15px;
}

.btn-w-m {
  background-color: red !important;
  border: 1px solid red !important;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
}

.btn-default {
  background-color: white !important;
  border: 1px solid red !important;
  font-weight: normal;
  color: red !important;
  line-height: 20px;
}

.row .label {
  color: black !important;
}

.card {
  padding: 0;
}

.card-body {
  padding: 5px 16px;
}

.table-transparent {
  background-color: transparent !important;
  margin-bottom: 0;
}

.chart-configs {
  height: 430px;
}

#root {
  padding: 0;
}
.selectWidth {
  width: 100%;
  margin-bottom: 16px;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.loadpdf:hover {
  cursor: progress;
}
.row-100-width {
  max-width: 100%;
  width: 100%;
}

.order {
  color: #0063de;
  padding-right: 0px;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin: -2px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: right;
}

.flex-right {
  display: flex;
  justify-content: flex-end;
}

.flex-left {
  display: flex;
  justify-content: space-between;
}

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

.order.fa.order-asc: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;
}

.order.fa.order-desc: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;
  transform: rotate(180deg) scaleX(-1);
}

/*------SUBMENU---------*/

.dropdown-menu .select {
  width: 600px;
}

.dropdown-menu:hover > .dropdown-submenu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block !important;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.falseSelect {
  background-color: #fff;
  -moz-appearance: none;
  background-position: 100%;
  background-repeat: no-repeat;
  border: 1px solid #bfbfbf;
  padding: 0 30px 0 8px;
  font-size: 0.938rem;
  color: #5c5f60;
  line-height: normal;
  border-radius: 0;
  width: 100%;
  height: 2.7rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.falseSelect > .btn {
  padding-left: 0;
  padding-top: 10px;
}

.falseOption {
  font-weight: normal;
  display: block;
  white-space: pre;
  min-height: 1.2em;
  padding: 0px 2px 1px;
  min-width: 285px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}

.group {
  border-bottom: 1px solid #e5e5e5;
}
.nav {
  margin-right: 0;
  flex-wrap: nowrap !important;
}
iframe {
  border: 0;
  display: block;
}
p.tdHeader {
  margin-bottom: 6px;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f8f9fa;
}
#dropdownMenuLink {
  width: 308px;
  text-align: left;
  height: 48px;
}

#dropdownMenuLink:after {
  float: right;
  margin-top: 9px;
}

th,
td {
  border: #e5e5e5 solid 1px !important;
}

.recharts-cartesian-axis-tick-value {
  font-size: 0.938rem;
  color: #5c5f60;
  cursor: pointer;
  display: block;
  font-weight: 400;
}

.MuiAutocomplete-root:hover {
  color: rgba(0, 0, 0, 0.54) !important;
}

/* CLASSES E CSS - IMPRESSÃO */
@media print {
  * {
    font-size: 12px !important;
  }

  th,
  td {
    font-size: 12px !important;
  }

  .print-hide {
    display: none;
  }
  .print-show {
    display: unset !important;
  }
}

tfoot * {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.img-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.8rem;
  margin-bottom: 0.2rem;
  margin-right: 0.8rem;
  color: black;
}

/* BOTÕES DE LINGUAGEM */

.buttons-language {
  align-self: center;
  text-align: end;
  margin-top: -0.15rem;
}

.buttons-language a {
  padding-right: 0.5rem;
}

.buttons-language img {
  border-radius: 50%;
}

/* CSS - MENU INDEX */

.mapMenu .item ul,
.mapMenu .item input:not(:checked) ~ ul.children {
  display: block;
}

.mapMenu input[type="checkbox"],
.mapMenu .item input:checked ~ ul.children {
  display: none;
}

.mapMenu .arrow {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  float: left;
  margin: 0.85rem 0.5rem 0 0.75rem;
}
.mapMenu .item input + .arrow {
  transform: rotate(0deg);
  transition: 0.1s;
}
.mapMenu .item input:checked + .arrow {
  transform: rotate(-90deg);
  transition: 0.1s;
}

.item ul {
  padding: 0;
}

.item li {
  list-style: none;
  line-height: 1.3;
}

.mapMenu {
  width: 100%;
  margin-top: 1rem;
}

.mapMenu label:hover {
  cursor: pointer;
}
.mapMenu label {
  width: 100%;
  display: block;
  position: relative;
  font-weight: bold !important;
}

.mapMenu ul,
.mapMenu li,
.mapMenu label,
.mapMenu li a {
  margin: 0;
  list-style: none;
  text-decoration: none;
  font-weight: 100;
}

.mapMenu li p {
  margin-bottom: 0.2rem;
  color: #ff0000;
  padding: 0rem 0.6rem;
}

.multi-level > .item > .arrow {
  margin-left: 0.85rem;
}

.children li:nth-child(odd) {
  background-color: #f1f1f1;
}

.children li:nth-child(even) {
  background-color: #fff;
}

.multi-level {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.multi-level > .item {
  flex: 20%;
}

.item.level1 {
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.item p.item-heading {
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: normal;
  font-style: normal;
  color: #004685;
  text-rendering: optimizeLegibility;
}

.btn-radius {
  background-color: #ee2c40;
  border: 0 solid #ee2c40;
}

.btn-radius:focus,
.btn-radius:focus {
  background-color: #ee2c40;
}

.item.level1 > p.item-heading {
  background: #ea5757;
  border-radius: 3px 3px 0 0;
}

.item.level2 > p.item-heading {
  background: #231f33;
}

.item.level3 > p.item-heading {
  background: #464854;
}

.item.level4 > p.item-heading {
  background: #8f96b3;
}

.item.level5 > p.item-heading {
  background: #77777b;
}

.item .item-heading label {
  color: white;
}

.item li a.item-link {
  padding: 3px 10px;
  display: inline-block;
  width: calc(100% - 20px);
  color: black;
}

.multi-level div.item-tooltip p {
  color: #fff;
}

.item .children li a.item-tooltip svg {
  margin-top: -3px;
}

@media screen and (max-width: 900px) {
  .multi-level > .item {
    flex: 25%;
  }
}

/* CSS - MENU RESPONSIVO */

.navbar-toggler ~ div {
  display: none;
}

.navbar {
  padding: 0;
}

.navbar-nav {
  margin-left: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navbar input[type="checkbox"] {
  display: none;
}

.navbar .arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: none;
  padding: 3px;
}

.arrow.right {
  transform: rotate(-45deg);
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
}

.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.3s;
}
.navbar .arrow-label {
  float: right;
  padding-right: 0.3rem;
}

.navbar .arrow-label.arrow-right {
  margin: 0.9rem 0 0 0;
}

.navbar .arrow-label.arrow-down {
  margin: 0.4rem 0 0 0;
}

.multi-level1 {
  top: 27px;
  display: none;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-nav {
  padding-right: 15px;
}

.navbar-nav a.btn {
  margin: 0;
}

@media screen and (max-width: 991px) {
  #principal-menu {
    display: flex !important;
  }

  #principal-menu li.nav-item {
    width: 50% !important;
  }

  #principal-menu li.nav-item.dropdown a {
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 100%;
  }

  .nav:not(.flex-column).nav-tabs .dropdown-menu {
    max-width: fit-content;
  }

  .navbar-toggler ~ div {
    display: unset;
  }

  .hide-buttons {
    display: none;
  }

  .navbar-nav {
    flex-wrap: unset;
    justify-content: unset;
    padding-right: 0;
  }

  .navbar {
    padding: 0.5rem 0rem;
  }

  .navbar .arrow {
    display: inline-block;
  }

  .navbar-toggler {
    margin-bottom: 5px;
  }

  .navbar-toggler:hover,
  .navbar-toggler:focus {
    background-color: #f1f1f1;
  }

  .navbar .btn {
    margin-right: 0;
  }

  .navbar .heading {
    border-bottom: #b2b2b2 thin solid;
    padding: 5px 10px;
  }

  .navbar .heading a {
    width: 90%;
    text-align: left;
  }

  .navbar .aberto {
    display: block !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    top: unset !important;
  }

  .dropdown-menu {
    background: none;
    border: none;
    border-radius: unset;
    margin: 0;
    padding: 0;
  }

  .multi-level1 {
    padding: 0;
  }

  .nav-padding {
    padding-right: 15px;
  }
}

/* CSS - SETA SELECT */

.arrowSelect {
  float: right;
  margin-top: -52px;
  margin-right: 4px;
  z-index: 5;
  position: relative;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
}

.arrowSelect svg {
  width: 1.5rem;
  fill: currentColor;
}

.select-span {
  appearance: none;
}

/* CSS - ÍCONES TABELA*/

.table-icons {
  margin-top: -14px;
  margin-bottom: 1rem;
}

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

.div-icons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 18px;
}

.div-icons button {
  margin: 0 5px;
}

.selectPage,
#selectPage1,
#selectPage2 {
  padding-top: 0 !important;
  min-width: 65px !important;
  height: 2.25rem !important;
}

.ajustIconSelect:after {
  right: 0 !important;
  font-size: 1.5rem !important;
}

ul.pagination {
  margin-bottom: 0;
  justify-content: flex-end;
}

@media screen and (max-width: 640px) {
  .secondPicker {
    margin-top: 16px !important;
  }

  .input-chart {
    border-bottom: 0px solid #e0e0e0;
  }
}

@media screen and (max-width: 40.063em) {
  .table-icons a {
    text-align: center;
  }
  .div-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }
  .table-icons {
    margin-top: 1px;
    margin-bottom: 1rem !important;
  }

  h2.tdHeader {
    text-align: center;
  }
}

@media screen and (max-width: 205px) {
  .div-icons {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .div-icons a {
    flex: 30%;
  }
}

label.crumbs:hover {
  color: #ff0000;
}

.row.container {
  max-width: 1152px;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(
    .DayPicker-Day--outside
  ) {
  position: relative;
  background-color: #231f33 !important;
  color: white !important;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(
    .DayPicker-Day--outside
  ):hover {
  background-color: #231f33 !important;
}

input,
select,
.btn-radius {
  border-radius: 3px !important;
}

.buttons-language.btn-index {
  margin-top: -0.5rem;
  float: right;
}

.mg-15 {
  margin-right: 1rem;
}
.buttons-language.btn-index {
  padding-right: 0.5rem;
}

@media screen and (max-width: 500px) {
  .btn-radius {
    width: 9.375rem;
  }
  .mg-15 {
    margin-right: 1rem;
  }
  .buttons-language.btn-index {
    margin-top: -5.5rem;
  }
}

@media screen and (max-width: 415px) {
  .buttons-radius {
    width: 18rem;
  }

  .btn-radius {
    width: 80%;
  }

  .mg-15 {
    margin-bottom: 0.5rem !important;
  }

  .buttons-language.btn-index {
    margin-top: -10.5rem;
    margin-right: 0.5rem;
  }
}

@media screen and (max-width: 415px) {
  .buttons-radius {
    width: 100%;
    padding-right: 1rem;
  }

  .btn-radius {
    width: 100%;
  }

  .mg-15 {
    margin-bottom: 0.5rem !important;
  }

  .buttons-language.btn-index {
    margin-top: -17rem;
  }
}

@media screen and (max-width: 227px) {
  .buttons-language.btn-index {
    margin-top: -19.5rem;
  }
}

@media screen and (max-width: 208px) {
  .buttons-language.btn-index {
    margin-top: -21.5rem;
  }
}

.e58-5.x-anchor-toggle:focus {
  background-color: #5c5f60;
  border: 0 solid #5c5f60;
  border-radius: 0.5em;
}

.middle-page {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 2;
  background-color: #fff;
  height: 100vh;
}

.middle-page div {
  position: relative;
  top: 50%;
  margin-top: -0.8rem;
}

.row .row {
  margin-bottom: 1rem !important;
}

.loading:before {
  width: 3.6rem !important;
  height: 3.6rem !important;
}

.loading-download:before {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.modified-button {
  cursor: pointer;
  outline: 0;
  height: 33px;
  padding: 7.5px 15px;
  background: #fff;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.08px;
  text-transform: uppercase;
  color: #4d4d4d;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    color 0.3s ease-in-out;
}

.modified-button:hover,
.modified-button:focus {
  background: #ea5757;
  color: #fff;
}

.modified-button:focus {
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
}

.btn {
  margin-left: 10px;
}

.btn-bds {
  color: #fff;
  background-color: rgb(255, 0, 0);
  border-color: rgb(255, 0, 0);
  font-weight: bold;
}

.btn-bds:hover {
  color: #fff;
  background-color: rgb(153, 0, 0);
  border-color: rgb(153, 0, 0);
}

.btn-bds path {
  stroke: #fff;
}

.btn-clear {
  color: #fff;
  background-color: rgb(182, 182, 182);
  border-color: rgb(182, 182, 182);
  font-weight: bold;
}

.btn-clear:hover {
  color: #fff;
  background-color: rgb(105, 105, 105);
  border-color: rgb(105, 105, 105);
}
.rnd-btn {
  border-radius: 50% !important;
  height: fit-content !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

.mb-0 {
  margin-bottom: 10px;
}

.mt-0 {
  margin-top: -7px;
}

.shadow {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.label-black {
  color: #000;
}

.expand {
  cursor: pointer;
  text-align: right;
}

.menu-item:hover .x-dropdown {
  display: block;
}

.pb10 {
  padding-bottom: 10px;
}

.m0 {
  margin-bottom: 0;
  margin-top: 0;
}

.btn-outline {
  color: rgb(128, 128, 128);
  background-color: rgb(255, 255, 255);
  border-color: rgb(128, 128, 128);
  font-weight: bold;
  margin-top: 4px;
}

.btn-outline path {
  stroke: rgb(128, 128, 128);
}

.btn-outline:hover {
  color: #fff;
  background-color: rgb(255, 0, 0);
  border-color: rgb(255, 0, 0);
}

.rnd-btn[disabled]:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn-outline:hover path {
  stroke: #fff;
}

#chartTable {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

#chartTable .nav-pills .nav-link {
  border-radius: 0;
}

#chartTable .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 20px;
  display: inline-block;
}

.nav-tabs .nav-link {
  display: inline-block;
}

.input-chart {
  border-bottom: 1px solid #e0e0e0;
}

.input-chart label {
  line-height: normal;
}

.input-chart .DayPickerInput {
  height: 39px;
}

.input-chart .inputDatePicker input {
  margin-top: -4px !important;
  width: 115px !important;
  text-align: left !important;
}

.chartFstImgDatePicker {
  cursor: pointer;
  margin-bottom: 0px;
  font-size: 18px;
  color: #231f33 !important;
  float: left;
  margin-top: -36px;
  margin-left: 112px;
}

.chartSndImgDatePicker {
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 18px;
  color: #231f33 !important;
  float: right;
  margin-right: -19px;
}

select {
  height: 2.7rem;
}

.btn:focus {
  border-color: #212529;
}

@media screen and (max-width: 430px) {
  .header-image h1 {
    font-size: 1.6em !important;
  }

  .e130-16.x-bar-container,
  .e130-12.x-bar-container {
    width: 100%;
  }
  .x-bar-container .x-text {
    width: 75%;
  }

  .x-bar-container .x-text span {
    overflow-wrap: break-word;
  }
}

/*Aplicar conforme o tamanho do título do projeto*/
@media screen and (max-width: 400px) {
  .header-image h1 {
    font-size: 1.3rem !important;
  }
}

@media screen and (max-width: 325px) {
  /*Aplicar conforme o tamanho do título do projeto*/
  .header-image h1 {
    font-size: 1rem !important;
  }
  .x-bar-container .x-text {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .e130-2.x-bar-container {
    width: 100%;
  }
  .e130-2.x-bar-container .x-image img {
    width: 85%;
  }
}
.label-nao-encontrado {
  cursor: unset;
  color: #000;
}

.table-responsive thead tr th {
  background-color: white;
}

.btn-outline-primary:focus {
  border-color: #0063de;
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.13333rem rgb(0 176 230 / 60%) !important;
  outline: 0 !important;
}

.picker__day--highlighted:focus {
  color: #666e7a;
  border-color: #00b0e6;
  background: 0 0;
  outline: none;
}

#tableInFrame .col-lg-10,
#tableInFrame .col-md-10 {
  flex: 0 0 100%;
  max-width: 100%;
}

.table-responsive-tab
  div.large-centered.medium-centered.small-centered.columns {
  padding-right: 0px !important;
  display: flex;
  flex-wrap: wrap !important;
  width: auto !important;
  max-width: 100% !important;
}

@media screen and (max-width: 1200px) {
  .table-responsive-tab {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.breadcrumb {
  background-color: #fff;
  padding: 0.75rem 0;
  margin-left: 0;
}

#principal-menu {
  overflow-x: clip !important;
  overflow-y: inherit !important;
  flex-wrap: wrap !important;
}

.dropdown-submenu > a {
  font-weight: 400 !important;
}

.dropdown-submenu > a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  font-family: b3-icons;
  border: 0;
  right: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  border: none !important;
  margin-top: 0 !important;
  width: 1.6rem !important;
  height: 1.6rem !important;
  transform: translateY(-50%) rotateZ(-90deg);
}

.navbar {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.dropdown-menu,
.dropdown-submenu {
  min-width: max-content !important;
}

.custom-btn {
  font-size: 20px !important;
  position: relative;
}

.custom-btn:after {
  border: none;
}

.new-drop {
  top: 90%;
  right: 0px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #666e7a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(64, 68, 77, 0.15);
  border-radius: 0.25rem;
  position: absolute;
}

#download-drop {
  right: 40px;
}

.new-drop .dropdown-item {
  display: flex;
  align-content: center;
}

.new-drop span:first-child {
  font-size: 25px;
}

.new-drop span:last-child {
  padding: 3px 0 3px 8px;
  line-height: 25px;
}

.block {
  display: block !important;
}

.fechaMenu {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;

  z-index: 2;
}

.MuiSvgIcon-root {
  display: none !important;
}

@media screen and (max-width: 700px) {
  .multi-level > .item {
    flex-direction: column;
  }
  .multi-level > .item {
    flex: 100%;
  }

  #principal-menu li.nav-item {
    width: 100% !important;
  }
}

.no-arrow-drop:after {
  content: "" !important;
}

.tdFooter {
  border-top-color: rgba(255, 255, 255, 0.25) !important;
  border-bottom-color: rgba(255, 255, 255, 0.25) !important;
  color: rgba(255, 255, 255, 0.7) !important;
  padding: 5px 27px !important;
  border: 0;
}

.osc {
  white-space: nowrap;
}

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

.nav:not(.flex-column).nav-tabs .dropdown-menu > a:focus-visible,
.nav-link:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}

#autocomplete:after {
  content: "" !important;
}

table thead tr:nth-child(2) td,
table thead tr:nth-child(2) th {
  background: rgba(102, 110, 122, 0.18) !important;
}

.nav:not(.flex-column).nav-tabs .nav-link:before {
  bottom: 2px !important;
}

.chart-badge {
  border-color: rgb(3, 98, 214) !important;
  background-color: white !important;
  color: rgb(3, 98, 214) !important;
  padding: 12px !important;
  height: 36px;
  display: inline-block !important;
  width: fit-content !important;
  padding: 12px 0.46667rem !important;
  line-height: 0px !important;
}

.badge-active {
  background-color: rgb(3, 98, 214) !important;
  color: white !important;
}

.duet-date__toggle {
  background-color: transparent !important;
  box-shadow: none;
}

.duet-date__toggle svg {
  display: none;
}

.duet-date__dialog-content {
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border: none;
}

.is-active {
  display: block !important;
}

.plus-btn span {
  float: right;
}

.cl {
  clear: both;
}

.duet-date__day.is-today {
  box-shadow: none !important;
}

.duet-date__day.is-today::before {
  background: #fff !important;
}

#custom-tbl {
  overflow-x: scroll;
}

#custom-tbl,
.fix-scroll {
  width: calc(100% - 1px) !important;
  margin-bottom: 8px;
}

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

a[aria-disabled="true"] {
  color: rgba(102, 110, 122, 0.4);
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

.disabled-icon {
  color: #888d94;
}

.b3__text-title--4,
h4 {
  line-height: 1.6em !important;
  margin-bottom: 0px;
  position: relative;
}

.modal-drop {
  z-index: 2;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0px;
  left: 0px;
}

.custom-drop {
  transform: translateX(-50%) !important;
}

.custom-drop .dropdown-item {
  transition: all 0.5s !important;
  border-radius: 0.2rem !important;
  background: 0 0 !important;
  font-weight: 400 !important;
  font-size: 0.9rem !important;
  line-height: 1.62em !important;
  letter-spacing: 0 !important;
  padding: 0.8rem 1.6rem 0.8rem;
  color: #002c63;
}
.custom-drop-toogle {
  padding-right: 2.4rem !important;
}

.custom-drop .dropdown-item:hover {
  background-color: rgba(0, 176, 230, 0.08) !important;
}

.custom-drop-toogle:after {
  content: "";
  font-family: b3-icons;
  font-size: 1.6rem;
  line-height: 1.6rem;
  border: none !important;
  margin-top: 0 !important;
  width: 1.6rem !important;
  height: 1.6rem !important;
  transform: translateY(-50%);
  right: 0.8rem;
  content: "";
  font-family: b3-icons;
  position: absolute;
  top: 50%;
}

.custom-pl-0 {
  padding-left: 0px;
}

@media screen and (max-width: 640px) {
  .custom-pl-0 {
    padding-left: 0.9375em;
  }
}

.btn-register {
  background-color: #00b0e6;
  border-color: #00b0e6;
}

.table tbody tr > td:last-child {
  border-right: 0 !important;
}

.loading-date {
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  height: calc(100vh - 70px);
  margin-top: -92px;
}

@media screen and (max-width: 600px) {
  .custom-mt-5 {
    margin-top: 25px;
  }

  .offset-sm-3 {
    margin-left: 0% !important;
  }
}

.tdHeader {
  padding-left: 0;
  line-height: 2.1em !important;
}

.row-3 [class*="col-"]:first-child {
  padding-left: 0;
}

.row-3 [class*="col-"]:last-child {
  padding-right: 0;
}

.title-occult {
  clear: both;
  position: relative;
}

.width-name {
  max-width: calc(100% - 26px);
  display: block;
}

.grid-2 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  max-width: 100%;
}

.grid-2 > div {
  width: calc(50% - 16px);
  flex: calc(50% - 16px);
}

@media screen and (max-width: 768px) {
  .grid-2 {
    column-gap: 0;
  }

  .grid-2 > div {
    width: 100%;
    flex: 100%;
  }
}

.all-white {
  color: white !important;
  background-color: white !important;
  border: white !important;
}

.fixed-td div {
  position: absolute;
  bottom: 14px;
}

/*!****************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/site.css ***!
  \****************************************************************/
body {
  background-repeat: repeat-y;
  background-size: 200%;
  background-position: 50% top;
}

@media (min-width: 481px) {
  .title-page .x-text-content-text-primary {
    font-size: 3em !important;
  }
}

@media (max-width: 768px) {
  .title-page {
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
  }
}

.x-acc-content ul {
  margin-top: 1em;
}

.x-acc-content ul li {
  margin-top: 1em;
}

.x-acc-content table {
  width: 100%;
}

.x-acc-content table td {
  vertical-align: top !important;
}

.x-main ul:not(.hs-error-msgs) {
  list-style: none;
}

.x-main ul:not(.hs-error-msgs) li:not([role="presentation"]):not(:first-child) {
  margin-top: 1em;
}

.x-main ul:not(.hs-error-msgs) li:not([role="presentation"]):before {
  content: "\2022";
  color: #8f96b3;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.entry-title {
  font-size: 1.625em !important;
  font-weight: 600;
}

.more-link {
  font-size: 1em !important;
  font-weight: 600 !important;
}

.number img {
  height: 50px !important;
  width: auto !important;
}

.search__title {
  font-size: 1.625em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: #000 !important;
  margin-top: 1em !important;
}

@media (min-width: 768px) {
  .solution-img {
    max-width: 60% !important;
  }
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

html {
  overflow-x: hidden;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0 !important;
}

[tabindex="-1"] {
  outline: 0 !important;
}

.site:before,
.site:after,
.x-site:before,
.x-site:after {
  content: " ";
  display: table;
  width: 0;
}

.site:after,
.x-site:after {
  clear: both;
}

.x-boxed-layout-active .site,
.x-boxed-layout-active .x-site {
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.275);
  border-top: 0;
  border-bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.125);
  box-sizing: content-box;
}

body {
  line-height: 1.7;
}

.x-container.offset {
  margin: 40px auto;
}

.x-root {
  display: flex;
}

.x-root .site,
.x-root .x-site {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  min-width: 1px;
}

.x-masthead {
  position: relative;
}

.x-colophon {
  position: relative;
}

.x-acc-item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}

.x-acc-header {
  display: block;
  position: relative;
  z-index: 2;
  transition-duration: 0.3s;
  transition-property: color, border-color, background-color, text-shadow,
    box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 0, 0);
}

.x-acc-header span {
  pointer-events: none;
}

.x-acc-header-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.x-acc-header-indicator {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
  transition-duration: 0.3s;
  transition-property: color, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-acc-header-text {
  flex: 1 0 0%;
}

.x-acc-content {
  position: relative;
  z-index: 1;
}

.x-acc-content > p:last-child,
.x-acc-content > ul:last-child,
.x-acc-content > ol:last-child {
  margin-bottom: 0;
}

.x-crumbs-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.x-crumbs-list-item {
  display: inherit;
  flex-direction: inherit;
  flex-wrap: nowrap;
  justify-content: inherit;
  align-items: inherit;
  align-content: inherit;
}

.x-crumbs-list-item:last-child:after {
  content: ".";
  display: inline;
  visibility: hidden;
  width: 0;
  opacity: 0;
  pointer-events: none;
  speak: none;
}

.x-crumbs-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-duration: 0.3s;
  transition-property: color, border-color, background-color, text-shadow,
    box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-row {
  display: flex;
  position: relative;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
}

.x-row-inner {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  min-width: 0;
  min-height: 0px;
}

.x-col {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  display: block;
  position: relative;
  min-width: 0;
  max-width: 100%;
  min-height: 0px;
}

.no-preserve3d .x-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.x-grid {
  display: grid;
  grid-auto-columns: auto;
  grid-auto-rows: auto;
  position: relative;
  min-width: 0;
  min-height: 0px;
}

.x-cell {
  display: block;
  position: relative;
  min-width: 0;
  max-width: 100%;
  min-height: 0px;
}

.x-icon {
  display: inline-flex !important;
  flex-flow: row nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: center;
}

.x-icon:before {
  display: block !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: inherit !important;
  height: inherit !important;
  margin: 0 !important;
  line-height: inherit !important;
  text-align: inherit !important;
}

.x-anchor {
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity,
    transform;
}

.x-anchor-content {
  overflow: hidden;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
}

.x-anchor,
.x-anchor-text-primary,
.x-anchor-text-secondary,
.x-anchor-sub-indicator {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-nat,
.x-nat a,
.x-nat i,
.x-nat ul,
.x-nat ol,
.x-nat img,
.x-nat div,
.x-nat span,
.x-nat button {
  animation-delay: 0s !important;
  transition-delay: 0s !important;
  animation-duration: 0s !important;
  transition-duration: 0s !important;
}

.x-anchor-text {
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
}

.x-anchor-text-primary,
.x-anchor-text-secondary {
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
}

div.x-anchor-text-primary *,
div.x-anchor-text-secondary * {
  display: block !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
  font-size: 1em !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  text-align: inherit !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: inherit !important;
  color: inherit !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.x-anchor-sub-indicator {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  transition-property: color, text-shadow;
  z-index: 2;
}

.x-anchor-sub-indicator:before {
  display: inherit;
  width: inherit;
  height: inherit;
  line-height: inherit;
  text-align: inherit;
}

li:not(.menu-item-has-children) > a .x-anchor-sub-indicator {
  display: none;
  visibility: hidden;
  speak: none;
}

.x-anchor.has-int-content {
  overflow: hidden;
}

.x-anchor.has-int-content .x-anchor-content {
  transition-duration: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-anchor-content.is-int {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.x-anchor.has-int-content .x-anchor-content[class*="in-scale-up"].is-int {
  opacity: 0;
  transform: scale(0);
}

.x-anchor.has-int-content.x-interactive
  .x-anchor-content[class*="in-scale-up"].is-int {
  opacity: 1;
  transform: scale(1);
}

.x-anchor.has-int-content.x-interactive
  .x-anchor-content.x-anchor-content-out-slide-top-in-scale-up:not(.is-int) {
  transform: translate3d(0, -100%, 0);
}

.x-anchor.has-int-content.x-interactive
  .x-anchor-content.x-anchor-content-out-slide-left-in-scale-up:not(.is-int) {
  transform: translate3d(-100%, 0, 0);
}

.x-anchor.has-int-content.x-interactive
  .x-anchor-content.x-anchor-content-out-slide-right-in-scale-up:not(.is-int) {
  transform: translate3d(100%, 0, 0);
}

.x-anchor.has-int-content.x-interactive
  .x-anchor-content.x-anchor-content-out-slide-bottom-in-scale-up:not(.is-int) {
  transform: translate3d(0, 100%, 0);
}

.x-bar {
  position: relative;
}

.x-bar,
.x-bar-scroll,
.x-bar-scroll-outer,
.x-bar-scroll-inner,
.x-bar-content {
  display: flex;
}

.x-bar,
.x-bar-scroll,
.x-bar-scroll-outer,
.x-bar-scroll-inner {
  justify-content: space-between;
}

.x-bar-h,
.x-bar-h .x-bar-scroll,
.x-bar-h .x-bar-scroll-outer,
.x-bar-h .x-bar-scroll-inner {
  flex-direction: row;
}

.x-bar-v,
.x-bar-v .x-bar-scroll,
.x-bar-v .x-bar-scroll-outer,
.x-bar-v .x-bar-scroll-inner {
  flex-direction: column;
}

.x-bar-scroll,
.x-bar-scroll-outer,
.x-bar-scroll-inner,
.x-bar-content {
  flex: 1 0 auto;
}

.x-bar-content {
  z-index: 5;
}

.x-bar,
.x-bar-scroll,
.x-bar-scroll-outer,
.x-bar-scroll-inner,
.x-bar-content,
.x-bar-container {
  min-width: 1px;
}

.x-bar-space {
  flex-shrink: 0;
}

.x-bar-space-right {
  -webkit-order: 9999;
  order: 9999;
}

.x-bar-outer-spacers:before,
.x-bar-outer-spacers:after {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
}

.x-bar-scroll {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}

.x-bar-scroll .ps__rail-x,
.x-bar-scroll .ps__rail-y {
  z-index: 10;
}

.x-bar-scroll-outer,
.x-bar-scroll-inner {
  width: 100% !important;
  height: 100% !important;
}

.x-bar-scroll-outer {
  overflow: hidden !important;
}

.x-bar-scroll-inner {
  box-sizing: content-box !important;
  -webkit-overflow-scrolling: touch !important;
  -ms-overflow-style: -ms-autohiding-scrollbar !important;
}

.x-bar-h .x-bar-scroll-inner {
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  padding: 0 0 50px !important;
}

.x-bar-v .x-bar-scroll-inner {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  padding: 0 50px 0 0 !important;
}

.x-bar-absolute {
  position: absolute;
}

.x-bar-fixed {
  position: fixed;
}

.x-bar-bottom {
  bottom: 0;
}

.x-bar-left {
  top: 0;
  left: 0;
  bottom: 0;
}

.x-bar-right {
  top: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 783px) {
  .admin-bar .x-bar-left,
  .admin-bar .x-bar-right {
    top: 32px;
  }
}

@media screen and (min-width: 601px) and (max-width: 782px) {
  .admin-bar .x-bar-left,
  .admin-bar .x-bar-right {
    top: 46px;
  }
}

.x-bar-h .x-bar-container,
.x-bar-h .x-mod-container {
  height: inherit;
}

.x-bar-v .x-bar-container,
.x-bar-v .x-mod-container {
  width: inherit;
}

.x-bar-container {
  display: flex;
  position: relative;
  z-index: 1;
}

.x-mod-container {
  display: flex;
  flex-direction: inherit;
  align-items: inherit;
  position: relative;
}

.x-bar-is-sticky,
.x-bar-is-sticky .x-bar-content {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: height, opacity;
}

.x-bar-is-initially-hidden {
  opacity: 0;
  pointer-events: none;
}

.x-bar-is-initially-hidden:not(.x-bar-is-visible) {
  visibility: hidden;
}

.x-bar-is-visible {
  transition-property: height, opacity, transform;
}

[class^="x-bg"] {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
}

[class^="x-bg"][data-x-params*="parallax"] {
  opacity: 0;
  transition-duration: 0.3s, 0s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1), linear;
}

.x-bg {
  z-index: -1;
}

[class*="x-bg-layer-lower"] {
  z-index: 1;
}

[class*="x-bg-layer-upper"] {
  z-index: 2;
}

[data-x-toggle-collapse] {
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.x-collapsed {
  display: none;
}

.x-collapsing {
  overflow: hidden !important;
  height: 0;
}

.x-mini-cart ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.x-mini-cart li,
.x-mini-cart a:not(.x-anchor) {
  transition-duration: 0.3s;
  transition-property: color, text-shadow, border-color, background-color,
    box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-mini-cart li:before,
.x-mini-cart li:after {
  content: " ";
  display: table;
  width: 0;
}

.x-mini-cart li:after {
  clear: both;
}

.x-mini-cart a:not(.x-anchor) {
  display: block;
}

.x-mini-cart a:not(.x-anchor):focus {
  outline: 0;
}

.x-mini-cart img {
  float: left;
  display: block;
  margin: 0;
}

.x-mini-cart .remove {
  float: right;
  text-align: center !important;
}

.x-mini-cart .quantity {
  display: block;
  margin: 0 !important;
}

.x-mini-cart .total {
  margin: 0;
}

.x-mini-cart .total strong {
  font-weight: inherit;
}

.x-mini-cart .buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
}

.x-mini-cart .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
}

.rtl .x-mini-cart img {
  float: right;
}

.rtl .x-mini-cart .remove {
  float: left;
}

.x-dropdown {
  visibility: hidden;
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translate3d(0, 5%, 0);
  transition-delay: 0s, 0s, 0.5s;
  transition-duration: 0.5s, 0.5s, 0s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 9999;
}

.x-dropdown[data-x-stem*="u"] {
  transform: translate3d(0, -5%, 0);
}

.x-dropdown.x-active {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  pointer-events: auto;
}

ul.x-dropdown,
ol.x-dropdown {
  list-style: none;
}

.menu-item-has-children {
  position: relative;
}

.x-frame {
  width: 100%;
}

.x-frame-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.x-frame-inner video,
.x-frame-inner > div,
.x-frame-inner > embed,
.x-frame-inner > iframe,
.x-frame-inner > img,
.x-frame-inner > object,
.x-frame-inner > .x-map iframe,
.x-frame-inner > .x-video iframe,
.x-frame-inner > .x-video .mejs-poster img {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.x-graphic-icon,
.x-graphic-image,
.x-graphic-toggle {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-graphic {
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2;
}

.x-graphic-icon,
.x-graphic-image,
.x-graphic-toggle {
  position: relative;
  transition-property: opacity, transform, color, background-color, text-shadow,
    box-shadow;
}

.x-graphic-icon,
.x-graphic-icon.x-icon,
.x-graphic-image,
.x-graphic-image.x-image {
  display: block;
}

.x-graphic-primary:not(:only-child),
.x-graphic-secondary {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.x-graphic-primary:not(:only-child) {
  opacity: 1;
  z-index: 2;
}

.x-graphic-secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

[class*="active"].x-graphic-primary:not(:only-child) {
  opacity: 0;
}

[class*="active"].x-graphic-secondary {
  opacity: 1;
}

.x-scale-up.x-graphic-primary:not(:only-child) {
  transform: scale(1);
}

.x-scale-up.x-graphic-secondary {
  transform: scale(0.35);
}

.x-scale-up[class*="active"].x-graphic-primary:not(:only-child) {
  transform: scale(1.5);
}

.x-scale-up[class*="active"].x-graphic-secondary {
  transform: scale(1);
}

.x-scale-down.x-graphic-primary:not(:only-child) {
  transform: scale(1);
}

.x-scale-down.x-graphic-secondary {
  transform: scale(1.5);
}

.x-scale-down[class*="active"].x-graphic-primary:not(:only-child) {
  transform: scale(0.35);
}

.x-scale-down[class*="active"].x-graphic-secondary {
  transform: scale(1);
}

.x-flip-x.x-graphic-primary:not(:only-child) {
  transform: perspective(100px) rotateX(0deg);
}

.x-flip-x.x-graphic-secondary {
  transform: perspective(100px) rotateX(-180deg);
}

.x-flip-x[class*="active"].x-graphic-primary:not(:only-child) {
  transform: perspective(100px) rotateX(180deg);
}

.x-flip-x[class*="active"].x-graphic-secondary {
  transform: perspective(100px) rotateX(0deg);
}

.x-flip-y.x-graphic-primary:not(:only-child) {
  transform: perspective(100px) rotateY(0deg);
}

.x-flip-y.x-graphic-secondary {
  transform: perspective(100px) rotateY(-180deg);
}

.x-flip-y[class*="active"].x-graphic-primary:not(:only-child) {
  transform: perspective(100px) rotateY(180deg);
}

.x-flip-y[class*="active"].x-graphic-secondary {
  transform: perspective(100px) rotateY(0deg);
}

.x-image {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .x-image {
    min-height: 0%;
  }
}

.x-image img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a.x-image {
  cursor: pointer;
}

a.x-image:focus {
  outline: 0;
}

.x-image-preserve-ratio img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.x-image-preserve-ratio img[src*=".svg"] {
  height: 100%;
}

.x-line {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.x-menu,
.x-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.x-menu,
.x-menu li {
  min-width: 1px;
}

.x-has-sub {
  position: relative;
}

.x-menu-modal .x-anchor,
.x-menu-layered .x-anchor,
.x-menu-dropdown .x-anchor,
.x-menu-collapsed .x-anchor,
.x-menu-inline .x-dropdown .x-anchor {
  display: flex;
}

.x-menu-modal li:before,
.x-menu-modal li:after,
.x-menu-layered li:before,
.x-menu-layered li:after,
.x-menu-collapsed li:before,
.x-menu-collapsed li:after {
  content: "";
  display: table;
}

.x-menu-modal li:after,
.x-menu-layered li:after,
.x-menu-collapsed li:after {
  clear: both;
}

.x-bar-v .x-menu-collapsed,
.x-bar-v .x-menu-collapsed > li {
  width: inherit;
}

.x-menu-inline {
  display: flex;
}

.x-menu-inline > li {
  display: flex;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
}

.x-menu-layered {
  overflow: hidden;
  position: relative;
  transition-duration: 0.3s;
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.x-menu-layered .menu-item-has-children {
  position: static;
}

.x-menu-layered ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.x-menu-layered li {
  pointer-events: none;
}

.x-menu-layered a {
  opacity: 0;
  transform: translate(25px, 0);
  pointer-events: none;
}

.x-prev-layer > li > a {
  transform: translate(-25px, 0);
}

.x-current-layer > li > a {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: auto;
}

.x-modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: visibility 0s linear 0.525s,
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  pointer-events: none;
  z-index: 99999999;
}

.x-modal.x-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  pointer-events: auto;
}

.x-modal-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.x-modal-close {
  display: block;
  position: fixed;
  width: 1em;
  height: 1em;
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 1em;
  text-align: center;
  background-color: transparent;
  opacity: 0;
  transform: scale(0);
  transition-duration: 0.5s;
  transition-property: color, opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
}

.x-modal-close span {
  display: block;
}

.x-modal.x-active .x-modal-close {
  opacity: 1;
  transform: scale(1);
}

.x-modal-close-top {
  top: 0;
}

.x-modal-close-left {
  left: 0;
}

.x-modal-close-right {
  right: 0;
}

.x-modal-close-bottom {
  bottom: 0;
}

.admin-bar .x-modal-close-top {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .x-modal-close-top {
    top: 46px;
  }
}

.x-modal-content-outer {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.x-modal-content-inner {
  display: table-cell;
  vertical-align: middle;
}

.x-modal-content {
  width: 100%;
  margin: 0 auto;
  transform: translate3d(0, -15px, 0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.x-modal.x-active .x-modal-content {
  transform: translate3d(0, 0, 0);
}

.admin-bar .x-modal,
.admin-bar .x-modal-bg {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .x-modal,
  .admin-bar .x-modal-bg {
    top: 46px;
  }
}

.x-off-canvas {
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: visibility 0s linear 0.525s;
  pointer-events: none;
  z-index: 99999998;
}

.x-off-canvas.x-active {
  visibility: visible;
  transition-delay: 0s;
  pointer-events: auto;
}

.x-off-canvas-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.x-off-canvas.x-active .x-off-canvas-bg {
  opacity: 1;
}

.x-off-canvas-close {
  display: block;
  position: absolute;
  top: 0;
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  opacity: 0;
  transform: scale(0);
  transition-duration: 0.3s, 0.5s, 0.5s;
  transition-property: color, opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
}

.x-off-canvas-close span {
  display: block;
}

.x-off-canvas.x-active .x-off-canvas-close {
  opacity: 1;
  transform: scale(1);
}

.x-off-canvas-content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.x-off-canvas.x-active .x-off-canvas-content {
  transform: translate3d(0, 0, 0);
}

.x-off-canvas-close-left {
  left: 0;
}

.x-off-canvas-close-right {
  right: 0;
}

.x-off-canvas-content-left {
  left: 0;
  transform: translate3d(-115%, 0, 0);
}

.x-off-canvas-content-right {
  right: 0;
  transform: translate3d(115%, 0, 0);
}

.admin-bar .x-off-canvas {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .x-off-canvas {
    top: 46px;
  }
}

[data-x-particle] {
  display: block;
  position: absolute;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  speak: none;
  z-index: 1;
}

[data-x-particle] span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: currentColor;
}

[data-x-particle*="inside"][data-x-particle*="t_"] {
  top: 0;
}

[data-x-particle*="inside"][data-x-particle*="_l"] {
  left: 0;
}

[data-x-particle*="inside"][data-x-particle*="_r"] {
  right: 0;
}

[data-x-particle*="inside"][data-x-particle*="b_"] {
  bottom: 0;
}

[data-x-particle*="inside"][data-x-particle*="c_"]:not(
    [data-x-particle*="c_c"]
  ) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

[data-x-particle*="inside"][data-x-particle*="_c"]:not(
    [data-x-particle*="c_c"]
  ) {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

[data-x-particle*="inside"][data-x-particle*="c_c"] {
  top: 50%;
  left: 50%;
}

[data-x-particle*="overlap"][data-x-particle*="t_"] {
  top: 0;
}

[data-x-particle*="overlap"][data-x-particle*="c_"] {
  top: 50%;
}

[data-x-particle*="overlap"][data-x-particle*="b_"] {
  top: 100%;
}

[data-x-particle*="overlap"][data-x-particle*="_l"] {
  left: 0;
}

[data-x-particle*="overlap"][data-x-particle*="_c"] {
  left: 50%;
}

[data-x-particle*="overlap"][data-x-particle*="_r"] {
  left: 100%;
}

[data-x-particle~="scale-x_y"] {
  transform: scale3d(0, 0, 1);
}

[data-x-particle~="scale-x"] {
  transform: scale3d(0, 1, 1);
}

[data-x-particle~="scale-y"] {
  transform: scale3d(1, 0, 1);
}

[data-x-particle*="overlap"],
[data-x-particle*="inside"][data-x-particle*="c_c"] {
  transform: translate3d(-50%, -50%, 0);
}

[data-x-particle*="overlap"][data-x-particle~="scale-x_y"],
[data-x-particle*="inside"][data-x-particle*="c_c"][data-x-particle~="scale-x_y"] {
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}

[data-x-particle*="overlap"][data-x-particle~="scale-x"],
[data-x-particle*="inside"][data-x-particle*="c_c"][data-x-particle~="scale-x"] {
  transform: translate3d(-50%, -50%, 0) scale3d(0, 1, 1);
}

[data-x-particle*="overlap"][data-x-particle~="scale-y"],
[data-x-particle*="inside"][data-x-particle*="c_c"][data-x-particle~="scale-y"] {
  transform: translate3d(-50%, -50%, 0) scale3d(1, 0, 1);
}

[data-x-particle][class*="active"] {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.3s;
}

[data-x-particle][class*="active"][data-x-particle*="scale"] {
  transition-delay: 0s;
  transition-duration: 0s, 0.3s;
  transform: scale3d(1, 1, 1);
}

[data-x-particle][class*="active"][data-x-particle*="scale"][data-x-particle*="overlap"],
[data-x-particle][class*="active"][data-x-particle*="scale"][data-x-particle*="inside"][data-x-particle*="c_c"] {
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  touch-action: auto;
  -ms-overflow-style: none;
  -ms-touch-action: auto;
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.ps__rail-x {
  bottom: 0;
  height: 15px;
}

.ps__rail-y {
  right: 0;
  width: 15px;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: rgba(0, 0, 0, 0);
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

.ps__thumb-x,
.ps__thumb-y {
  position: absolute;
  border-radius: 100px;
  background-color: #aaa;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.ps__thumb-x {
  bottom: 2px;
  height: 6px;
  transition-property: background-color, height;
}

.ps__thumb-y {
  right: 2px;
  width: 6px;
  transition-property: background-color, width;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  height: 11px;
  background-color: #999;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 11px;
  background-color: #999;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.x-rating {
  display: inline-flex;
  min-width: 1px;
}

.x-rating-graphic {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  min-width: 1px;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.x-rating-text {
  min-width: 1px;
}

.x-search {
  display: flex;
  align-items: center;
  margin: 0;
  border: 0;
  padding: 0;
  transition-duration: 0.3s;
  transition-property: border-color, background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: text;
}

.x-search:focus {
  outline: 0;
}

.x-search-btn {
  display: block;
  flex-shrink: 0;
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 1;
  transition-duration: 0.3s;
  transition-property: color, border-color, background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.x-search-btn:focus {
  outline: 0;
}

.x-search-btn svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  line-height: inherit;
  stroke: currentColor;
}

.x-search-btn-submit {
  order: 1;
}

.x-search-btn-clear {
  order: 3;
  visibility: hidden;
  pointer-events: none;
}

.x-search-has-content .x-search-btn-clear {
  visibility: visible;
  pointer-events: auto;
}

[class*="x-separator"] {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

[class*="x-separator"][class*="top"] {
  top: 0;
  transform: translate(0, -100%);
}

[class*="x-separator"][class*="bottom"] {
  bottom: 0;
  transform: translate(0, 100%);
}

[class*="x-separator"] svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

[data-x-stem] {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

[data-x-stem*="d"] {
  top: 100%;
}

[data-x-stem*="l"] {
  right: 0;
}

[data-x-stem*="r"] {
  left: 0;
}

[data-x-stem*="u"] {
  bottom: 100%;
}

[data-x-stem*="d"][data-x-stem-top*="h"] {
  top: 0;
}

[data-x-stem*="l"][data-x-stem-top*="h"] {
  right: 100%;
}

[data-x-stem*="r"][data-x-stem-top*="h"] {
  left: 100%;
}

[data-x-stem*="u"][data-x-stem-top*="h"] {
  bottom: 0;
}

[data-x-stem] [data-x-stem*="d"] {
  top: 0;
}

[data-x-stem] [data-x-stem*="l"] {
  right: 100%;
}

[data-x-stem] [data-x-stem*="r"] {
  left: 100%;
}

[data-x-stem] [data-x-stem*="u"] {
  bottom: 0;
}

.x-text {
  min-width: 1px;
}

.x-text-headline {
  position: relative;
}

.x-text-content {
  display: -webkit-flex;
  display: flex;
}

.x-text-content-text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 1px;
  max-width: 100%;
}

.x-text-content-text,
.x-text-content-text-primary,
.x-text-content-text-subheadline {
  display: block;
}

.x-text-content-text > p:last-child,
.x-text-content-text > ul:last-child,
.x-text-content-text > ol:last-child,
.x-text-content-text-primary > p:last-child,
.x-text-content-text-primary > ul:last-child,
.x-text-content-text-primary > ol:last-child,
.x-text-content-text-subheadline > p:last-child,
.x-text-content-text-subheadline > ul:last-child,
.x-text-content-text-subheadline > ol:last-child {
  margin-bottom: 0;
}

.x-toggle {
  display: block;
  position: relative;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  speak: none;
}

.x-toggle > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: inherit;
  background-color: currentColor;
}

.x-toggle-burger,
.x-toggle-grid,
.x-toggle-more-h,
.x-toggle-more-v {
  height: 1em;
}

.x-toggle-grid,
.x-toggle-more-h,
.x-toggle-more-v {
  width: 1em;
}

.x-toggle-more-h,
.x-toggle-more-v {
  border-radius: 100em;
}

.x-toggle-more-v {
  transform: translate3d(0, 0, 0) rotate(90deg);
}

[data-x-toggle-anim] {
  animation: none 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s infinite alternate
    forwards paused;
}

[data-x-toggle-anim].x-paused {
  animation-play-state: paused;
}

[data-x-toggle-anim].x-running {
  animation-play-state: running;
}

@keyframes x-bun-t-1 {
  50% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}

@keyframes x-patty-1 {
  49% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes x-bun-b-1 {
  50% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}

@keyframes x-grid-1 {
  50% {
    box-shadow: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    transform: rotate3d(0, 0, 1, 0deg);
  }

  100% {
    box-shadow: -1em 0, -2em 0, 0 -1em, 0 2em, 0 -2em, 0 1em, 2em 0, 1em 0;
    transform: rotate3d(0, 0, 1, -45deg);
  }
}

@keyframes x-more-1-1 {
  50% {
    transform: translate3d(0, 0, 0);
  }

  75% {
    border-radius: 0;
  }

  100% {
    border-radius: 0;
    transform: translate3d(0, 0, 0) rotate(45deg) scale3d(4, 0.5, 1);
  }
}

@keyframes x-more-2-1 {
  49% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes x-more-3-1 {
  50% {
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }

  75% {
    border-radius: 0;
  }

  100% {
    border-radius: 0;
    transform: translate3d(0, 0, 0) rotate(-45deg) scale3d(4, 0.5, 1);
  }
}

p {
  margin: 0 0 1.313em;
}

small {
  font-size: smaller;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

dl {
  margin-bottom: 1.313em;
}

dt {
  font-weight: bolder;
}

dd {
  margin-left: 1.313em;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 1.313em;
  font-style: normal;
}

blockquote {
  margin: 1.313em 0;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 1em 0;
  font-size: 171.4%;
  font-weight: 400;
  line-height: 1.3;
  color: #272727;
}

code,
pre {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console",
    "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono",
    "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier,
    monospace;
  color: #555;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

code {
  padding: 0.143em 0.286em;
  font-size: 0.85em;
  border-radius: 3px;
}

pre {
  display: block;
  padding: 0.786em 1.071em;
  margin: 0 0 1.313em;
  font-size: 1.15em;
  line-height: 1.7;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  border-radius: 4px;
}

pre code {
  padding: 0;
  background-color: transparent;
  border: 0;
}

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

#recaptcha_table #recaptcha_response_field {
  height: 16px;
  border-width: 1px;
  font-size: 10px;
  line-height: 16px;
  border-radius: 0;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

.x-searchform-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2030;
  background-color: rgba(255, 255, 255, 0.925);
  transition: top 0.3s ease;
}

.x-searchform-overlay.in {
  display: table;
}

.x-searchform-overlay .form-search {
  padding-bottom: 2em;
  font-size: 10px;
}

.x-searchform-overlay .form-search:before {
  display: none;
}

.x-searchform-overlay .form-search label {
  margin-bottom: 0.85em;
  font-size: 2.1em;
  line-height: 1.4;
  color: #272727;
}

.x-searchform-overlay .form-search .search-query {
  border: 0;
  padding: 0;
  height: auto;
  font-size: 9.4em;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #272727;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.x-searchform-overlay .form-search .search-query:focus,
.x-searchform-overlay .form-search .search-query:active {
  outline: 0;
}

@media (max-width: 767px) {
  .x-searchform-overlay .form-search {
    font-size: 8px;
  }
}

@media (max-width: 480px) {
  .x-searchform-overlay .form-search {
    font-size: 6px;
  }
}

.x-searchform-overlay-inner {
  display: table-cell;
  vertical-align: middle;
}

.x-nav {
  margin-left: 0;
  margin-bottom: 1.313em;
  list-style: none;
}

.x-nav > li > a {
  display: block;
  cursor: pointer;
}

.x-nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.x-nav > .right {
  float: right;
}

.x-nav-tabs {
  position: relative;
  margin-bottom: 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
}

.x-nav-tabs:before,
.x-nav-tabs:after {
  content: " ";
  display: table;
  width: 0;
}

.x-nav-tabs:after {
  clear: both;
}

.x-nav-tabs > li {
  float: left;
  margin-bottom: 0;
  border-right: 1px solid #ddd;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
}

@media (max-width: 979px) {
  .x-nav-tabs > li {
    border-right: 0;
  }
}

.x-nav-tabs > li > a {
  padding: 0.75em;
  font-size: 14px;
  line-height: 1.3;
  color: #bfbfbf;
  background-color: #f7f7f7;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.85);
}

.x-nav-tabs > li > a:hover {
  color: gray;
  background-color: #f7f7f7;
}

.x-nav-tabs.left,
.x-nav-tabs.right {
  width: 24%;
  max-width: 200px;
}

@media (max-width: 979px) {
  .x-nav-tabs.left,
  .x-nav-tabs.right {
    float: none;
    width: 100%;
    max-width: none;
  }
}

.x-nav-tabs.left > .x-nav-tabs-item,
.x-nav-tabs.right > .x-nav-tabs-item {
  float: none;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.x-nav-tabs.left {
  border-right: 0;
}

@media (max-width: 979px) {
  .x-nav-tabs.left {
    border-right: 1px solid #ddd;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.x-nav-tabs.right {
  border-left: 0;
}

@media (max-width: 979px) {
  .x-nav-tabs.right {
    border-left: 1px solid #ddd;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.x-nav-tabs > .active > a,
.x-nav-tabs > .active > a:hover {
  color: #272727;
  background-color: #fff;
  cursor: default;
  box-shadow: inset 0 3px 0 0 #ff2a13;
}

.x-nav-tabs.one-up > li {
  width: 100%;
}

.x-nav-tabs.one-up > li:nth-child(1n) {
  border-right: 0;
}

.x-nav-tabs.two-up > li {
  width: 50%;
}

.x-nav-tabs.two-up > li:nth-child(2n) {
  border-right: 0;
}

.x-nav-tabs.three-up > li {
  width: 33.33333%;
}

.x-nav-tabs.three-up > li:nth-child(3n) {
  border-right: 0;
}

.x-nav-tabs.four-up > li {
  width: 25%;
}

.x-nav-tabs.four-up > li:nth-child(4n) {
  border-right: 0;
}

.x-nav-tabs.five-up > li {
  width: 20%;
}

.x-nav-tabs.five-up > li:nth-child(5n) {
  border-right: 0;
}

@media (max-width: 979px) {
  .x-nav-tabs.two-up > li,
  .x-nav-tabs.three-up > li,
  .x-nav-tabs.four-up > li,
  .x-nav-tabs.five-up > li {
    float: none;
    width: 100%;
  }
}

.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
  width: 0;
}

.tabbable:after {
  clear: both;
}

.x-tab-content {
  overflow: auto;
  position: relative;
  margin-bottom: 1.313em;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  background-color: #fff;
  box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
}

.x-tab-content img,
.x-tab-content .x-btn {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.x-tab-content .x-tab-pane {
  padding: 4%;
}

.x-nav-tabs.left + .x-tab-content,
.x-nav-tabs.right + .x-tab-content {
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 979px) {
  .x-nav-tabs.left + .x-tab-content,
  .x-nav-tabs.right + .x-tab-content {
    border-top: 0;
  }
}

.x-tab-content > .x-tab-pane {
  display: none;
}

.x-tab-content > .active {
  display: block;
}

.x-nav-articles {
  float: right;
  width: 10%;
  text-align: right;
}

@media (max-width: 767px) {
  .x-nav-articles {
    float: none;
    width: 100%;
    margin-top: 0.65em;
    text-align: center;
  }
}

.x-nav-articles .next {
  margin-left: 0.5em;
}

.x-breadcrumb-wrap {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.05em 0;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.4;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.0225);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.715);
}

.x-breadcrumb-wrap a {
  color: #bababa;
}

.x-breadcrumb-wrap a:hover {
  color: #ff2a13;
}

.x-breadcrumbs {
  float: left;
  width: 85%;
}

@media (max-width: 767px) {
  .x-breadcrumbs {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.x-breadcrumbs a,
.x-breadcrumbs span {
  display: inline-block;
}

.x-breadcrumbs .delimiter {
  margin: 0 0.25em 0 0.45em;
  color: #bababa;
}

.x-breadcrumbs .current {
  color: #272727;
}

.x-pagination {
  margin: 40px 0 0;
  height: 32px;
  text-align: center;
}

.x-pagination ul {
  display: inline-block;
  margin: 0;
}

.x-pagination li {
  display: inline;
}

.x-pagination a,
.x-pagination span {
  float: left;
  margin: 0 0.35em;
  width: 32px;
  height: 32px;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
  color: #bababa;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0.1em 0.45em 0 rgba(0, 0, 0, 0.25);
}

.x-pagination a:hover {
  color: #7a7a7a;
}

@media (max-width: 767px) {
  .x-pagination a.prev,
  .x-pagination a.next,
  .x-pagination a.prev-next {
    display: none;
  }
}

.x-pagination span.current {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  color: #fff;
  background-color: #ff2a13;
  box-shadow: inset 0 0.1em 0.35em rgba(0, 0, 0, 0.65),
    0 1px 0 0 rgba(255, 255, 255, 0.95);
}

.x-pagination span.pages {
  display: none;
}

.x-pagination span.dots,
.x-pagination span.expand {
  margin: 0;
  width: 20px;
  color: #272727;
  background-color: transparent;
  box-shadow: none;
}

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 0.455em;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: none;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.tooltip.top {
  margin-top: -0.273em;
}

.tooltip.right {
  margin-left: 0.273em;
}

.tooltip.bottom {
  margin-top: 0.273em;
}

.tooltip.left {
  margin-left: -0.273em;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.727em 0.818em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #272727;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #272727;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #272727;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #272727;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #272727;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.popover.top {
  margin-top: -0.825em;
}

.popover.right {
  margin-left: 0.825em;
}

.popover.bottom {
  margin-top: 0.825em;
}

.popover.left {
  margin-left: -0.825em;
}

.popover-title {
  margin: 0;
  padding: 0.571em 0.75em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 0.563em 0.875em;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

.popover-content ul,
.popover-content ol {
  margin-left: 1.286em;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow:after {
  content: "";
  z-index: -1;
}

.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #fff;
}

.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}

.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #fff;
}

.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}

.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #f7f7f7;
}

.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}

.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #fff;
}

.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}

.flex-container a:active,
.x-flexslider a:active {
  outline: none;
}

.x-slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.x-flexslider {
  margin: 0;
  padding: 0;
}

.x-flexslider .x-slides .x-slide {
  display: none;
  position: relative;
}

.x-flexslider .x-slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.x-slides:before,
.x-slides:after {
  content: " ";
  display: table;
  width: 0;
}

.x-slides:after {
  clear: both;
}

.no-js .x-slides > li:first-child {
  display: block;
}

.x-flexslider {
  width: 100%;
  margin: 0 0 1.313em;
  position: relative;
  overflow: hidden;
}

.x-flexslider-featured-gallery {
  background: #fff;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flex-direction-nav a {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 14px;
  height: 30px;
  width: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  text-shadow: none;
  color: #fff;
  background-color: #ff2a13;
  border-radius: 4px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.flex-direction-nav a [class*="x-icon-"] {
  width: auto;
}

.flex-direction-nav a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

.flex-direction-nav a.flex-prev {
  left: 14px;
}

.flex-direction-nav a.flex-next {
  left: 50px;
}

.flex-control-nav {
  position: absolute;
  line-height: 1;
  text-align: center;
  z-index: 10;
}

.flex-control-nav:not(.flex-control-thumbs) {
  top: 14px;
  right: 14px;
  border-radius: 4px;
  padding: 0 4px;
  background-color: #fff;
}

.flex-control-nav:not(.flex-control-thumbs) li {
  margin: 7px 4px 6px;
  text-indent: -9999px;
}

.flex-control-nav.flex-control-thumbs {
  top: 0;
  right: 0;
  padding: 1em;
}

.flex-control-nav.flex-control-thumbs li {
  background-color: #000;
  box-shadow: 0 0.15em 0.625em rgba(0, 0, 0, 0.215);
}

.flex-control-nav.flex-control-thumbs li:not(:first-child) {
  margin-left: 0.5em;
}

.flex-control-nav.flex-control-thumbs img {
  width: auto;
  height: 1.5em;
  vertical-align: top;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.flex-control-nav.flex-control-thumbs img:not(:hover):not(.flex-active) {
  opacity: 0.65;
}

.flex-control-nav li {
  display: inline-block;
}

.flex-control-nav a {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #272727;
  border-radius: 3px;
}

.flex-control-nav a:hover {
  cursor: pointer;
  background-color: #ff2a13;
}

.flex-control-nav a.flex-active {
  background-color: #ff2a13;
}

.x-slider-container {
  position: relative;
}

.x-slider-container.below {
  border-bottom: 5px solid #ff2a13;
}

.x-slider-container.bg-video {
  background-color: #000;
}

.x-slider-container .rev_slider_wrapper {
  padding: 0 !important;
}

.page-template-template-blank-3-php .x-slider-container.above,
.page-template-template-blank-6-php .x-slider-container.above {
  border-bottom: 5px solid #ff2a13;
}

.rev_slider_wrapper .x-btn {
  padding: 0.563em 1.125em 0.813em !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

@media (max-width: 979px) {
  .rev_slider_wrapper .x-btn {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
}

@media (max-width: 767px) {
  .rev_slider_wrapper .x-btn {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
}

@media (max-width: 480px) {
  .rev_slider_wrapper .x-btn {
    font-size: 8px !important;
    font-size: 0.8rem !important;
  }
}

.x-slider-scroll-bottom {
  position: absolute;
  display: block;
  border: 3px solid;
  width: 60px;
  height: 60px;
  font-size: 41px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  border-radius: 100em;
  z-index: 1020;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.x-slider-scroll-bottom.top {
  top: 20px;
}

.x-slider-scroll-bottom.left {
  left: 20px;
}

.x-slider-scroll-bottom.right {
  right: 20px;
}

.x-slider-scroll-bottom.bottom {
  bottom: 20px;
}

.x-slider-scroll-bottom.center {
  left: 50%;
  margin-left: -30px;
}

.x-slider-scroll-bottom:hover {
  color: #ff2a13;
}

@media (min-width: 768px) and (max-width: 979px) {
  .x-slider-scroll-bottom {
    width: 50px;
    height: 50px;
    font-size: 38px;
    line-height: 43px;
  }

  .x-slider-scroll-bottom.center {
    margin-left: -25px;
  }
}

@media (max-width: 767px) {
  .x-slider-scroll-bottom {
    border-width: 2px;
    width: 46px;
    height: 46px;
    font-size: 31px;
    line-height: 40px;
  }

  .x-slider-scroll-bottom.center {
    margin-left: -23px;
  }
}

@media (max-width: 480px) {
  .x-slider-scroll-bottom {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 34px;
  }

  .x-slider-scroll-bottom.center {
    margin-left: -20px;
  }
}

.x-loading,
.x-loading:before,
.x-loading:after {
  display: block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100em;
  animation-fill-mode: both;
  animation: xLoader 2s infinite ease-in-out;
}

.x-loading {
  position: relative;
  margin: 0 auto;
  font-size: 8px;
  text-indent: -9999em;
  color: currentColor;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.x-loading:before,
.x-loading:after {
  content: "";
  position: absolute;
  top: 0;
}

.x-loading:before {
  left: -4em;
  animation-delay: -0.32s;
}

.x-loading:after {
  left: 4em;
}

@keyframes xLoader {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  transition-duration: 0.8s;
}

.isotope {
  transition-property: height, width;
}

.isotope .isotope-item {
  transition-property: transform;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  transition-duration: 0s;
}

.x-iso-container {
  box-sizing: content-box;
}

.x-iso-container.cols-1 > .hentry {
  width: 100%;
}

.x-iso-container.cols-2 > .hentry {
  width: 49.95%;
}

.x-iso-container.cols-3 > .hentry {
  width: 33.28%;
}

@media (min-width: 768px) and (max-width: 979px) {
  .x-iso-container.cols-3 > .hentry {
    width: 49.95%;
  }
}

.x-iso-container.cols-4 > .hentry {
  width: 33.28%;
}

@media (min-width: 1200px) {
  .x-iso-container.cols-4 > .hentry {
    width: 24.95%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .x-iso-container.cols-4 > .hentry {
    width: 49.95%;
  }
}

@media (max-width: 767px) {
  .x-iso-container[class*="cols-"] > .hentry {
    width: 100%;
  }
}

#x-isotope-loading {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}

.x-iso-container {
  margin: 0 -1em;
}

.x-iso-container > .hentry {
  margin: 0;
  padding: 0 1em 2em;
  opacity: 0;
}

.x-iso-container + .pagination {
  margin-top: 5px;
}

.option-set {
  margin-top: 0.87533em;
  margin-bottom: 0;
}

.x-portfolio-filters,
.x-portfolio-filter {
  display: inline-block;
  float: none;
  position: relative;
  margin: 0.45em 0.375em;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.692em 1.154em 0.769em;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  color: #c5c5c5;
  color: rgba(0, 0, 0, 0.375);
  background-color: transparent;
  border-radius: 0.35em;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 1px rgba(255, 255, 255, 0.95);
  -webkit-transition: color 0.3s ease, border-color 0.3s ease,
    background-color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease,
    background-color 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 767px) {
  .x-portfolio-filters,
  .x-portfolio-filter {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .x-portfolio-filters,
  .x-portfolio-filter {
    font-size: 10px;
  }
}

.x-portfolio-filters:hover,
.x-portfolio-filter:hover {
  color: #777;
  color: rgba(0, 0, 0, 0.75);
  border-color: #cfcfcf;
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  background-color: #fff;
}

.x-portfolio-filters:active,
.x-portfolio-filter:active {
  color: #777;
  color: rgba(0, 0, 0, 0.75);
  border-color: #bbb;
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #ebebeb;
  background-color: rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.225),
    0 1px 1px rgba(255, 255, 255, 0.95);
}

.x-portfolio-filters {
  margin: 0;
}

.x-portfolio-filters-menu {
  margin-top: 1.313em;
  text-align: center;
}

.x-portfolio-filters-menu li {
  display: inline-block;
}

.x-portfolio-filters-menu .selected {
  color: #777;
  color: rgba(0, 0, 0, 0.75);
  border-color: #bbb;
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #ebebeb;
  background-color: rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.225),
    0 1px 1px rgba(255, 255, 255, 0.95);
}

.x-portfolio-filter {
  display: inline-block;
}

.ilightbox-overlay.light {
  background: #fff;
}

.ilightbox-loader.light {
  -webkit-box-shadow: 0px 0px 85px #dacffc, 0px 0px 85px #dacffc;
  box-shadow: 0px 0px 85px #dacffc, 0px 0px 85px #dacffc;
}

.ilightbox-holder.light {
  padding: 1%;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.ilightbox-holder.light .ilightbox-container .ilightbox-caption {
  background-color: #fff;
}

.ilightbox-holder.light .ilightbox-container .ilightbox-social {
  border-radius: 2px;
}

.ilightbox-holder.light .ilightbox-alert {
  color: #89949b;
}

.ilightbox-toolbar.light {
  top: 8px;
  left: 8px;
  height: 23px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.ilightbox-toolbar.light a {
  width: 25px;
  height: 23px;
  text-align: center;
}

.ilightbox-toolbar.light a.ilightbox-close {
  border-radius: 3px 0 0 3px;
}

.ilightbox-toolbar.light a.ilightbox-fullscreen {
  border-radius: 0 3px 3px 0;
}

.ilightbox-toolbar.light a:before {
  display: inline-block;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ilightbox-toolbar.light a.ilightbox-close:before {
  content: "\f00d";
  font-size: 15px;
  line-height: 22px;
}

.ilightbox-toolbar.light a.ilightbox-fullscreen:before {
  content: "\f0c8";
  font-size: 11px;
  line-height: 23px;
}

.ilightbox-toolbar.light a.ilightbox-prev-button,
.ilightbox-toolbar.light a.ilightbox-next-button {
  display: none;
}

.ilightbox-thumbnails.light
  .ilightbox-thumbnails-grid
  .ilightbox-thumbnail
  img {
  border-radius: 2px;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title {
  padding: 10px 8px;
  padding-right: 60px;
  font-size: 18px;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar {
  top: 5px;
  left: auto;
  right: 5px;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}

.ilightbox-holder.light
  .ilightbox-inner-toolbar
  .ilightbox-toolbar
  a:first-of-type {
  border-radius: 0 3px 3px 0;
}

.ilightbox-holder.light
  .ilightbox-inner-toolbar
  .ilightbox-toolbar
  a:last-of-type {
  border-radius: 3px 0 0 3px;
}

.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder,
.ilightbox-holder .ilightbox-container,
.ilightbox-holder .ilightbox-container img.ilightbox-image,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-toolbar *,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social,
.ilightbox-holder .ilightbox-container .ilightbox-social * {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: 0 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

.ilightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.ilightbox-loader {
  position: fixed;
  top: 45%;
  left: -192px;
  padding-left: 30px;
  opacity: 0.9;
  border-radius: 0 100px 100px 0;
  z-index: 100005;
}

.ilightbox-loader div {
  width: 72px;
  height: 72px;
  border-radius: 0 100px 100px 0;
}

.ilightbox-loader.horizontal {
  top: -192px;
  left: 45%;
  padding: 0;
  padding-top: 30px;
  border-radius: 0 0 100px 100px;
}

.ilightbox-loader.horizontal div {
  border-radius: 0 0 100px 100px;
}

.ilightbox-toolbar {
  display: none;
  position: fixed;
  z-index: 100010;
}

.ilightbox-toolbar a {
  float: left;
  cursor: pointer;
}

.ilightbox-thumbnails {
  display: block;
  position: fixed;
  z-index: 100009;
}

.ilightbox-thumbnails.ilightbox-horizontal {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical {
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  overflow: hidden;
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
  display: block;
  position: relative;
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  width: 100%;
  height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 140px;
  height: 100%;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
  display: block;
  position: absolute;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  display: block;
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.ilightbox-thumbnails
  .ilightbox-thumbnails-grid
  .ilightbox-thumbnail
  .ilightbox-thumbnail-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.ilightbox-thumbnails
  .ilightbox-thumbnails-grid
  .ilightbox-thumbnail
  .ilightbox-thumbnail-icon:hover {
  opacity: 1;
}

.ilightbox-holder {
  display: none;
  position: fixed;
  z-index: 100003;
}

.ilightbox-holder.ilightbox-next,
.ilightbox-holder.ilightbox-prev {
  cursor: pointer;
}

.ilightbox-holder div.ilightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.ilightbox-holder img.ilightbox-image {
  width: 100%;
  height: 100%;
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
  display: none;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0;
  max-width: 100%;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 150%;
  word-wrap: break-word;
  text-align: center;
  border-radius: 3px 3px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20003;
}

@media (max-width: 979px) {
  .ilightbox-holder .ilightbox-container .ilightbox-caption {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .ilightbox-holder .ilightbox-container .ilightbox-caption {
    font-size: 8px;
  }
}

.ilightbox-holder .ilightbox-alert {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 50px;
  margin: auto;
  padding-top: 100px;
  text-align: center;
}

.ilightbox-holder .ilightbox-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.ilightbox-holder .ilightbox-inner-toolbar {
  position: relative;
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
  position: absolute;
}

.x-social-global {
  font-weight: 400;
  line-height: 1;
}

.x-social-global a {
  display: inline-block;
  text-align: center;
}

.x-social-global a i {
  display: block;
}

.twitter-tweet {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 1.313em !important;
}

.x-scroll-top {
  position: fixed;
  z-index: 10000;
  bottom: 10px;
  width: 35px;
  height: 35px;
  margin-bottom: -75px;
  border: 2px solid #272727;
  font-size: 25px;
  line-height: 27px;
  text-align: center;
  color: #272727;
  border-radius: 100%;
  -webkit-transition: margin-bottom 0.6s ease, opacity 0.3s ease;
  transition: margin-bottom 0.6s ease, opacity 0.3s ease;
}

.x-scroll-top.in {
  margin-bottom: 0;
  opacity: 0.375;
}

.x-scroll-top.in:hover {
  opacity: 0.825;
}

.x-scroll-top.left {
  left: 10px;
}

.x-scroll-top.right {
  right: 10px;
}

.x-scroll-top:hover {
  color: #272727;
}

.x-container {
  margin: 0 auto;
}

.x-container.max {
  max-width: 1200px;
}

.x-container.width {
  width: 88%;
}

.x-container:not(.x-row):not(.x-grid):before,
.x-container:not(.x-row):not(.x-grid):after {
  content: " ";
  display: table;
  width: 0;
}

.x-container:not(.x-row):not(.x-grid):after {
  clear: both;
}

.x-gap {
  margin: 0 0 1.313em;
  border-color: transparent;
}

.x-clear {
  margin: 0;
  border: 0;
  clear: both;
}

.x-map {
  margin-bottom: 1.313em;
}

.x-map .x-map-inner {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.x-map .x-map-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.x-map .gm-style img {
  max-width: none;
}

.x-code {
  line-height: 1;
}

.x-block-grid {
  display: block;
  overflow: hidden;
  margin: 0 0 1.313em;
}

.x-block-grid > li {
  display: block;
  float: left;
  height: auto;
  margin: 5% 5% 0 0;
  padding: 0;
}

.x-block-grid.two-up > li {
  width: 47.5%;
}

.x-block-grid.two-up > li:nth-child(-n + 2) {
  margin-top: 0;
}

.x-block-grid.two-up > li:nth-child(2n) {
  margin-right: 0;
}

.x-block-grid.two-up > li:nth-child(2n + 1) {
  clear: both;
}

@media (max-width: 480px) {
  .x-block-grid.two-up > li {
    width: 100%;
    margin-right: 0;
  }

  .x-block-grid.two-up > li:nth-child(2) {
    margin-top: 5%;
  }
}

.x-block-grid.three-up > li {
  width: 30%;
}

.x-block-grid.three-up > li:nth-child(-n + 3) {
  margin-top: 0;
}

.x-block-grid.three-up > li:nth-child(3n) {
  margin-right: 0;
}

.x-block-grid.three-up > li:nth-child(3n + 1) {
  clear: both;
}

@media (max-width: 979px) {
  .x-block-grid.three-up > li {
    width: 47.5%;
  }

  .x-block-grid.three-up > li:nth-child(3) {
    margin-top: 5%;
  }

  .x-block-grid.three-up > li:nth-child(3n) {
    margin-right: 5%;
  }

  .x-block-grid.three-up > li:nth-child(3n + 1) {
    clear: none;
  }

  .x-block-grid.three-up > li:nth-child(2n) {
    margin-right: 0;
  }

  .x-block-grid.three-up > li:nth-child(2n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .x-block-grid.three-up > li {
    width: 100%;
    margin-right: 0;
  }

  .x-block-grid.three-up > li:nth-child(2) {
    margin-top: 5%;
  }

  .x-block-grid.three-up > li:nth-child(3n) {
    margin-right: 0;
  }
}

.x-block-grid.four-up > li {
  width: 21.25%;
}

.x-block-grid.four-up > li:nth-child(-n + 4) {
  margin-top: 0;
}

.x-block-grid.four-up > li:nth-child(4n) {
  margin-right: 0;
}

.x-block-grid.four-up > li:nth-child(4n + 1) {
  clear: both;
}

@media (max-width: 979px) {
  .x-block-grid.four-up > li {
    width: 47.5%;
  }

  .x-block-grid.four-up > li:nth-child(3),
  .x-block-grid.four-up > li:nth-child(4) {
    margin-top: 5%;
  }

  .x-block-grid.four-up > li:nth-child(4n) {
    margin-right: 5%;
  }

  .x-block-grid.four-up > li:nth-child(4n + 1) {
    clear: none;
  }

  .x-block-grid.four-up > li:nth-child(2n) {
    margin-right: 0;
  }

  .x-block-grid.four-up > li:nth-child(2n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .x-block-grid.four-up > li {
    width: 100%;
    margin-right: 0;
  }

  .x-block-grid.four-up > li:nth-child(2) {
    margin-top: 5%;
  }

  .x-block-grid.four-up > li:nth-child(4n) {
    margin-right: 0;
  }
}

.x-ul-icons {
  margin-left: 1.5em;
  list-style: none;
}

.x-ul-icons li [class*="x-icon-"] {
  text-indent: -1.5em;
}

.x-video {
  margin-bottom: 1.313em;
}

.x-video .x-video-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.x-video .x-video-inner.five-by-three {
  padding-bottom: 60%;
}

.x-video .x-video-inner.five-by-four {
  padding-bottom: 80%;
}

.x-video .x-video-inner.four-by-three {
  padding-bottom: 75%;
}

.x-video .x-video-inner.three-by-two {
  padding-bottom: 66.67%;
}

.x-video .x-video-inner embed,
.x-video .x-video-inner iframe,
.x-video .x-video-inner img,
.x-video .x-video-inner object,
.x-video .x-video-inner video {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.x-video.bg,
.x-video.x-video-bg {
  margin: 0;
}

.x-video.bg,
.x-video.bg .x-video-inner,
.x-video.x-video-bg,
.x-video.x-video-bg .x-video-inner {
  position: absolute;
  transition: opacity 1s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.x-video.bg.poster,
.x-video.x-video-bg.poster {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.x-flexslider-shortcode-container {
  margin-bottom: 1.313em;
}

.x-flexslider-shortcode-container .x-flexslider-shortcode {
  margin: 0;
}

.x-audio {
  margin-bottom: 1.313em;
}

.x-audio.player {
  height: 30px;
}

.x-search-shortcode {
  margin-bottom: 1.313em;
}

.x-counter {
  text-align: center;
}

.x-counter .number-wrap {
  font-size: 3.25em;
  line-height: 1;
}

.x-counter .text-above,
.x-counter .text-below {
  display: block;
  letter-spacing: 0.125em;
  line-height: 1.5;
  text-transform: uppercase;
}

.x-counter .text-above {
  margin-bottom: 0.5em;
}

.x-counter .text-below {
  margin-top: 0.5em;
}

.x-counter .x-counter-number-wrap:first-child {
  margin-top: 0 !important;
}

.x-counter .x-counter-number-wrap:last-child {
  margin-bottom: 0 !important;
}

.typed-cursor {
  -webkit-animation: x-blink 1s infinite;
  animation: x-blink 1s infinite;
}

@-webkit-keyframes x-blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes x-blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.x-card-outer {
  margin: 0 auto 1.313em;
  text-align: center;
  cursor: pointer;
}

.x-card-outer .x-card-inner {
  position: relative;
}

.x-card-outer .x-face-outer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.x-card-outer .x-face-outer.front {
  z-index: 2;
}

.x-card-outer .x-face-outer.back {
  z-index: 1;
}

.x-card-outer .x-face-inner {
  height: 100%;
}

.x-card-outer .x-face-graphic {
  margin: 0 0 10px;
  line-height: 1;
}

.x-card-outer .x-face-title,
.x-card-outer .x-face-text {
  color: inherit;
}

.x-card-outer .x-face-title {
  margin: 0;
  padding: 0;
  font-size: 1.75em;
}

.x-card-outer .x-face-text {
  margin: 8px 0 0;
}

.x-card-outer .x-face-button {
  display: inline-block;
  margin: 15px 0 0;
  border: 0;
  padding: 0.825em 1em;
  line-height: 1;
  text-decoration: none;
  border-radius: 0.35em;
  box-shadow: none;
}

.x-card-outer.flipped .x-face-outer.front {
  z-index: 1;
}

.x-card-outer.flipped .x-face-outer.back {
  z-index: 2;
}

.x-card-outer.center-vertically .x-face-inner:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.x-card-outer.center-vertically .x-face-content {
  display: inline-block;
  vertical-align: middle;
}

.x-card-outer.flip-3d {
  -webkit-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
}

.x-card-outer.flip-3d .x-card-inner {
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.25s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.x-card-outer.flip-3d .x-face-outer {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.x-card-outer.flip-3d .x-face-outer.front,
.x-card-outer.flip-3d .x-face-outer.back,
.x-card-outer.flip-3d.flipped .x-face-outer.front,
.x-card-outer.flip-3d.flipped .x-face-outer.back {
  z-index: 1;
}

.x-card-outer.flip-3d.flip-from-left .back,
.x-card-outer.flip-3d.flip-from-right .back {
  transform: rotateY(180deg);
}

.x-card-outer.flip-3d.flip-from-left.flipped .x-card-inner {
  transform: rotateY(180deg);
}

.x-card-outer.flip-3d.flip-from-right.flipped .x-card-inner {
  transform: rotateY(-180deg);
}

.x-card-outer.flip-3d.flip-from-top .back,
.x-card-outer.flip-3d.flip-from-bottom .back {
  transform: rotateX(180deg);
}

.x-card-outer.flip-3d.flip-from-top.flipped .x-card-inner {
  transform: rotateX(-180deg);
}

.x-card-outer.flip-3d.flip-from-bottom.flipped .x-card-inner {
  transform: rotateX(180deg);
}

.x-creative-cta {
  display: block;
  overflow: hidden;
  position: relative;
  border: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 0.3s ease;
}

.x-creative-cta > span {
  display: block;
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

.x-creative-cta > span.text {
  line-height: 1.2;
  opacity: 1;
}

.x-creative-cta > span.graphic {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  opacity: 0;
}

.x-creative-cta > span.graphic > i,
.x-creative-cta > span.graphic > img {
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

.x-creative-cta:hover > span.text {
  opacity: 0;
}

.x-creative-cta:hover > span.graphic {
  opacity: 1;
}

.x-creative-cta.slide-top:hover > span.text {
  transform: translate(0, -150%);
}

.x-creative-cta.slide-left:hover > span.text {
  transform: translate(-80%, 0);
}

.x-creative-cta.slide-right:hover > span.text {
  transform: translate(80%, 0);
}

.x-creative-cta.slide-bottom:hover > span.text {
  transform: translate(0, 150%);
}

.x-feature-box {
  position: relative;
  margin: 0 auto 1.313em;
}

.x-feature-box.left-text,
.x-feature-box.right-text {
  display: flex;
}

.x-feature-box.left-text .x-feature-box-content,
.x-feature-box.right-text .x-feature-box-content {
  flex: 1 0 0%;
}

.x-feature-box-graphic {
  display: inline-block;
  margin: 0 0 10px;
}

.x-feature-box.left-text .x-feature-box-graphic,
.x-feature-box.right-text .x-feature-box-graphic {
  margin-bottom: 0;
}

.x-feature-box-graphic i.rounded,
.x-feature-box-graphic img.rounded {
  border-radius: 0.15em;
}

.x-feature-box-graphic i.circle,
.x-feature-box-graphic img.circle {
  border-radius: 100em;
}

.x-feature-box-graphic i {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  text-align: center;
}

.x-feature-box-graphic i:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1em;
  margin-top: -0.5em;
  font-size: 0.395em;
  line-height: 1;
}

.x-feature-box-graphic img {
  display: block;
}

.x-feature-box-graphic-outer,
.x-feature-box-graphic-inner {
  position: relative;
  z-index: 2;
}

.x-feature-box-graphic-inner {
  width: 1em;
}

.x-feature-box-graphic-inner.hexagon:before,
.x-feature-box-graphic-inner.hexagon:after {
  content: "";
  display: block;
  border: 0 solid transparent;
  border-left-width: 0.5em;
  border-right-width: 0.5em;
}

.x-feature-box-graphic-inner.hexagon:before {
  border-bottom-width: 0.285em;
  border-bottom-color: inherit;
}

.x-feature-box-graphic-inner.hexagon:after {
  border-top-width: 0.285em;
  border-top-color: inherit;
}

.x-feature-box-graphic-inner.hexagon i {
  height: 0.6em;
}

.x-feature-box-graphic-inner.badge {
  transform: scale(0.725) rotate(15deg);
}

.x-feature-box-graphic-inner.badge:before,
.x-feature-box-graphic-inner.badge:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.5em solid;
  border-color: inherit;
  z-index: 1;
}

.x-feature-box-graphic-inner.badge:before {
  transform: rotate(30deg);
}

.x-feature-box-graphic-inner.badge:after {
  transform: rotate(60deg);
}

.x-feature-box-graphic-inner.badge i {
  position: relative;
  z-index: 2;
}

.x-feature-box-graphic-inner.badge i:before {
  transform: scale(1.275) rotate(-15deg);
}

.x-feature-box-connector {
  display: block;
  position: absolute;
  width: 0;
  margin: 0 auto;
  z-index: 1;
}

.x-feature-box-connector.full {
  height: 100%;
  top: 0.5em;
}

.x-feature-box-connector.upper {
  height: 50%;
  top: 0;
}

.x-feature-box-connector.lower {
  height: 50%;
  top: 50%;
}

.x-feature-box-title {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.2;
}

.x-feature-box-text {
  margin: 8px 0 0;
}

.x-feature-box-text a {
  border: 0;
  box-shadow: none;
}

.x-feature-box-align-v-middle {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-self: stretch;
}

.x-feature-list {
  margin: 0 0 1.313em;
  padding: 1px 0;
  list-style: none;
  counter-reset: xFeatureListNum;
}

.x-feature-list .x-feature-box {
  margin-bottom: 0;
  counter-increment: xFeatureListNum;
}

.x-feature-list .x-feature-box.top-text > div {
  padding: 0 0 1.313em;
}

.x-feature-list .x-feature-box.top-text:last-child > div {
  padding-bottom: 0;
}

.x-feature-list .x-feature-box.top-text:last-child .full {
  display: none;
}

.x-feature-list .x-feature-box.middle-text > div {
  padding: 0.6565em 0;
}

.x-feature-list .x-feature-box.middle-text:first-child {
  margin-top: -0.6565em;
}

.x-feature-list .x-feature-box.middle-text:last-child {
  margin-bottom: -0.6565em;
}

.x-feature-list .x-feature-box.middle-text:first-child .upper,
.x-feature-list .x-feature-box.middle-text:last-child .lower {
  display: none;
}

.x-feature-list .x-feature-box-graphic i.number:before {
  content: counter(xFeatureListNum);
  font-style: normal;
}

.x-dropcap {
  float: left;
  display: block;
  margin: 0.175em 0.215em 0 0;
  padding: 0.105em 0.2em 0.135em;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  color: #fff;
  background-color: #ff2a13;
  border-radius: 4px;
}

.x-highlight {
  padding: 0.188em 0.375em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
  color: #fff;
  background-color: #ff2a13;
  border-radius: 4px;
}

.x-highlight.dark {
  text-shadow: 0 -1px 1px #000;
  color: #fff;
  background-color: #484848;
}

.x-pullquote {
  width: 40%;
  margin: 0.45em 1.1em 0.55em 0;
  font-size: 1.313em;
}

.x-pullquote.right {
  margin-right: 0;
  margin-left: 1.1em;
}

@media (max-width: 767px) {
  .x-pullquote.left,
  .x-pullquote.right {
    float: none;
    width: 100%;
    margin: 1.313em 0;
  }
}

.x-cite {
  display: block;
  margin-top: 0.75em;
  font-size: 0.725em;
  font-weight: 300;
  color: #7a7a7a;
}

.x-cite:before {
  content: "\2013\00A0";
}

.x-alert,
.wpcf7-response-output,
.buddypress #message,
.bbp-template-notice {
  position: relative;
  margin-bottom: 1.313em;
  border: 1px solid #f6dca7;
  padding: 0.786em 2.25em 1em 1.15em;
  font-size: 14px;
  line-height: 1.5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #c09853;
  background-color: #fcf8e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 2px 3px rgba(0, 0, 0, 0.065);
}

.x-alert .h-alert,
.wpcf7-response-output .h-alert,
.buddypress #message .h-alert,
.bbp-template-notice .h-alert {
  margin: 0.05em 0 0.25em;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.3;
  text-transform: none;
  color: inherit;
}

.x-alert .close,
.wpcf7-response-output .close,
.buddypress #message .close,
.bbp-template-notice .close {
  position: relative;
  top: -10px;
  right: -26px;
  line-height: 1;
  color: #c09853;
}

.x-alert > p,
.x-alert .x-alert-content > p,
.wpcf7-response-output > p,
.wpcf7-response-output .x-alert-content > p,
.buddypress #message > p,
.buddypress #message .x-alert-content > p,
.bbp-template-notice > p,
.bbp-template-notice .x-alert-content > p {
  margin-bottom: 0;
}

.x-alert > p + p,
.x-alert .x-alert-content > p + p,
.wpcf7-response-output > p + p,
.wpcf7-response-output .x-alert-content > p + p,
.buddypress #message > p + p,
.buddypress #message .x-alert-content > p + p,
.bbp-template-notice > p + p,
.bbp-template-notice .x-alert-content > p + p {
  margin-top: 6px;
}

.x-alert-muted {
  background-color: #eee;
  border-color: #cfcfcf;
  color: #999;
}

.x-alert-muted .close {
  color: #999;
}

.x-alert-info,
.buddypress #message.info,
.bbp-template-notice.info {
  background-color: #d9edf7;
  border-color: #b3d1ef;
  color: #3a87ad;
}

.x-alert-info .close,
.buddypress #message.info .close,
.bbp-template-notice.info .close {
  color: #3a87ad;
}

.x-alert-success,
.wpcf7-mail-sent-ok,
.buddypress #message.updated,
.bbp-template-notice.updated {
  background-color: #dff0d8;
  border-color: #c1dea8;
  color: #468847;
}

.x-alert-success .close,
.wpcf7-mail-sent-ok .close,
.buddypress #message.updated .close,
.bbp-template-notice.updated .close {
  color: #468847;
}

.x-alert-danger,
.buddypress #message.error,
.bbp-template-notice.error {
  background-color: #f2dede;
  border-color: #e5bdc4;
  color: #b94a48;
}

.x-alert-danger .close,
.buddypress #message.error .close,
.bbp-template-notice.error .close {
  color: #b94a48;
}

.x-alert-block {
  padding: 0.786em 1.15em 1em;
}

.wpcf7-response-output {
  border-width: 1px !important;
  margin: 1.313em 0 0 !important;
  padding: 0.786em 1.15em 1em !important;
}

.h-skill-bar {
  margin-top: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.x-skill-bar {
  height: 25px;
  margin-bottom: 1.313em;
  background-color: #f2f2f2;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.x-skill-bar .bar {
  overflow: hidden;
  position: relative;
  width: 0;
  height: 100%;
  float: left;
  background-color: #ff2a13;
  border-radius: 4px;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.45);
}

.x-skill-bar .bar .percent {
  position: absolute;
  right: 4px;
  bottom: 4px;
  height: 17px;
  padding: 0 5px;
  font-size: 11px;
  line-height: 17px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  color: #fff;
  background-color: #272727;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 3px;
}

.x-img {
  margin-bottom: 1.313em;
}

.x-img.left {
  margin: 0.35em 1.313em 0.35em 0;
}

.x-img.right {
  margin: 0.35em 0 0.35em 1.313em;
}

a.x-img {
  display: block;
}

a.x-img > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a.x-img:not(.x-img-thumbnail) {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s ease;
}

a.x-img:not(.x-img-thumbnail):hover {
  opacity: 0.75;
}

.x-img-rounded,
.x-img-rounded img {
  border-radius: 6px;
}

.x-img-circle,
.x-img-circle img {
  border-radius: 100em;
}

.x-img-thumbnail {
  padding: 5px;
  line-height: 1.7;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: border 0.3s ease, box-shadow 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

a.x-img-thumbnail:hover {
  border-color: #ff2a13;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.x-columnize {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
  -webkit-column-rule: 1px solid #e5e5e5;
  -moz-column-rule: 1px solid #e5e5e5;
  column-rule: 1px solid #e5e5e5;
  margin: 0 0 1.313em;
}

.x-columnize p:last-child,
.x-columnize ul:last-child,
.x-columnize ol:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .x-columnize {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 0;
    -moz-column-rule: 0;
    column-rule: 0;
  }
}

.x-accordion {
  margin-bottom: 1.313em;
}

.x-accordion-group {
  margin: 0 0 8px;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
}

.x-accordion-group:last-child {
  margin-bottom: 0;
}

.x-accordion-heading {
  overflow: hidden;
  border-bottom: 0;
}

.x-accordion-heading .x-accordion-toggle {
  display: block;
  padding: 10px 15px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 114.2%;
  color: #272727;
  background-color: #fff;
  cursor: pointer;
}

.x-accordion-heading .x-accordion-toggle.collapsed {
  background-color: #fff;
}

.x-accordion-heading .x-accordion-toggle.collapsed:before {
  color: #ccc;
  transform: rotate(0deg);
}

.x-accordion-heading .x-accordion-toggle:hover {
  color: #ff2a13;
}

.x-accordion-heading .x-accordion-toggle:hover:before {
  color: #ccc;
}

.x-accordion-heading .x-accordion-toggle:before {
  content: "\f067";
  position: relative;
  display: inline-block;
  bottom: 0.1em;
  margin-right: 10px;
  font-size: 74%;
  color: #ccc;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.x-accordion-inner {
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  box-shadow: none;
}

.x-accordion-inner p:last-child,
.x-accordion-inner ul:last-child,
.x-accordion-inner ol:last-child {
  margin-bottom: 0;
}

.x-column {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
}

.x-column.x-1-1 {
  width: 100%;
}

.x-column.x-1-2 {
  width: 48%;
}

.x-column.x-1-3 {
  width: 30.66666%;
}

.x-column.x-2-3 {
  width: 65.33332%;
}

.x-column.x-1-4 {
  width: 22%;
}

.x-column.x-3-4 {
  width: 74%;
}

.x-column.x-1-5 {
  width: 16.8%;
}

.x-column.x-2-5 {
  width: 37.6%;
}

.x-column.x-3-5 {
  width: 58.4%;
}

.x-column.x-4-5 {
  width: 79.2%;
}

.x-column.x-1-6 {
  width: 13.33332%;
}

.x-column.x-5-6 {
  width: 82.66666%;
}

.x-column.last,
.x-column:last-of-type {
  margin-right: 0;
}

@media (max-width: 480px) {
  .x-column.x-xs {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .x-column.x-sm {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 979px) {
  .x-column.x-md {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.x-column[data-fade="1"],
.x-column[data-fade="true"] {
  transition: opacity cubic-bezier(0.23, 1, 0.32, 1),
    transform cubic-bezier(0.23, 1, 0.32, 1);
}

.x-protect {
  padding: 7% 18%;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 0.65em;
}

.x-protect label {
  margin: 0.75em 0 0;
  font-size: 16px;
}

.h-protect {
  font-size: 24px;
  line-height: 1.2;
  color: #272727;
}

.x-btn-protect {
  margin-top: 0.75em;
}

.x-recent-posts {
  margin: 0 0 1.313em;
}

.x-recent-posts + .x-recent-posts {
  margin-top: 4%;
}

.x-recent-posts a {
  overflow: hidden;
  float: left;
  display: block;
  margin: 0 4% 0 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px 5px 0;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.075);
  transform: translate3d(0, 0, 0);
}

.x-recent-posts a:last-child {
  margin-right: 0;
}

.x-recent-posts a:hover .no-post-thumbnail .x-recent-posts-img:before {
  opacity: 1;
}

.x-recent-posts a:hover .no-post-thumbnail .x-recent-posts-img:after {
  opacity: 1;
}

.x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:before {
  opacity: 1;
}

.x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:after {
  opacity: 0.85;
}

.x-recent-posts a.no-image {
  padding: 0 5px;
}

.x-recent-posts a.x-recent-post1 {
  width: 100%;
}

.x-recent-posts a.x-recent-post2 {
  width: 48%;
}

@media (max-width: 767px) {
  .x-recent-posts a.x-recent-post2 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .x-recent-posts a.x-recent-post2:last-child {
    margin-bottom: 0;
  }
}

.x-recent-posts a.x-recent-post3 {
  width: 30.6666%;
}

@media (max-width: 767px) {
  .x-recent-posts a.x-recent-post3 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .x-recent-posts a.x-recent-post3:last-child {
    margin-bottom: 0;
  }
}

.x-recent-posts
  a[class^="x-recent-post"]:not([class*="1"]):not([class*="2"]):not(
    [class*="3"]
  ) {
  width: 22%;
  margin-right: 4%;
}

.x-recent-posts
  a[class^="x-recent-post"]:not([class*="1"]):not([class*="2"]):not(
    [class*="3"]
  ):nth-child(4n) {
  margin-right: 0;
  margin-bottom: 4%;
}

@media (max-width: 979px) {
  .x-recent-posts
    a[class^="x-recent-post"]:not([class*="1"]):not([class*="2"]):not(
      [class*="3"]
    ) {
    width: 48%;
  }

  .x-recent-posts
    a[class^="x-recent-post"]:not([class*="1"]):not([class*="2"]):not(
      [class*="3"]
    ):first-child {
    margin-bottom: 4%;
  }

  .x-recent-posts
    a[class^="x-recent-post"]:not([class*="1"]):not([class*="2"]):not(
      [class*="3"]
    ):nth-child(2n) {
    margin-right: 0;
    margin-bottom: 4%;
  }
}

@media (max-width: 767px) {
  .x-recent-posts
    a[class^="x-recent-post"]:not([class*="1"]):not([class*="2"]):not(
      [class*="3"]
    ) {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .x-recent-posts
    a[class^="x-recent-post"]:not([class*="1"]):not([class*="2"]):not(
      [class*="3"]
    ):last-child {
    margin-bottom: 0;
  }
}

.x-recent-posts article.hentry > .entry-wrap {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.x-recent-posts .x-recent-posts-img {
  position: relative;
  padding-bottom: 56.25%;
  background: center center/cover no-repeat;
  border-radius: 2px;
}

.x-recent-posts .x-recent-posts-img:before,
.x-recent-posts .x-recent-posts-img:after {
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.x-recent-posts .x-recent-posts-img:before {
  margin: -30px 0 0 -30px;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.x-recent-posts .x-recent-posts-img:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff2a13;
  border-radius: 2px;
  z-index: 1;
}

.x-recent-posts .no-post-thumbnail .x-recent-posts-img:before {
  opacity: 0.35;
}

.x-recent-posts .no-post-thumbnail .x-recent-posts-img:after {
  opacity: 1;
}

.x-recent-posts .format-standard .x-recent-posts-img:before {
  content: "\f15c";
}

.x-recent-posts .format-video .x-recent-posts-img:before {
  content: "\f008";
}

.x-recent-posts .format-audio .x-recent-posts-img:before {
  content: "\f001";
}

.x-recent-posts .format-image .x-recent-posts-img:before {
  content: "\f083";
}

.x-recent-posts .format-gallery .x-recent-posts-img:before {
  content: "\f03e";
}

.x-recent-posts .format-link .x-recent-posts-img:before {
  content: "\f0c1";
}

.x-recent-posts .format-quote .x-recent-posts-img:before {
  content: "\f10d";
}

.x-recent-posts .x-portfolio .x-recent-posts-img:before {
  content: "\f067";
}

.x-recent-posts .x-recent-posts-content {
  padding: 10px 5px;
}

.x-recent-posts .h-recent-posts,
.x-recent-posts .x-recent-posts-date {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.x-recent-posts .h-recent-posts {
  margin: -1px 0 5px;
  font-size: 17px;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.x-recent-posts .x-recent-posts-date {
  margin: 0;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65);
}

.x-recent-posts.vertical a[class^="x-recent-post"] {
  float: none;
  margin-right: 0;
  width: 100% !important;
  margin-bottom: 4%;
}

.x-recent-posts.vertical a[class^="x-recent-post"]:last-child {
  margin-bottom: 0;
}

.js .x-recent-posts[data-fade="true"] a {
  opacity: 0;
}

.x-pricing-table {
  width: 100%;
  margin: 1.313em 0;
}

.x-pricing-table.one-column .x-pricing-column {
  width: 100%;
}

.x-pricing-table.two-columns .x-pricing-column {
  width: 50%;
}

.x-pricing-table.three-columns .x-pricing-column {
  width: 33.33333%;
}

.x-pricing-table.four-columns .x-pricing-column {
  width: 25%;
}

.x-pricing-table.five-columns .x-pricing-column {
  width: 20%;
}

@media (max-width: 979px) {
  .x-pricing-table[class*="-column"] .x-pricing-column {
    width: 50%;
  }

  .x-pricing-table.three-columns .x-pricing-column:last-child,
  .x-pricing-table.five-columns .x-pricing-column:last-child {
    width: 99.9%;
  }
}

@media (max-width: 767px) {
  .x-pricing-table[class*="-column"] .x-pricing-column {
    width: 100%;
  }
}

.x-pricing-column {
  float: left;
  margin: 0 0 -1px -1px;
  text-align: center;
}

@media (max-width: 767px) {
  .x-pricing-column {
    float: none;
    margin-left: 0;
  }
}

.x-pricing-column h2 {
  border: 1px solid #ebebeb;
  padding: 20px 20px 25px;
  letter-spacing: 0;
  line-height: 1.1;
  font-size: 32px;
  color: #7a7a7a;
  background-color: #fbfbfb;
}

.x-pricing-column h2 span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  opacity: 0.5;
}

.x-pricing-column.featured {
  position: relative;
  margin-top: -20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
}

@media (max-width: 979px) {
  .x-pricing-column.featured {
    margin-top: 0;
  }
}

.x-pricing-column.featured h2 {
  border: 0;
  padding-bottom: 28px;
  color: #fff;
  background-color: #ff2a13;
  box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.15);
}

.x-pricing-column.featured .x-pricing-column-info {
  padding-bottom: 50px;
}

.x-pricing-column.featured .x-pricing-column-info ul {
  margin-bottom: 40px;
}

.x-pricing-column-info {
  border: 1px solid #ebebeb;
  border-top: 0;
  padding: 10px 0 32px;
}

.x-pricing-column-info .x-price {
  margin: 0;
  font-size: 54px;
  letter-spacing: -3px;
}

.x-pricing-column-info span {
  display: block;
  margin-top: -4px;
  font-size: 12px;
  color: #bababa;
}

.x-pricing-column-info p {
  margin: 0;
}

.x-pricing-column-info ul {
  margin: 15px 0 25px;
}

.x-pricing-column-info ul > li {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 40px 11px;
  font-size: 16px;
  line-height: 1.4;
}

.x-pricing-column-info ul > li [class*="x-icon-"] {
  margin-left: 0.85em;
}

.x-pricing-column-info ul > li:first-child {
  border-top: 1px solid #ebebeb;
}

.x-pricing-column-info ul > li:nth-child(2n + 1) {
  background-color: #fbfbfb;
}

.x-pricing-column-info .x-btn {
  margin-left: 20px;
  margin-right: 20px;
}

.x-callout {
  position: relative;
  margin: 1.313em 0;
  border: 1px solid #ebebeb;
  padding: 2.35em;
  font-size: 21px;
  background-color: #f7f7f7;
  border-radius: 0.5em;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.95),
    0 1px 3px rgba(0, 0, 0, 0.05);
}

@media (max-width: 979px) {
  .x-callout {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .x-callout {
    font-size: 16px;
  }
}

.x-callout:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 0.275em;
  z-index: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05),
    0 1px 0 0 rgba(255, 255, 255, 0.95);
}

.x-callout .x-btn {
  font-size: 1em;
}

.h-callout {
  position: relative;
  margin-top: 0;
  margin-bottom: 0.35em;
  font-size: 2.15em;
  line-height: 1.1;
}

.p-callout {
  position: relative;
  line-height: 1.4;
}

.x-promo {
  overflow: hidden;
  margin-bottom: 1.313em;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
}

.x-promo-image-wrap img {
  min-width: 100%;
}

.x-promo-content {
  padding: 1.5em;
  background-color: #fff;
  box-shadow: none;
}

.x-author-box {
  margin: 0 0 1.313em;
}

.x-author-box .h-about-the-author {
  margin: 0 0 0.925em;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 0.45em;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d3d3d3;
}

.x-author-box .avatar {
  float: left;
  width: 90px;
  border-radius: 0.35em;
}

@media (max-width: 480px) {
  .x-author-box .avatar {
    display: none;
  }
}

.x-author-box .x-author-info {
  margin-left: 110px;
}

@media (max-width: 480px) {
  .x-author-box .x-author-info {
    margin-left: 0;
  }
}

.x-author-box .h-author {
  margin-bottom: 0.35em;
  line-height: 1;
}

.x-author-box .x-author-social {
  display: inline-block;
  margin-right: 1em;
  font-size: 13px;
  white-space: nowrap;
}

.x-author-box .x-author-social [class*="x-social"] {
  position: relative;
  top: 2px;
}

.x-author-box .p-author {
  margin-top: 0.5em;
}

.x-prompt {
  margin: 0 0 1.313em;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 1.75em;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.075);
}

.x-prompt.message-left .x-prompt-section.x-prompt-section-message {
  padding-right: 2.25em;
  text-align: left;
}

.x-prompt.message-right .x-prompt-section.x-prompt-section-message {
  padding-left: 2.25em;
  text-align: right;
}

.x-prompt-section {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.x-prompt-section p:last-child {
  margin-bottom: 0;
}

.x-prompt-section.x-prompt-section-message {
  width: 46%;
  font-size: 16px;
  line-height: 1.4;
}

.x-prompt-section.x-prompt-section-button {
  width: 30%;
}

.h-prompt {
  margin-top: 0;
  font-size: 28px;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .x-prompt {
    display: block;
  }

  .x-prompt.message-left .x-prompt-section.x-prompt-section-message {
    padding: 0 0 1.25em;
  }

  .x-prompt.message-right .x-prompt-section.x-prompt-section-message {
    padding: 1.25em 0 0;
    text-align: left;
  }

  .x-prompt-section {
    display: block;
  }

  .x-prompt-section.x-prompt-section-message,
  .x-prompt-section.x-prompt-section-button {
    width: 100%;
  }
}

.x-content-band {
  margin: 0 0 1.313em;
  padding: 40px 0;
}

.x-content-band:before,
.x-content-band:after {
  content: " ";
  display: table;
  width: 0;
}

.x-content-band:after {
  clear: both;
}

.x-content-band.bg-image,
.x-content-band.bg-pattern {
  background-position: 50% 50%;
}

.x-content-band.bg-image.parallax,
.x-content-band.bg-pattern.parallax {
  background-attachment: fixed;
}

.x-content-band.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.x-content-band.bg-pattern {
  background-repeat: repeat;
}

.x-content-band.bg-video {
  position: relative;
  overflow: hidden;
}

.x-content-band.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.075);
}

.x-content-band.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.075);
}

.x-content-band.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.075);
}

.x-content-band.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

.x-content-band.marginless-columns .x-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.x-content-band.marginless-columns .x-container:before,
.x-content-band.marginless-columns .x-container:after {
  display: none;
}

.x-content-band.marginless-columns .x-container > .x-column {
  display: table-cell;
  margin-right: 0;
  float: none;
  vertical-align: top;
}

.x-content-band.marginless-columns .x-container > .x-column.x-1-1 {
  width: 100%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-1-2 {
  width: 50%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-1-3 {
  width: 33.33333%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-2-3 {
  width: 66.66666%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-1-4 {
  width: 25%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-3-4 {
  width: 75%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-1-5 {
  width: 20%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-2-5 {
  width: 40%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-3-5 {
  width: 60%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-4-5 {
  width: 80%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-1-6 {
  width: 16.66666%;
}

.x-content-band.marginless-columns .x-container > .x-column.x-5-6 {
  width: 83.33333%;
}

@media (max-width: 767px) {
  .x-content-band.marginless-columns .x-container {
    display: block;
  }

  .x-content-band.marginless-columns .x-container:before,
  .x-content-band.marginless-columns .x-container:after {
    display: table;
  }

  .x-content-band.marginless-columns .x-container > .x-column[class*="x-"] {
    display: block;
    width: 100%;
    vertical-align: inherit;
  }
}

.x-content-band.vc .wpb_row,
.x-content-band.vc .wpb_content_element {
  margin-bottom: 0;
}

.x-content-band .x-container {
  position: relative;
}

.x-entry-share {
  margin: 0 0 1.313em;
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
  line-height: 1;
  text-align: center;
}

.x-entry-share p {
  margin: 8px 0 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.x-entry-share .x-share {
  display: inline-block;
  margin: 0 0.05em;
  width: 45px;
  height: 45px;
  font-size: 24px;
  line-height: 45px;
  border-radius: 2px;
}

.x-entry-share .x-share:hover {
  color: #fff;
  background-color: #ff2a13;
}

.x-toc {
  width: 210px;
  margin: 0.55em 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px;
  font-size: 11px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.075);
}

.x-toc.left {
  margin-right: 1.75em;
}

.x-toc.right {
  margin-left: 1.75em;
}

@media (max-width: 480px) {
  .x-toc.left,
  .x-toc.right {
    width: auto;
    float: none;
    margin: 0 0 1.313em;
  }
}

.x-toc.block {
  width: auto;
  margin: 0 0 1.313em;
}

.x-toc ul {
  margin-bottom: -10px !important;
}

.h-toc {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.x-toc.block.two-columns .x-toc-item {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.x-toc.block.two-columns .x-toc-item:nth-child(2n) {
  margin-right: 0;
}

.x-toc.block.three-columns .x-toc-item {
  float: left;
  width: 30.66667%;
  margin-right: 4%;
}

.x-toc.block.three-columns .x-toc-item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 979px) {
  .x-toc.block.three-columns .x-toc-item {
    width: 48%;
  }

  .x-toc.block.three-columns .x-toc-item:nth-child(3n) {
    margin-right: 4%;
  }

  .x-toc.block.three-columns .x-toc-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .x-toc.block.two-columns .x-toc-item,
  .x-toc.block.three-columns .x-toc-item {
    width: 100%;
    margin-right: 0;
  }
}

.x-toc-item {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.3;
}

.x-toc-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h-custom-headline {
  letter-spacing: -1px;
  line-height: 1.1;
}

.h-custom-headline.accent {
  overflow: hidden;
}

.h-custom-headline.accent span {
  padding-bottom: 2px;
  display: inline-block;
  position: relative;
}

.h-custom-headline.accent span:before,
.h-custom-headline.accent span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 3px;
  width: 9999px;
  display: block;
  margin-top: -2px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.h-custom-headline.accent span:before {
  right: 100%;
  margin-right: 0.5em;
}

.h-custom-headline.accent span:after {
  left: 100%;
  margin-left: 0.5em;
}

.h-feature-headline {
  line-height: 1.1;
}

.h-feature-headline span {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}

.h-feature-headline span i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  height: 2em;
  margin-top: -1em;
  font-size: 0.65em;
  letter-spacing: 0;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background-color: #272727;
  border-radius: 100em;
}

.x-section {
  position: relative;
  margin: 0 0 1.313em;
  padding: 45px 0;
}

.x-section:before,
.x-section:after {
  content: " ";
  display: table;
  width: 0;
}

.x-section:after {
  clear: both;
}

.x-section.bg-image,
.x-section.bg-pattern {
  background-position: 50% 50%;
}

.x-section.bg-image.parallax,
.x-section.bg-pattern.parallax {
  background-attachment: fixed;
}

@media (max-width: 979px) {
  .x-section.bg-image.parallax,
  .x-section.bg-pattern.parallax {
    background-size: auto !important;
  }
}

.x-section.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.x-section.bg-pattern {
  background-repeat: repeat;
}

.x-section.bg-video {
  position: relative;
  overflow: hidden;
}

.x-section .x-container {
  position: relative;
  z-index: 1;
}

.x-section .x-container.marginless-columns {
  display: table;
  table-layout: fixed;
}

.x-section .x-container.marginless-columns:not(.width) {
  width: 100%;
}

.x-section .x-container.marginless-columns:before,
.x-section .x-container.marginless-columns:after {
  display: none;
}

.x-section .x-container.marginless-columns > .x-column {
  display: table-cell;
  margin-right: 0;
  float: none;
  vertical-align: top;
}

.x-section .x-container.marginless-columns > .x-column.x-1-1 {
  width: 100%;
}

.x-section .x-container.marginless-columns > .x-column.x-1-2 {
  width: 50%;
}

.x-section .x-container.marginless-columns > .x-column.x-1-3 {
  width: 33.33333%;
}

.x-section .x-container.marginless-columns > .x-column.x-2-3 {
  width: 66.66666%;
}

.x-section .x-container.marginless-columns > .x-column.x-1-4 {
  width: 25%;
}

.x-section .x-container.marginless-columns > .x-column.x-3-4 {
  width: 75%;
}

.x-section .x-container.marginless-columns > .x-column.x-1-5 {
  width: 20%;
}

.x-section .x-container.marginless-columns > .x-column.x-2-5 {
  width: 40%;
}

.x-section .x-container.marginless-columns > .x-column.x-3-5 {
  width: 60%;
}

.x-section .x-container.marginless-columns > .x-column.x-4-5 {
  width: 80%;
}

.x-section .x-container.marginless-columns > .x-column.x-1-6 {
  width: 16.66666%;
}

.x-section .x-container.marginless-columns > .x-column.x-5-6 {
  width: 83.33333%;
}

@media (max-width: 767px) {
  .x-section .x-container.marginless-columns {
    display: block;
  }

  .x-section .x-container.marginless-columns:before,
  .x-section .x-container.marginless-columns:after {
    display: table;
  }

  .x-section .x-container.marginless-columns > .x-column[class*="x-"] {
    display: block;
    width: 100%;
    vertical-align: inherit;
  }
}

.x-section-separator {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.x-section-separator svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.x-section-separator-top {
  top: 0;
  transform: translate(0, -100%);
}

.x-section-separator-bottom {
  bottom: 0;
  transform: translate(0, 100%);
}

.with-container {
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 2.5%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 979px) {
  .x-sidebar {
    margin-top: 4em;
  }
}

.x-sidebar .widget {
  margin-top: 2.75em;
}

.x-sidebar .widget:first-child {
  margin-top: 0;
}

.x-main {
  position: relative;
}

.x-main .widget {
  margin-top: 3em;
}

.x-main .widget:first-child {
  margin-top: 0;
}

.hentry {
  margin-top: 4em;
}

.hentry:first-child {
  margin-top: 0;
}

.entry-featured {
  position: relative;
  box-shadow: 4px 2px 4px -4px rgba(0, 0, 0, 0.135),
    -4px 2px 4px -4px rgba(0, 0, 0, 0.135);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.has-post-thumbnail .entry-featured {
  border-bottom: 1px solid #ddd;
}

.x-boxed-layout-active .has-post-thumbnail .entry-featured {
  border: 1px solid #ddd;
}

.entry-wrap {
  display: block;
  padding: 60px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135);
}

@media (max-width: 767px) {
  .entry-wrap {
    padding: 36px;
  }
}

@media (max-width: 480px) {
  .entry-wrap {
    padding: 25px;
  }
}

.x-boxed-layout-active .entry-wrap {
  margin-top: -1px;
  border: 1px solid #ddd;
}

.x-boxed-layout-active .entry-wrap:first-child {
  margin-top: 0;
}

.has-post-thumbnail .entry-wrap {
  border-radius: 0 0 4px 4px;
}

.entry-thumb {
  display: block;
  position: relative;
  background-color: #000;
}

.entry-thumb img {
  min-width: 100%;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
}

.entry-thumb:before {
  content: "\f0c1";
  display: block;
  position: absolute;
  margin: -36px 0 0 -35px;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  font-size: 42px;
  line-height: 72px;
  text-align: center;
  text-shadow: 0 0.035em 0 rgba(0, 0, 0, 0.35);
  vertical-align: middle;
  color: #fff;
  border-radius: 100em;
  opacity: 0;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.entry-thumb:hover img {
  opacity: 0.15;
}

a.entry-thumb:hover:before {
  opacity: 1;
}

.entry-title {
  margin: 0;
  font-size: 250%;
  line-height: 1.05;
}

@media (max-width: 480px) {
  .entry-title {
    font-size: 200%;
  }
}

.entry-title-sub {
  display: block;
  margin: 0.75em 0 0;
  font-size: 128.5%;
  line-height: 1.05;
}

.p-meta {
  margin: 8px 0 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 85.7%;
  line-height: 1.5;
  text-transform: uppercase;
}

.p-meta > span {
  display: inline-block;
}

.p-meta > span > a {
  white-space: nowrap;
}

.p-meta > span:after {
  content: "/";
  padding: 0 0.5em 0 0.45em;
}

.p-meta > span:last-child:after {
  display: none;
}

.entry-content {
  margin-top: 1.25em;
}

.entry-content:before,
.entry-content:after {
  content: " ";
  display: table;
  width: 0;
}

.entry-content:after {
  clear: both;
}

.entry-content embed,
.entry-content iframe,
.entry-content object {
  width: 100%;
  max-width: 100%;
}

.entry-content > p:last-child,
.entry-content > ul:last-child,
.entry-content > ol:last-child {
  margin-bottom: 0;
}

.more-link {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-size: 128.5%;
  line-height: 1.4;
}

.entry-footer {
  margin-top: 0.325em;
}

.entry-footer a {
  display: inline-block;
  float: left;
  position: relative;
  margin: 0.615em 0.615em 0 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.692em 1.154em 0.769em;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  color: #c5c5c5;
  color: rgba(0, 0, 0, 0.375);
  background-color: transparent;
  border-radius: 0.35em;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 1px rgba(255, 255, 255, 0.95);
  -webkit-transition: color 0.3s ease, border-color 0.3s ease,
    background-color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease,
    background-color 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 767px) {
  .entry-footer a {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .entry-footer a {
    font-size: 10px;
  }
}

.entry-footer a:hover {
  color: #777;
  color: rgba(0, 0, 0, 0.75);
  border-color: #cfcfcf;
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  background-color: #fff;
}

.entry-footer a:active {
  color: #777;
  color: rgba(0, 0, 0, 0.75);
  border-color: #bbb;
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #ebebeb;
  background-color: rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.225),
    0 1px 1px rgba(255, 255, 255, 0.95);
}

.x-page-title-disabled .entry-content {
  margin-top: 0;
}

.x-iso-container-posts.cols-2 .entry-title {
  font-size: 200%;
}

.x-iso-container-posts.cols-2 .p-meta {
  font-size: 79%;
}

@media (max-width: 767px) {
  .x-iso-container-posts.cols-2 .p-meta {
    font-size: 85.7%;
  }
}

@media (max-width: 480px) {
  .x-iso-container-posts.cols-2 .p-meta {
    font-size: 85.7%;
  }
}

.x-iso-container-posts.cols-2 .entry-wrap {
  padding: 6.75% 7.25%;
}

.x-iso-container-posts.cols-2 .more-link {
  font-size: 110%;
}

@media (max-width: 767px) {
  .x-iso-container-posts.cols-2 .more-link {
    font-size: 128.5%;
  }
}

.x-iso-container-posts.cols-3 .entry-title {
  font-size: 165%;
}

@media (max-width: 979px) {
  .x-iso-container-posts.cols-3 .entry-title {
    font-size: 200%;
  }
}

.x-iso-container-posts.cols-3 .p-meta {
  font-size: 70%;
}

@media (max-width: 979px) {
  .x-iso-container-posts.cols-3 .p-meta {
    font-size: 85.7%;
  }
}

.x-iso-container-posts.cols-3 .entry-wrap {
  padding: 7.75% 8.25%;
}

@media (max-width: 979px) {
  .x-iso-container-posts.cols-3 .entry-wrap {
    padding: 6.75% 7.25%;
  }
}

@media (max-width: 480px) {
  .x-iso-container-posts.cols-3 .entry-wrap {
    padding: 7.75% 8.25%;
  }
}

.x-iso-container-posts.cols-3 .more-link {
  font-size: 105%;
}

@media (max-width: 979px) {
  .x-iso-container-posts.cols-3 .more-link {
    font-size: 128.5%;
  }
}

@media (min-width: 1200px) {
  .x-hide-xl {
    display: none !important;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .x-hide-lg {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .x-hide-md {
    display: none !important;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .x-hide-sm {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .x-hide-xs {
    display: none !important;
  }
}

.x-visible-phone {
  display: none !important;
}

.x-visible-tablet {
  display: none !important;
}

.x-visible-desktop {
  display: inherit !important;
}

span.x-visible-desktop {
  display: inline !important;
}

.x-hidden-desktop {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .x-visible-tablet {
    display: inherit !important;
  }

  span.x-visible-tablet {
    display: inline !important;
  }

  .x-hidden-tablet {
    display: none !important;
  }

  .x-hidden-desktop {
    display: inherit !important;
  }

  span.x-hidden-desktop {
    display: inline !important;
  }

  .x-visible-desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .x-visible-phone {
    display: inherit !important;
  }

  span.x-visible-phone {
    display: inline !important;
  }

  .x-hidden-phone {
    display: none !important;
  }

  .x-hidden-desktop {
    display: inherit !important;
  }

  span.x-hidden-desktop {
    display: inline !important;
  }

  .x-visible-desktop {
    display: none !important;
  }
}

.e148-4.x-crumbs {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.4;
  background-color: transparent;
}

.e148-4 .x-crumbs-list {
  justify-content: flex-start;
  margin-left: -8px !important;
}

.e148-4 .x-crumbs-list-item {
  margin-left: 8px;
}

.x-crumbs-list-item {
  display: inherit;
  flex-direction: inherit;
  flex-wrap: nowrap;
  justify-content: inherit;
  align-items: inherit;
  align-content: inherit;
}

.e148-4 .x-crumbs-link:hover {
  color: red;
  background-color: transparent;
}

.e148-4 .x-crumbs-link {
  font-style: normal;
  line-height: 1.3;
  color: #8f96b3;
  background-color: transparent;
}

.visually-hidden,
.screen-reader-text,
.screen-reader-response,
.bp-screen-reader-text {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
}

[data-x-icon-l] {
  font-family: "FontAwesomeLight" !important;
  font-weight: 300;
}
[data-x-icon],
[data-x-icon-o],
[data-x-icon-l],
[data-x-icon-s],
[data-x-icon-b],
[data-x-fa-pro-icon],
[class*="cs-fa-"] {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.x-icon {
  display: inline-flex !important;
  flex-flow: row nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: center;
}

.e148-4 .x-crumbs-delimiter {
  margin-left: 8px;
  color: #8f96b3;
}

/*!*************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/bootstrap.css (1) ***!
  \*************************************************************************/
@charset "UTF-8";

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #0063DE;
    --indigo: #6610f2;
    --purple: #4A0074;
    --pink: #e83e8c;
    --red: #CC4400;
    --orange: #CC4400;
    --yellow: #ffc107;
    --green: #008750;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #0063DE;
    --secondary: #666E7A;
    --success: #008750;
    --info: #0063DE;
    --warning: #FA7C4A;
    --danger: #FA7C4A;
    --light: #F6F6F7;
    --dark: #40444D;
    --breakpoint-xs: 0;
    --breakpoint-sm: 600px;
    --breakpoint-md: 1024px;
    --breakpoint-lg: 1280px;
    --breakpoint-xl: 1440px;
    --font-family-sans-serif: "Muli", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}
table thead tr th{
    border: 0px !important;
}

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

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

body {
    margin: 0;
    font-family: Muli, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666e7a;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

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

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

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

abbr[data-original-title],
abbr[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
}

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

ol ol,
ol ul,
ul ol,
ul ul {
    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: #0063de;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #004192;
    text-decoration: none
}

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
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
}

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: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

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: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 6rem
}

.h2,
h2 {
    font-size: 4rem
}

.h3,
h3 {
    font-size: 3rem
}

.h4,
h4 {
    font-size: 1.6rem
}

.h5,
h5 {
    font-size: 1.4rem
}

.h6,
h6 {
    font-size: 1.1rem
}

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

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

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

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

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

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(64, 68, 77, .1)
}

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

.mark,
mark {
    padding: .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: .5rem
}

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

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

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

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #666e7a;
    border-radius: .2rem
}

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

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

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

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

.container {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:600px) {
    .container {
        max-width: 1019px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1020px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1260px
    }
}

@media (min-width:1440px) {
    .container {
        max-width: 1440px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

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

.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:600px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .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:1024px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .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:1280px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .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:1440px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .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% !important;
    margin-bottom: 1rem!important;
    color: #666e7a!important;
}

.table td,
.table th {
    padding: .75rem!important;
    vertical-align: top!important;
    border-top: 1px solid #dee2e6!important;
}

.table thead th {
    vertical-align: bottom!important;
    border-bottom: 2px solid #dee2e6!important;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6!important;
}

.table-sm td,
.table-sm th {
    padding: .3rem!important;
}

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

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6!important;
}

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

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

.table-striped tbody tr:nth-of-type(odd), .table-striped tbody tr:nth-of-type(odd) td {
    background-color: rgba(64, 68, 77, .05)
}

.table-hover tbody tr:hover {
    color: #666e7a;
    background-color: rgba(64, 68, 77, .075)
}

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

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

.table-hover .table-primary:hover {
    background-color: #a1c5f3
}

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

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

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

.table-hover .table-secondary:hover {
    background-color: #c6c9ce
}

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

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

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

.table-hover .table-success:hover {
    background-color: #a7d5c2
}

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

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

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #7aaeee
}

.table-hover .table-info:hover {
    background-color: #a1c5f3
}

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

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

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

.table-hover .table-warning:hover {
    background-color: #fec8b3
}

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

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

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

.table-hover .table-danger:hover {
    background-color: #fec8b3
}

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

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

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

.table-hover .table-light:hover {
    background-color: #ededf3
}

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

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

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #9c9ea2
}

.table-hover .table-dark:hover {
    background-color: #bdbec1
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #bdbec1
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(64, 68, 77, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(52, 56, 63, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(52, 56, 63, .075)
}

.table .thead-dark th {
    color: #fff!important;
    background-color: #343a40!important;
    border-color: #454d55!important;
}

.table .thead-light th {
    color: #495057!important;
    background-color: #e9ecef!important;
    border-color: #dee2e6!important;
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd), .table-striped tbody tr:nth-of-type(odd) td {
    background-color: rgba(255, 255, 255, 1)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:599.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:1023.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:1279.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:1439.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 !important;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none !important;
    }
}

.form-control::-ms-expand {
    background-color: transparent !important;;
    border: 0 !important;
}

.form-control:focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #5fa6ff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .25) !important;
}

.form-control::placeholder {
    color: #6c757d !important;
    opacity: 1 !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

select.form-control:focus::-ms-value {
    color: #495057 !important;
    background-color: #fff !important;
}

.form-control-file,
.form-control-range {
    display: block !important;
    width: 100% !important;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #666e7a;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px) !important;
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px) !important;
    padding: .5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    border-radius: .3rem !important;
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem !important;
}

.form-text {
    display: block;
    margin-top: .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: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #008750
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: #008750;
    border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #008750;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23008750%27 d=%27M2.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%27/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #008750;
    box-shadow: 0 0 0 .2rem rgba(0, 135, 80, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #008750;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23008750%27 d=%27M2.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%27/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #008750;
    box-shadow: 0 0 0 .2rem rgba(0, 135, 80, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #008750
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #008750
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #008750
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #00ba6e;
    background-color: #00ba6e
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 135, 80, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #008750
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #008750
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #008750;
    box-shadow: 0 0 0 .2rem rgba(0, 135, 80, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #fa7c4a
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #666e7a;
    background-color: #fa7c4a;
    border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #fa7c4a;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23FA7C4A%27 viewBox=%27-2 -2 7 7%27%3e%3cpath stroke=%27%23FA7C4A%27 d=%27M0 0l3 3m0-3L0 3%27/%3e%3ccircle r=%27.5%27/%3e%3ccircle cx=%273%27 r=%27.5%27/%3e%3ccircle cy=%273%27 r=%27.5%27/%3e%3ccircle cx=%273%27 cy=%273%27 r=%27.5%27/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #fa7c4a;
    box-shadow: 0 0 0 .2rem rgba(250, 124, 74, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #fa7c4a;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23FA7C4A%27 viewBox=%27-2 -2 7 7%27%3e%3cpath stroke=%27%23FA7C4A%27 d=%27M0 0l3 3m0-3L0 3%27/%3e%3ccircle r=%27.5%27/%3e%3ccircle cx=%273%27 r=%27.5%27/%3e%3ccircle cy=%273%27 r=%27.5%27/%3e%3ccircle cx=%273%27 cy=%273%27 r=%27.5%27/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #fa7c4a;
    box-shadow: 0 0 0 .2rem rgba(250, 124, 74, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #fa7c4a
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #fa7c4a
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #fa7c4a
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #fba07c;
    background-color: #fba07c
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(250, 124, 74, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #fa7c4a
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #fa7c4a
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #fa7c4a;
    box-shadow: 0 0 0 .2rem rgba(250, 124, 74, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:600px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: flex !important;
        flex: 0 0 auto !important;
        flex-flow: row wrap !important;
        align-items: center !important;
        margin-bottom: 0 !important;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        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: .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: #666e7a;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #666e7a;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #0063de;
    border-color: #0063de
}

.btn-primary:hover {
    color: #fff;
    background-color: #0052b8;
    border-color: #004cab
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 122, 227, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0063de;
    border-color: #0063de
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004cab;
    border-color: #00479e
}

.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 .2rem rgba(38, 122, 227, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #666e7a;
    border-color: #666e7a
}

.btn-secondary:hover {
    color: #fff;
    background-color: #555b65;
    border-color: #4f555e
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(125, 132, 142, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #666e7a;
    border-color: #666e7a
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4f555e;
    border-color: #494f57
}

.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 .2rem rgba(125, 132, 142, .5)
}

.btn-success {
    color: #fff;
    background-color: #008750;
    border-color: #008750
}

.btn-success:hover {
    color: #fff;
    background-color: #006139;
    border-color: #005432
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 153, 106, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #008750;
    border-color: #008750
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005432;
    border-color: #00472a
}

.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 .2rem rgba(38, 153, 106, .5)
}

.btn-info {
    color: #fff;
    background-color: #0063de;
    border-color: #0063de
}

.btn-info:hover {
    color: #fff;
    background-color: #0052b8;
    border-color: #004cab
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 122, 227, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #0063de;
    border-color: #0063de
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #004cab;
    border-color: #00479e
}

.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 .2rem rgba(38, 122, 227, .5)
}

.btn-warning {
    color: #666e7a;
    background-color: #fa7c4a;
    border-color: #fa7c4a
}

.btn-warning:hover {
    color: #fff;
    background-color: #f96125;
    border-color: #f95818
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(228, 122, 81, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #666e7a;
    background-color: #fa7c4a;
    border-color: #fa7c4a
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f95818;
    border-color: #f84f0c
}

.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 .2rem rgba(228, 122, 81, .5)
}

.btn-danger {
    color: #666e7a;
    background-color: #fa7c4a;
    border-color: #fa7c4a
}

.btn-danger:hover {
    color: #fff;
    background-color: #f96125;
    border-color: #f95818
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(228, 122, 81, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #666e7a;
    background-color: #fa7c4a;
    border-color: #fa7c4a
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f95818;
    border-color: #f84f0c
}

.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 .2rem rgba(228, 122, 81, .5)
}

.btn-light {
    color: #666e7a;
    background-color: #f6f6f7;
    border-color: #f6f6f7
}

.btn-light:hover {
    color: #666e7a;
    background-color: #e2e2e5;
    border-color: #dbdbdf
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 226, 228, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #666e7a;
    background-color: #f6f6f7;
    border-color: #f6f6f7
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #666e7a;
    background-color: #dbdbdf;
    border-color: #d4d4d9
}

.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 .2rem rgba(224, 226, 228, .5)
}

.btn-dark {
    color: #fff;
    background-color: #40444d;
    border-color: #40444d
}

.btn-dark:hover {
    color: #fff;
    background-color: #2f3238;
    border-color: #292b31
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(93, 96, 104, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #40444d;
    border-color: #40444d
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #292b31;
    border-color: #23252a
}

.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 .2rem rgba(93, 96, 104, .5)
}

.btn-outline-primary {
    color: #0063de;
    border-color: #0063de
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0063de;
    border-color: #0063de
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0063de;
    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: #0063de;
    border-color: #0063de
}

.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 .2rem rgba(0, 99, 222, .5)
}

.btn-outline-secondary {
    color: #666e7a;
    border-color: #666e7a
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #666e7a;
    border-color: #666e7a
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(102, 110, 122, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #666e7a;
    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: #666e7a;
    border-color: #666e7a
}

.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 .2rem rgba(102, 110, 122, .5)
}

.btn-outline-success {
    color: #008750;
    border-color: #008750
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #008750;
    border-color: #008750
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 135, 80, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #008750;
    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: #008750;
    border-color: #008750
}

.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 .2rem rgba(0, 135, 80, .5)
}

.btn-outline-info {
    color: #0063de;
    border-color: #0063de
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #0063de;
    border-color: #0063de
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0063de;
    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: #0063de;
    border-color: #0063de
}

.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 .2rem rgba(0, 99, 222, .5)
}

.btn-outline-warning {
    color: #fa7c4a;
    border-color: #fa7c4a
}

.btn-outline-warning:hover {
    color: #666e7a;
    background-color: #fa7c4a;
    border-color: #fa7c4a
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(250, 124, 74, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #fa7c4a;
    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: #666e7a;
    background-color: #fa7c4a;
    border-color: #fa7c4a
}

.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 .2rem rgba(250, 124, 74, .5)
}

.btn-outline-danger {
    color: #fa7c4a;
    border-color: #fa7c4a
}

.btn-outline-danger:hover {
    color: #666e7a;
    background-color: #fa7c4a;
    border-color: #fa7c4a
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(250, 124, 74, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #fa7c4a;
    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: #666e7a;
    background-color: #fa7c4a;
    border-color: #fa7c4a
}

.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 .2rem rgba(250, 124, 74, .5)
}

.btn-outline-light {
    color: #f6f6f7;
    border-color: #f6f6f7
}

.btn-outline-light:hover {
    color: #666e7a;
    background-color: #f6f6f7;
    border-color: #f6f6f7
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(246, 246, 247, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f6f6f7;
    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: #666e7a;
    background-color: #f6f6f7;
    border-color: #f6f6f7
}

.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 .2rem rgba(246, 246, 247, .5)
}

.btn-outline-dark {
    color: #40444d;
    border-color: #40444d
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #40444d;
    border-color: #40444d
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(64, 68, 77, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #40444d;
    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: #40444d;
    border-color: #40444d
}

.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 .2rem rgba(64, 68, 77, .5)
}

.btn-link {
    font-weight: 400;
    color: #0063de;
    text-decoration: none
}

.btn-link:hover {
    color: #004192;
    text-decoration: none
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-group.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-group.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .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 .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .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: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #666e7a;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(64, 68, 77, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:600px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1024px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1280px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1440px) {
    .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: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .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: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .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: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #666e7a;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #5a616c;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0063de
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #666e7a
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .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-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    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=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    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>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control: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-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.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),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    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:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0063de;
    background-color: #0063de
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #5fa6ff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #92c2ff;
    border-color: #92c2ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.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: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .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: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #0063de;
    background-color: #0063de
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 99, 222, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 99, 222, .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=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 99, 222, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 99, 222, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #5fa6ff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #5fa6ff;
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .25)
}

.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 + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 99, 222, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 99, 222, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 99, 222, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.3rem;
    background-color: #0063de;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: #92c2ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .4rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(102, 110, 122, .18);
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0063de;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: #92c2ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .4rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(102, 110, 122, .18);
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #0063de;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #92c2ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .4rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: rgba(102, 110, 122, .18);
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: rgba(102, 110, 122, .18);
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0063de
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.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: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    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: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    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:599.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:600px) {
    .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: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:1023.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1024px) {
    .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: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:1279.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1280px) {
    .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: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1439.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1440px) {
    .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: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        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 {
    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: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(64, 68, 77, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(64, 68, 77, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(64, 68, 77, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(64, 68, 77, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(64, 68, 77, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(64, 68, 77, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(64, 68, 77, .5);
    border-color: rgba(64, 68, 77, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath stroke=%27rgba%2864, 68, 77, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(64, 68, 77, .5)
}

.navbar-light .navbar-text a {
    color: rgba(64, 68, 77, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(64, 68, 77, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(64, 68, 77, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(64, 68, 77, .03);
    border-bottom: 1px solid rgba(64, 68, 77, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(64, 68, 77, .03);
    border-top: 1px solid rgba(64, 68, 77, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 7.5px
}

@media (min-width:600px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -7.5px;
        margin-left: -7.5px
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 7.5px;
        margin-bottom: 0;
        margin-left: 7.5px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 7.5px
}

@media (min-width:600px) {
    .card-group {
        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-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        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-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:600px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex !important;
    padding-left: 0 !important;
    list-style: none !important;
    border-radius: .25rem !important
}

.page-link {
    position: relative !important;
    display: block !important;
    padding: .5rem .75rem !important;
    margin-left: -1px !important;
    line-height: 1.25 !important;
    color: #0063de !important;
    background-color: #fff!important;
    border: 1px solid #dee2e6!important
}

.pagination li a {
    background: 0 0 !important;
    border: none !important;
    border-radius: 50%!important;
    font-weight: 400 !important;
    font-size: .9rem !important;
    line-height: 1.62em !important; 
    letter-spacing: 0 !important;
    width: 2rem !important;
    line-height: 2rem !important;
    height: 2rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 0!important;
    transition: all .2s !important;
    color: #0063de !important;
}

.page-link:hover {
    z-index: 2 !important;
    color: #004192 !important;
    text-decoration: none !important;
    background-color: #e9ecef !important;
    border-color: #dee2e6 !important
}

.page-link:focus {
    z-index: 2!important;
    outline: 0!important;
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .25)!important
}

.page-item:first-child .page-link {
    margin-left: 0!important;
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}


.page-item.active .page-link {
    line-height: 1.73333rem !important;
    background: 0 0 !important;
    border: 2px solid #00b0e6 !important;
    color: #40444d !important;
}

.page-item.disabled .page-link {
    color: #6c757d!important;
    pointer-events: none!important;
    cursor: auto!important;
    background-color: #fff!important;
    border-color: #dee2e6!important
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem !important;
    border-bottom-left-radius: .3rem !important
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem !important;
    border-bottom-right-radius: .3rem !important
}

.pagination-sm .page-link {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem !important;
    border-bottom-left-radius: .2rem !important
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem !important;
    border-bottom-right-radius: .2rem !important
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #0063de
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #004cab
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #666e7a
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #4f555e
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(102, 110, 122, .5)
}

.badge-success {
    color: #fff;
    background-color: #008750
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #005432
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 135, 80, .5)
}

.badge-info {
    color: #fff;
    background-color: #0063de
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #004cab
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 99, 222, .5)
}

.badge-warning {
    color: #666e7a;
    background-color: #fa7c4a
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #666e7a;
    background-color: #f95818
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(250, 124, 74, .5)
}

.badge-danger {
    color: #666e7a;
    background-color: #fa7c4a
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #666e7a;
    background-color: #f95818
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(250, 124, 74, .5)
}

.badge-light {
    color: #666e7a;
    background-color: #f6f6f7
}

a.badge-light:focus,
a.badge-light:hover {
    color: #666e7a;
    background-color: #dbdbdf
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(246, 246, 247, .5)
}

.badge-dark {
    color: #fff;
    background-color: #40444d
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #292b31
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(64, 68, 77, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:600px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #1f5498;
    background-color: #cce0f8;
    border-color: #b8d3f6
}

.alert-primary hr {
    border-top-color: #a1c5f3
}

.alert-primary .alert-link {
    color: #163d6e
}

.alert-secondary {
    color: #545a64;
    background-color: #e0e2e4;
    border-color: #d4d6da
}

.alert-secondary hr {
    border-top-color: #c6c9ce
}

.alert-secondary .alert-link {
    color: #3d4148
}

.alert-success {
    color: #1f674f;
    background-color: #cce7dc;
    border-color: #b8ddce
}

.alert-success hr {
    border-top-color: #a7d5c2
}

.alert-success .alert-link {
    color: #134031
}

.alert-info {
    color: #1f5498;
    background-color: #cce0f8;
    border-color: #b8d3f6
}

.alert-info hr {
    border-top-color: #a1c5f3
}

.alert-info .alert-link {
    color: #163d6e
}

.alert-warning {
    color: #a1614b;
    background-color: #fee5db;
    border-color: #fedacc
}

.alert-warning hr {
    border-top-color: #fec8b3
}

.alert-warning .alert-link {
    color: #7e4c3b
}

.alert-danger {
    color: #a1614b;
    background-color: #fee5db;
    border-color: #fedacc
}

.alert-danger hr {
    border-top-color: #fec8b3
}

.alert-danger .alert-link {
    color: #7e4c3b
}

.alert-light {
    color: #9fa1a5;
    background-color: #fdfdfd;
    border-color: #fcfcfd
}

.alert-light hr {
    border-top-color: #ededf3
}

.alert-light .alert-link {
    color: #85878c
}

.alert-dark {
    color: #40444d;
    background-color: #d9dadb;
    border-color: #cacbcd
}

.alert-dark hr {
    border-top-color: #bdbec1
}

.alert-dark .alert-link {
    color: #292b31
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0063de;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #666e7a;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(64, 68, 77, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0063de;
    border-color: #0063de
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
}

@media (min-width:600px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1024px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1280px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1440px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #1f5498;
    background-color: #b8d3f6
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #1f5498;
    background-color: #a1c5f3
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1f5498;
    border-color: #1f5498
}

.list-group-item-secondary {
    color: #545a64;
    background-color: #d4d6da
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #545a64;
    background-color: #c6c9ce
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #545a64;
    border-color: #545a64
}

.list-group-item-success {
    color: #1f674f;
    background-color: #b8ddce
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #1f674f;
    background-color: #a7d5c2
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #1f674f;
    border-color: #1f674f
}

.list-group-item-info {
    color: #1f5498;
    background-color: #b8d3f6
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #1f5498;
    background-color: #a1c5f3
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #1f5498;
    border-color: #1f5498
}

.list-group-item-warning {
    color: #a1614b;
    background-color: #fedacc
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #a1614b;
    background-color: #fec8b3
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #a1614b;
    border-color: #a1614b
}

.list-group-item-danger {
    color: #a1614b;
    background-color: #fedacc
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #a1614b;
    background-color: #fec8b3
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #a1614b;
    border-color: #a1614b
}

.list-group-item-light {
    color: #9fa1a5;
    background-color: #fcfcfd
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #9fa1a5;
    background-color: #ededf3
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #9fa1a5;
    border-color: #9fa1a5
}

.list-group-item-dark {
    color: #40444d;
    background-color: #cacbcd
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #40444d;
    background-color: #bdbec1
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #40444d;
    border-color: #40444d
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #40444d;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #40444d;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(64, 68, 77, .1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .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: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .2s ease-out;
    transform: scale(.8)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.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-footer,
.modal-dialog-scrollable .modal-header {
    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);
    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(64, 68, 77, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #40444d
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.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;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:600px) {
    .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)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:1280px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1440px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Muli, sans-serif;
    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: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #40444d
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #40444d
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #40444d
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #40444d
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #40444d;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Muli, sans-serif;
    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: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(64, 68, 77, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(64, 68, 77, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(64, 68, 77, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(64, 68, 77, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(64, 68, 77, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #666e7a
}

.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 .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    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: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-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=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z%27/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z%27/%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 .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: .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: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.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: #0063de!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #004cab!important
}

.bg-secondary {
    background-color: #666e7a!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #4f555e!important
}

.bg-success {
    background-color: #008750!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #005432!important
}

.bg-info {
    background-color: #0063de!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #004cab!important
}

.bg-warning {
    background-color: #fa7c4a!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #f95818!important
}

.bg-danger {
    background-color: #fa7c4a!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #f95818!important
}

.bg-light {
    background-color: #f6f6f7!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dbdbdf!important
}

.bg-dark {
    background-color: #40444d!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #292b31!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #0063de!important
}

.border-secondary {
    border-color: #666e7a!important
}

.border-success {
    border-color: #008750!important
}

.border-info {
    border-color: #0063de!important
}

.border-warning {
    border-color: #fa7c4a!important
}

.border-danger {
    border-color: #fa7c4a!important
}

.border-light {
    border-color: #f6f6f7!important
}

.border-dark {
    border-color: #40444d!important
}

.border-white {
    border-color: #fff!important
}

.rounded-sm {
    border-radius: .2rem!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-lg {
    border-radius: .3rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

@media (min-width:600px) {
    .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:1024px) {
    .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:1280px) {
    .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:1440px) {
    .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 embed,
.embed-responsive iframe,
.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:600px) {
    .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:1024px) {
    .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:1280px) {
    .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:1440px) {
    .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:600px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:1024px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:1280px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1440px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: 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;
    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 .125rem .25rem rgba(64, 68, 77, .075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(64, 68, 77, .15)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(64, 68, 77, .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
}

.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)
}

.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: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:600px) {
    .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: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -3rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:1024px) {
    .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: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .m-md-n3 {
        margin: -1rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem!important
    }
    .m-md-n4 {
        margin: -1.5rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-n5 {
        margin: -3rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:1280px) {
    .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: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -3rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1440px) {
    .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: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .m-xl-n3 {
        margin: -1rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .m-xl-n4 {
        margin: -1.5rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xl-n5 {
        margin: -3rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

.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:600px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:1024px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:1280px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1440px) {
    .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: #0063de!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #004192!important
}

.text-secondary {
    color: #666e7a!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #434850!important
}

.text-success {
    color: #008750!important
}

a.text-success:focus,
a.text-success:hover {
    color: #003b23!important
}

.text-info {
    color: #0063de!important
}

a.text-info:focus,
a.text-info:hover {
    color: #004192!important
}

.text-warning {
    color: #fa7c4a!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #f14907!important
}

.text-danger {
    color: #fa7c4a!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #f14907!important
}

.text-light {
    color: #f6f6f7!important
}

a.text-light:focus,
a.text-light:hover {
    color: #ceced3!important
}

.text-dark {
    color: #40444d!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d1f23!important
}

.text-body {
    color: #666e7a!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(64, 68, 77, .5)!important
}

.text-white-50 {
    color: rgba(255, 255, 255, .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 {
    *,
     ::after,
     ::before {
        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
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 1280px!important
    }
    .container {
        min-width: 1280px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #40444d
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit!important;
        border-color: #dee2e6!important;
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
textarea {
    text-rendering: optimizeLegibility
}

::-moz-selection {
    background: rgba(0, 176, 230, .6);
    color: #fff
}

::selection {
    background: rgba(0, 176, 230, .6);
    color: #fff
}

.b3__theme--light {
    background: #fff;
    color: #666e7a
}

.b3__theme--dark {
    background: #002c63;
    color: rgba(255, 255, 255, .7)
}

.b3__theme--trader {
    background: #1e2023;
    color: rgba(255, 255, 255, .7)
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width:600px) {
    .col,
    .container,
    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media screen and (min-width:1024px) {
    .col,
    .container,
    [class*=col-] {
        padding-left: 17px;
        padding-right: 17px
    }
    .row {
        margin-left: -17px;
        margin-right: -17px
    }
}

@media screen and (min-width:1280px) {
    .col,
    .container,
    [class*=col-] {
        padding-left: 21px;
        padding-right: 21px
    }
    .row {
        margin-left: -21px;
        margin-right: -21px
    }
}

@media screen and (min-width:1440px) {
    .col,
    .container,
    [class*=col-] {
        padding-left: 24px;
        padding-right: 24px
    }
    .row {
        margin-left: -24px;
        margin-right: -24px
    }
}

a {
    color: #0063de;
    font-weight: 700;
    letter-spacing: 0
}

a:hover {
    color: #004192
}

.b3__theme--dark a,
.b3__theme--trader a {
    color: #ffd862
}

.b3__theme--dark a:hover,
.b3__theme--trader a:hover {
    color: #ffebaf
}

.b3__theme--light a {
    color: #0063de;
    font-weight: 700;
    letter-spacing: 0
}

.b3__theme--light a:hover {
    color: #004192
}

p {
    line-height: 1.6;
    margin-bottom: 1.6rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #40444d;
    margin-bottom: 1.6rem
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #666e7a;
    font-weight: inherit
}

.b3__theme--dark h1,
.b3__theme--dark h2,
.b3__theme--dark h3,
.b3__theme--dark h4,
.b3__theme--dark h5,
.b3__theme--dark h6,
.b3__theme--trader h1,
.b3__theme--trader h2,
.b3__theme--trader h3,
.b3__theme--trader h4,
.b3__theme--trader h5,
.b3__theme--trader h6 {
    color: #fff
}

.b3__theme--dark h1 small,
.b3__theme--dark h2 small,
.b3__theme--dark h3 small,
.b3__theme--dark h4 small,
.b3__theme--dark h5 small,
.b3__theme--dark h6 small,
.b3__theme--trader h1 small,
.b3__theme--trader h2 small,
.b3__theme--trader h3 small,
.b3__theme--trader h4 small,
.b3__theme--trader h5 small,
.b3__theme--trader h6 small {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light h1,
.b3__theme--light h2,
.b3__theme--light h3,
.b3__theme--light h4,
.b3__theme--light h5,
.b3__theme--light h6 {
    color: #40444d
}

.b3__theme--light h1 small,
.b3__theme--light h2 small,
.b3__theme--light h3 small,
.b3__theme--light h4 small,
.b3__theme--light h5 small,
.b3__theme--light h6 small {
    color: #666e7a;
    font-weight: inherit
}

.b3__text-title--1,
h1 {
    font-weight: 300;
    font-size: 3rem;
    line-height: 1em;
    letter-spacing: -1px
}

.b3__text-title--2,
h2 {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.1em;
    letter-spacing: -1px
}

.b3__text-title--3,
h3 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.1em;
    letter-spacing: -.5px
}

.b3__text-title--4,
h4 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.1em;
    letter-spacing: 0
}

.b3__text-subtitle,
h5 {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.25em;
    letter-spacing: 0
}

.b3__text-subtitle--small,
h6 {
    font-size: 1.1rem;
    letter-spacing: 0
}

.b3__text-body {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: 0
}

.b3__text-body--large {
    font-size: 1.2rem;
    letter-spacing: 0
}

.b3__text-body--small {
    font-size: .9rem;
    letter-spacing: 0
}

.b3__text-body--micro {
    font-size: .8rem;
    letter-spacing: 0
}

.b3__text-overline {
    font-weight: 700;
    font-size: .8rem;
    line-height: 1.2em;
    letter-spacing: .5px;
    text-transform: uppercase
}

.b3__text-caption {
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.62em;
    letter-spacing: 0
}

.b3__text-caption--large {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.33em;
    letter-spacing: 0
}

.b3__text-button {
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap
}

.b3__text-button--large {
    font-size: 1rem;
    letter-spacing: 1.5px
}

mark {
    background: rgba(0, 176, 230, .2)
}

.b3__theme--dark mark,
.b3__theme--trader mark {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light mark {
    color: #666e7a
}

code {
    font-size: 1.2rem;
    letter-spacing: 0;
    color: #40444d;
    background: rgba(0, 176, 230, .2)
}

.b3__theme--dark code,
.b3__theme--trader code {
    color: #fff
}

.b3__theme--light code {
    color: #40444d
}

abbr[data-original-title],
abbr[title] {
    text-decoration: none;
    border-bottom: 1px dotted #666e7a
}

.b3__theme--dark abbr[data-original-title],
.b3__theme--dark abbr[title],
.b3__theme--trader abbr[data-original-title],
.b3__theme--trader abbr[title] {
    border-bottom-color: rgba(255, 255, 255, .7)
}

.b3__theme--light abbr[data-original-title],
.b3__theme--light abbr[title] {
    border-bottom-color: #666e7a
}

html {
    font-size: 15px
}

.display-1,
.display-2,
.display-3,
.display-4,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.lead {
    color: #40444d
}

.display-1 small,
.display-2 small,
.display-3 small,
.display-4 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
.lead small {
    color: #666e7a;
    font-weight: inherit
}

.b3__theme--dark .display-1,
.b3__theme--dark .display-2,
.b3__theme--dark .display-3,
.b3__theme--dark .display-4,
.b3__theme--dark .h1,
.b3__theme--dark .h2,
.b3__theme--dark .h3,
.b3__theme--dark .h4,
.b3__theme--dark .h5,
.b3__theme--dark .h6,
.b3__theme--dark .lead,
.b3__theme--trader .display-1,
.b3__theme--trader .display-2,
.b3__theme--trader .display-3,
.b3__theme--trader .display-4,
.b3__theme--trader .h1,
.b3__theme--trader .h2,
.b3__theme--trader .h3,
.b3__theme--trader .h4,
.b3__theme--trader .h5,
.b3__theme--trader .h6,
.b3__theme--trader .lead {
    color: #fff
}

.b3__theme--dark .display-1 small,
.b3__theme--dark .display-2 small,
.b3__theme--dark .display-3 small,
.b3__theme--dark .display-4 small,
.b3__theme--dark .h1 small,
.b3__theme--dark .h2 small,
.b3__theme--dark .h3 small,
.b3__theme--dark .h4 small,
.b3__theme--dark .h5 small,
.b3__theme--dark .h6 small,
.b3__theme--dark .lead small,
.b3__theme--trader .display-1 small,
.b3__theme--trader .display-2 small,
.b3__theme--trader .display-3 small,
.b3__theme--trader .display-4 small,
.b3__theme--trader .h1 small,
.b3__theme--trader .h2 small,
.b3__theme--trader .h3 small,
.b3__theme--trader .h4 small,
.b3__theme--trader .h5 small,
.b3__theme--trader .h6 small,
.b3__theme--trader .lead small {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .display-1,
.b3__theme--light .display-2,
.b3__theme--light .display-3,
.b3__theme--light .display-4,
.b3__theme--light .h1,
.b3__theme--light .h2,
.b3__theme--light .h3,
.b3__theme--light .h4,
.b3__theme--light .h5,
.b3__theme--light .h6,
.b3__theme--light .lead {
    color: #40444d
}

.b3__theme--light .display-1 small,
.b3__theme--light .display-2 small,
.b3__theme--light .display-3 small,
.b3__theme--light .display-4 small,
.b3__theme--light .h1 small,
.b3__theme--light .h2 small,
.b3__theme--light .h3 small,
.b3__theme--light .h4 small,
.b3__theme--light .h5 small,
.b3__theme--light .h6 small,
.b3__theme--light .lead small {
    color: #666e7a
}

.display-1,
.h1 {
    font-weight: 300;
    font-size: 3rem;
    line-height: 1em;
    letter-spacing: -1px
}

.display-2,
.h2 {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.1em;
    letter-spacing: -1px
}

.display-3,
.h3 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.1em;
    letter-spacing: -.5px
}

.display-4,
.h4 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.1em;
    letter-spacing: 0
}

.h5,
.lead {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.25em;
    letter-spacing: 0
}

.h6 {
    font-size: 1.1rem;
    letter-spacing: 0
}

.blockquote {
    margin: 0 0 1rem;
    padding: .6rem 1.33333rem 0 1.26667rem;
    border-left: 1px solid rgba(102, 110, 122, .18);
    font-size: 1rem
}

.b3__theme--dark .blockquote,
.b3__theme--trader .blockquote {
    border-left-color: rgba(255, 255, 255, .25)
}

.b3__theme--light .blockquote {
    border-left-color: rgba(102, 110, 122, .18)
}

cite {
    display: block;
    font-size: .86667rem
}

cite:before {
    content: "— "
}

@font-face {
    font-family: b3-icons;
    src: url(data:application/font-woff;base64,d09GRgABAAAAADe4AAsAAAAAZtwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPwAAAFY2IUMwY21hcAAAAYQAAAK5AAAJen5C/3hnbHlmAAAEQAAALDoAAE48W9qaL2hlYWQAADB8AAAALgAAADYYzsV4aGhlYQAAMKwAAAAcAAAAJAfTBH1obXR4AAAwyAAAABMAAAJUQiAAAGxvY2EAADDcAAABLAAAASw/R1OCbWF4cAAAMggAAAAfAAAAIAGsAOFuYW1lAAAyKAAAASoAAAIWQkkQTHBvc3QAADNUAAAEYQAAB6bnKe/2eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR+yDiBgZWBgamKaQ8DA0MPhGZ8wGDIyAQUZWBlZsAKAtJcUxgcHjA+mML8AsiNApKMQBqEGQAG7gvBAHic7dSFchNhGEbhkza0SKG4S6G4u0NxWtzd3YoWKw7FHXKBuRPYk3e4CzLz/Cf7z+5mZ+ebAL2A+sLsQhnquikV3yh1Fbul2n49fWv75VJ77Zyy+9XKnz/FWnItjsu1ta44t1zcsYFGetOnuK4fTfRnAM0MZBCDGcJQhjGcEYxkFKMZw1jGMZ4JtDCRSbQymSlMZRrTmcFMZhW/P4e5zGM+C1jIIhazhKUsYzkrWMkqVrOGtbSxjvVsYCOb2MwWttJOB9vYzg52sovd7GEv+9jPAQ5yiMMc4SjHOM4JTnKK05zhLOc4zwUuconLXOEq17jODTq5yS1uc4e73KOL+zzgIY94TDdPeMoznvOCl7ziNW/o4S3veM8HPvKJz3zhK9/4zg9+8ovfVIoX1cD/T5NL47+jirMUtemqC2x9OKXVcjhv1V7hBFcbAtsY3rzaO7B9Ats3nOxqv8A2hU9X7R/YAYFtDuzAwA4K7ODADgns0MAOC+zwwI4I7MjAjgrs6MCOCezYwI4L7PjATghsS2AnBnZSYFsDOzmwUwI7NbDTAjs9sDMCOzOwswI7O/w3qs4J7NzAzgvs/MAuCOzCwC4K7OLALgns0sAuC+zywK4I7MrArgrs6sCuCezawLYFdl1g1wd2Q2A3BnZTYDcHdktgtwa2PbAdgd0W2O2B3RHYnYHdFdjdgd0T2L2B3RfY/YE9ENiDgT0U2MOBPRLYo4E9FtjjgT0R2JOBPRXY04E9E9izgT0X2POBvRDYi4G9FNjLgb0S2KuBvRbY64G9EdjOwN4M7K3A3g7sncDeDey9wHYF9n5gHwT2YWAfBfZxYLsD+ySwTwP7LLDPA/sisC8D+yqwrwP7JrA9gX0b2HeBfR/YD4H9GNhPgf0c2C+B/RrYb4H9Htgfgf0Z2F+B/R3YSlD5C2shuJUAAAB4nLV8DXwb1ZXvnDsjzYwsWRpLI9mOZVmSJdmWLNuSNYq/5ERK7CRO4iR2sEncJBDzEZJCAgGS3RoaCnTD8uld0jbQsGS3cVnYZRf6CLulhKXZbbpNl7CF3wIlZUOBLX0bXqFpus8vmr5z70iy88E+Z/f37PmeO/eee++55/zPueeKAw7/yBLyCefkuFBSSaaDqXatC1LBgNkLQTUJ935xuTRssXcNdHd2dExBePN8Z/k18+cPjnOEffu/+EqunPNyHCTcql9xRSGQUtq1JPhd7qQ/oeENPlLJZFjTH+HX8loYKvTJVBicYY1fK/CVqZA+KQhwYyiV/0WovT0EN/E8Z6J58538Ka6JW8mt58a5LbQEj9vTVgueWnCJZrGtHMRyCETCkWAcInFoT2vptgzgMamlA5ig8O/y1PIedyKd4dNaeyTOR8JioBxctZDIQHsc+EC4XUu4XWZwBdoTxDRWV1uj1lhkHogsed2VucP+2nlAnxAAWapVq/z+xuRGf1NdbVWl1QaEQHW8N+r/nj+6IF6FaQi73RBbEo0uGVkajeLW3b22uzv/PiHkN4Vcsy9iru4a2WJkSh8UyiWQBmKzeqq9dTTTpoXxqvPKaKkksK9p6cjSJnbQp2nea7vJKsDO5Fm7dfDNeGXDtuOcSSXopLWjtUx6kiq2jZakDenG/k21Y+uFg2GRdvZP77xzQW0s1hOL1T7ye6TcG4j11NfZyr5MTDZHbXNF+Z1kk34NuS6aieJ2fP68CrW6Mh7OnDpWp8yzK+CvbPsRx/iJz5K/59qxv8widodZjEMQG1x1ebCsiNnlxrOKR3MwEMHOLMe3EXcygf2mpSIavzAYdnnFcLSibV6wK8APLl7UWuGr9s3rijkqrFZbttG/Juawr9u6fWSwuQkiZK/dZK13u2WnGugM2MuF+kCnN5dWoBzii2WBhNuguoZ0zE+uXX2FMo+xLKNxM9Jo5yqQSpc56A+EGdP6kYdN6Qi/uatRtzZ1djbBmcYu/cqXX4YljV1djVBJn526+mpOYHk8yn+DU7haLsmtw3wCceiB9gwkasELLqyWQseQy53Q8HE4EjB40U1ZUaOciK2BvBdBtu2FCL4MpygHa6xvVJcYbgGRXmIDwZko7e0r6CEa1rTlmhbecdWG+R0d8zdc9X7xYseqh1rlMne/0h9XQ60tg2teWjPY0hqqieSUnNsqmpIPw1b8vj9KGRNPS6PQo4X6Mb/wQCjxWSGvdEdHupBpHhZ326wOk9qrWgOL126g2dF8N6xdHCxzZBSTQ3Z0Ly70uYN3cFZshVQwFVRRcKjJVJK3T2enp7My/ISepqeL/Pko/yjnQu5MF8a0mw5nMx3JYdYE6Uu1VdA5O2s4UyLnpRJdl2iTY1PZqamszK85LyW7yJ2Xkl3oGZp6aqpA5yP8A1inas6PdGKZpfJNVLR5lPYwMo5ZdSopvxLxYyXZt/reaB0ZeCLmy19VF82SZ7ryD8GdU7lDh3LS677YAXKyLhqt061wRs5/r5MWY/DSdfwLnMS4qQslccBM+aY97C9eOI1qGyTw/pS/F1IoXdPOCC/6IzxS5XGqohlFIznqi8V6o1F9ARbUG4s5J7ITE1n5EPxPXZKboUett+zvfELQ3xCe3T0o7Ot0Oq3Bz+gHvTHjSPpzExO45X+dsw4LqgPq/PqHVEJnBf378ngoXOEs0PxV/hFuHvbjAm4R0uxJI8PawdMLPqKy8Y79l3RT7mZjHPsQdUsvAF9kcY9WEEABvOwFj0g+GYrny+Ndsr8pJJn8Qqw10Tp0xXj2joSgNV6dWtO3KNJYHxTgL46zS1u6ir3vz2ih95q+E31+KE7OxjsFb8IvCGFBSNyRHb9iqLUNWmNCUyDU2LBo8ZrU1Y2SPkSUhoZFfWsaw1qm/5q1Q62JKs16fXJfklbLXKqbi2vkmrk25NNOOr4vOYBLTDvDyJD2iKE0NkVEjIieVAeOX0pGAmld+8PixTWsBo2RRX1/VrzQ532n6XnixYp8O358NH4v38G+WDvUhn/sojWRv6axIUc/aWigNfizvlxDI/nCvuQ+3JL72WejSL7M6tDMtyEni1wZSjon58G+8nFBystqUCns9NqJeyTJODvoKTwnT9/F/nTrXXdNs61wgJ498Pt00x/YQ27ds2fPbvzHW64gBzr4FJaHZTAejciQjkCrCmfyv1VOxfUjsDB+CkeK7UO81o/EP+SK36X4Ds6CNxE7KEEFZR/wqfiHNpoSFsKZ+CmFyIU8St88TF6l0twpwyg8Do+TV/VxePzS7yAMj+vjpbJStCwZRB/4VT/yLJ9CYk4p+d8SGYuAM0imUXaxLPIq/zDNTyZGKfzD+ngxv+K7kAxGMazE88uCtExHhpJUPLxYqDsWAP+AtZspupDfJ/wRDktGDYJqBNUK1U2omRS3meopfOpmuCoOVK0qiG8olEmRTzLx5etWNPeMdENlyJPpHu1uXrFuebPPt+X3b8iQT3R/84pm3Igc7emJ6ssc1R4n3K/vjHV3x+CF5uXNuOV/26u1d2e2ZEr1/ja/GfUbB4zdEWXhEEb4kETExUQRHRJuJABHM9XnQaqwmKSiBE3Nq4zXdy7pXDh/3DYgLErJ26SOUGxs0+IFSu2ym50DkhZsk7bJC5bC1lR9nVuxV0QD4fhoarlt01iZv+G21aqjvaFaDY0uilRZxsbkgRRX6vs3yDusjfwBBIG1hLIbthSqX6rEDZVOFXqKSVB8ZmA9rOCCVHsPYA3hvfMaJKYPXKJByNtG62WwJWnL9hQbdvn65c0lLNHJ/znTZxyIKNbKIQopHPcFSNMe8uIYUINMfKBQTKMURCr5soS377Y+aXJSGl2+NNqsf9+4isXi7AX5WiKb7Lu979bJR7bHYkuXjw7/pXT95OQO43owGc9iooKeEnmxMM4NvId7GsfwqdHRTwYHPx4cJMP6AySc/9mbb7Lk7PAA6jYXV8/69lKSDVhfpxladPsATAEEJFDoaZRxZ27aOKbNn6+NbfxZ8UL/QzkQaomvWDXWsS0q6yEg9AwfCMZT/v7zUrOL/ENydFvH2KoV8ZZQQNBD9+IRPig9K2GLzbRu6VDSVFS6b4NHgsqYT99YF71v1y7yICo9X7E/jPSu879garoF7DD70yw8Zzt+3FbKATF6rZT/J2H9iFBop82ol8s4lcrNi3MjdggVnogUOyr3QKUEHpq3L5aDv7Y+6z1uI4/R+5oYD19HrLV7N3mQIoD8z4lXzv9YGFBGTL208EiNFsp/hEWaSv1j9GkVYgKOyqlUYQ8VaFDS1L4S/aLiBwI9+vfhA72G7uQ+zP/auuh+MoBVzP9RL3kG/j33Cv4fYEVH9sd8UobkimOJlmWjY3x2vvz9RiYHSH9dlF9ofPhE1FdoY+Obigu/YtQUP51VfjGDUsnFsjeSX2MtOacHIiC2wP6T8Iu4vkwQnoa/PQn/FtcHJWmqmLaZ/Iq2DkpSiKRhH2hX6Vve2QQvQ9sm/YafbuQuxJeJy8KXvEGBOFdoOYRKQv9UELY0zxFd5h+jX/xGksbjM/W38lZqe0ML9FLd10J1kgGigC87JUmn4oi9PoyXrqDs/Ht2VeRV8lJRDlB+4XFP4w4xks7/cIoehomW/0fyUk4/m/s4W5JfH/NZ5DJqsaHt4iO1hFovBXHaS9CGo+1VTlS0mZkkTbUzgxvbDM50XNtnkxKhnmBoYST/fttwommgOeyo27n4yuVLGzPXdOZuWURqOzalkyNa+boF2WXkd8kr5ycE0tC7fGE4MXzVYNIs+Lv7svHYcrlvW++iW3LpTR2pL3QKfbfU+Qv1ovSJiMK7kUJPmrWS87IpnXfv6fh3BWH46culGF6495P4i5I0CDWXQ/olaWc68/Jpv3pyctO4NXPZlL86OTkxAT2XRXaB7n/lM4gaq7kOlHv+JMP2QYM4ZxdAgWxTO8MBcUIBfJIZvvSousyiJwPT8AsB8fyq5l2h7qvmL7wp2y/ABn2kZXVLy2peTVzRLtlH7ngol4i09d64oAurVemO++qfHWom30nslnJberI3LYQn9YMtqzesan0bKyFIfTt6/Qll4Y291vqeUE3KGa9aPqudKQ93/xe42BkRC0bl5bbwJO0Y22XxtD5JO6U09h7lK9HisBkjVk1H0hQ6+FNwu/4u1E9NTU9NQT08OTwxNTVB9+GivfhN/gDWvBp1Q4DiDn8kXVRNCo+SjbreGPwAP8pjp98JV/vhWv8bqjV/m82Vk2xW3iHaeROBfJIsyb/YqZFVGqy7774J+JZVVa36ev2IKtlEs0kylZGj+n79u0B0fTZ+6EDbuJYLU5xatMrRPE1TKiJBSkfBAcgrql9JevxkMjs8jNs0mr/PDp2l+oDsp/ph+KMhuIX0DuWGhnLSlC82hPrSSrUxdv5GiQhDM2WuQJ5U0Y6Z0Tq0EOzLiBdQN6bYsah+SvmTZ+jOE5qn3lkXg6jvx8flk5/tkNBsQaub5r2V33qRrcSBigMWATc1SUS8pn0UwgY1dpSwDcfeOkaup4en9edhhb6RHpHs0jXfsHOn/iHM05+nx6mdO0l6elrfOKxvpO6Qgp22uaTradlRZnF2GXYaMmYwVNipbYb1RnQZRCCAjX5hIxfrT9P9JJudyuVgRS6nP5/LTWWz8HDMl8jpB3MJ2gxkCQKU/LfJKN1pwv/IbsmezmbxCD/HLsA/REN/QxsR/kTfJMNzB4bkcX0kW+S/SsRYFVwNV4cYkkPEGwmKyARFcpQkX3Sr+U0FSMpXNl3fdKJpsqktACsDbU1ftJj158wWuFE/nsshjXxHU1Mu/06grS2AYPUds8ViJmFNz8LLenbGT9JRaCuV+ZzpmKEaLuK/qC3UJFwB3fpRtv/8rH6YcdQZWu1z0H4CAdF4Dh79TZFV4B91TSbPvF4clz9CDOFhnFbKWmX4K2U4tcM8HVh/ee5+m6PCDt/QPyWj+m/gUZtLSZx7i2/gH61w5O8sd2V6c70VdjLhqMjfRboKdTiBedORG2cesPPzD+IowpzRUMQikO3ShV7uAlosohTDHxQwzy4b/nFiIv9PfENOqfruiVMWu82KB7PzHqtixW02LVnSpZ+CBY4KvU0/DEubbFb9EZoebqrSj8s0tXVmjL+G2IxnXMlRn4aHeiQRJIXwGg7nW/JEPhRHkJbQB/WWlpMt8Bt89oA0FTeA2+7Wn7VwRTlHXiPvY6/RnKi305NuKZwjxC69GP8ENexvpMPx06fjh+GM8FL8k9PNLwmFc4meX/C/YPQgXsIW8gP9XPQR4wT8L85VwutGHvLPC2f28FcvNZ/+JE7zM84zsvdLBrKnGotyaw+KsqJ66AFTgpKIfYB0utz8unBN/nvecD9qB9Ib6qlH2aRMx4/kXolPW8CT9YbD3mwWn+OW9Ur4hij5Xx9pnjaLM/LrBc6BfBth8isSMjHz3WBaCCU9Jo8qmoKRUAT8QcVjCqVx0NxfYdf36g9UOA1plvfACkGAlYKgP4f78zbydP5a2QZLYalNJo85A/LJk3LASe0P5PanjgpHBZNwQnhd0EdgrXTiuKQ/PdO/W/ltyJEVyOeITQDFW8CM0BPxcAvEISgCDiGyPKPvzKB+V8wDT/TZbBvNinmf3rYfXiP39uq3ZsgO0bzssQGbH9+I9+ipA/DazFgt4vD4ZSJxseCMmisS96Pcys4RhL/98XiuSB+VuxbUnw3Mk0BtQ8SWPkg75yBkydN+STg6KjXtkaef/VzJCj8PSNLREaHxLmEa7J8rV4tzEihTPUyfG9oN0RSVBUhFkYDIjMdqM9WS1MNsyv+fLOaGku2Vo/FxRd8ITyrjcb6SEvPEVP7bU08wXqg/Gr/elrVdH5/p/83M5+xm9mWKiaGkcmlRSiZ1lZb192f1f2W5/QgriRZ+2Qn+lhxW6O9Ivz5FZenfsLe363slMvp6qRzyUckuSVL3tWGbwFP79k1Re3WC/CwfgMU5cGbByWxDwwbexR9ECbyYu5b7CvcG5aC05tE87oK/q426o4LU/YMPnMyrwrAndY7h6ArTN4YT2kOnl1KUraljg32EXEfzMXw0lDNdyYSW1CJaJMwHqSeLej9QytKJKvo1S4cPIUARpPFlG8VXGvVqpzOQrAXq0zYHwumCY475xTzJhPGhsaWYI8+Ye0xR7AnEJtx4S09qfpo3K4ooydkvLXroFpvZzCtbQm1rr17bplapi+Z33ds1f1FcdVZ4ZYfssFhUVbYTrvcHuyc2rc+ZTbJZEh22nhXrj40Np1TBJtgACHxFUKq6GoMNaqWabpu/urZKsprwueDS/2PRl8c7vbyzTBYk3mw211YFHxlZeXe4IdYbg/DClQvDbS2BgZRsreB5ApLS2DMv2BDtjYUX4Cty1aohvk5AK6C83MeDxa44TIG6nLnaJlryP+xd3zLY3DzYQkHkgi/W+f11X+y9bm19ldsrSyDPkyvdVic8MzKuxcfkeRZCbKuD8eZ4v81kLrcKkv5FwVu9pIF+3HmdLyRYJZNostjhTNv624avXC1aBBMRzFbbykWZxJIRWNKzYGlNJFJDAXtPMLszGmhy2C1mUXDI1mBNYGOi8LI+Exzd3xwv6qJfIz8a3FjQQSGEJyRZ0D/6DxAOFXXQWb2mpMMY5lXQyjDG5yVBLsWel0K3j10S1p6Xr+dz871UruSZi/OEv6bZmQv2UBPicy9K3yEcP793wcyc6cLJSn72XKWTqUI2MemhI4W+odT0UC9wC0IBNnvsLgcnu0DdmSy+xMFhVvE9vWUDDUckLDKmoGCgic5grmXTmCFNG9C07+st0R6HJ9Wn9HvLTKoDXre7zZbarJJt9ziEyngVnrqxlt0OT3vuOkEKetTokqhSlcyS1bkvfQm3Q3ifY/k29Tf2N0G3Fu7DvEN9YS3/bndM81YGHGpGlcpFSXOoqkOziFZJySiOQKVX87bUgIldUZ8vS6s832/2ioLFE2yg5Eq2NelL6LM1l+dZQqGXbk8ybzCTDWIyQ8Ml6MdBI0qBvkxfhr7bA3VlFU1Lh/tjJCskl6Ud1mpwWxTZQrK80+qdq0fqr3InocZR7Y8ujTYsbgy2auEa1e5ULA5npc9XZa+a4X2K950MK7VHQqxnTTNcGklRjclCRpS0h0J9WZ/my3hJ0j+VFRuxWZWjde4Bt3/vqVN7yKhNOs2b5dOSTd9mczhsoTfddXXuN2HDseP6wSL/voDlGTqjkevhVhiaQy3slCENQEwHjOry0clQN5JjplTwl6QwDrMpJD/OsD+75bDscMi61abBjRa73bLTYr9X0qcFCy/J+qeSYiU2m+P7QKmvY9S/lNmSub53j0I/I8/IjnC56K9yyPl38AHcaZU+4U3SadmKVVMUrJrq96ulqv03cRFfnLT7/4CL9C9/DA/P0r3bEBvamXXXwMWM6B5lVqREaDZKoL0AKEKpkcpTS6+KGm/5F5kJtyT/IjPpltCj7jJs0kNIV8NMErMl1xaYSae/oZ/etw8e1rfP8F8H8zerdIbwUgCF77jIwiNfu9i4m8F9PCILP0Pic7Sq4dwrr8B1n4/0Xn0F/v3zAR7+2Qqy3nGJOdkIWv1d3EKDGk9hPjZd2NWC/V98Ru1Eygqh2T6QErXU8p+YtWWz+t7iNbWF8USev8hBQiazXZj0CO70TK9exOTZnSxaYdOs6hTmBd8nt1G/fdEfC2LBwiL9VIdK0uFCutuY3VfStPDChVZeId1DhXQRw/9NHqTWm3w4DmcKllup3IcK6ZiPnLxfsBThydPGFyWd6sAWprqaosSZZkpH2kRsJbQa+fufp5ZSysCzwXmapDfDvwg0GO3MtL3CqLY/bILnTCcEoYhl9/LbmQ+qnuNCaICKxXxRVUbQaoMg3wU+Qs0oVi7fl18SzwgqLcKqCKN/StX03yrPnxRoQb3xcUbDvx4mL8YzNlctLVISRh6Al/V++As024Sx+INIzIwd/RHD0gxJK0FgbYU29J/mcvoQa6/Tp8lHeg08V7B2S3jgOvJ35/FdaUZJKXATFSwpOhYaSC/i+cI+NcD+SPXApwO6PgBfp8fPBmZsiEl+EsdRP7eURq1EwlwkjKghA24f1AJak25PeubGzAxMxOsMk2M6BskD9BGVb8UHnjbyZjz0uP7rcZ8lFPd0driG3Q6HW9hws6R2dhk38Uj+39EUjaui45o79vxxVUaN22xDtrDDi6jy4dsEXq6i97vHqjaDdX98azjusds9Q5iZKuzYKKnl5Sq9ccUT5BMRs8lUff3OuzY6RMwm7Biy2bwyEW9/qKwas6H3L5Zkdyd/GG2mANfMZk6LzpgQEyCGckcVM2tQQqqIsvwmY3w+FcvEcGP+uPTYDWPpRFFu6VqwZ1lPUD8LX82fIwLc7qMJY39dFx1LjaXTeCiNxTNDCGuDPaGxAWNQlvrDoK+Ja/0c6hB6EIOciyXHBZSt10iO1HcvQYr2zBKtFxGWHNGCHX5KzIWiooRFv8N8Pz5uEbecG6Ye41SSztLz7BgFEwNGQaSB+eXDQO2oSNJNjSeqtzE1temoUgwa9ppLdJtSyLO4g4ojAXf4q698xePz7d9F0cQuILWRbET/30BPXniysaeJ10S7pQygrMypWC0WlyhA0lzh6lRdLve51w4f/n1Sf/jwl6Bthz8egAX+Fn+wMdG4uEE3IzQKdMNV8+r9NYiwJEtDmVkqQ3ThszsczoTN6u4994Me8r18rofv6M3nSjrrbmbP13Gc04gtpBGXVJ8kC+6mFJViOPxEzzi27goUxfpB2IDGvP68L8bXHU3cqm+Gb96auJQtf2v21vhsX7ydq2Qe60vpBOpKijDH0sW+ccN1VPAmqeQ4+YR5yQ2j4o/1bRL8hXT2rNQ/LUxbL2HPOwsShO73UDO+tH9E9SRa9CX9vRl1XcyQmmgb++CCgBFqbMB5sSXIrHxH/pnEgytW7xOqhm529UmpYJu8TepqNK3X37B5x60D/CJN2iYLHvOHZDj+gGn+cvc+oYnFi6xfbw0I6wnK3NRy29gYEUgJ21D8JXHl2DcxLjtrnKhol2vpiDsDcRRJbn7uyAxidc0+X3Ndzda7ttb0ukNidXO9WH3L3GAaGUOOxc9/2r14cfdDAvs0FoKGOeG28+tEuaCZoxP7xUqINDQhDqFiHdNzrxSZKFVk4dYaeLhmq/5bo5rH5lixSLEyE4u7uxc/a1TzvTnWqyDPyAIWF1k9q588xQtT8aIouqaNk24tSLIzhqDynXcqykqygO8s5l1qH+Wii2Les7dpIyd40zjr/1bIuRh/bcSNBi6YGwtd2remUut4YgLqL4awqmE5n73ENEWprF3IAbVoJXEhxr4o2kXU7JGUMTdLa4Byp5ykqXNM8SuojuApPjY/xuvfHyL3DTWv1qS6WJ2cWt38WftgTD8YGzxQEw7XwJdfF4a83qE3F9ywxBpy+/3ukK3/hrsTV3boeeA7rkzM+Hm3Iw1VKH1inIY1bmNTwG2e8wkImINOSl8vtLHJZOpVENUQ6iGlnY58eE/F0nMFaiTeSgRG5Et98fzN8VuFwBCc0Q8qggQLyftIRC43Q5eQv5dS3NUfJ5OJ7XKu780h75AkA5/w22wsXnDGv1rBvJ1B6q1JnQf1k7QvRKQkrfKbEdafOFbC+Dn99EGHvjUBj1rh6yfgpzkUkAZs/DI4c1b2xqHO2E7f4BuZn7+Pu5LbVowML6jdufla6PTDJX0t7v/c1wJPoiVPYkvWLI1Fl9BQ8QFNO6o3Mx9Lv6OvtszktsNP7G5TmTenZFPUx9KSa/c4oCc2zBLlrhekYKWraWnUUd2+EJ6i3hUWfB5l3pWedKifelf6w1r+ne6YVlvyrsiaww2qQysz2yRHL3Wv1DL3ipldMfdKbdG9YjYx90qUuVcKfNzHZ1ib9V8YSV9OZrVXHObimxJVbK8g/Echaj7KN/Ub/ia+/RU9wZxJ/dThZHY74J8d1OGUU3Kaxw5CVcILL2NlL6pzWgvTOn+bVcOvqL0uqVySsM7ugkcJq1zv8Wre1pqZcXGEzzIfXJRhnov9b5dmic+r4yV4Am6igdo5CW5HekmsH7u9uEKgKvq6Hv/cqpZjv5NVhtx5kK4GwIpe2McDnoaqQoU/r5NZjVtqinz/MOogglq1netEnMc525KhWgb2xXKm7anDPuJP8QE28KgsNBec83TZjhGLIarBkkLyzPIv7Ffh4cy2cLMoBmquycRaF+5u8YXNcEOozGIW9SnRYk60Xblua/v8NRO+xjL52hWr173yXWui9ZY1/YvDDYLFDPXmMtFM7nvQ3N/Rt2LVisw6p7W91T/cnIOtFlE/VGa+9sq1yXabe9vKqzZveLy5RXlpSZs2HG3qW7KGeimgXrSUYvOoL4xKPGMGl0o6BKl+NcjgfxLFL/YVneFgnoMQW2lTQoCR0gzu/XVabUKvSdRqdYfgA30jbKD4j+0bx2vcZIm7ZrzKWePEDWKfYarXX8cvPpuawn6XHtQ/HBo7nBuQnnXX1LifHeovp+mcxbiyOB+nEZDOC5Q6a9fvRhv7l/750v7GaOkCzqw9755ecMW8HMRNRynFem+zADI1W9I/M76sy/Jk0caZ6xIO6giasxcrW6B5Pc+z9SjBlEzNB7roKAxPyvpnUC7/0dsrQutvJVv265/qnz4xtumb19xV0hFv8RTZugoReSmZnJfBvIOSdJDmAfzsrGDplCBMjdPs4O7ZuRbXkWzG9mlnvBIwBnSQxoJdsG6ADhCRjget1FDOCMoMT7oDrRm2TGH7I5PbS3H/dCXAmu7rG5vbcguXshUGybbhkewjvc/6+c1sYQSNLj5/nUG0oTlRXQVt+PbY2jUtbXpq9OnXr9dm7EcHYheVi1D7MWREEM3wDZtNcyaMGGA7GCs6MiCWkNIZ4Dcu2BUJL8h+PbsgHNm1YKPQNd65un25JC3TVneOh+avmo/bJuBvHn9593KahiZevvvl8ZvJR53jXevuX79Jkr6w8cER/O7tBpp4/gxtdL7ahngtMTtqgsoHuiDGQw3JUgxU0PBTdgGbOqVRGx7ymJ4qehiP0UF2jywmXOX6pnJXwmxh13Cj/jx0PsVvLXoj4Ud66OO3RRks5S5MelYWyRJRPlTuzN7zFHfRGEhe3nom1rfJ9JzXMp34bu/bgtc0V9/+Rzvemr5HK9JI/ek2tMCYx1MJmXygmkKpXiJ6wQ7BFpLyQS9hNmKaRSLwt+T0jN73mADzYJ5pyHqIOqNOmGi0dL/+ARqLH9psME8QoMYKMVh49rMhYfqxx6aFuLTtMUHYjv9T0o4d0q37hX2S9Jhpv1AYX8uQjioWNeZJR4KRtBGHR+dqaeAFxYeeiBGzh3yGPUJWHUscC7iE2rq+3Q91dy7u37Wk9cqAoB5NrUul1t1AD3AtJlGFwJWtS3b11wd2P7yrr65WcLkKr/FQaIOD/BqsfxNaSGgnU1VLmRsBagp7ow2M1aKqkzejcYodBW4trYIJJZWJ/4aAfwgoz31sdZglHjaN8SazWS438R7eLORNJKk74Ff5H8N7CFsFIhFZENDilADm84LJbDWX62/ob8gVZt5swkeYBNST2ZOF2LMZ/unmFnIruSFu5PI4qWjszVgxZrFN89BJJmpOowmYjGgpl4jgOzBXbttbNP70vzeMPkkQMu5Voyuqct6de3fOy2qSoAjCXAXzZNEUTBhWoP43DpvNFopHG7KrViyskmTerAqzbNlieyz9b7aEE02iYDmgaA0iPP6v1v3Y4p01OfeKDcuqsjU7/8tVfnz5woZotKF3ZaHfJ/lvcAu4L3N3cXdzX+X2cvu4P0Gpi6KrhaAmMCPUoz7RFAIj6lL1AfOsdmGn+ojbk9Yom6IYVj21QF2oLewYSaZZ+/ggzSITKIu3swWmLPohFQmKtCVpctFYSI1S3cXCftiqvFCbvy3kwhPMHoURtoqGtijJ7XfW8IpVkQadQdugbLL25+yiZUAO21d53Da+xnnee4tozxXfD4atltpv3WVVa2vK3MPZPhshgq0vO6xaHfPsqpW9MDukoWyfWeSh8KrKr8K38svJd/LLYV0k1xDOrco1NOQidS3NgbqWlkGPc0SSJb+5zHGPI2zTEpotjFd2s99sH1KrZr+NWLW45qh3srdVQ05PbqxCLHOXif7tXVZVkG2ialVtnTsCYlkZjp+K9esrRKu7zCTge5NSbpMF+l7b7hfLXOVixWMnkXw9H86tyYXZ4VTzombcZs0x9XGD3Ch3FdX6qC1DkUJ3hCOpdCjNYkjYqiRjcbQqmsSIsVS6JAlNHmriFcJF2sN8cSE3lNasFy/IJ5F6QdLfEoCnIR4QlAVHo9un1dVpmZTfZNJPyoK9ye1L+es0n7vRIZggYjL5kplkbSaOADJWU6MHjDP8rHBe6DWZnka5J6GBI0gmk4A3jgqaIeZaq6KIYw/8qYxWV+EQhGdNAkoEX7K2NulrXUhkmkmsRt9VOL9rnGe1j4TSuIWbP2u9Kw3O8bfArOWsyVlrXdvtxN9C/Hwpdb2xxJXUCIqc/2NTqLCg1RJwwv/UrYXVrvs23UpXu26SiJozlsYWlrsSTbQIg8VVrQ41Zx2iIQj2Ku2EyXTCmj9nJJuNjY4gzdSim/EXgeJXLp4MfdXb5MUNyvSV8KpOG9gN/0yPx1X63EseO/cr3pGtcZ87QZ/yre6az/Gt0pmZom/1l79kq3tKntUiZv1DvhNbElFRmsUu4uinQNIsqv5ImEmDDFAAm0YtF6BD3xNi8UtOE8rPSTngJL2uoLWDdDWFxWj+RaEFmuOrQutioZXBzFU3bfkf3RmxA2Ky11Fd86Z+xO1+04l/V723KTPw9IAgrBq7cuWqVrVScTR1bh696oNrvmYpc0HPG84F7qL9QOW5jDc8woqQiU+H4Myt+hsf5YAAnzupv8E/qp+uOqa/u38/1B+bFXNAv1NYDK6Pp4F5KLJQkvUS56yMNKXpgW1eyb8rvN8r7X2wUdHOy5r8ck9YsG2sCu8dcGx8ILzTJoSh9fzSZsqyMNxfLEu5ZCmfmztpuaASRr4bmT1B415ZeL8a5BGM0tWB8BTUT07K9+jvPvKITCazOyYnd+hH2enCOIEEW398GdaVmmRFiamgUdRc4wUOTUxIY/QwVxX3Rm5sYmL9L9lxpt8c/HXGmoZQmkbPB3kxqeA/2XFg18DusQO7B3bteQKC+knSf4CucuAurG+SRb9fRn1poGQyIiaBzeIHPXOt8K2U8CFYMSThxVzr/IF0AJtIP3vo0AQds7/7Hb+NxSW7WET6JcVByeJvyH+dPJhfblUUK/kOPeo7DUnBf+vcAf7qnGI9t4Y+5v/Sqpz7gSErZvyKF64JLMQERIwIhgtX4ZHdLM5iKpcjmy5aj0e25OgfzDt/WZ4hg55DOZfgruFuwzIMG5DWgy0ADhuxk/THV2h0I5vGMeQ06w/6z9AFdhm7y6CVKBYXDhdStBV/giSpBA3QHSqZazTMpBxE0u+v93pUm829sHfZyvm9VdXhhng4aBZbQ8msJMQq3NXWpqpglcshW22xtqfKRMmBGFIQ1KommefFisUDPld1dY1kCgQiFSab5MpsurZVENw94b4OjcQGLWVllkHZKpSZYYNS6VQUYrXBV5xmpUIps1ody1ZM1CwKBVNWe7lJynWv0Kq8LofPGQjG2rbW2RSb4qlvjCZiZkVUwa5YxEq7O1IhS2PLh+0EwKGo+kF71F3fkf5GmQw/ka1WWW9EK7LQvt/mf4B6bxO3nf1GijlIuaUUp6oZP2PDvGEtUAg7LbR6ObAmxbYr3NIOYMuv3YVfu2ljfgT6mzhKkqU1JUuBUayJ4ZupZRVAGzazbGVHpqo6gg0bMJtnGtbWiA2r2mWr/IVvlZmxXWVZMKmVUbOp2K7m+bIQCIbPb9fFN+XfHDSXWeUBrC750+qUzWrT9zjNjoqKMqvNsXTFhHdRKJCyldsFKdezXKv2qg5fRTC86YuzGlSskF1Qzho0FJbksYG15YhnFEWFDYhewtv3l5n1Rtqc8C+ipeSfOoI6k3pYjXBdVaQNIIbNYjCSCqe1Uhyv8SJooAcaIpxKUzakk8xJj8qQ8IUvEHNt9cWA3y8Qk2wSJbOwHQiPuAD4Y+yRL9bSGyveGO95OvHEHzCBWRbqognyEY4t0Sw8QSgy43cUPmvw0dTHCIn1NBoJfkj4mdcx9no/e12q5wPkfaZJKJhkK1VpBIyY5O8flBCJHhLOxqHhoPC6NPIuvDcoSfoh6bO4/tYB+U1htJTHXnIvW29b0Eb3EFQ4iIwKeqdYzkdcOY2coetQPQhVU0GPHUjTQf2t+FnhEPDCyLsj0uvw8gH9reZP5SldGjk5KrwxS28f+M/WVbBfQUgzrxINZL9oXUUm+0p8mgbxKtPxCxdW0DUVxHYkMW0iIE1fEMtu5wIsVi1kKsR9G8Irgn2LMoX+ShRSQldxe0Q0g9SI6EkCv1l/RH+krWVo7XXXrR1qactFQl9dK639aigiQL0E9cJYo/zh+sReCSp518GDZ3dsuWbJsnnzli25ZsuOo0c3jq69Y968O9aObjwm7Nkj7G76SBiL7wXPhXMAdVyzodPYDx6hMZohaerzEKkMZe5v5vxWDWvLsLzSAfrDBoaJEIQzQ1+7rV57TX9Nq7/ta0PXbli3Nxjcu27D8eLFtf6035/O0oM/eUUSEldce0USL8jvem5advPdd9+87KaebEPkwfVjD1B34ANj6x+MNBwpfIGHLH4wkkiMXHtFoqRvXuB3IR9UcnEuy60u/sILCplagnIKUh4xaEa57gPmuUwZsxWsn2k0FBorHtUsejSjagHRQ41S6nKJE3pXC+Sv9sbzkfh2aTwR+oPnNo+O6Kf22CQvtsGHidzuY1pstTBssrauaWvwCdoefNAwP76yJfQHo+s296zoklt/b0CoSmQDDlu/0zu9t5m8k9ghrL59/X0DfnCqewTem/KT95Q7tkmjGWFIqIu0DbVYBQ3+4Y6t0upYfMnWK/8gFFY1EI8MCKoQXJjwCv2W2iI/Ff1UyTl7qtKz5ndSc3BbJfvZesj/t/fqoyG2NHKG14u0xeZOWxTUuRF1wvbLOVCUy3H/F+TEsdQAAHicY2BkYGAA4qRYhaPx/DZfGbiZXwBFGG49dghD0P//M78Ei3MwMIFEAVTyDMEAAHicY2BkYGB+wcAAIf//Z37JwMiACqYCAHC3BVh4nGNgYGBgfjGKRzH1MACrf4fdAAAAAAAAHgBMAOgBKAF6AZwCIgI4AowCwgMcA4oD7AQmBEIEXARqBHgEkgSgBK4EyAUOBVoFoAXgBfoGUAZoBo4GygcABxoHPgdUB2gHvgfkCAAIUAiuCQoJYgm+CdoKGgpUCoIKwAsaC1YLigu4DAwMMgxUDHwMtAz8DSwNfA3EDfwOMA5MD3gPlA/AD+oQlBESEUoRuBIKElISeBK2ExoTLhNCE1YTahOWE9YT8hQeFJYU5hUwFawV4BYYFjIWeBbiF04XfBeoF94YIBh0GKgZQhmsGiQamBrqGxAbHhtqG4YbsBwGHFQcoBzyHTYddB3AHkgevB+qIDoglCDGIOAhMCFMIYIhriHMIigiRCKgItQjCCO4JGAk1CT2JQglKCViJa4mDCaKJtgnHnicY2BkYGCYynCVgZcBBJiAmAsIGRj+g/kMAC35Ao4AeJxljTFuwjAUhv9AoC2RWqRK7VhPHahIIGwcAHYGtg5JcEJQEkeOQWLrCXqEHqGnqHoCDtSH+7KALfl973u/bQBD/MLBeTm4ted5dXBD3T93iR6YXeJn5h48vDD3yY+YB3hDyOzhEe/0guPekRmiZu7gHh/MXfKfzC7xF3MPT/hm7pP/YR5gjROzh1dnFM/GeaKqZiWzfRHptm3rWuomV5WY+pNWLWUldWTkRsRH0Ryy0JhUpFqVYqEqI4tCiVqrnUyMvzWmngdByt5PVIkYM4yRI4FChQYrSGTYo0AEfTW97NeU1lRz2wtM4WNylVpSqrLJCIbqhpIxjnQ2ONBvIVmDlPqUMgol0cLePacL2opMbWc7Mgl5H1t7q8YcAe30Iu/b38s/UUVamAAAeJxtVIeW2zYQvIkpiVS7yGc7vffee292nDjdKU5jQAISEZEAAoCSz+m99zjfmwUp3dn3wve4mF1BxO7sLDbO2Wif/sb/P6dxDvYhQgdd9BAjQR8DDDHCGJs4FxPsxxYO4CAO4TycjwtwIS7CxbgEl+IyXI4rcCWuwtW4BtfiOlyPG3AjbsLNuAW34jbcjjtwJ+7C3bgH9+I+3I8H8CAewsN4BI/iMTyOJ/AknsLTeAaHcQTP4iiew/M4hhfwIl7Cy3gFr+I1HMfreANv4i2cwNt4B+/iPbyPFB+AIUMODoEpZigg8SHmKFFBQcPgI1g4eNRYYImT2MYpfIxP8Ck+w+f4Al/iK3yNb/AtvsP3+AE/4if8jF/wK37D7/gDf+Iv/I1/cBr/bsSHWS4yrefJkZI5x7W2yVHlPJtZVsXHpJoLLlXv+FJ6L2zvhK6P15kYszzXtfJpLm1ein2M8/30rtxU176USgyakK4qofwkYFdoY6SapTmzPmEls1Wqp9N4hVTEjHF9Zq1ephnL5+MWcr1US2b55sq12jSx0Rl+bVbeVNuwd/WVUkz9oIVWzgo/bHFtwp4B857lRTqVpRiucKWV2O63Tsg7YbXXViixTDJm07ygzDtZqfN5HFirmJ1vrkGaacuFTda+i2i7HwSTZnWWlWLrDLxmqZMXIp8PGpuyKbE8bHFLZodeZpPGpqwsydc17zeWWFBivIZLVWrGk9YlWoctqk0Ij6kPhlmRNgS4OLg1nTXJrWBepFQgUVdS+gOKcOlDj3jCmSsyHfjkYZdlaia6XJTCiwEXLrfSeKnVJuG5pzYspaJEXI+LhcyFi0OCIesJ13Woebcr+8+KNM2J1zV0uSUiXBTyGAnaYNdkbYoFNSVlCyZLRn8fiJOUqtcpKScJfSS9me0BIaotLaXzhClna6xUvj+V1vnUMCpiVWy7pNoIlcysrk1KQh0WojTrI6NCVyIJJl1qO4+kmuqhVE5Y38phsnK4lQvRiGkdkWohPQsExXOx3fC4tQbprrb3xgI9B/bEGoIme4K16RALokwaG3pOaFVg1BRPQmVlagpqQxREmwTTVEvuTHeDqX1UEZ0Ryb1OGv2HL0WV1jwOhkaR9ysagrTQVp5KGrig+mKlSRPE14iAnMq8KdVNzvLCtwbhQGIjqKxrhDaloMU6rfrtEj6SGClW89U0a2AZl7qdiK4VlV6Ig+2y55rpWGHK7aSxQWs9K1yY2chqXUWOLUTsaKJ4TacS0LrsOhqmvIicUPwQGS/DqKdcOkdJu6kUfGs3vBOLnfCe1OQ6jtIUo7Ous76jkfct005TEc4IwSO6Se0gmPXl0OCCldO+WzLTUnpoF2rlqWFtgUkTDkwf2EEy3/l57MME0DAougEl73lx0rvK9X1RV1kjrLiFtYlDKYGrkae7jIecmwt0x5uWdFHteLXptrfGiI6UofS0JkH3F9LJTJbSb493YWhw7xRRTQ2Om5X6srHxHwu9mRcAAAA=);
    src: url(data:application/font-woff;base64,d09GRgABAAAAADe4AAsAAAAAZtwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPwAAAFY2IUMwY21hcAAAAYQAAAK5AAAJen5C/3hnbHlmAAAEQAAALDoAAE48W9qaL2hlYWQAADB8AAAALgAAADYYzsV4aGhlYQAAMKwAAAAcAAAAJAfTBH1obXR4AAAwyAAAABMAAAJUQiAAAGxvY2EAADDcAAABLAAAASw/R1OCbWF4cAAAMggAAAAfAAAAIAGsAOFuYW1lAAAyKAAAASoAAAIWQkkQTHBvc3QAADNUAAAEYQAAB6bnKe/2eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR+yDiBgZWBgamKaQ8DA0MPhGZ8wGDIyAQUZWBlZsAKAtJcUxgcHjA+mML8AsiNApKMQBqEGQAG7gvBAHic7dSFchNhGEbhkza0SKG4S6G4u0NxWtzd3YoWKw7FHXKBuRPYk3e4CzLz/Cf7z+5mZ+ebAL2A+sLsQhnquikV3yh1Fbul2n49fWv75VJ77Zyy+9XKnz/FWnItjsu1ta44t1zcsYFGetOnuK4fTfRnAM0MZBCDGcJQhjGcEYxkFKMZw1jGMZ4JtDCRSbQymSlMZRrTmcFMZhW/P4e5zGM+C1jIIhazhKUsYzkrWMkqVrOGtbSxjvVsYCOb2MwWttJOB9vYzg52sovd7GEv+9jPAQ5yiMMc4SjHOM4JTnKK05zhLOc4zwUuconLXOEq17jODTq5yS1uc4e73KOL+zzgIY94TDdPeMoznvOCl7ziNW/o4S3veM8HPvKJz3zhK9/4zg9+8ovfVIoX1cD/T5NL47+jirMUtemqC2x9OKXVcjhv1V7hBFcbAtsY3rzaO7B9Ats3nOxqv8A2hU9X7R/YAYFtDuzAwA4K7ODADgns0MAOC+zwwI4I7MjAjgrs6MCOCezYwI4L7PjATghsS2AnBnZSYFsDOzmwUwI7NbDTAjs9sDMCOzOwswI7O/w3qs4J7NzAzgvs/MAuCOzCwC4K7OLALgns0sAuC+zywK4I7MrArgrs6sCuCezawLYFdl1g1wd2Q2A3BnZTYDcHdktgtwa2PbAdgd0W2O2B3RHYnYHdFdjdgd0T2L2B3RfY/YE9ENiDgT0U2MOBPRLYo4E9FtjjgT0R2JOBPRXY04E9E9izgT0X2POBvRDYi4G9FNjLgb0S2KuBvRbY64G9EdjOwN4M7K3A3g7sncDeDey9wHYF9n5gHwT2YWAfBfZxYLsD+ySwTwP7LLDPA/sisC8D+yqwrwP7JrA9gX0b2HeBfR/YD4H9GNhPgf0c2C+B/RrYb4H9Htgfgf0Z2F+B/R3YSlD5C2shuJUAAAB4nLV8DXwb1ZXvnDsjzYwsWRpLI9mOZVmSJdmWLNuSNYq/5ERK7CRO4iR2sEncJBDzEZJCAgGS3RoaCnTD8uld0jbQsGS3cVnYZRf6CLulhKXZbbpNl7CF3wIlZUOBLX0bXqFpus8vmr5z70iy88E+Z/f37PmeO/eee++55/zPueeKAw7/yBLyCefkuFBSSaaDqXatC1LBgNkLQTUJ935xuTRssXcNdHd2dExBePN8Z/k18+cPjnOEffu/+EqunPNyHCTcql9xRSGQUtq1JPhd7qQ/oeENPlLJZFjTH+HX8loYKvTJVBicYY1fK/CVqZA+KQhwYyiV/0WovT0EN/E8Z6J58538Ka6JW8mt58a5LbQEj9vTVgueWnCJZrGtHMRyCETCkWAcInFoT2vptgzgMamlA5ig8O/y1PIedyKd4dNaeyTOR8JioBxctZDIQHsc+EC4XUu4XWZwBdoTxDRWV1uj1lhkHogsed2VucP+2nlAnxAAWapVq/z+xuRGf1NdbVWl1QaEQHW8N+r/nj+6IF6FaQi73RBbEo0uGVkajeLW3b22uzv/PiHkN4Vcsy9iru4a2WJkSh8UyiWQBmKzeqq9dTTTpoXxqvPKaKkksK9p6cjSJnbQp2nea7vJKsDO5Fm7dfDNeGXDtuOcSSXopLWjtUx6kiq2jZakDenG/k21Y+uFg2GRdvZP77xzQW0s1hOL1T7ye6TcG4j11NfZyr5MTDZHbXNF+Z1kk34NuS6aieJ2fP68CrW6Mh7OnDpWp8yzK+CvbPsRx/iJz5K/59qxv8widodZjEMQG1x1ebCsiNnlxrOKR3MwEMHOLMe3EXcygf2mpSIavzAYdnnFcLSibV6wK8APLl7UWuGr9s3rijkqrFZbttG/Juawr9u6fWSwuQkiZK/dZK13u2WnGugM2MuF+kCnN5dWoBzii2WBhNuguoZ0zE+uXX2FMo+xLKNxM9Jo5yqQSpc56A+EGdP6kYdN6Qi/uatRtzZ1djbBmcYu/cqXX4YljV1djVBJn526+mpOYHk8yn+DU7haLsmtw3wCceiB9gwkasELLqyWQseQy53Q8HE4EjB40U1ZUaOciK2BvBdBtu2FCL4MpygHa6xvVJcYbgGRXmIDwZko7e0r6CEa1rTlmhbecdWG+R0d8zdc9X7xYseqh1rlMne/0h9XQ60tg2teWjPY0hqqieSUnNsqmpIPw1b8vj9KGRNPS6PQo4X6Mb/wQCjxWSGvdEdHupBpHhZ326wOk9qrWgOL126g2dF8N6xdHCxzZBSTQ3Z0Ly70uYN3cFZshVQwFVRRcKjJVJK3T2enp7My/ISepqeL/Pko/yjnQu5MF8a0mw5nMx3JYdYE6Uu1VdA5O2s4UyLnpRJdl2iTY1PZqamszK85LyW7yJ2Xkl3oGZp6aqpA5yP8A1inas6PdGKZpfJNVLR5lPYwMo5ZdSopvxLxYyXZt/reaB0ZeCLmy19VF82SZ7ryD8GdU7lDh3LS677YAXKyLhqt061wRs5/r5MWY/DSdfwLnMS4qQslccBM+aY97C9eOI1qGyTw/pS/F1IoXdPOCC/6IzxS5XGqohlFIznqi8V6o1F9ARbUG4s5J7ITE1n5EPxPXZKboUett+zvfELQ3xCe3T0o7Ot0Oq3Bz+gHvTHjSPpzExO45X+dsw4LqgPq/PqHVEJnBf378ngoXOEs0PxV/hFuHvbjAm4R0uxJI8PawdMLPqKy8Y79l3RT7mZjHPsQdUsvAF9kcY9WEEABvOwFj0g+GYrny+Ndsr8pJJn8Qqw10Tp0xXj2joSgNV6dWtO3KNJYHxTgL46zS1u6ir3vz2ih95q+E31+KE7OxjsFb8IvCGFBSNyRHb9iqLUNWmNCUyDU2LBo8ZrU1Y2SPkSUhoZFfWsaw1qm/5q1Q62JKs16fXJfklbLXKqbi2vkmrk25NNOOr4vOYBLTDvDyJD2iKE0NkVEjIieVAeOX0pGAmld+8PixTWsBo2RRX1/VrzQ532n6XnixYp8O358NH4v38G+WDvUhn/sojWRv6axIUc/aWigNfizvlxDI/nCvuQ+3JL72WejSL7M6tDMtyEni1wZSjon58G+8nFBystqUCns9NqJeyTJODvoKTwnT9/F/nTrXXdNs61wgJ498Pt00x/YQ27ds2fPbvzHW64gBzr4FJaHZTAejciQjkCrCmfyv1VOxfUjsDB+CkeK7UO81o/EP+SK36X4Ds6CNxE7KEEFZR/wqfiHNpoSFsKZ+CmFyIU8St88TF6l0twpwyg8Do+TV/VxePzS7yAMj+vjpbJStCwZRB/4VT/yLJ9CYk4p+d8SGYuAM0imUXaxLPIq/zDNTyZGKfzD+ngxv+K7kAxGMazE88uCtExHhpJUPLxYqDsWAP+AtZspupDfJ/wRDktGDYJqBNUK1U2omRS3meopfOpmuCoOVK0qiG8olEmRTzLx5etWNPeMdENlyJPpHu1uXrFuebPPt+X3b8iQT3R/84pm3Igc7emJ6ssc1R4n3K/vjHV3x+CF5uXNuOV/26u1d2e2ZEr1/ja/GfUbB4zdEWXhEEb4kETExUQRHRJuJABHM9XnQaqwmKSiBE3Nq4zXdy7pXDh/3DYgLErJ26SOUGxs0+IFSu2ym50DkhZsk7bJC5bC1lR9nVuxV0QD4fhoarlt01iZv+G21aqjvaFaDY0uilRZxsbkgRRX6vs3yDusjfwBBIG1hLIbthSqX6rEDZVOFXqKSVB8ZmA9rOCCVHsPYA3hvfMaJKYPXKJByNtG62WwJWnL9hQbdvn65c0lLNHJ/znTZxyIKNbKIQopHPcFSNMe8uIYUINMfKBQTKMURCr5soS377Y+aXJSGl2+NNqsf9+4isXi7AX5WiKb7Lu979bJR7bHYkuXjw7/pXT95OQO43owGc9iooKeEnmxMM4NvId7GsfwqdHRTwYHPx4cJMP6AySc/9mbb7Lk7PAA6jYXV8/69lKSDVhfpxladPsATAEEJFDoaZRxZ27aOKbNn6+NbfxZ8UL/QzkQaomvWDXWsS0q6yEg9AwfCMZT/v7zUrOL/ENydFvH2KoV8ZZQQNBD9+IRPig9K2GLzbRu6VDSVFS6b4NHgsqYT99YF71v1y7yICo9X7E/jPSu879garoF7DD70yw8Zzt+3FbKATF6rZT/J2H9iFBop82ol8s4lcrNi3MjdggVnogUOyr3QKUEHpq3L5aDv7Y+6z1uI4/R+5oYD19HrLV7N3mQIoD8z4lXzv9YGFBGTL208EiNFsp/hEWaSv1j9GkVYgKOyqlUYQ8VaFDS1L4S/aLiBwI9+vfhA72G7uQ+zP/auuh+MoBVzP9RL3kG/j33Cv4fYEVH9sd8UobkimOJlmWjY3x2vvz9RiYHSH9dlF9ofPhE1FdoY+Obigu/YtQUP51VfjGDUsnFsjeSX2MtOacHIiC2wP6T8Iu4vkwQnoa/PQn/FtcHJWmqmLaZ/Iq2DkpSiKRhH2hX6Vve2QQvQ9sm/YafbuQuxJeJy8KXvEGBOFdoOYRKQv9UELY0zxFd5h+jX/xGksbjM/W38lZqe0ML9FLd10J1kgGigC87JUmn4oi9PoyXrqDs/Ht2VeRV8lJRDlB+4XFP4w4xks7/cIoehomW/0fyUk4/m/s4W5JfH/NZ5DJqsaHt4iO1hFovBXHaS9CGo+1VTlS0mZkkTbUzgxvbDM50XNtnkxKhnmBoYST/fttwommgOeyo27n4yuVLGzPXdOZuWURqOzalkyNa+boF2WXkd8kr5ycE0tC7fGE4MXzVYNIs+Lv7svHYcrlvW++iW3LpTR2pL3QKfbfU+Qv1ovSJiMK7kUJPmrWS87IpnXfv6fh3BWH46culGF6495P4i5I0CDWXQ/olaWc68/Jpv3pyctO4NXPZlL86OTkxAT2XRXaB7n/lM4gaq7kOlHv+JMP2QYM4ZxdAgWxTO8MBcUIBfJIZvvSousyiJwPT8AsB8fyq5l2h7qvmL7wp2y/ABn2kZXVLy2peTVzRLtlH7ngol4i09d64oAurVemO++qfHWom30nslnJberI3LYQn9YMtqzesan0bKyFIfTt6/Qll4Y291vqeUE3KGa9aPqudKQ93/xe42BkRC0bl5bbwJO0Y22XxtD5JO6U09h7lK9HisBkjVk1H0hQ6+FNwu/4u1E9NTU9NQT08OTwxNTVB9+GivfhN/gDWvBp1Q4DiDn8kXVRNCo+SjbreGPwAP8pjp98JV/vhWv8bqjV/m82Vk2xW3iHaeROBfJIsyb/YqZFVGqy7774J+JZVVa36ev2IKtlEs0kylZGj+n79u0B0fTZ+6EDbuJYLU5xatMrRPE1TKiJBSkfBAcgrql9JevxkMjs8jNs0mr/PDp2l+oDsp/ph+KMhuIX0DuWGhnLSlC82hPrSSrUxdv5GiQhDM2WuQJ5U0Y6Z0Tq0EOzLiBdQN6bYsah+SvmTZ+jOE5qn3lkXg6jvx8flk5/tkNBsQaub5r2V33qRrcSBigMWATc1SUS8pn0UwgY1dpSwDcfeOkaup4en9edhhb6RHpHs0jXfsHOn/iHM05+nx6mdO0l6elrfOKxvpO6Qgp22uaTradlRZnF2GXYaMmYwVNipbYb1RnQZRCCAjX5hIxfrT9P9JJudyuVgRS6nP5/LTWWz8HDMl8jpB3MJ2gxkCQKU/LfJKN1pwv/IbsmezmbxCD/HLsA/REN/QxsR/kTfJMNzB4bkcX0kW+S/SsRYFVwNV4cYkkPEGwmKyARFcpQkX3Sr+U0FSMpXNl3fdKJpsqktACsDbU1ftJj158wWuFE/nsshjXxHU1Mu/06grS2AYPUds8ViJmFNz8LLenbGT9JRaCuV+ZzpmKEaLuK/qC3UJFwB3fpRtv/8rH6YcdQZWu1z0H4CAdF4Dh79TZFV4B91TSbPvF4clz9CDOFhnFbKWmX4K2U4tcM8HVh/ee5+m6PCDt/QPyWj+m/gUZtLSZx7i2/gH61w5O8sd2V6c70VdjLhqMjfRboKdTiBedORG2cesPPzD+IowpzRUMQikO3ShV7uAlosohTDHxQwzy4b/nFiIv9PfENOqfruiVMWu82KB7PzHqtixW02LVnSpZ+CBY4KvU0/DEubbFb9EZoebqrSj8s0tXVmjL+G2IxnXMlRn4aHeiQRJIXwGg7nW/JEPhRHkJbQB/WWlpMt8Bt89oA0FTeA2+7Wn7VwRTlHXiPvY6/RnKi305NuKZwjxC69GP8ENexvpMPx06fjh+GM8FL8k9PNLwmFc4meX/C/YPQgXsIW8gP9XPQR4wT8L85VwutGHvLPC2f28FcvNZ/+JE7zM84zsvdLBrKnGotyaw+KsqJ66AFTgpKIfYB0utz8unBN/nvecD9qB9Ib6qlH2aRMx4/kXolPW8CT9YbD3mwWn+OW9Ur4hij5Xx9pnjaLM/LrBc6BfBth8isSMjHz3WBaCCU9Jo8qmoKRUAT8QcVjCqVx0NxfYdf36g9UOA1plvfACkGAlYKgP4f78zbydP5a2QZLYalNJo85A/LJk3LASe0P5PanjgpHBZNwQnhd0EdgrXTiuKQ/PdO/W/ltyJEVyOeITQDFW8CM0BPxcAvEISgCDiGyPKPvzKB+V8wDT/TZbBvNinmf3rYfXiP39uq3ZsgO0bzssQGbH9+I9+ipA/DazFgt4vD4ZSJxseCMmisS96Pcys4RhL/98XiuSB+VuxbUnw3Mk0BtQ8SWPkg75yBkydN+STg6KjXtkaef/VzJCj8PSNLREaHxLmEa7J8rV4tzEihTPUyfG9oN0RSVBUhFkYDIjMdqM9WS1MNsyv+fLOaGku2Vo/FxRd8ITyrjcb6SEvPEVP7bU08wXqg/Gr/elrVdH5/p/83M5+xm9mWKiaGkcmlRSiZ1lZb192f1f2W5/QgriRZ+2Qn+lhxW6O9Ivz5FZenfsLe363slMvp6qRzyUckuSVL3tWGbwFP79k1Re3WC/CwfgMU5cGbByWxDwwbexR9ECbyYu5b7CvcG5aC05tE87oK/q426o4LU/YMPnMyrwrAndY7h6ArTN4YT2kOnl1KUraljg32EXEfzMXw0lDNdyYSW1CJaJMwHqSeLej9QytKJKvo1S4cPIUARpPFlG8VXGvVqpzOQrAXq0zYHwumCY475xTzJhPGhsaWYI8+Ye0xR7AnEJtx4S09qfpo3K4ooydkvLXroFpvZzCtbQm1rr17bplapi+Z33ds1f1FcdVZ4ZYfssFhUVbYTrvcHuyc2rc+ZTbJZEh22nhXrj40Np1TBJtgACHxFUKq6GoMNaqWabpu/urZKsprwueDS/2PRl8c7vbyzTBYk3mw211YFHxlZeXe4IdYbg/DClQvDbS2BgZRsreB5ApLS2DMv2BDtjYUX4Cty1aohvk5AK6C83MeDxa44TIG6nLnaJlryP+xd3zLY3DzYQkHkgi/W+f11X+y9bm19ldsrSyDPkyvdVic8MzKuxcfkeRZCbKuD8eZ4v81kLrcKkv5FwVu9pIF+3HmdLyRYJZNostjhTNv624avXC1aBBMRzFbbykWZxJIRWNKzYGlNJFJDAXtPMLszGmhy2C1mUXDI1mBNYGOi8LI+Exzd3xwv6qJfIz8a3FjQQSGEJyRZ0D/6DxAOFXXQWb2mpMMY5lXQyjDG5yVBLsWel0K3j10S1p6Xr+dz871UruSZi/OEv6bZmQv2UBPicy9K3yEcP793wcyc6cLJSn72XKWTqUI2MemhI4W+odT0UC9wC0IBNnvsLgcnu0DdmSy+xMFhVvE9vWUDDUckLDKmoGCgic5grmXTmCFNG9C07+st0R6HJ9Wn9HvLTKoDXre7zZbarJJt9ziEyngVnrqxlt0OT3vuOkEKetTokqhSlcyS1bkvfQm3Q3ifY/k29Tf2N0G3Fu7DvEN9YS3/bndM81YGHGpGlcpFSXOoqkOziFZJySiOQKVX87bUgIldUZ8vS6s832/2ioLFE2yg5Eq2NelL6LM1l+dZQqGXbk8ybzCTDWIyQ8Ml6MdBI0qBvkxfhr7bA3VlFU1Lh/tjJCskl6Ud1mpwWxTZQrK80+qdq0fqr3InocZR7Y8ujTYsbgy2auEa1e5ULA5npc9XZa+a4X2K950MK7VHQqxnTTNcGklRjclCRpS0h0J9WZ/my3hJ0j+VFRuxWZWjde4Bt3/vqVN7yKhNOs2b5dOSTd9mczhsoTfddXXuN2HDseP6wSL/voDlGTqjkevhVhiaQy3slCENQEwHjOry0clQN5JjplTwl6QwDrMpJD/OsD+75bDscMi61abBjRa73bLTYr9X0qcFCy/J+qeSYiU2m+P7QKmvY9S/lNmSub53j0I/I8/IjnC56K9yyPl38AHcaZU+4U3SadmKVVMUrJrq96ulqv03cRFfnLT7/4CL9C9/DA/P0r3bEBvamXXXwMWM6B5lVqREaDZKoL0AKEKpkcpTS6+KGm/5F5kJtyT/IjPpltCj7jJs0kNIV8NMErMl1xaYSae/oZ/etw8e1rfP8F8H8zerdIbwUgCF77jIwiNfu9i4m8F9PCILP0Pic7Sq4dwrr8B1n4/0Xn0F/v3zAR7+2Qqy3nGJOdkIWv1d3EKDGk9hPjZd2NWC/V98Ru1Eygqh2T6QErXU8p+YtWWz+t7iNbWF8USev8hBQiazXZj0CO70TK9exOTZnSxaYdOs6hTmBd8nt1G/fdEfC2LBwiL9VIdK0uFCutuY3VfStPDChVZeId1DhXQRw/9NHqTWm3w4DmcKllup3IcK6ZiPnLxfsBThydPGFyWd6sAWprqaosSZZkpH2kRsJbQa+fufp5ZSysCzwXmapDfDvwg0GO3MtL3CqLY/bILnTCcEoYhl9/LbmQ+qnuNCaICKxXxRVUbQaoMg3wU+Qs0oVi7fl18SzwgqLcKqCKN/StX03yrPnxRoQb3xcUbDvx4mL8YzNlctLVISRh6Al/V++As024Sx+INIzIwd/RHD0gxJK0FgbYU29J/mcvoQa6/Tp8lHeg08V7B2S3jgOvJ35/FdaUZJKXATFSwpOhYaSC/i+cI+NcD+SPXApwO6PgBfp8fPBmZsiEl+EsdRP7eURq1EwlwkjKghA24f1AJak25PeubGzAxMxOsMk2M6BskD9BGVb8UHnjbyZjz0uP7rcZ8lFPd0driG3Q6HW9hws6R2dhk38Uj+39EUjaui45o79vxxVUaN22xDtrDDi6jy4dsEXq6i97vHqjaDdX98azjusds9Q5iZKuzYKKnl5Sq9ccUT5BMRs8lUff3OuzY6RMwm7Biy2bwyEW9/qKwas6H3L5Zkdyd/GG2mANfMZk6LzpgQEyCGckcVM2tQQqqIsvwmY3w+FcvEcGP+uPTYDWPpRFFu6VqwZ1lPUD8LX82fIwLc7qMJY39dFx1LjaXTeCiNxTNDCGuDPaGxAWNQlvrDoK+Ja/0c6hB6EIOciyXHBZSt10iO1HcvQYr2zBKtFxGWHNGCHX5KzIWiooRFv8N8Pz5uEbecG6Ye41SSztLz7BgFEwNGQaSB+eXDQO2oSNJNjSeqtzE1temoUgwa9ppLdJtSyLO4g4ojAXf4q698xePz7d9F0cQuILWRbET/30BPXniysaeJ10S7pQygrMypWC0WlyhA0lzh6lRdLve51w4f/n1Sf/jwl6Bthz8egAX+Fn+wMdG4uEE3IzQKdMNV8+r9NYiwJEtDmVkqQ3ThszsczoTN6u4994Me8r18rofv6M3nSjrrbmbP13Gc04gtpBGXVJ8kC+6mFJViOPxEzzi27goUxfpB2IDGvP68L8bXHU3cqm+Gb96auJQtf2v21vhsX7ydq2Qe60vpBOpKijDH0sW+ccN1VPAmqeQ4+YR5yQ2j4o/1bRL8hXT2rNQ/LUxbL2HPOwsShO73UDO+tH9E9SRa9CX9vRl1XcyQmmgb++CCgBFqbMB5sSXIrHxH/pnEgytW7xOqhm529UmpYJu8TepqNK3X37B5x60D/CJN2iYLHvOHZDj+gGn+cvc+oYnFi6xfbw0I6wnK3NRy29gYEUgJ21D8JXHl2DcxLjtrnKhol2vpiDsDcRRJbn7uyAxidc0+X3Ndzda7ttb0ukNidXO9WH3L3GAaGUOOxc9/2r14cfdDAvs0FoKGOeG28+tEuaCZoxP7xUqINDQhDqFiHdNzrxSZKFVk4dYaeLhmq/5bo5rH5lixSLEyE4u7uxc/a1TzvTnWqyDPyAIWF1k9q588xQtT8aIouqaNk24tSLIzhqDynXcqykqygO8s5l1qH+Wii2Les7dpIyd40zjr/1bIuRh/bcSNBi6YGwtd2remUut4YgLqL4awqmE5n73ENEWprF3IAbVoJXEhxr4o2kXU7JGUMTdLa4Byp5ykqXNM8SuojuApPjY/xuvfHyL3DTWv1qS6WJ2cWt38WftgTD8YGzxQEw7XwJdfF4a83qE3F9ywxBpy+/3ukK3/hrsTV3boeeA7rkzM+Hm3Iw1VKH1inIY1bmNTwG2e8wkImINOSl8vtLHJZOpVENUQ6iGlnY58eE/F0nMFaiTeSgRG5Et98fzN8VuFwBCc0Q8qggQLyftIRC43Q5eQv5dS3NUfJ5OJ7XKu780h75AkA5/w22wsXnDGv1rBvJ1B6q1JnQf1k7QvRKQkrfKbEdafOFbC+Dn99EGHvjUBj1rh6yfgpzkUkAZs/DI4c1b2xqHO2E7f4BuZn7+Pu5LbVowML6jdufla6PTDJX0t7v/c1wJPoiVPYkvWLI1Fl9BQ8QFNO6o3Mx9Lv6OvtszktsNP7G5TmTenZFPUx9KSa/c4oCc2zBLlrhekYKWraWnUUd2+EJ6i3hUWfB5l3pWedKifelf6w1r+ne6YVlvyrsiaww2qQysz2yRHL3Wv1DL3ipldMfdKbdG9YjYx90qUuVcKfNzHZ1ib9V8YSV9OZrVXHObimxJVbK8g/Echaj7KN/Ub/ia+/RU9wZxJ/dThZHY74J8d1OGUU3Kaxw5CVcILL2NlL6pzWgvTOn+bVcOvqL0uqVySsM7ugkcJq1zv8Wre1pqZcXGEzzIfXJRhnov9b5dmic+r4yV4Am6igdo5CW5HekmsH7u9uEKgKvq6Hv/cqpZjv5NVhtx5kK4GwIpe2McDnoaqQoU/r5NZjVtqinz/MOogglq1netEnMc525KhWgb2xXKm7anDPuJP8QE28KgsNBec83TZjhGLIarBkkLyzPIv7Ffh4cy2cLMoBmquycRaF+5u8YXNcEOozGIW9SnRYk60Xblua/v8NRO+xjL52hWr173yXWui9ZY1/YvDDYLFDPXmMtFM7nvQ3N/Rt2LVisw6p7W91T/cnIOtFlE/VGa+9sq1yXabe9vKqzZveLy5RXlpSZs2HG3qW7KGeimgXrSUYvOoL4xKPGMGl0o6BKl+NcjgfxLFL/YVneFgnoMQW2lTQoCR0gzu/XVabUKvSdRqdYfgA30jbKD4j+0bx2vcZIm7ZrzKWePEDWKfYarXX8cvPpuawn6XHtQ/HBo7nBuQnnXX1LifHeovp+mcxbiyOB+nEZDOC5Q6a9fvRhv7l/750v7GaOkCzqw9755ecMW8HMRNRynFem+zADI1W9I/M76sy/Jk0caZ6xIO6giasxcrW6B5Pc+z9SjBlEzNB7roKAxPyvpnUC7/0dsrQutvJVv265/qnz4xtumb19xV0hFv8RTZugoReSmZnJfBvIOSdJDmAfzsrGDplCBMjdPs4O7ZuRbXkWzG9mlnvBIwBnSQxoJdsG6ADhCRjget1FDOCMoMT7oDrRm2TGH7I5PbS3H/dCXAmu7rG5vbcguXshUGybbhkewjvc/6+c1sYQSNLj5/nUG0oTlRXQVt+PbY2jUtbXpq9OnXr9dm7EcHYheVi1D7MWREEM3wDZtNcyaMGGA7GCs6MiCWkNIZ4Dcu2BUJL8h+PbsgHNm1YKPQNd65un25JC3TVneOh+avmo/bJuBvHn9593KahiZevvvl8ZvJR53jXevuX79Jkr6w8cER/O7tBpp4/gxtdL7ahngtMTtqgsoHuiDGQw3JUgxU0PBTdgGbOqVRGx7ymJ4qehiP0UF2jywmXOX6pnJXwmxh13Cj/jx0PsVvLXoj4Ud66OO3RRks5S5MelYWyRJRPlTuzN7zFHfRGEhe3nom1rfJ9JzXMp34bu/bgtc0V9/+Rzvemr5HK9JI/ek2tMCYx1MJmXygmkKpXiJ6wQ7BFpLyQS9hNmKaRSLwt+T0jN73mADzYJ5pyHqIOqNOmGi0dL/+ARqLH9psME8QoMYKMVh49rMhYfqxx6aFuLTtMUHYjv9T0o4d0q37hX2S9Jhpv1AYX8uQjioWNeZJR4KRtBGHR+dqaeAFxYeeiBGzh3yGPUJWHUscC7iE2rq+3Q91dy7u37Wk9cqAoB5NrUul1t1AD3AtJlGFwJWtS3b11wd2P7yrr65WcLkKr/FQaIOD/BqsfxNaSGgnU1VLmRsBagp7ow2M1aKqkzejcYodBW4trYIJJZWJ/4aAfwgoz31sdZglHjaN8SazWS438R7eLORNJKk74Ff5H8N7CFsFIhFZENDilADm84LJbDWX62/ob8gVZt5swkeYBNST2ZOF2LMZ/unmFnIruSFu5PI4qWjszVgxZrFN89BJJmpOowmYjGgpl4jgOzBXbttbNP70vzeMPkkQMu5Voyuqct6de3fOy2qSoAjCXAXzZNEUTBhWoP43DpvNFopHG7KrViyskmTerAqzbNlieyz9b7aEE02iYDmgaA0iPP6v1v3Y4p01OfeKDcuqsjU7/8tVfnz5woZotKF3ZaHfJ/lvcAu4L3N3cXdzX+X2cvu4P0Gpi6KrhaAmMCPUoz7RFAIj6lL1AfOsdmGn+ojbk9Yom6IYVj21QF2oLewYSaZZ+/ggzSITKIu3swWmLPohFQmKtCVpctFYSI1S3cXCftiqvFCbvy3kwhPMHoURtoqGtijJ7XfW8IpVkQadQdugbLL25+yiZUAO21d53Da+xnnee4tozxXfD4atltpv3WVVa2vK3MPZPhshgq0vO6xaHfPsqpW9MDukoWyfWeSh8KrKr8K38svJd/LLYV0k1xDOrco1NOQidS3NgbqWlkGPc0SSJb+5zHGPI2zTEpotjFd2s99sH1KrZr+NWLW45qh3srdVQ05PbqxCLHOXif7tXVZVkG2ialVtnTsCYlkZjp+K9esrRKu7zCTge5NSbpMF+l7b7hfLXOVixWMnkXw9H86tyYXZ4VTzombcZs0x9XGD3Ch3FdX6qC1DkUJ3hCOpdCjNYkjYqiRjcbQqmsSIsVS6JAlNHmriFcJF2sN8cSE3lNasFy/IJ5F6QdLfEoCnIR4QlAVHo9un1dVpmZTfZNJPyoK9ye1L+es0n7vRIZggYjL5kplkbSaOADJWU6MHjDP8rHBe6DWZnka5J6GBI0gmk4A3jgqaIeZaq6KIYw/8qYxWV+EQhGdNAkoEX7K2NulrXUhkmkmsRt9VOL9rnGe1j4TSuIWbP2u9Kw3O8bfArOWsyVlrXdvtxN9C/Hwpdb2xxJXUCIqc/2NTqLCg1RJwwv/UrYXVrvs23UpXu26SiJozlsYWlrsSTbQIg8VVrQ41Zx2iIQj2Ku2EyXTCmj9nJJuNjY4gzdSim/EXgeJXLp4MfdXb5MUNyvSV8KpOG9gN/0yPx1X63EseO/cr3pGtcZ87QZ/yre6az/Gt0pmZom/1l79kq3tKntUiZv1DvhNbElFRmsUu4uinQNIsqv5ImEmDDFAAm0YtF6BD3xNi8UtOE8rPSTngJL2uoLWDdDWFxWj+RaEFmuOrQutioZXBzFU3bfkf3RmxA2Ky11Fd86Z+xO1+04l/V723KTPw9IAgrBq7cuWqVrVScTR1bh696oNrvmYpc0HPG84F7qL9QOW5jDc8woqQiU+H4Myt+hsf5YAAnzupv8E/qp+uOqa/u38/1B+bFXNAv1NYDK6Pp4F5KLJQkvUS56yMNKXpgW1eyb8rvN8r7X2wUdHOy5r8ck9YsG2sCu8dcGx8ILzTJoSh9fzSZsqyMNxfLEu5ZCmfmztpuaASRr4bmT1B415ZeL8a5BGM0tWB8BTUT07K9+jvPvKITCazOyYnd+hH2enCOIEEW398GdaVmmRFiamgUdRc4wUOTUxIY/QwVxX3Rm5sYmL9L9lxpt8c/HXGmoZQmkbPB3kxqeA/2XFg18DusQO7B3bteQKC+knSf4CucuAurG+SRb9fRn1poGQyIiaBzeIHPXOt8K2U8CFYMSThxVzr/IF0AJtIP3vo0AQds7/7Hb+NxSW7WET6JcVByeJvyH+dPJhfblUUK/kOPeo7DUnBf+vcAf7qnGI9t4Y+5v/Sqpz7gSErZvyKF64JLMQERIwIhgtX4ZHdLM5iKpcjmy5aj0e25OgfzDt/WZ4hg55DOZfgruFuwzIMG5DWgy0ADhuxk/THV2h0I5vGMeQ06w/6z9AFdhm7y6CVKBYXDhdStBV/giSpBA3QHSqZazTMpBxE0u+v93pUm829sHfZyvm9VdXhhng4aBZbQ8msJMQq3NXWpqpglcshW22xtqfKRMmBGFIQ1KommefFisUDPld1dY1kCgQiFSab5MpsurZVENw94b4OjcQGLWVllkHZKpSZYYNS6VQUYrXBV5xmpUIps1ody1ZM1CwKBVNWe7lJynWv0Kq8LofPGQjG2rbW2RSb4qlvjCZiZkVUwa5YxEq7O1IhS2PLh+0EwKGo+kF71F3fkf5GmQw/ka1WWW9EK7LQvt/mf4B6bxO3nf1GijlIuaUUp6oZP2PDvGEtUAg7LbR6ObAmxbYr3NIOYMuv3YVfu2ljfgT6mzhKkqU1JUuBUayJ4ZupZRVAGzazbGVHpqo6gg0bMJtnGtbWiA2r2mWr/IVvlZmxXWVZMKmVUbOp2K7m+bIQCIbPb9fFN+XfHDSXWeUBrC750+qUzWrT9zjNjoqKMqvNsXTFhHdRKJCyldsFKdezXKv2qg5fRTC86YuzGlSskF1Qzho0FJbksYG15YhnFEWFDYhewtv3l5n1Rtqc8C+ipeSfOoI6k3pYjXBdVaQNIIbNYjCSCqe1Uhyv8SJooAcaIpxKUzakk8xJj8qQ8IUvEHNt9cWA3y8Qk2wSJbOwHQiPuAD4Y+yRL9bSGyveGO95OvHEHzCBWRbqognyEY4t0Sw8QSgy43cUPmvw0dTHCIn1NBoJfkj4mdcx9no/e12q5wPkfaZJKJhkK1VpBIyY5O8flBCJHhLOxqHhoPC6NPIuvDcoSfoh6bO4/tYB+U1htJTHXnIvW29b0Eb3EFQ4iIwKeqdYzkdcOY2coetQPQhVU0GPHUjTQf2t+FnhEPDCyLsj0uvw8gH9reZP5SldGjk5KrwxS28f+M/WVbBfQUgzrxINZL9oXUUm+0p8mgbxKtPxCxdW0DUVxHYkMW0iIE1fEMtu5wIsVi1kKsR9G8Irgn2LMoX+ShRSQldxe0Q0g9SI6EkCv1l/RH+krWVo7XXXrR1qactFQl9dK639aigiQL0E9cJYo/zh+sReCSp518GDZ3dsuWbJsnnzli25ZsuOo0c3jq69Y968O9aObjwm7Nkj7G76SBiL7wXPhXMAdVyzodPYDx6hMZohaerzEKkMZe5v5vxWDWvLsLzSAfrDBoaJEIQzQ1+7rV57TX9Nq7/ta0PXbli3Nxjcu27D8eLFtf6035/O0oM/eUUSEldce0USL8jvem5advPdd9+87KaebEPkwfVjD1B34ANj6x+MNBwpfIGHLH4wkkiMXHtFoqRvXuB3IR9UcnEuy60u/sILCplagnIKUh4xaEa57gPmuUwZsxWsn2k0FBorHtUsejSjagHRQ41S6nKJE3pXC+Sv9sbzkfh2aTwR+oPnNo+O6Kf22CQvtsGHidzuY1pstTBssrauaWvwCdoefNAwP76yJfQHo+s296zoklt/b0CoSmQDDlu/0zu9t5m8k9ghrL59/X0DfnCqewTem/KT95Q7tkmjGWFIqIu0DbVYBQ3+4Y6t0upYfMnWK/8gFFY1EI8MCKoQXJjwCv2W2iI/Ff1UyTl7qtKz5ndSc3BbJfvZesj/t/fqoyG2NHKG14u0xeZOWxTUuRF1wvbLOVCUy3H/F+TEsdQAAHicY2BkYGAA4qRYhaPx/DZfGbiZXwBFGG49dghD0P//M78Ei3MwMIFEAVTyDMEAAHicY2BkYGB+wcAAIf//Z37JwMiACqYCAHC3BVh4nGNgYGBgfjGKRzH1MACrf4fdAAAAAAAAHgBMAOgBKAF6AZwCIgI4AowCwgMcA4oD7AQmBEIEXARqBHgEkgSgBK4EyAUOBVoFoAXgBfoGUAZoBo4GygcABxoHPgdUB2gHvgfkCAAIUAiuCQoJYgm+CdoKGgpUCoIKwAsaC1YLigu4DAwMMgxUDHwMtAz8DSwNfA3EDfwOMA5MD3gPlA/AD+oQlBESEUoRuBIKElISeBK2ExoTLhNCE1YTahOWE9YT8hQeFJYU5hUwFawV4BYYFjIWeBbiF04XfBeoF94YIBh0GKgZQhmsGiQamBrqGxAbHhtqG4YbsBwGHFQcoBzyHTYddB3AHkgevB+qIDoglCDGIOAhMCFMIYIhriHMIigiRCKgItQjCCO4JGAk1CT2JQglKCViJa4mDCaKJtgnHnicY2BkYGCYynCVgZcBBJiAmAsIGRj+g/kMAC35Ao4AeJxljTFuwjAUhv9AoC2RWqRK7VhPHahIIGwcAHYGtg5JcEJQEkeOQWLrCXqEHqGnqHoCDtSH+7KALfl973u/bQBD/MLBeTm4ted5dXBD3T93iR6YXeJn5h48vDD3yY+YB3hDyOzhEe/0guPekRmiZu7gHh/MXfKfzC7xF3MPT/hm7pP/YR5gjROzh1dnFM/GeaKqZiWzfRHptm3rWuomV5WY+pNWLWUldWTkRsRH0Ryy0JhUpFqVYqEqI4tCiVqrnUyMvzWmngdByt5PVIkYM4yRI4FChQYrSGTYo0AEfTW97NeU1lRz2wtM4WNylVpSqrLJCIbqhpIxjnQ2ONBvIVmDlPqUMgol0cLePacL2opMbWc7Mgl5H1t7q8YcAe30Iu/b38s/UUVamAAAeJxtVIeW2zYQvIkpiVS7yGc7vffee292nDjdKU5jQAISEZEAAoCSz+m99zjfmwUp3dn3wve4mF1BxO7sLDbO2Wif/sb/P6dxDvYhQgdd9BAjQR8DDDHCGJs4FxPsxxYO4CAO4TycjwtwIS7CxbgEl+IyXI4rcCWuwtW4BtfiOlyPG3AjbsLNuAW34jbcjjtwJ+7C3bgH9+I+3I8H8CAewsN4BI/iMTyOJ/AknsLTeAaHcQTP4iiew/M4hhfwIl7Cy3gFr+I1HMfreANv4i2cwNt4B+/iPbyPFB+AIUMODoEpZigg8SHmKFFBQcPgI1g4eNRYYImT2MYpfIxP8Ck+w+f4Al/iK3yNb/AtvsP3+AE/4if8jF/wK37D7/gDf+Iv/I1/cBr/bsSHWS4yrefJkZI5x7W2yVHlPJtZVsXHpJoLLlXv+FJ6L2zvhK6P15kYszzXtfJpLm1ein2M8/30rtxU176USgyakK4qofwkYFdoY6SapTmzPmEls1Wqp9N4hVTEjHF9Zq1ephnL5+MWcr1US2b55sq12jSx0Rl+bVbeVNuwd/WVUkz9oIVWzgo/bHFtwp4B857lRTqVpRiucKWV2O63Tsg7YbXXViixTDJm07ygzDtZqfN5HFirmJ1vrkGaacuFTda+i2i7HwSTZnWWlWLrDLxmqZMXIp8PGpuyKbE8bHFLZodeZpPGpqwsydc17zeWWFBivIZLVWrGk9YlWoctqk0Ij6kPhlmRNgS4OLg1nTXJrWBepFQgUVdS+gOKcOlDj3jCmSsyHfjkYZdlaia6XJTCiwEXLrfSeKnVJuG5pzYspaJEXI+LhcyFi0OCIesJ13Woebcr+8+KNM2J1zV0uSUiXBTyGAnaYNdkbYoFNSVlCyZLRn8fiJOUqtcpKScJfSS9me0BIaotLaXzhClna6xUvj+V1vnUMCpiVWy7pNoIlcysrk1KQh0WojTrI6NCVyIJJl1qO4+kmuqhVE5Y38phsnK4lQvRiGkdkWohPQsExXOx3fC4tQbprrb3xgI9B/bEGoIme4K16RALokwaG3pOaFVg1BRPQmVlagpqQxREmwTTVEvuTHeDqX1UEZ0Ryb1OGv2HL0WV1jwOhkaR9ysagrTQVp5KGrig+mKlSRPE14iAnMq8KdVNzvLCtwbhQGIjqKxrhDaloMU6rfrtEj6SGClW89U0a2AZl7qdiK4VlV6Ig+2y55rpWGHK7aSxQWs9K1yY2chqXUWOLUTsaKJ4TacS0LrsOhqmvIicUPwQGS/DqKdcOkdJu6kUfGs3vBOLnfCe1OQ6jtIUo7Ous76jkfct005TEc4IwSO6Se0gmPXl0OCCldO+WzLTUnpoF2rlqWFtgUkTDkwf2EEy3/l57MME0DAougEl73lx0rvK9X1RV1kjrLiFtYlDKYGrkae7jIecmwt0x5uWdFHteLXptrfGiI6UofS0JkH3F9LJTJbSb493YWhw7xRRTQ2Om5X6srHxHwu9mRcAAAA=) format("woff")
}

.b3__ico--Facebook:before,
.b3__ico--Glassdoor:before,
.b3__ico--Instagram:before,
.b3__ico--Linkedin:before,
.b3__ico--Twitter:before,
.b3__ico--YouTube:before,
.b3__ico--account_circle:before,
.b3__ico--add:before,
.b3__ico--add_circle_outline:before,
.b3__ico--add_comment:before,
.b3__ico--add_shopping_cart:before,
.b3__ico--alarm_off:before,
.b3__ico--alarm_on:before,
.b3__ico--apps:before,
.b3__ico--arrow_back:before,
.b3__ico--arrow_downward:before,
.b3__ico--arrow_drop_down:before,
.b3__ico--arrow_drop_up:before,
.b3__ico--arrow_forward:before,
.b3__ico--arrow_left:before,
.b3__ico--arrow_right:before,
.b3__ico--arrow_upward:before,
.b3__ico--attach_file:before,
.b3__ico--attach_money:before,
.b3__ico--attachment:before,
.b3__ico--autorenew:before,
.b3__ico--bar_chart:before,
.b3__ico--block:before,
.b3__ico--bookmark:before,
.b3__ico--bookmark_border:before,
.b3__ico--bookmarks:before,
.b3__ico--chat:before,
.b3__ico--chat_bubble:before,
.b3__ico--chat_bubble_outline:before,
.b3__ico--check:before,
.b3__ico--check_after:before,
.b3__ico--check_circle:before,
.b3__ico--clear:before,
.b3__ico--clear_all:before,
.b3__ico--cloud:before,
.b3__ico--cloud_done:before,
.b3__ico--cloud_download:before,
.b3__ico--cloud_off:before,
.b3__ico--cloud_upload:before,
.b3__ico--compare_arrows:before,
.b3__ico--computer:before,
.b3__ico--create_new_folder:before,
.b3__ico--credit_card:before,
.b3__ico--dashboard:before,
.b3__ico--date_range:before,
.b3__ico--delete:before,
.b3__ico--description:before,
.b3__ico--desktop_windows:before,
.b3__ico--devices:before,
.b3__ico--done_all:before,
.b3__ico--double_arrow_left:before,
.b3__ico--double_arrow_right:before,
.b3__ico--download:before,
.b3__ico--drafts:before,
.b3__ico--edit:before,
.b3__ico--error_outline:before,
.b3__ico--event_available:before,
.b3__ico--exit_to_app:before,
.b3__ico--file_copy:before,
.b3__ico--filter_list:before,
.b3__ico--fingerprint:before,
.b3__ico--first_page:before,
.b3__ico--folder:before,
.b3__ico--folder_open:before,
.b3__ico--group_add:before,
.b3__ico--help_outline:before,
.b3__ico--home:before,
.b3__ico--home_work:before,
.b3__ico--info:before,
.b3__ico--insert_chart:before,
.b3__ico--insert_drive_file:before,
.b3__ico--insert_invitation:before,
.b3__ico--keyboard:before,
.b3__ico--keyboard_arrow_down:before,
.b3__ico--keyboard_arrow_left:before,
.b3__ico--keyboard_arrow_right:before,
.b3__ico--keyboard_arrow_up:before,
.b3__ico--label:before,
.b3__ico--label_off:before,
.b3__ico--last_page:before,
.b3__ico--list:before,
.b3__ico--local_phone:before,
.b3__ico--lock:before,
.b3__ico--lock_open:before,
.b3__ico--logo:before,
.b3__ico--logout:before,
.b3__ico--mail:before,
.b3__ico--menu:before,
.b3__ico--money_off:before,
.b3__ico--mood:before,
.b3__ico--mood_bad:before,
.b3__ico--more_horiz:before,
.b3__ico--more_vert:before,
.b3__ico--note_add:before,
.b3__ico--notifications:before,
.b3__ico--notifications_off:before,
.b3__ico--open_in_new:before,
.b3__ico--people:before,
.b3__ico--person:before,
.b3__ico--person_add:before,
.b3__ico--pie_chart:before,
.b3__ico--print:before,
.b3__ico--radio_after:before,
.b3__ico--remove:before,
.b3__ico--remove_circle_outline:before,
.b3__ico--reply:before,
.b3__ico--reply_all:before,
.b3__ico--restore:before,
.b3__ico--room:before,
.b3__ico--save:before,
.b3__ico--schedule:before,
.b3__ico--school:before,
.b3__ico--search:before,
.b3__ico--send:before,
.b3__ico--sentiment_dissatisfied:before,
.b3__ico--sentiment_satisfied:before,
.b3__ico--settings:before,
.b3__ico--share:before,
.b3__ico--shopping_cart:before,
.b3__ico--smartphone:before,
.b3__ico--sort:before,
.b3__ico--speed:before,
.b3__ico--star:before,
.b3__ico--star_border:before,
.b3__ico--star_half:before,
.b3__ico--swap_horiz:before,
.b3__ico--swap_horizontal_circle:before,
.b3__ico--swap_vert:before,
.b3__ico--swap_vertical_circle:before,
.b3__ico--tablet_android:before,
.b3__ico--textsms:before,
.b3__ico--thumb_down:before,
.b3__ico--thumb_up:before,
.b3__ico--timeline:before,
.b3__ico--trending_down:before,
.b3__ico--trending_flat:before,
.b3__ico--trending_up:before,
.b3__ico--upload:before,
.b3__ico--verified_user:before,
.b3__ico--visibility:before,
.b3__ico--visibility_off:before,
.b3__ico--zoom_in:before,
.b3__ico--zoom_out:before,
.b3__logo--large:before,
.b3__logo--medium:before,
.b3__logo--small:before,
.b3__logo:before {
    font-family: b3-icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    vertical-align: middle
}

.b3__ico--Facebook:before {
    content: ""
}

.b3__ico--Glassdoor:before {
    content: ""
}

.b3__ico--Instagram:before {
    content: ""
}

.b3__ico--Linkedin:before {
    content: ""
}

.b3__ico--Twitter:before {
    content: ""
}

.b3__ico--YouTube:before {
    content: ""
}

.b3__ico--account_circle:before {
    content: ""
}

.b3__ico--add:before {
    content: ""
}

.b3__ico--add_circle_outline:before {
    content: ""
}

.b3__ico--add_comment:before {
    content: ""
}

.b3__ico--add_shopping_cart:before {
    content: ""
}

.b3__ico--alarm_off:before {
    content: ""
}

.b3__ico--alarm_on:before {
    content: ""
}

.b3__ico--apps:before {
    content: ""
}

.b3__ico--arrow_back:before {
    content: ""
}

.b3__ico--arrow_downward:before {
    content: ""
}

.b3__ico--arrow_drop_down:before {
    content: ""
}

.b3__ico--arrow_drop_up:before {
    content: ""
}

.b3__ico--arrow_forward:before {
    content: ""
}

.b3__ico--arrow_left:before {
    content: ""
}

.b3__ico--arrow_right:before {
    content: ""
}

.b3__ico--arrow_upward:before {
    content: ""
}

.b3__ico--attach_file:before {
    content: ""
}

.b3__ico--attach_money:before {
    content: ""
}

.b3__ico--attachment:before {
    content: ""
}

.b3__ico--autorenew:before {
    content: ""
}

.b3__ico--bar_chart:before {
    content: ""
}

.b3__ico--block:before {
    content: ""
}

.b3__ico--bookmark:before {
    content: ""
}

.b3__ico--bookmark_border:before {
    content: ""
}

.b3__ico--bookmarks:before {
    content: ""
}

.b3__ico--chat:before {
    content: ""
}

.b3__ico--chat_bubble:before {
    content: ""
}

.b3__ico--chat_bubble_outline:before {
    content: ""
}

.b3__ico--check:before {
    content: ""
}

.b3__ico--check_after:before {
    content: ""
}

.b3__ico--check_circle:before {
    content: ""
}

.b3__ico--clear:before {
    content: ""
}

.b3__ico--clear_all:before {
    content: ""
}

.b3__ico--cloud:before {
    content: ""
}

.b3__ico--cloud_done:before {
    content: ""
}

.b3__ico--cloud_download:before {
    content: ""
}

.b3__ico--cloud_off:before {
    content: ""
}

.b3__ico--cloud_upload:before {
    content: ""
}

.b3__ico--compare_arrows:before {
    content: ""
}

.b3__ico--computer:before {
    content: ""
}

.b3__ico--create_new_folder:before {
    content: ""
}

.b3__ico--credit_card:before {
    content: ""
}

.b3__ico--dashboard:before {
    content: ""
}

.b3__ico--date_range:before {
    content: ""
}

.b3__ico--delete:before {
    content: ""
}

.b3__ico--description:before {
    content: ""
}

.b3__ico--desktop_windows:before {
    content: ""
}

.b3__ico--devices:before {
    content: ""
}

.b3__ico--done_all:before {
    content: ""
}

.b3__ico--double_arrow_left:before {
    content: ""
}

.b3__ico--double_arrow_right:before {
    content: ""
}

.b3__ico--download:before {
    content: ""
}

.b3__ico--drafts:before {
    content: ""
}

.b3__ico--edit:before {
    content: ""
}

.b3__ico--error_outline:before {
    content: ""
}

.b3__ico--event_available:before {
    content: ""
}

.b3__ico--exit_to_app:before {
    content: ""
}

.b3__ico--file_copy:before {
    content: ""
}

.b3__ico--filter_list:before {
    content: ""
}

.b3__ico--fingerprint:before {
    content: ""
}

.b3__ico--first_page:before {
    content: ""
}

.b3__ico--folder:before {
    content: ""
}

.b3__ico--folder_open:before {
    content: ""
}

.b3__ico--group_add:before {
    content: ""
}

.b3__ico--help_outline:before {
    content: ""
}

.b3__ico--home:before {
    content: ""
}

.b3__ico--home_work:before {
    content: ""
}

.b3__ico--info:before {
    content: ""
}

.b3__ico--insert_chart:before {
    content: ""
}

.b3__ico--insert_drive_file:before {
    content: ""
}

.b3__ico--insert_invitation:before {
    content: ""
}

.b3__ico--keyboard:before {
    content: ""
}

.b3__ico--keyboard_arrow_down:before {
    content: ""
}

.b3__ico--keyboard_arrow_left:before {
    content: ""
}

.b3__ico--keyboard_arrow_right:before {
    content: ""
}

.b3__ico--keyboard_arrow_up:before {
    content: ""
}

.b3__ico--label:before {
    content: ""
}

.b3__ico--label_off:before {
    content: ""
}

.b3__ico--last_page:before {
    content: ""
}

.b3__ico--list:before {
    content: ""
}

.b3__ico--local_phone:before {
    content: ""
}

.b3__ico--lock:before {
    content: ""
}

.b3__ico--lock_open:before {
    content: ""
}

.b3__ico--logo:before,
.b3__logo--large:before,
.b3__logo--medium:before,
.b3__logo--small:before,
.b3__logo:before {
    content: ""
}

.b3__ico--logout:before {
    content: ""
}

.b3__ico--mail:before {
    content: ""
}

.b3__ico--menu:before {
    content: ""
}

.b3__ico--money_off:before {
    content: ""
}

.b3__ico--mood:before {
    content: ""
}

.b3__ico--mood_bad:before {
    content: ""
}

.b3__ico--more_horiz:before {
    content: ""
}

.b3__ico--more_vert:before {
    content: ""
}

.b3__ico--note_add:before {
    content: ""
}

.b3__ico--notifications:before {
    content: ""
}

.b3__ico--notifications_off:before {
    content: ""
}

.b3__ico--open_in_new:before {
    content: ""
}

.b3__ico--people:before {
    content: ""
}

.b3__ico--person:before {
    content: ""
}

.b3__ico--person_add:before {
    content: ""
}

.b3__ico--pie_chart:before {
    content: ""
}

.b3__ico--print:before {
    content: ""
}

.b3__ico--radio_after:before {
    content: ""
}

.b3__ico--remove:before {
    content: ""
}

.b3__ico--remove_circle_outline:before {
    content: ""
}

.b3__ico--reply:before {
    content: ""
}

.b3__ico--reply_all:before {
    content: ""
}

.b3__ico--restore:before {
    content: ""
}

.b3__ico--room:before {
    content: ""
}

.b3__ico--save:before {
    content: ""
}

.b3__ico--schedule:before {
    content: ""
}

.b3__ico--school:before {
    content: ""
}

.b3__ico--search:before {
    content: ""
}

.b3__ico--send:before {
    content: ""
}

.b3__ico--sentiment_dissatisfied:before {
    content: ""
}

.b3__ico--sentiment_satisfied:before {
    content: ""
}

.b3__ico--settings:before {
    content: ""
}

.b3__ico--share:before {
    content: ""
}

.b3__ico--shopping_cart:before {
    content: ""
}

.b3__ico--smartphone:before {
    content: ""
}

.b3__ico--sort:before {
    content: ""
}

.b3__ico--speed:before {
    content: ""
}

.b3__ico--star:before {
    content: ""
}

.b3__ico--star_border:before {
    content: ""
}

.b3__ico--star_half:before {
    content: ""
}

.b3__ico--swap_horiz:before {
    content: ""
}

.b3__ico--swap_horizontal_circle:before {
    content: ""
}

.b3__ico--swap_vert:before {
    content: ""
}

.b3__ico--swap_vertical_circle:before {
    content: ""
}

.b3__ico--tablet_android:before {
    content: ""
}

.b3__ico--textsms:before {
    content: ""
}

.b3__ico--thumb_down:before {
    content: ""
}

.b3__ico--thumb_up:before {
    content: ""
}

.b3__ico--timeline:before {
    content: ""
}

.b3__ico--trending_down:before {
    content: ""
}

.b3__ico--trending_flat:before {
    content: ""
}

.b3__ico--trending_up:before {
    content: ""
}

.b3__ico--upload:before {
    content: ""
}

.b3__ico--verified_user:before {
    content: ""
}

.b3__ico--visibility:before {
    content: ""
}

.b3__ico--visibility_off:before {
    content: ""
}

.b3__ico--zoom_in:before {
    content: ""
}

.b3__ico--zoom_out:before {
    content: ""
}

.b3__logo,
.b3__logo--large,
.b3__logo--medium,
.b3__logo--small {
    display: inline-block;
    font-size: 3.2rem;
    width: 3.2rem;
    height: 2.88rem;
    transform: translateY(-.1rem);
    color: #003475;
    position: relative
}

.b3__logo--large:before,
.b3__logo--medium:before,
.b3__logo--small:before,
.b3__logo:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.b3__logo.is-centered,
.is-centered.b3__logo--large,
.is-centered.b3__logo--medium,
.is-centered.b3__logo--small {
    transform: translate(-.4rem, -.1rem)
}

.b3__logo--blue {
    color: #003475
}

.b3__theme--dark .b3__logo,
.b3__theme--dark .b3__logo--large,
.b3__theme--dark .b3__logo--medium,
.b3__theme--dark .b3__logo--small,
.b3__theme--trader .b3__logo,
.b3__theme--trader .b3__logo--large,
.b3__theme--trader .b3__logo--medium,
.b3__theme--trader .b3__logo--small {
    color: #fff
}

.b3__theme--light .b3__logo,
.b3__theme--light .b3__logo--large,
.b3__theme--light .b3__logo--medium,
.b3__theme--light .b3__logo--small {
    color: #003475
}

.b3__logo--white {
    color: #fff
}

.b3__logo--large {
    font-size: 4rem;
    width: 4rem;
    height: 3.6rem;
    transform: translateY(-.13333rem)
}

.b3__logo--large.is-centered {
    transform: translate(-.53333rem, -.13333rem)
}

.b3__logo--medium {
    font-size: 3.2rem;
    width: 3.2rem;
    height: 2.88rem;
    transform: translateY(-.1rem)
}

.b3__logo--medium.is-centered {
    transform: translate(-.4rem, -.1rem)
}

.b3__logo--small {
    font-size: 2.4rem;
    width: 2.4rem;
    height: 2.16rem;
    transform: translateY(-.06667rem)
}

.b3__logo--small.is-centered {
    transform: translate(-.33333rem, -.06667rem)
}

.btn {
    position: relative;
    display: inline-block;
    padding: .8rem 3.2rem;
    border-radius: 3.2rem;
    line-height: 1.6rem;
    height: 3.2rem;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-position: center;
    transition: all .8s;
    margin: 0 0 1rem;
    background-color: #666e7a;
    border: none;
    color: #fff
}

.btn:focus {
    box-shadow: 0 0 0 .13333rem rgba(0, 176, 230, .6);
    outline: 0
}

.btn:focus:active {
    box-shadow: 0 0 0 .26667rem rgba(0, 176, 230, .6)
}

.btn:focus {
    background-color: #666e7a;
    color: #fff
}

.btn.active:not(:disabled):not(.disabled) {
    background-color: #606873;
    color: #fff
}

.show>.btn.dropdown-toggle {
    background-color: #606873;
    color: #fff
}

.btn:hover:not(:disabled):not(.disabled) {
    background: #a3a8af radial-gradient(circle, transparent 1%, #a3a8af 1%) center/15000%;
    color: #fff
}

.btn:active:not(:disabled):not(.disabled) {
    background-color: #f0f1f2;
    background-size: 100%;
    transition: background 0s;
    color: #fff
}

.b3__theme--dark .btn,
.b3__theme--trader .btn {
    background-color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .7);
    color: #002c63
}

.b3__theme--dark .btn:focus,
.b3__theme--trader .btn:focus {
    background-color: rgba(255, 255, 255, .7);
    color: #002c63
}

.b3__theme--dark .btn.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn.active:not(:disabled):not(.disabled) {
    background-color: rgba(208, 209, 211, .745);
    color: #002c63
}

.b3__theme--dark .btn:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .82) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .82) 1%) center/15000%;
    color: #002c63
}

.b3__theme--dark .btn:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn:active:not(:disabled):not(.disabled) {
    background-color: rgba(255, 255, 255, .97);
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.b3__theme--light .btn {
    background-color: #666e7a;
    border-color: #666e7a;
    color: #fff
}

.b3__theme--light .btn:focus {
    background-color: #666e7a;
    color: #fff
}

.b3__theme--light .btn.active:not(:disabled):not(.disabled) {
    background-color: #7d848e;
    color: #fff
}

.b3__theme--light .btn:hover:not(:disabled):not(.disabled) {
    background: #a3a8af radial-gradient(circle, transparent 1%, #a3a8af 1%) center/15000%;
    color: #fff
}

.b3__theme--light .btn:active:not(:disabled):not(.disabled) {
    background-color: #f0f1f2;
    background-size: 100%;
    transition: background 0s;
    color: #fff
}

.btn-light,
.btn-primary {
    background-color: #ffd862;
    border: none;
    color: #002c63
}

.btn-light:focus,
.btn-primary:focus {
    background-color: #ffd862;
    color: #002c63
}

.btn-light.active:not(:disabled):not(.disabled),
.btn-primary.active:not(:disabled):not(.disabled) {
    background-color: #e2c25f;
    color: #002c63
}

.show>.btn-light.dropdown-toggle,
.show>.btn-primary.dropdown-toggle {
    background-color: #e2c25f;
    color: #002c63
}

.btn-light:hover:not(:disabled):not(.disabled),
.btn-primary:hover:not(:disabled):not(.disabled) {
    background: #ffe8a1 radial-gradient(circle, transparent 1%, #ffe8a1 1%) center/15000%;
    color: #002c63
}

.btn-light:active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled) {
    background-color: #fffbef;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.b3__theme--dark .btn-light,
.b3__theme--dark .btn-primary,
.b3__theme--trader .btn-light,
.b3__theme--trader .btn-primary {
    background-color: #ffd862;
    border-color: #ffd862;
    color: #002c63
}

.b3__theme--dark .btn-light:focus,
.b3__theme--dark .btn-primary:focus,
.b3__theme--trader .btn-light:focus,
.b3__theme--trader .btn-primary:focus {
    background-color: #ffd862;
    color: #002c63
}

.b3__theme--dark .btn-light.active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-primary.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-light.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-primary.active:not(:disabled):not(.disabled) {
    background-color: #e2c25f;
    color: #002c63
}

.b3__theme--dark .btn-light:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-primary:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-light:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-primary:hover:not(:disabled):not(.disabled) {
    background: #ffe8a1 radial-gradient(circle, transparent 1%, #ffe8a1 1%) center/15000%;
    color: #002c63
}

.b3__theme--dark .btn-light:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-primary:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-light:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-primary:active:not(:disabled):not(.disabled) {
    background-color: #fffbef;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.b3__theme--light .btn-light,
.b3__theme--light .btn-primary {
    background-color: #ffd862;
    border-color: #ffd862;
    color: #002c63
}

.b3__theme--light .btn-light:focus,
.b3__theme--light .btn-primary:focus {
    background-color: #ffd862;
    color: #002c63
}

.b3__theme--light .btn-light.active:not(:disabled):not(.disabled),
.b3__theme--light .btn-primary.active:not(:disabled):not(.disabled) {
    background-color: #ffde7a;
    color: #002c63
}

.b3__theme--light .btn-light:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-primary:hover:not(:disabled):not(.disabled) {
    background: #ffe8a1 radial-gradient(circle, transparent 1%, #ffe8a1 1%) center/15000%;
    color: #002c63
}

.b3__theme--light .btn-light:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-primary:active:not(:disabled):not(.disabled) {
    background-color: #fffbef;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.btn-dark,
.btn-info {
    background-color: #666e7a;
    border: none;
    color: #fff
}

.btn-dark:focus,
.btn-info:focus {
    background-color: #666e7a;
    color: #fff
}

.btn-dark.active:not(:disabled):not(.disabled),
.btn-info.active:not(:disabled):not(.disabled) {
    background-color: #606873;
    color: #fff
}

.show>.btn-dark.dropdown-toggle,
.show>.btn-info.dropdown-toggle {
    background-color: #606873;
    color: #fff
}

.btn-dark:hover:not(:disabled):not(.disabled),
.btn-info:hover:not(:disabled):not(.disabled) {
    background: #a3a8af radial-gradient(circle, transparent 1%, #a3a8af 1%) center/15000%;
    color: #fff
}

.btn-dark:active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled) {
    background-color: #f0f1f2;
    background-size: 100%;
    transition: background 0s;
    color: #fff
}

.b3__theme--dark .btn-dark,
.b3__theme--dark .btn-info,
.b3__theme--trader .btn-dark,
.b3__theme--trader .btn-info {
    background-color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .7);
    color: #002c63
}

.b3__theme--dark .btn-dark:focus,
.b3__theme--dark .btn-info:focus,
.b3__theme--trader .btn-dark:focus,
.b3__theme--trader .btn-info:focus {
    background-color: rgba(255, 255, 255, .7);
    color: #002c63
}

.b3__theme--dark .btn-dark.active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-info.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-dark.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-info.active:not(:disabled):not(.disabled) {
    background-color: rgba(208, 209, 211, .745);
    color: #002c63
}

.b3__theme--dark .btn-dark:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-info:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-dark:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-info:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .82) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .82) 1%) center/15000%;
    color: #002c63
}

.b3__theme--dark .btn-dark:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-info:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-dark:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-info:active:not(:disabled):not(.disabled) {
    background-color: rgba(255, 255, 255, .97);
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.b3__theme--light .btn-dark,
.b3__theme--light .btn-info {
    background-color: #666e7a;
    border-color: #666e7a;
    color: #fff
}

.b3__theme--light .btn-dark:focus,
.b3__theme--light .btn-info:focus {
    background-color: #666e7a;
    color: #fff
}

.b3__theme--light .btn-dark.active:not(:disabled):not(.disabled),
.b3__theme--light .btn-info.active:not(:disabled):not(.disabled) {
    background-color: #7d848e;
    color: #fff
}

.b3__theme--light .btn-dark:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-info:hover:not(:disabled):not(.disabled) {
    background: #a3a8af radial-gradient(circle, transparent 1%, #a3a8af 1%) center/15000%;
    color: #fff
}

.b3__theme--light .btn-dark:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-info:active:not(:disabled):not(.disabled) {
    background-color: #f0f1f2;
    background-size: 100%;
    transition: background 0s;
    color: #fff
}

.btn-success {
    background-color: #08ce79;
    border: none;
    color: #002c63
}

.btn-success:focus {
    background-color: #08ce79;
    color: #002c63
}

.btn-success.active:not(:disabled):not(.disabled) {
    background-color: #10b972;
    color: #002c63
}

.show>.btn-success.dropdown-toggle {
    background-color: #10b972;
    color: #002c63
}

.btn-success:hover:not(:disabled):not(.disabled) {
    background: #6be2af radial-gradient(circle, transparent 1%, #6be2af 1%) center/15000%;
    color: #002c63
}

.btn-success:active:not(:disabled):not(.disabled) {
    background-color: #e6faf2;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.b3__theme--dark .btn-success,
.b3__theme--trader .btn-success {
    background-color: #08ce79;
    border-color: #08ce79;
    color: #002c63
}

.b3__theme--dark .btn-success:focus,
.b3__theme--trader .btn-success:focus {
    background-color: #08ce79;
    color: #002c63
}

.b3__theme--dark .btn-success.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-success.active:not(:disabled):not(.disabled) {
    background-color: #10b972;
    color: #002c63
}

.b3__theme--dark .btn-success:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-success:hover:not(:disabled):not(.disabled) {
    background: #6be2af radial-gradient(circle, transparent 1%, #6be2af 1%) center/15000%;
    color: #002c63
}

.b3__theme--dark .btn-success:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-success:active:not(:disabled):not(.disabled) {
    background-color: #e6faf2;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.b3__theme--light .btn-success {
    background-color: #08ce79;
    border-color: #08ce79;
    color: #002c63
}

.b3__theme--light .btn-success:focus {
    background-color: #08ce79;
    color: #002c63
}

.b3__theme--light .btn-success.active:not(:disabled):not(.disabled) {
    background-color: #2dd58d;
    color: #002c63
}

.b3__theme--light .btn-success:hover:not(:disabled):not(.disabled) {
    background: #6be2af radial-gradient(circle, transparent 1%, #6be2af 1%) center/15000%;
    color: #002c63
}

.b3__theme--light .btn-success:active:not(:disabled):not(.disabled) {
    background-color: #e6faf2;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.btn-danger,
.btn-warning {
    background-color: #fa7c4a;
    border: none;
    color: #002c63
}

.btn-danger:focus,
.btn-warning:focus {
    background-color: #fa7c4a;
    color: #002c63
}

.btn-danger.active:not(:disabled):not(.disabled),
.btn-warning.active:not(:disabled):not(.disabled) {
    background-color: #de744a;
    color: #002c63
}

.show>.btn-danger.dropdown-toggle,
.show>.btn-warning.dropdown-toggle {
    background-color: #de744a;
    color: #002c63
}

.btn-danger:hover:not(:disabled):not(.disabled),
.btn-warning:hover:not(:disabled):not(.disabled) {
    background: #fcb092 radial-gradient(circle, transparent 1%, #fcb092 1%) center/15000%;
    color: #002c63
}

.btn-danger:active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled) {
    background-color: #fff2ed;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.b3__theme--dark .btn-danger,
.b3__theme--dark .btn-warning,
.b3__theme--trader .btn-danger,
.b3__theme--trader .btn-warning {
    background-color: #fa7c4a;
    border-color: #fa7c4a;
    color: #002c63
}

.b3__theme--dark .btn-danger:focus,
.b3__theme--dark .btn-warning:focus,
.b3__theme--trader .btn-danger:focus,
.b3__theme--trader .btn-warning:focus {
    background-color: #fa7c4a;
    color: #002c63
}

.b3__theme--dark .btn-danger.active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-warning.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-danger.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-warning.active:not(:disabled):not(.disabled) {
    background-color: #de744a;
    color: #002c63
}

.b3__theme--dark .btn-danger:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-warning:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-danger:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-warning:hover:not(:disabled):not(.disabled) {
    background: #fcb092 radial-gradient(circle, transparent 1%, #fcb092 1%) center/15000%;
    color: #002c63
}

.b3__theme--dark .btn-danger:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-warning:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-danger:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-warning:active:not(:disabled):not(.disabled) {
    background-color: #fff2ed;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.b3__theme--light .btn-danger,
.b3__theme--light .btn-warning {
    background-color: #fa7c4a;
    border-color: #fa7c4a;
    color: #002c63
}

.b3__theme--light .btn-danger:focus,
.b3__theme--light .btn-warning:focus {
    background-color: #fa7c4a;
    color: #002c63
}

.b3__theme--light .btn-danger.active:not(:disabled):not(.disabled),
.b3__theme--light .btn-warning.active:not(:disabled):not(.disabled) {
    background-color: #fb9065;
    color: #002c63
}

.b3__theme--light .btn-danger:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-warning:hover:not(:disabled):not(.disabled) {
    background: #fcb092 radial-gradient(circle, transparent 1%, #fcb092 1%) center/15000%;
    color: #002c63
}

.b3__theme--light .btn-danger:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-warning:active:not(:disabled):not(.disabled) {
    background-color: #fff2ed;
    background-size: 100%;
    transition: background 0s;
    color: #002c63
}

.btn.disabled,
.btn:disabled {
    background-color: #f6f6f7;
    border: none;
    color: rgba(102, 110, 122, .4);
    opacity: 1
}

.btn.disabled:focus,
.btn:disabled:focus {
    background-color: #f6f6f7;
    color: rgba(102, 110, 122, .4)
}

.btn.disabled.active:not(:disabled):not(.disabled),
.btn:disabled.active:not(:disabled):not(.disabled) {
    background-color: #dbdbde;
    color: rgba(102, 110, 122, .4)
}

.show>.btn.disabled.dropdown-toggle,
.show>.btn:disabled.dropdown-toggle {
    background-color: #dbdbde;
    color: rgba(102, 110, 122, .4)
}

.btn.disabled:hover:not(:disabled):not(.disabled),
.btn:disabled:hover:not(:disabled):not(.disabled) {
    background: #fafafa radial-gradient(circle, transparent 1%, #fafafa 1%) center/15000%;
    color: rgba(102, 110, 122, .4)
}

.btn.disabled:active:not(:disabled):not(.disabled),
.btn:disabled:active:not(:disabled):not(.disabled) {
    background-color: #fefefe;
    background-size: 100%;
    transition: background 0s;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .btn.disabled,
.b3__theme--dark .btn:disabled,
.b3__theme--trader .btn.disabled,
.b3__theme--trader .btn:disabled {
    background-color: rgba(102, 110, 122, .5);
    border-color: rgba(102, 110, 122, .5);
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn.disabled:focus,
.b3__theme--dark .btn:disabled:focus,
.b3__theme--trader .btn.disabled:focus,
.b3__theme--trader .btn:disabled:focus {
    background-color: rgba(102, 110, 122, .5);
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn.disabled.active:not(:disabled):not(.disabled),
.b3__theme--dark .btn:disabled.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn.disabled.active:not(:disabled):not(.disabled),
.b3__theme--trader .btn:disabled.active:not(:disabled):not(.disabled) {
    background-color: rgba(89, 95, 106, .575);
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn:disabled:hover:not(:disabled):not(.disabled) {
    background: rgba(204, 207, 211, .7) radial-gradient(circle, transparent 1%, rgba(204, 207, 211, .7) 1%) center/15000%;
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn:disabled:active:not(:disabled):not(.disabled) {
    background-color: rgba(250, 250, 250, .95);
    background-size: 100%;
    transition: background 0s;
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .btn.disabled,
.b3__theme--light .btn:disabled {
    background-color: #f6f6f7;
    border-color: #f6f6f7;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--light .btn.disabled:focus,
.b3__theme--light .btn:disabled:focus {
    background-color: #f6f6f7;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--light .btn.disabled.active:not(:disabled):not(.disabled),
.b3__theme--light .btn:disabled.active:not(:disabled):not(.disabled) {
    background-color: #f7f7f8;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--light .btn.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn:disabled:hover:not(:disabled):not(.disabled) {
    background: #fafafa radial-gradient(circle, transparent 1%, #fafafa 1%) center/15000%;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--light .btn.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn:disabled:active:not(:disabled):not(.disabled) {
    background-color: #fefefe;
    background-size: 100%;
    transition: background 0s;
    color: rgba(102, 110, 122, .4)
}

.btn-link {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    background-color: transparent;
    border: none;
    color: #0063de
}

.btn-link:focus {
    background-color: transparent;
    color: #0063de
}

.btn-link:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #0063de
}

.btn-link:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #0063de
}

.b3__theme--dark .btn-link,
.b3__theme--trader .btn-link {
    background-color: transparent;
    color: #ffd862
}

.b3__theme--dark .btn-link:focus,
.b3__theme--trader .btn-link:focus {
    color: #ffd862
}

.b3__theme--dark .btn-link:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-link:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .25) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .25) 1%) center/15000%;
    color: #ffd862
}

.b3__theme--dark .btn-link:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-link:active:not(:disabled):not(.disabled) {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s;
    color: #ffd862
}

.b3__theme--light .btn-link {
    background-color: transparent;
    border: none;
    color: #0063de
}

.b3__theme--light .btn-link:focus {
    background-color: transparent;
    color: #0063de
}

.b3__theme--light .btn-link:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #0063de
}

.b3__theme--light .btn-link:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #0063de
}

.btn-group-lg>.btn-link.btn,
.btn-link.btn-lg {
    padding-left: 2rem;
    padding-right: 2rem
}

.btn-group-sm>.btn-link.btn,
.btn-link.btn-sm {
    padding-left: 1.2rem;
    padding-right: 1.2rem
}

.btn-link.disabled,
.btn-link:disabled {
    background-color: transparent;
    border: none;
    color: rgba(102, 110, 122, .4);
    opacity: 1
}

.btn-link.disabled:focus,
.btn-link:disabled:focus {
    background-color: transparent;
    color: rgba(102, 110, 122, .4)
}

.btn-link.disabled:hover:not(:disabled):not(.disabled),
.btn-link:disabled:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: rgba(102, 110, 122, .4)
}

.btn-link.disabled:active:not(:disabled):not(.disabled),
.btn-link:disabled:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .btn-link.disabled,
.b3__theme--dark .btn-link:disabled,
.b3__theme--trader .btn-link.disabled,
.b3__theme--trader .btn-link:disabled {
    background-color: transparent;
    color: rgba(102, 110, 122, .5)
}

.b3__theme--dark .btn-link.disabled:focus,
.b3__theme--dark .btn-link:disabled:focus,
.b3__theme--trader .btn-link.disabled:focus,
.b3__theme--trader .btn-link:disabled:focus {
    color: rgba(102, 110, 122, .5)
}

.b3__theme--dark .btn-link.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-link:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-link.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-link:disabled:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .25) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .25) 1%) center/15000%;
    color: rgba(102, 110, 122, .5)
}

.b3__theme--dark .btn-link.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-link:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-link.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-link:disabled:active:not(:disabled):not(.disabled) {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s;
    color: rgba(102, 110, 122, .5)
}

.b3__theme--light .btn-link.disabled,
.b3__theme--light .btn-link:disabled {
    background-color: transparent;
    border: none;
    color: rgba(102, 110, 122, .4);
    opacity: 1
}

.b3__theme--light .btn-link.disabled:focus,
.b3__theme--light .btn-link:disabled:focus {
    background-color: transparent;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--light .btn-link.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-link:disabled:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--light .btn-link.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-link:disabled:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: rgba(102, 110, 122, .4)
}

.btn-outline-light,
.btn-outline-primary {
    background-color: transparent;
    border: 1px solid #0063de;
    color: #0063de
}

.btn-outline-light:focus,
.btn-outline-primary:focus {
    background-color: transparent;
    color: #0063de
}

.btn-outline-light:focus,
.btn-outline-light:hover,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    border-color: #0063de
}

.btn-outline-light:hover:not(:disabled):not(.disabled),
.btn-outline-primary:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #0063de
}

.btn-outline-light:active:not(:disabled):not(.disabled),
.btn-outline-primary:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #0063de
}

.b3__theme--dark .btn-outline-light,
.b3__theme--dark .btn-outline-primary,
.b3__theme--trader .btn-outline-light,
.b3__theme--trader .btn-outline-primary {
    background-color: transparent;
    border-color: #ffd862;
    color: #ffd862
}

.b3__theme--dark .btn-outline-light:focus,
.b3__theme--dark .btn-outline-primary:focus,
.b3__theme--trader .btn-outline-light:focus,
.b3__theme--trader .btn-outline-primary:focus {
    color: #ffd862
}

.b3__theme--dark .btn-outline-light:focus,
.b3__theme--dark .btn-outline-light:hover,
.b3__theme--dark .btn-outline-primary:focus,
.b3__theme--dark .btn-outline-primary:hover,
.b3__theme--trader .btn-outline-light:focus,
.b3__theme--trader .btn-outline-light:hover,
.b3__theme--trader .btn-outline-primary:focus,
.b3__theme--trader .btn-outline-primary:hover {
    border-color: #ffd862
}

.b3__theme--dark .btn-outline-light:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-primary:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-light:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-primary:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .25) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .25) 1%) center/15000%;
    color: #ffd862
}

.b3__theme--dark .btn-outline-light:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-primary:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-light:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-primary:active:not(:disabled):not(.disabled) {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s;
    color: #ffd862
}

.b3__theme--light .btn-outline-light,
.b3__theme--light .btn-outline-primary {
    background-color: transparent;
    border: 1px solid #0063de;
    color: #0063de
}

.b3__theme--light .btn-outline-light:focus,
.b3__theme--light .btn-outline-primary:focus {
    background-color: transparent;
    color: #0063de
}

.b3__theme--light .btn-outline-light:focus,
.b3__theme--light .btn-outline-light:hover,
.b3__theme--light .btn-outline-primary:focus,
.b3__theme--light .btn-outline-primary:hover {
    border-color: #0063de
}

.b3__theme--light .btn-outline-light:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-primary:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #0063de
}

.b3__theme--light .btn-outline-light:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-primary:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #0063de
}

.btn-outline-dark,
.btn-outline-info,
.btn-outline-secondary {
    background-color: transparent;
    border: 1px solid #666e7a;
    color: #666e7a
}

.btn-outline-dark:focus,
.btn-outline-info:focus,
.btn-outline-secondary:focus {
    background-color: transparent;
    color: #666e7a
}

.btn-outline-dark:focus,
.btn-outline-dark:hover,
.btn-outline-info:focus,
.btn-outline-info:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
    border-color: #666e7a
}

.btn-outline-dark:hover:not(:disabled):not(.disabled),
.btn-outline-info:hover:not(:disabled):not(.disabled),
.btn-outline-secondary:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #666e7a
}

.btn-outline-dark:active:not(:disabled):not(.disabled),
.btn-outline-info:active:not(:disabled):not(.disabled),
.btn-outline-secondary:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #666e7a
}

.b3__theme--dark .btn-outline-dark,
.b3__theme--dark .btn-outline-info,
.b3__theme--dark .btn-outline-secondary,
.b3__theme--trader .btn-outline-dark,
.b3__theme--trader .btn-outline-info,
.b3__theme--trader .btn-outline-secondary {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .7);
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn-outline-dark:focus,
.b3__theme--dark .btn-outline-info:focus,
.b3__theme--dark .btn-outline-secondary:focus,
.b3__theme--trader .btn-outline-dark:focus,
.b3__theme--trader .btn-outline-info:focus,
.b3__theme--trader .btn-outline-secondary:focus {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn-outline-dark:focus,
.b3__theme--dark .btn-outline-dark:hover,
.b3__theme--dark .btn-outline-info:focus,
.b3__theme--dark .btn-outline-info:hover,
.b3__theme--dark .btn-outline-secondary:focus,
.b3__theme--dark .btn-outline-secondary:hover,
.b3__theme--trader .btn-outline-dark:focus,
.b3__theme--trader .btn-outline-dark:hover,
.b3__theme--trader .btn-outline-info:focus,
.b3__theme--trader .btn-outline-info:hover,
.b3__theme--trader .btn-outline-secondary:focus,
.b3__theme--trader .btn-outline-secondary:hover {
    border-color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn-outline-dark:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-info:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-secondary:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-dark:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-info:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-secondary:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .25) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .25) 1%) center/15000%;
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn-outline-dark:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-info:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-secondary:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-dark:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-info:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-secondary:active:not(:disabled):not(.disabled) {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s;
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .btn-outline-dark,
.b3__theme--light .btn-outline-info,
.b3__theme--light .btn-outline-secondary {
    background-color: transparent;
    border: 1px solid #666e7a;
    color: #666e7a
}

.b3__theme--light .btn-outline-dark:focus,
.b3__theme--light .btn-outline-info:focus,
.b3__theme--light .btn-outline-secondary:focus {
    background-color: transparent;
    color: #666e7a
}

.b3__theme--light .btn-outline-dark:focus,
.b3__theme--light .btn-outline-dark:hover,
.b3__theme--light .btn-outline-info:focus,
.b3__theme--light .btn-outline-info:hover,
.b3__theme--light .btn-outline-secondary:focus,
.b3__theme--light .btn-outline-secondary:hover {
    border-color: #666e7a
}

.b3__theme--light .btn-outline-dark:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-info:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-secondary:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #666e7a
}

.b3__theme--light .btn-outline-dark:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-info:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-secondary:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #666e7a
}

.btn-outline-success {
    background-color: transparent;
    border: 1px solid #08ce79;
    color: #008750
}

.btn-outline-success:focus {
    background-color: transparent;
    color: #008750
}

.btn-outline-success:focus,
.btn-outline-success:hover {
    border-color: #08ce79
}

.btn-outline-success:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #008750
}

.btn-outline-success:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #008750
}

.b3__theme--dark .btn-outline-success,
.b3__theme--trader .btn-outline-success {
    background-color: transparent;
    border-color: #08ce79;
    color: #08ce79
}

.b3__theme--dark .btn-outline-success:focus,
.b3__theme--trader .btn-outline-success:focus {
    color: #08ce79
}

.b3__theme--dark .btn-outline-success:focus,
.b3__theme--dark .btn-outline-success:hover,
.b3__theme--trader .btn-outline-success:focus,
.b3__theme--trader .btn-outline-success:hover {
    border-color: #08ce79
}

.b3__theme--dark .btn-outline-success:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-success:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .25) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .25) 1%) center/15000%;
    color: #08ce79
}

.b3__theme--dark .btn-outline-success:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-success:active:not(:disabled):not(.disabled) {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s;
    color: #08ce79
}

.b3__theme--light .btn-outline-success {
    background-color: transparent;
    border: 1px solid #08ce79;
    color: #008750
}

.b3__theme--light .btn-outline-success:focus {
    background-color: transparent;
    color: #008750
}

.b3__theme--light .btn-outline-success:focus,
.b3__theme--light .btn-outline-success:hover {
    border-color: #08ce79
}

.b3__theme--light .btn-outline-success:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #008750
}

.b3__theme--light .btn-outline-success:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #008750
}

.btn-outline-danger,
.btn-outline-warning {
    background-color: transparent;
    border: 1px solid #fa7c4a;
    color: #c40
}

.btn-outline-danger:focus,
.btn-outline-warning:focus {
    background-color: transparent;
    color: #c40
}

.btn-outline-danger:focus,
.btn-outline-danger:hover,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
    border-color: #fa7c4a
}

.btn-outline-danger:hover:not(:disabled):not(.disabled),
.btn-outline-warning:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #c40
}

.btn-outline-danger:active:not(:disabled):not(.disabled),
.btn-outline-warning:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #c40
}

.b3__theme--dark .btn-outline-danger,
.b3__theme--dark .btn-outline-warning,
.b3__theme--trader .btn-outline-danger,
.b3__theme--trader .btn-outline-warning {
    background-color: transparent;
    border-color: #fa7c4a;
    color: #fa7c4a
}

.b3__theme--dark .btn-outline-danger:focus,
.b3__theme--dark .btn-outline-warning:focus,
.b3__theme--trader .btn-outline-danger:focus,
.b3__theme--trader .btn-outline-warning:focus {
    color: #fa7c4a
}

.b3__theme--dark .btn-outline-danger:focus,
.b3__theme--dark .btn-outline-danger:hover,
.b3__theme--dark .btn-outline-warning:focus,
.b3__theme--dark .btn-outline-warning:hover,
.b3__theme--trader .btn-outline-danger:focus,
.b3__theme--trader .btn-outline-danger:hover,
.b3__theme--trader .btn-outline-warning:focus,
.b3__theme--trader .btn-outline-warning:hover {
    border-color: #fa7c4a
}

.b3__theme--dark .btn-outline-danger:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-warning:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-danger:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-warning:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .25) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .25) 1%) center/15000%;
    color: #fa7c4a
}

.b3__theme--dark .btn-outline-danger:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-warning:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-danger:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-warning:active:not(:disabled):not(.disabled) {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s;
    color: #fa7c4a
}

.b3__theme--light .btn-outline-danger,
.b3__theme--light .btn-outline-warning {
    background-color: transparent;
    border: 1px solid #fa7c4a;
    color: #c40
}

.b3__theme--light .btn-outline-danger:focus,
.b3__theme--light .btn-outline-warning:focus {
    background-color: transparent;
    color: #c40
}

.b3__theme--light .btn-outline-danger:focus,
.b3__theme--light .btn-outline-danger:hover,
.b3__theme--light .btn-outline-warning:focus,
.b3__theme--light .btn-outline-warning:hover {
    border-color: #fa7c4a
}

.b3__theme--light .btn-outline-danger:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-warning:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #c40
}

.b3__theme--light .btn-outline-danger:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-warning:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #c40
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled,
.btn-outline-dark.disabled,
.btn-outline-dark:disabled,
.btn-outline-info.disabled,
.btn-outline-info:disabled,
.btn-outline-light.disabled,
.btn-outline-light:disabled,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled,
.btn-outline-success.disabled,
.btn-outline-success:disabled,
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    border: 1px solid #f6f6f7;
    color: rgba(102, 110, 122, .4);
    opacity: 1
}

.btn-outline-danger.disabled:focus,
.btn-outline-danger:disabled:focus,
.btn-outline-dark.disabled:focus,
.btn-outline-dark:disabled:focus,
.btn-outline-info.disabled:focus,
.btn-outline-info:disabled:focus,
.btn-outline-light.disabled:focus,
.btn-outline-light:disabled:focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary:disabled:focus,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-success.disabled:focus,
.btn-outline-success:disabled:focus,
.btn-outline-warning.disabled:focus,
.btn-outline-warning:disabled:focus {
    background-color: transparent;
    color: rgba(102, 110, 122, .4)
}

.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled:hover,
.btn-outline-dark.disabled:focus,
.btn-outline-dark.disabled:hover,
.btn-outline-dark:disabled:focus,
.btn-outline-dark:disabled:hover,
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled:hover,
.btn-outline-light.disabled:focus,
.btn-outline-light.disabled:hover,
.btn-outline-light:disabled:focus,
.btn-outline-light:disabled:hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled:hover,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled:hover,
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled:hover,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled:hover {
    border-color: #f6f6f7
}

.btn-outline-danger.disabled:hover:not(:disabled):not(.disabled),
.btn-outline-danger:disabled:hover:not(:disabled):not(.disabled),
.btn-outline-dark.disabled:hover:not(:disabled):not(.disabled),
.btn-outline-dark:disabled:hover:not(:disabled):not(.disabled),
.btn-outline-info.disabled:hover:not(:disabled):not(.disabled),
.btn-outline-info:disabled:hover:not(:disabled):not(.disabled),
.btn-outline-light.disabled:hover:not(:disabled):not(.disabled),
.btn-outline-light:disabled:hover:not(:disabled):not(.disabled),
.btn-outline-primary.disabled:hover:not(:disabled):not(.disabled),
.btn-outline-primary:disabled:hover:not(:disabled):not(.disabled),
.btn-outline-secondary.disabled:hover:not(:disabled):not(.disabled),
.btn-outline-secondary:disabled:hover:not(:disabled):not(.disabled),
.btn-outline-success.disabled:hover:not(:disabled):not(.disabled),
.btn-outline-success:disabled:hover:not(:disabled):not(.disabled),
.btn-outline-warning.disabled:hover:not(:disabled):not(.disabled),
.btn-outline-warning:disabled:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: rgba(102, 110, 122, .4)
}

.btn-outline-danger.disabled:active:not(:disabled):not(.disabled),
.btn-outline-danger:disabled:active:not(:disabled):not(.disabled),
.btn-outline-dark.disabled:active:not(:disabled):not(.disabled),
.btn-outline-dark:disabled:active:not(:disabled):not(.disabled),
.btn-outline-info.disabled:active:not(:disabled):not(.disabled),
.btn-outline-info:disabled:active:not(:disabled):not(.disabled),
.btn-outline-light.disabled:active:not(:disabled):not(.disabled),
.btn-outline-light:disabled:active:not(:disabled):not(.disabled),
.btn-outline-primary.disabled:active:not(:disabled):not(.disabled),
.btn-outline-primary:disabled:active:not(:disabled):not(.disabled),
.btn-outline-secondary.disabled:active:not(:disabled):not(.disabled),
.btn-outline-secondary:disabled:active:not(:disabled):not(.disabled),
.btn-outline-success.disabled:active:not(:disabled):not(.disabled),
.btn-outline-success:disabled:active:not(:disabled):not(.disabled),
.btn-outline-warning.disabled:active:not(:disabled):not(.disabled),
.btn-outline-warning:disabled:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .btn-outline-danger.disabled,
.b3__theme--dark .btn-outline-danger:disabled,
.b3__theme--dark .btn-outline-dark.disabled,
.b3__theme--dark .btn-outline-dark:disabled,
.b3__theme--dark .btn-outline-info.disabled,
.b3__theme--dark .btn-outline-info:disabled,
.b3__theme--dark .btn-outline-light.disabled,
.b3__theme--dark .btn-outline-light:disabled,
.b3__theme--dark .btn-outline-primary.disabled,
.b3__theme--dark .btn-outline-primary:disabled,
.b3__theme--dark .btn-outline-secondary.disabled,
.b3__theme--dark .btn-outline-secondary:disabled,
.b3__theme--dark .btn-outline-success.disabled,
.b3__theme--dark .btn-outline-success:disabled,
.b3__theme--dark .btn-outline-warning.disabled,
.b3__theme--dark .btn-outline-warning:disabled,
.b3__theme--trader .btn-outline-danger.disabled,
.b3__theme--trader .btn-outline-danger:disabled,
.b3__theme--trader .btn-outline-dark.disabled,
.b3__theme--trader .btn-outline-dark:disabled,
.b3__theme--trader .btn-outline-info.disabled,
.b3__theme--trader .btn-outline-info:disabled,
.b3__theme--trader .btn-outline-light.disabled,
.b3__theme--trader .btn-outline-light:disabled,
.b3__theme--trader .btn-outline-primary.disabled,
.b3__theme--trader .btn-outline-primary:disabled,
.b3__theme--trader .btn-outline-secondary.disabled,
.b3__theme--trader .btn-outline-secondary:disabled,
.b3__theme--trader .btn-outline-success.disabled,
.b3__theme--trader .btn-outline-success:disabled,
.b3__theme--trader .btn-outline-warning.disabled,
.b3__theme--trader .btn-outline-warning:disabled {
    background-color: transparent;
    border-color: rgba(102, 110, 122, .5);
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn-outline-danger.disabled:focus,
.b3__theme--dark .btn-outline-danger:disabled:focus,
.b3__theme--dark .btn-outline-dark.disabled:focus,
.b3__theme--dark .btn-outline-dark:disabled:focus,
.b3__theme--dark .btn-outline-info.disabled:focus,
.b3__theme--dark .btn-outline-info:disabled:focus,
.b3__theme--dark .btn-outline-light.disabled:focus,
.b3__theme--dark .btn-outline-light:disabled:focus,
.b3__theme--dark .btn-outline-primary.disabled:focus,
.b3__theme--dark .btn-outline-primary:disabled:focus,
.b3__theme--dark .btn-outline-secondary.disabled:focus,
.b3__theme--dark .btn-outline-secondary:disabled:focus,
.b3__theme--dark .btn-outline-success.disabled:focus,
.b3__theme--dark .btn-outline-success:disabled:focus,
.b3__theme--dark .btn-outline-warning.disabled:focus,
.b3__theme--dark .btn-outline-warning:disabled:focus,
.b3__theme--trader .btn-outline-danger.disabled:focus,
.b3__theme--trader .btn-outline-danger:disabled:focus,
.b3__theme--trader .btn-outline-dark.disabled:focus,
.b3__theme--trader .btn-outline-dark:disabled:focus,
.b3__theme--trader .btn-outline-info.disabled:focus,
.b3__theme--trader .btn-outline-info:disabled:focus,
.b3__theme--trader .btn-outline-light.disabled:focus,
.b3__theme--trader .btn-outline-light:disabled:focus,
.b3__theme--trader .btn-outline-primary.disabled:focus,
.b3__theme--trader .btn-outline-primary:disabled:focus,
.b3__theme--trader .btn-outline-secondary.disabled:focus,
.b3__theme--trader .btn-outline-secondary:disabled:focus,
.b3__theme--trader .btn-outline-success.disabled:focus,
.b3__theme--trader .btn-outline-success:disabled:focus,
.b3__theme--trader .btn-outline-warning.disabled:focus,
.b3__theme--trader .btn-outline-warning:disabled:focus {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn-outline-danger.disabled:focus,
.b3__theme--dark .btn-outline-danger.disabled:hover,
.b3__theme--dark .btn-outline-danger:disabled:focus,
.b3__theme--dark .btn-outline-danger:disabled:hover,
.b3__theme--dark .btn-outline-dark.disabled:focus,
.b3__theme--dark .btn-outline-dark.disabled:hover,
.b3__theme--dark .btn-outline-dark:disabled:focus,
.b3__theme--dark .btn-outline-dark:disabled:hover,
.b3__theme--dark .btn-outline-info.disabled:focus,
.b3__theme--dark .btn-outline-info.disabled:hover,
.b3__theme--dark .btn-outline-info:disabled:focus,
.b3__theme--dark .btn-outline-info:disabled:hover,
.b3__theme--dark .btn-outline-light.disabled:focus,
.b3__theme--dark .btn-outline-light.disabled:hover,
.b3__theme--dark .btn-outline-light:disabled:focus,
.b3__theme--dark .btn-outline-light:disabled:hover,
.b3__theme--dark .btn-outline-primary.disabled:focus,
.b3__theme--dark .btn-outline-primary.disabled:hover,
.b3__theme--dark .btn-outline-primary:disabled:focus,
.b3__theme--dark .btn-outline-primary:disabled:hover,
.b3__theme--dark .btn-outline-secondary.disabled:focus,
.b3__theme--dark .btn-outline-secondary.disabled:hover,
.b3__theme--dark .btn-outline-secondary:disabled:focus,
.b3__theme--dark .btn-outline-secondary:disabled:hover,
.b3__theme--dark .btn-outline-success.disabled:focus,
.b3__theme--dark .btn-outline-success.disabled:hover,
.b3__theme--dark .btn-outline-success:disabled:focus,
.b3__theme--dark .btn-outline-success:disabled:hover,
.b3__theme--dark .btn-outline-warning.disabled:focus,
.b3__theme--dark .btn-outline-warning.disabled:hover,
.b3__theme--dark .btn-outline-warning:disabled:focus,
.b3__theme--dark .btn-outline-warning:disabled:hover,
.b3__theme--trader .btn-outline-danger.disabled:focus,
.b3__theme--trader .btn-outline-danger.disabled:hover,
.b3__theme--trader .btn-outline-danger:disabled:focus,
.b3__theme--trader .btn-outline-danger:disabled:hover,
.b3__theme--trader .btn-outline-dark.disabled:focus,
.b3__theme--trader .btn-outline-dark.disabled:hover,
.b3__theme--trader .btn-outline-dark:disabled:focus,
.b3__theme--trader .btn-outline-dark:disabled:hover,
.b3__theme--trader .btn-outline-info.disabled:focus,
.b3__theme--trader .btn-outline-info.disabled:hover,
.b3__theme--trader .btn-outline-info:disabled:focus,
.b3__theme--trader .btn-outline-info:disabled:hover,
.b3__theme--trader .btn-outline-light.disabled:focus,
.b3__theme--trader .btn-outline-light.disabled:hover,
.b3__theme--trader .btn-outline-light:disabled:focus,
.b3__theme--trader .btn-outline-light:disabled:hover,
.b3__theme--trader .btn-outline-primary.disabled:focus,
.b3__theme--trader .btn-outline-primary.disabled:hover,
.b3__theme--trader .btn-outline-primary:disabled:focus,
.b3__theme--trader .btn-outline-primary:disabled:hover,
.b3__theme--trader .btn-outline-secondary.disabled:focus,
.b3__theme--trader .btn-outline-secondary.disabled:hover,
.b3__theme--trader .btn-outline-secondary:disabled:focus,
.b3__theme--trader .btn-outline-secondary:disabled:hover,
.b3__theme--trader .btn-outline-success.disabled:focus,
.b3__theme--trader .btn-outline-success.disabled:hover,
.b3__theme--trader .btn-outline-success:disabled:focus,
.b3__theme--trader .btn-outline-success:disabled:hover,
.b3__theme--trader .btn-outline-warning.disabled:focus,
.b3__theme--trader .btn-outline-warning.disabled:hover,
.b3__theme--trader .btn-outline-warning:disabled:focus,
.b3__theme--trader .btn-outline-warning:disabled:hover {
    border-color: rgba(102, 110, 122, .5)
}

.b3__theme--dark .btn-outline-danger.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-danger:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-dark.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-dark:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-info.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-info:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-light.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-light:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-primary.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-primary:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-secondary.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-secondary:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-success.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-success:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-warning.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-warning:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-danger.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-danger:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-dark.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-dark:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-info.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-info:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-light.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-light:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-primary.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-primary:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-secondary.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-secondary:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-success.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-success:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-warning.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-warning:disabled:hover:not(:disabled):not(.disabled) {
    background: rgba(255, 255, 255, .25) radial-gradient(circle, transparent 1%, rgba(255, 255, 255, .25) 1%) center/15000%;
    color: rgba(255, 255, 255, .7)
}

.b3__theme--dark .btn-outline-danger.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-danger:disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-dark.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-dark:disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-info.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-info:disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-light.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-light:disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-primary.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-primary:disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-secondary.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-secondary:disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-success.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-success:disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-warning.disabled:active:not(:disabled):not(.disabled),
.b3__theme--dark .btn-outline-warning:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-danger.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-danger:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-dark.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-dark:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-info.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-info:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-light.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-light:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-primary.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-primary:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-secondary.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-secondary:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-success.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-success:disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-warning.disabled:active:not(:disabled):not(.disabled),
.b3__theme--trader .btn-outline-warning:disabled:active:not(:disabled):not(.disabled) {
    background-color: #fff;
    background-size: 100%;
    transition: background 0s;
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .btn-outline-danger.disabled,
.b3__theme--light .btn-outline-danger:disabled,
.b3__theme--light .btn-outline-dark.disabled,
.b3__theme--light .btn-outline-dark:disabled,
.b3__theme--light .btn-outline-info.disabled,
.b3__theme--light .btn-outline-info:disabled,
.b3__theme--light .btn-outline-light.disabled,
.b3__theme--light .btn-outline-light:disabled,
.b3__theme--light .btn-outline-primary.disabled,
.b3__theme--light .btn-outline-primary:disabled,
.b3__theme--light .btn-outline-secondary.disabled,
.b3__theme--light .btn-outline-secondary:disabled,
.b3__theme--light .btn-outline-success.disabled,
.b3__theme--light .btn-outline-success:disabled,
.b3__theme--light .btn-outline-warning.disabled,
.b3__theme--light .btn-outline-warning:disabled {
    background-color: transparent;
    border: 1px solid #f6f6f7;
    color: rgba(102, 110, 122, .4);
    opacity: 1
}

.b3__theme--light .btn-outline-danger.disabled:focus,
.b3__theme--light .btn-outline-danger:disabled:focus,
.b3__theme--light .btn-outline-dark.disabled:focus,
.b3__theme--light .btn-outline-dark:disabled:focus,
.b3__theme--light .btn-outline-info.disabled:focus,
.b3__theme--light .btn-outline-info:disabled:focus,
.b3__theme--light .btn-outline-light.disabled:focus,
.b3__theme--light .btn-outline-light:disabled:focus,
.b3__theme--light .btn-outline-primary.disabled:focus,
.b3__theme--light .btn-outline-primary:disabled:focus,
.b3__theme--light .btn-outline-secondary.disabled:focus,
.b3__theme--light .btn-outline-secondary:disabled:focus,
.b3__theme--light .btn-outline-success.disabled:focus,
.b3__theme--light .btn-outline-success:disabled:focus,
.b3__theme--light .btn-outline-warning.disabled:focus,
.b3__theme--light .btn-outline-warning:disabled:focus {
    background-color: transparent;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--light .btn-outline-danger.disabled:focus,
.b3__theme--light .btn-outline-danger.disabled:hover,
.b3__theme--light .btn-outline-danger:disabled:focus,
.b3__theme--light .btn-outline-danger:disabled:hover,
.b3__theme--light .btn-outline-dark.disabled:focus,
.b3__theme--light .btn-outline-dark.disabled:hover,
.b3__theme--light .btn-outline-dark:disabled:focus,
.b3__theme--light .btn-outline-dark:disabled:hover,
.b3__theme--light .btn-outline-info.disabled:focus,
.b3__theme--light .btn-outline-info.disabled:hover,
.b3__theme--light .btn-outline-info:disabled:focus,
.b3__theme--light .btn-outline-info:disabled:hover,
.b3__theme--light .btn-outline-light.disabled:focus,
.b3__theme--light .btn-outline-light.disabled:hover,
.b3__theme--light .btn-outline-light:disabled:focus,
.b3__theme--light .btn-outline-light:disabled:hover,
.b3__theme--light .btn-outline-primary.disabled:focus,
.b3__theme--light .btn-outline-primary.disabled:hover,
.b3__theme--light .btn-outline-primary:disabled:focus,
.b3__theme--light .btn-outline-primary:disabled:hover,
.b3__theme--light .btn-outline-secondary.disabled:focus,
.b3__theme--light .btn-outline-secondary.disabled:hover,
.b3__theme--light .btn-outline-secondary:disabled:focus,
.b3__theme--light .btn-outline-secondary:disabled:hover,
.b3__theme--light .btn-outline-success.disabled:focus,
.b3__theme--light .btn-outline-success.disabled:hover,
.b3__theme--light .btn-outline-success:disabled:focus,
.b3__theme--light .btn-outline-success:disabled:hover,
.b3__theme--light .btn-outline-warning.disabled:focus,
.b3__theme--light .btn-outline-warning.disabled:hover,
.b3__theme--light .btn-outline-warning:disabled:focus,
.b3__theme--light .btn-outline-warning:disabled:hover {
    border-color: #f6f6f7
}

.b3__theme--light .btn-outline-danger.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-danger:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-dark.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-dark:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-info.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-info:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-light.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-light:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-primary.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-primary:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-secondary.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-secondary:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-success.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-success:disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-warning.disabled:hover:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-warning:disabled:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--light .btn-outline-danger.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-danger:disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-dark.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-dark:disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-info.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-info:disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-light.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-light:disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-primary.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-primary:disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-secondary.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-secondary:disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-success.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-success:disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-warning.disabled:active:not(:disabled):not(.disabled),
.b3__theme--light .btn-outline-warning:disabled:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: rgba(102, 110, 122, .4)
}

.btn[class*=b3__btn-with-icon--left] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem
}

.btn[class*=b3__btn-with-icon--left] [class^=b3__ico]:before {
    vertical-align: top
}

.btn[class*=b3__btn-with-icon--left] [class^=b3__ico] {
    left: .8rem
}

.btn[class*=b3__btn-with-icon--right] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem
}

.btn[class*=b3__btn-with-icon--right] [class^=b3__ico]:before {
    vertical-align: top
}

.btn[class*=b3__btn-with-icon--right] [class^=b3__ico] {
    right: .8rem
}

.btn[class*=b3__btn-with-icon--only] {
    padding: 0;
    width: 3.2rem;
    height: 3.2rem
}

.btn[class*=b3__btn-with-icon--only] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem
}

.btn[class*=b3__btn-with-icon--only] [class^=b3__ico]:before {
    vertical-align: top
}

.btn[class*=b3__btn-with-icon--only] [class^=b3__ico] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn.dropdown-toggle[class*=b3__btn-with-icon--only] {
    width: 6.4rem;
    padding-right: 3.2rem
}

.btn.dropdown-toggle[class*=b3__btn-with-icon--left].btn-link {
    padding-left: 2.8rem;
    padding-right: 2.8rem
}

.btn.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    font-family: b3-icons;
    border: 0;
    right: .8rem;
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    transition: .3s all ease-out
}

.btn-group-lg>.btn,
.btn-group.btn-group-lg>.btn,
.btn-lg {
    padding: 1rem 4rem;
    border-radius: 4rem;
    line-height: 2rem;
    height: 4rem;
    font-size: 1rem;
    letter-spacing: 1.5px
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--left] [class^=b3__ico],
.btn-lg[class*=b3__btn-with-icon--left] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 2rem
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--left] [class^=b3__ico]:before,
.btn-lg[class*=b3__btn-with-icon--left] [class^=b3__ico]:before {
    vertical-align: top
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--left] [class^=b3__ico],
.btn-lg[class*=b3__btn-with-icon--left] [class^=b3__ico] {
    left: 1rem
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--right] [class^=b3__ico],
.btn-lg[class*=b3__btn-with-icon--right] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 2rem
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--right] [class^=b3__ico]:before,
.btn-lg[class*=b3__btn-with-icon--right] [class^=b3__ico]:before {
    vertical-align: top
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--right] [class^=b3__ico],
.btn-lg[class*=b3__btn-with-icon--right] [class^=b3__ico] {
    right: 1rem
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--only],
.btn-lg[class*=b3__btn-with-icon--only] {
    padding: 0;
    width: 4rem;
    height: 4rem
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--only] [class^=b3__ico],
.btn-lg[class*=b3__btn-with-icon--only] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 2rem
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--only] [class^=b3__ico]:before,
.btn-lg[class*=b3__btn-with-icon--only] [class^=b3__ico]:before {
    vertical-align: top
}

.btn-group-lg>.btn[class*=b3__btn-with-icon--only] [class^=b3__ico],
.btn-lg[class*=b3__btn-with-icon--only] [class^=b3__ico] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn-group-lg>.dropdown-toggle.btn[class*=b3__btn-with-icon--only],
.btn-lg.dropdown-toggle[class*=b3__btn-with-icon--only] {
    width: 8rem;
    padding-right: 4rem
}

.btn-group-lg>.dropdown-toggle.btn:after,
.btn-lg.dropdown-toggle:after {
    right: 1rem;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 2rem
}

.btn-group-sm>.btn,
.btn-group.btn-group-sm>.btn,
.btn-sm {
    padding: .6rem 2.4rem;
    border-radius: 2.4rem;
    line-height: 1.2rem;
    height: 2.4rem
}

.btn-group-sm>.btn[class*=b3__btn-with-icon--left] [class^=b3__ico],
.btn-sm[class*=b3__btn-with-icon--left] [class^=b3__ico] {
    left: .4rem
}

.btn-group-sm>.btn[class*=b3__btn-with-icon--right] [class^=b3__ico],
.btn-sm[class*=b3__btn-with-icon--right] [class^=b3__ico] {
    right: .4rem
}

.btn-group-sm>.btn[class*=b3__btn-with-icon--only],
.btn-sm[class*=b3__btn-with-icon--only] {
    padding: 0;
    width: 2.4rem;
    height: 2.4rem
}

.btn-group-sm>.btn[class*=b3__btn-with-icon--only] [class^=b3__ico],
.btn-sm[class*=b3__btn-with-icon--only] [class^=b3__ico] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn-group-sm>.dropdown-toggle.btn[class*=b3__btn-with-icon--only],
.btn-sm.dropdown-toggle[class*=b3__btn-with-icon--only] {
    width: 4.8rem;
    padding-right: 2.4rem
}

.btn-group-sm>.dropdown-toggle.btn:after,
.btn-sm.dropdown-toggle:after {
    right: .4rem;
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem
}

.dropdown.show .btn {
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.dropdown.show .btn:after {
    transform: rotate(180deg) translateY(50%)
}

.dropdown .dropdown-menu {
    width: 100%
}

.btn-group>.btn {
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap
}

.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0
}

.btn-group>.btn:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0
}

.btn-group>.btn:not(:first-child):not(.b3__btn-with-icon--left):not(.b3__btn-with-icon--only):not(.arrow-only) {
    padding-left: 1.6rem
}

.btn-group>.btn:not(:last-child):not(.b3__btn-with-icon--right):not(.b3__btn-with-icon--only) {
    padding-right: 1.6rem
}

.btn-group>.btn-outline-danger:not(:first-child),
.btn-group>.btn-outline-dark:not(:first-child),
.btn-group>.btn-outline-info:not(:first-child),
.btn-group>.btn-outline-light:not(:first-child),
.btn-group>.btn-outline-primary:not(:first-child),
.btn-group>.btn-outline-secondary:not(:first-child),
.btn-group>.btn-outline-success:not(:first-child),
.btn-group>.btn-outline-warning:not(:first-child) {
    border-left-width: 0
}

.btn-group>.btn-outline-danger:not(:last-child),
.btn-group>.btn-outline-dark:not(:last-child),
.btn-group>.btn-outline-info:not(:last-child),
.btn-group>.btn-outline-light:not(:last-child),
.btn-group>.btn-outline-primary:not(:last-child),
.btn-group>.btn-outline-secondary:not(:last-child),
.btn-group>.btn-outline-success:not(:last-child),
.btn-group>.btn-outline-warning:not(:last-child) {
    border-right-width: 0
}

.btn-group>.btn-group>.btn {
    border-radius: 0
}

.btn-group>.btn-group>.btn.dropdown-toggle {
    padding-right: 3.2rem!important
}

.btn-group>.btn-group:first-child>.btn.dropdown-toggle {
    border-top-left-radius: 3.2rem;
    border-bottom-left-radius: 3.2rem
}

.btn-group>.btn-group:last-child>.btn.dropdown-toggle {
    border-top-right-radius: 3.2rem;
    border-bottom-right-radius: 3.2rem
}

.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    padding-left: 1.6rem
}

.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
    padding-right: 1.6rem
}

.btn-group.btn-group-sm>.btn:not(:first-child):not(.b3__btn-with-icon--left):not(.b3__btn-with-icon--only):not(.arrow-only) {
    padding-left: 1.2rem
}

.btn-group.btn-group-sm>.btn:not(:last-child):not(.b3__btn-with-icon--right):not(.b3__btn-with-icon--only) {
    padding-right: 1.2rem
}

.btn-group.btn-group-lg>.btn:not(:first-child):not(.b3__btn-with-icon--left):not(.b3__btn-with-icon--only):not(.arrow-only) {
    padding-left: 2rem
}

.btn-group.btn-group-lg>.btn:not(:last-child):not(.b3__btn-with-icon--right):not(.b3__btn-with-icon--only) {
    padding-right: 2rem
}

.btn-group-vertical>.btn {
    margin-bottom: 0
}

.btn-group-vertical>.btn:first-child {
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem
}

.btn-group-vertical>.btn:last-child {
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.btn-group-vertical>.btn-group>.btn {
    padding-left: 3.2rem!important;
    padding-right: 3.2rem!important
}

.btn-group-vertical>.btn-group:first-child>.btn {
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem
}

.btn-group-vertical>.btn-group:last-child>.btn {
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.custom-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: rgba(102, 110, 122, .18);
    height: .4rem;
    border-radius: .4rem;
    opacity: 1
}

.b3__theme--dark .custom-range,
.b3__theme--trader .custom-range {
    background: rgba(255, 255, 255, .15)
}

.custom-range::-webkit-slider-runnable-track {
    background: 0 0!important;
    box-shadow: none!important
}

.custom-range::-moz-range-track {
    background: 0 0!important;
    box-shadow: none!important
}

.custom-range::-ms-track {
    background: 0 0!important;
    box-shadow: none!important
}

.custom-range::-ms-fill-upper {
    background: 0 0!important;
    box-shadow: none!important
}

.custom-range::-ms-fill-lower {
    background: #00b0e6;
    opacity: .5;
    height: .4rem;
    border-radius: .4rem
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 1.4rem!important;
    height: 1.4rem!important;
    border-radius: 50%;
    background: #00b0e6;
    border: 2px solid #00b0e6;
    box-shadow: 0 0 0 0 rgba(0, 176, 230, .2);
    transition: .2s all ease;
    box-shadow: 0 .2rem .2rem rgba(102, 110, 122, .1)
}

.custom-range::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 1.4rem!important;
    height: 1.4rem!important;
    border-radius: 50%;
    background: #00b0e6;
    border: 2px solid #00b0e6;
    box-shadow: 0 0 0 0 rgba(0, 176, 230, .2);
    transition: .2s all ease;
    box-shadow: 0 .2rem .2rem rgba(102, 110, 122, .1)
}

.custom-range::-ms-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 1.4rem!important;
    height: 1.4rem!important;
    border-radius: 50%;
    background: #00b0e6;
    border: 2px solid #00b0e6;
    box-shadow: 0 0 0 0 rgba(0, 176, 230, .2);
    transition: .2s all ease;
    box-shadow: 0 .2rem .2rem rgba(102, 110, 122, .1)
}

.custom-range:hover::-webkit-slider-thumb {
    background: #00b0e6;
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)
}

.custom-range:hover::-moz-range-thumb {
    background: #00b0e6;
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)
}

.custom-range:focus {
    box-shadow: none!important;
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    opacity: 1;
    background: #00b0e6;
    border-color: #fff;
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)!important
}

.custom-range:focus::-moz-range-thumb {
    opacity: 1;
    background: #00b0e6;
    border-color: #fff;
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)!important
}

.custom-range:disabled::-webkit-slider-thumb {
    opacity: 1;
    background: #a2a8b1;
    border-color: #a2a8b1;
    box-shadow: 0 0 0 .8rem transparent!important;
    cursor: not-allowed
}

.custom-range:disabled::-moz-range-thumb {
    opacity: 1;
    background: #a2a8b1;
    border-color: #a2a8b1;
    box-shadow: 0 0 0 .8rem transparent!important;
    cursor: not-allowed
}

.custom-range::-webkit-slider-thumb {
    margin-top: -.6rem
}

.custom-range::-moz-range-thumb {
    margin-top: -.6rem
}

.custom-range::-ms-thumb {
    margin-top: -.6rem
}


/*! nouislider - 14.1.0 - 12/4/2019 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit!important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-target {
    width: 100%;
    background: rgba(102, 110, 122, .18);
    height: .4rem;
    border-radius: .4rem;
    border: 0;
    box-shadow: none;
    margin: 2.25rem 0 5rem
}

.b3__theme--dark .noUi-target,
.b3__theme--trader .noUi-target {
    background: rgba(255, 255, 255, .15)
}

.noUi-connect {
    background: #00b0e6;
    opacity: .5;
    height: .4rem;
    border-radius: .4rem
}

.noUi-handle {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 1.4rem!important;
    height: 1.4rem!important;
    border-radius: 50%;
    background: #00b0e6;
    border: 2px solid #00b0e6;
    box-shadow: 0 0 0 0 rgba(0, 176, 230, .2);
    transition: .2s all ease;
    box-shadow: 0 .2rem .2rem rgba(102, 110, 122, .1);
    right: -9px!important
}

.noUi-handle:after,
.noUi-handle:before {
    display: none
}

.noUi-handle:hover {
    background: #00b0e6;
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)
}

.noUi-handle:focus {
    outline: 0
}

.noUi-handle:focus:active {
    opacity: 1;
    background: #00b0e6;
    border-color: #fff;
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)!important
}

.noUi-marker-large,
.noUi-marker-normal {
    background: rgba(102, 110, 122, .4);
    opacity: .5
}

.b3__theme--dark .noUi-marker-large,
.b3__theme--dark .noUi-marker-normal,
.b3__theme--trader .noUi-marker-large,
.b3__theme--trader .noUi-marker-normal {
    background: rgba(255, 255, 255, .15);
    opacity: 1
}

.noUi-marker-horizontal.noUi-marker {
    width: 1px;
    height: .5rem
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 1rem
}

.noUi-value-horizontal {
    margin-top: .4rem;
    font-size: .8rem;
    letter-spacing: 0;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .noUi-value-horizontal,
.b3__theme--trader .noUi-value-horizontal {
    color: rgba(255, 255, 255, .7)
}

.noUi-value-horizontal:last-child {
    transform: translate(-90%, 50%)
}

.noUi-tooltip {
    border: none;
    background: 0 0;
    color: #00b0e6;
    font-weight: 700;
    font-size: .8rem;
    line-height: 1.2em;
    letter-spacing: .5px;
    text-transform: uppercase
}

.noUi-target[disabled] .noUi-connect {
    background: rgba(102, 110, 122, .5);
    opacity: .4
}

.b3__theme--dark .noUi-target[disabled] .noUi-connect,
.b3__theme--trader .noUi-target[disabled] .noUi-connect {
    opacity: 1
}

.noUi-target[disabled] .noUi-handle {
    opacity: 1;
    background: #a2a8b1;
    border-color: #a2a8b1;
    box-shadow: 0 0 0 .8rem transparent!important;
    cursor: not-allowed
}

.noUi-target[disabled] .noUi-tooltip {
    color: #a2a8b1
}

.custom-switch {
    padding-left: 3.6rem
}

.custom-switch .custom-control-label {
    font-weight: 700;
    font-size: .8rem;
    line-height: 1.2em;
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 2.6rem
}

.b3__theme--dark .custom-switch .custom-control-label,
.b3__theme--trader .custom-switch .custom-control-label {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .custom-switch .custom-control-label {
    color: #666e7a
}

.custom-switch .custom-control-label:before {
    left: -3.6rem;
    width: 2.8rem;
    height: 1.6rem;
    border-radius: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #00b0e6;
    transition: all .2s ease;
    box-shadow: 0 0 0 0 rgba(0, 176, 230, .2);
    background: #fff
}

.b3__theme--dark .custom-switch .custom-control-label:before,
.b3__theme--trader .custom-switch .custom-control-label:before {
    background: #002c63
}

.b3__theme--trader .custom-switch .custom-control-label:before {
    background: #1e2023
}

.custom-switch .custom-control-label:after {
    left: -3.2rem;
    width: .8rem;
    height: .8rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #00b0e6;
    transition: all .2s ease
}

.custom-switch .custom-control-label:hover:before {
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)
}

.custom-switch .custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 176, 230, .6)
}

.custom-switch .custom-control-input:checked~.custom-control-label:before {
    background: #00b0e6;
    border-color: #00b0e6
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
    background: #fff
}

.custom-switch .custom-control-input:disabled~.custom-control-label {
    cursor: not-allowed
}

.custom-switch .custom-control-input:disabled~.custom-control-label:hover:before {
    box-shadow: 0 0 0 0 rgba(0, 176, 230, .2)
}

.custom-switch .custom-control-input:disabled~.custom-control-label:before {
    background: #fff;
    border-color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .custom-switch .custom-control-input:disabled~.custom-control-label:before,
.b3__theme--trader .custom-switch .custom-control-input:disabled~.custom-control-label:before {
    background: #002c63;
    border-color: rgba(255, 255, 255, .25)
}

.b3__theme--trader .custom-switch .custom-control-input:disabled~.custom-control-label:before {
    background: #1e2023
}

.custom-switch .custom-control-input:disabled~.custom-control-label:after {
    left: -2rem;
    background: rgba(102, 110, 122, .4)
}

.b3__theme--dark .custom-switch .custom-control-input:disabled~.custom-control-label:after,
.b3__theme--trader .custom-switch .custom-control-input:disabled~.custom-control-label:after {
    background: rgba(255, 255, 255, .25)
}

.b3__form-control,
.b3__form-file,
.b3__form-select {
    position: relative !important;
    border-radius: 3px !important;
    overflow: hidden !important;
    transition: all .8s !important;
    background: rgba(246, 246, 247, .88) !important;
}

.b3__theme--dark .b3__form-control,
.b3__theme--dark .b3__form-file,
.b3__theme--dark .b3__form-select,
.b3__theme--trader .b3__form-control,
.b3__theme--trader .b3__form-file,
.b3__theme--trader .b3__form-select {
    background: rgba(0, 57, 112, .92) !important;
}

.b3__theme--trader .b3__form-control,
.b3__theme--trader .b3__form-file,
.b3__theme--trader .b3__form-select {
    background: rgba(26, 50, 59, .9) !important;
}

.b3__theme--light .b3__form-control,
.b3__theme--light .b3__form-file,
.b3__theme--light .b3__form-select {
    background: rgba(246, 246, 247, .88) !important;
}

.b3__form-control.is-focused,
.b3__form-select.is-focused,
.is-focused.b3__form-file {
    background-color: rgba(128, 216, 243, .28) !important;
}

.b3__theme--dark .b3__form-control.is-focused,
.b3__theme--dark .b3__form-select.is-focused,
.b3__theme--dark .is-focused.b3__form-file,
.b3__theme--trader .b3__form-control.is-focused,
.b3__theme--trader .b3__form-select.is-focused,
.b3__theme--trader .is-focused.b3__form-file {
    background-color: rgba(0, 127, 182, .68) !important;
}

.b3__theme--trader .b3__form-control.is-focused,
.b3__theme--trader .b3__form-select.is-focused,
.b3__theme--trader .is-focused.b3__form-file {
    background-color: rgba(11, 123, 158, .68) !important;
}

.b3__theme--light .b3__form-control.is-focused,
.b3__theme--light .b3__form-select.is-focused,
.b3__theme--light .is-focused.b3__form-file {
    background-color: rgba(128, 216, 243, .28) !important;
}

.b3__form-control:before,
.b3__form-file:before,
.b3__form-select:before {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    height: .13333rem !important;
    width: 0 !important;
    left: 50% !important;
    background: #00b0e6 !important;
    transition: all .4s ease-in-out !important;
}

.b3__form-control:before,
.b3__form-file:before,
.b3__form-select:before {
    transform: translateX(-50%) !important;
}

.b3__form-control:hover:not(.is-disabled),
.b3__form-file:hover:not(.is-disabled),
.b3__form-select:hover:not(.is-disabled) {
    background: rgba(230, 247, 253, .6) radial-gradient(circle, transparent 1%, rgba(230, 247, 253, .6) 1%) center/15000% !important;
}

.b3__theme--dark .b3__form-control:hover:not(.is-disabled),
.b3__theme--dark .b3__form-file:hover:not(.is-disabled),
.b3__theme--dark .b3__form-select:hover:not(.is-disabled),
.b3__theme--trader .b3__form-control:hover:not(.is-disabled),
.b3__theme--trader .b3__form-file:hover:not(.is-disabled),
.b3__theme--trader .b3__form-select:hover:not(.is-disabled) {
    background: rgba(0, 84, 138, .8) radial-gradient(circle, transparent 1%, rgba(0, 84, 138, .8) 1%) center/15000% !important;
}

.b3__theme--trader .b3__form-control:hover:not(.is-disabled),
.b3__theme--trader .b3__form-file:hover:not(.is-disabled),
.b3__theme--trader .b3__form-select:hover:not(.is-disabled) {
    background: rgba(21, 75, 94, .8) radial-gradient(circle, transparent 1%, rgba(21, 75, 94, .8) 1%) center/15000% !important;
}

.b3__theme--light .b3__form-control:hover:not(.is-disabled),
.b3__theme--light .b3__form-file:hover:not(.is-disabled),
.b3__theme--light .b3__form-select:hover:not(.is-disabled) {
    background: rgba(230, 247, 253, .6) radial-gradient(circle, transparent 1%, rgba(230, 247, 253, .6) 1%) center/15000% !important;
}

.b3__form-control label,
.b3__form-file label,
.b3__form-select label {
    position: absolute !important;
    left: .8rem !important;
    font-weight: 400 !important;
    font-size: .9rem !important;
    line-height: 1.62em !important;
    letter-spacing: 0 !important;
    transition: .2s all ease !important;
    cursor: pointer !important;
    color: #666e7a !important;
    pointer-events: none !important;
}

.b3__theme--dark .b3__form-control label,
.b3__theme--dark .b3__form-file label,
.b3__theme--dark .b3__form-select label,
.b3__theme--trader .b3__form-control label,
.b3__theme--trader .b3__form-file label,
.b3__theme--trader .b3__form-select label {
    color: rgba(255, 255, 255, .7) !important;
}

.b3__theme--light .b3__form-control label,
.b3__theme--light .b3__form-file label,
.b3__theme--light .b3__form-select label {
    color: #666e7a !important;
}

.b3__form-control input,
.b3__form-control select,
.b3__form-control textarea,
.b3__form-file input,
.b3__form-file select,
.b3__form-file textarea,
.b3__form-select input,
.b3__form-select select,
.b3__form-select textarea {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #00b0e6 !important;
    background: 0 0 !important;
    box-shadow: none !important;
    padding: 1.2rem .8rem 0!important;
    transition: .2s all ease!important;
    cursor: pointer!important;
    color: #40444d!important;
    border-color: #00b0e6!important;
    margin: 0!important;
    width: 100%!important;
}

.b3__theme--dark .b3__form-control input,
.b3__theme--dark .b3__form-control select,
.b3__theme--dark .b3__form-control textarea,
.b3__theme--dark .b3__form-file input,
.b3__theme--dark .b3__form-file select,
.b3__theme--dark .b3__form-file textarea,
.b3__theme--dark .b3__form-select input,
.b3__theme--dark .b3__form-select select,
.b3__theme--dark .b3__form-select textarea,
.b3__theme--trader .b3__form-control input,
.b3__theme--trader .b3__form-control select,
.b3__theme--trader .b3__form-control textarea,
.b3__theme--trader .b3__form-file input,
.b3__theme--trader .b3__form-file select,
.b3__theme--trader .b3__form-file textarea,
.b3__theme--trader .b3__form-select input,
.b3__theme--trader .b3__form-select select,
.b3__theme--trader .b3__form-select textarea {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .7)!important;
}

.b3__theme--light .b3__form-control input,
.b3__theme--light .b3__form-control select,
.b3__theme--light .b3__form-control textarea,
.b3__theme--light .b3__form-file input,
.b3__theme--light .b3__form-file select,
.b3__theme--light .b3__form-file textarea,
.b3__theme--light .b3__form-select input,
.b3__theme--light .b3__form-select select,
.b3__theme--light .b3__form-select textarea {
    color: #40444d !important;
    border-color: #00b0e6!important
}

.b3__form-control input:-webkit-autofill,
.b3__form-control input:-webkit-autofill:focus,
.b3__form-control input:-webkit-autofill:hover,
.b3__form-control select:-webkit-autofill,
.b3__form-control select:-webkit-autofill:focus,
.b3__form-control select:-webkit-autofill:hover,
.b3__form-control textarea:-webkit-autofill,
.b3__form-control textarea:-webkit-autofill:focus,
.b3__form-control textarea:-webkit-autofill:hover,
.b3__form-file input:-webkit-autofill,
.b3__form-file input:-webkit-autofill:focus,
.b3__form-file input:-webkit-autofill:hover,
.b3__form-file select:-webkit-autofill,
.b3__form-file select:-webkit-autofill:focus,
.b3__form-file select:-webkit-autofill:hover,
.b3__form-file textarea:-webkit-autofill,
.b3__form-file textarea:-webkit-autofill:focus,
.b3__form-file textarea:-webkit-autofill:hover,
.b3__form-select input:-webkit-autofill,
.b3__form-select input:-webkit-autofill:focus,
.b3__form-select input:-webkit-autofill:hover,
.b3__form-select select:-webkit-autofill,
.b3__form-select select:-webkit-autofill:focus,
.b3__form-select select:-webkit-autofill:hover,
.b3__form-select textarea:-webkit-autofill,
.b3__form-select textarea:-webkit-autofill:focus,
.b3__form-select textarea:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, .1) inset !important;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, .1) inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-text-fill-color: #40444d !important;
}

.b3__theme--dark .b3__form-control input:-webkit-autofill,
.b3__theme--dark .b3__form-control input:-webkit-autofill:focus,
.b3__theme--dark .b3__form-control input:-webkit-autofill:hover,
.b3__theme--dark .b3__form-control select:-webkit-autofill,
.b3__theme--dark .b3__form-control select:-webkit-autofill:focus,
.b3__theme--dark .b3__form-control select:-webkit-autofill:hover,
.b3__theme--dark .b3__form-control textarea:-webkit-autofill,
.b3__theme--dark .b3__form-control textarea:-webkit-autofill:focus,
.b3__theme--dark .b3__form-control textarea:-webkit-autofill:hover,
.b3__theme--dark .b3__form-file input:-webkit-autofill,
.b3__theme--dark .b3__form-file input:-webkit-autofill:focus,
.b3__theme--dark .b3__form-file input:-webkit-autofill:hover,
.b3__theme--dark .b3__form-file select:-webkit-autofill,
.b3__theme--dark .b3__form-file select:-webkit-autofill:focus,
.b3__theme--dark .b3__form-file select:-webkit-autofill:hover,
.b3__theme--dark .b3__form-file textarea:-webkit-autofill,
.b3__theme--dark .b3__form-file textarea:-webkit-autofill:focus,
.b3__theme--dark .b3__form-file textarea:-webkit-autofill:hover,
.b3__theme--dark .b3__form-select input:-webkit-autofill,
.b3__theme--dark .b3__form-select input:-webkit-autofill:focus,
.b3__theme--dark .b3__form-select input:-webkit-autofill:hover,
.b3__theme--dark .b3__form-select select:-webkit-autofill,
.b3__theme--dark .b3__form-select select:-webkit-autofill:focus,
.b3__theme--dark .b3__form-select select:-webkit-autofill:hover,
.b3__theme--dark .b3__form-select textarea:-webkit-autofill,
.b3__theme--dark .b3__form-select textarea:-webkit-autofill:focus,
.b3__theme--dark .b3__form-select textarea:-webkit-autofill:hover,
.b3__theme--trader .b3__form-control input:-webkit-autofill,
.b3__theme--trader .b3__form-control input:-webkit-autofill:focus,
.b3__theme--trader .b3__form-control input:-webkit-autofill:hover,
.b3__theme--trader .b3__form-control select:-webkit-autofill,
.b3__theme--trader .b3__form-control select:-webkit-autofill:focus,
.b3__theme--trader .b3__form-control select:-webkit-autofill:hover,
.b3__theme--trader .b3__form-control textarea:-webkit-autofill,
.b3__theme--trader .b3__form-control textarea:-webkit-autofill:focus,
.b3__theme--trader .b3__form-control textarea:-webkit-autofill:hover,
.b3__theme--trader .b3__form-file input:-webkit-autofill,
.b3__theme--trader .b3__form-file input:-webkit-autofill:focus,
.b3__theme--trader .b3__form-file input:-webkit-autofill:hover,
.b3__theme--trader .b3__form-file select:-webkit-autofill,
.b3__theme--trader .b3__form-file select:-webkit-autofill:focus,
.b3__theme--trader .b3__form-file select:-webkit-autofill:hover,
.b3__theme--trader .b3__form-file textarea:-webkit-autofill,
.b3__theme--trader .b3__form-file textarea:-webkit-autofill:focus,
.b3__theme--trader .b3__form-file textarea:-webkit-autofill:hover,
.b3__theme--trader .b3__form-select input:-webkit-autofill,
.b3__theme--trader .b3__form-select input:-webkit-autofill:focus,
.b3__theme--trader .b3__form-select input:-webkit-autofill:hover,
.b3__theme--trader .b3__form-select select:-webkit-autofill,
.b3__theme--trader .b3__form-select select:-webkit-autofill:focus,
.b3__theme--trader .b3__form-select select:-webkit-autofill:hover,
.b3__theme--trader .b3__form-select textarea:-webkit-autofill,
.b3__theme--trader .b3__form-select textarea:-webkit-autofill:focus,
.b3__theme--trader .b3__form-select textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff !important;
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, .1) inset !important;
}

.b3__theme--light .b3__form-control input:-webkit-autofill,
.b3__theme--light .b3__form-control input:-webkit-autofill:focus,
.b3__theme--light .b3__form-control input:-webkit-autofill:hover,
.b3__theme--light .b3__form-control select:-webkit-autofill,
.b3__theme--light .b3__form-control select:-webkit-autofill:focus,
.b3__theme--light .b3__form-control select:-webkit-autofill:hover,
.b3__theme--light .b3__form-control textarea:-webkit-autofill,
.b3__theme--light .b3__form-control textarea:-webkit-autofill:focus,
.b3__theme--light .b3__form-control textarea:-webkit-autofill:hover,
.b3__theme--light .b3__form-file input:-webkit-autofill,
.b3__theme--light .b3__form-file input:-webkit-autofill:focus,
.b3__theme--light .b3__form-file input:-webkit-autofill:hover,
.b3__theme--light .b3__form-file select:-webkit-autofill,
.b3__theme--light .b3__form-file select:-webkit-autofill:focus,
.b3__theme--light .b3__form-file select:-webkit-autofill:hover,
.b3__theme--light .b3__form-file textarea:-webkit-autofill,
.b3__theme--light .b3__form-file textarea:-webkit-autofill:focus,
.b3__theme--light .b3__form-file textarea:-webkit-autofill:hover,
.b3__theme--light .b3__form-select input:-webkit-autofill,
.b3__theme--light .b3__form-select input:-webkit-autofill:focus,
.b3__theme--light .b3__form-select input:-webkit-autofill:hover,
.b3__theme--light .b3__form-select select:-webkit-autofill,
.b3__theme--light .b3__form-select select:-webkit-autofill:focus,
.b3__theme--light .b3__form-select select:-webkit-autofill:hover,
.b3__theme--light .b3__form-select textarea:-webkit-autofill,
.b3__theme--light .b3__form-select textarea:-webkit-autofill:focus,
.b3__theme--light .b3__form-select textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #40444d !important;
}

.b3__form-control input:focus,
.b3__form-control select:focus,
.b3__form-control textarea:focus,
.b3__form-file input:focus,
.b3__form-file select:focus,
.b3__form-file textarea:focus,
.b3__form-select input:focus,
.b3__form-select select:focus,
.b3__form-select textarea:focus {
    background: 0 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

.b3__form-control input,
.b3__form-control select,
.b3__form-file input,
.b3__form-file select,
.b3__form-select input,
.b3__form-select select {
    height: 3.2rem !important;
}

.b3__form-control select:focus::-ms-value,
.b3__form-file select:focus::-ms-value,
.b3__form-select select:focus::-ms-value {
    background: 0 0 !important;
}

.b3__form-control select::-ms-expand,
.b3__form-file select::-ms-expand,
.b3__form-select select::-ms-expand {
    display: none !important;
}

.b3__form-control.large.has-value>label,
.b3__form-control.large.is-focused>label,
.b3__form-select.large.has-value>label,
.b3__form-select.large.is-focused>label,
.large.has-value.b3__form-file>label,
.large.is-focused.b3__form-file>label {
    top: .4rem !important;
}

.b3__form-control.large input,
.b3__form-control.large select,
.b3__form-select.large input,
.b3__form-select.large select,
.large.b3__form-file input,
.large.b3__form-file select {
    height: 4rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    line-height: 1.33em !important;
    letter-spacing: 0 !important;
}

.b3__form-control.small,
.b3__form-select.small,
.small.b3__form-file { 
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 7fr !important;
    grid-template-columns: 1fr 7fr !important;
}

.b3__form-control.small label,
.b3__form-select.small label,
.small.b3__form-file label {
    position: static !important;
    line-height: 2.33333rem !important;
    white-space: nowrap !important;
    display: inline-block !important;
    padding: 0 .8rem!important;
    transform: translateY(0)!important;
    margin: 0!important;
    -ms-grid-column: 1!important;
    border-bottom: 1px solid #00b0e6!important;
}

.b3__theme--dark .b3__form-control.small label,
.b3__theme--dark .b3__form-select.small label,
.b3__theme--dark .small.b3__form-file label,
.b3__theme--trader .b3__form-control.small label,
.b3__theme--trader .b3__form-select.small label,
.b3__theme--trader .small.b3__form-file label {
    border-color: rgba(255, 255, 255, .7) !important;
}

.b3__theme--light .b3__form-control.small label,
.b3__theme--light .b3__form-select.small label,
.b3__theme--light .small.b3__form-file label {
    border-color: #00b0e6 !important;
}

.b3__form-control.small input,
.b3__form-control.small select,
.b3__form-select.small input,
.b3__form-select.small select,
.small.b3__form-file input,
.small.b3__form-file select {
    height: 2.4rem !important;
    padding: 0 .8rem !important;
    line-height: 2.33333rem !important;
    -ms-grid-column: 2 !important;
}

.b3__form-control.not-label input,
.b3__form-control.not-label select,
.b3__form-control.not-label textarea,
.b3__form-select.not-label input,
.b3__form-select.not-label select,
.b3__form-select.not-label textarea,
.not-label.b3__form-file input,
.not-label.b3__form-file select,
.not-label.b3__form-file textarea {
    padding: .6rem .8rem !important;
}

.b3__form-control.is-search,
.b3__form-select.is-search,
.is-search.b3__form-file {
    border-radius: 3.2rem !important;
}

.b3__form-control.is-focused,
.b3__form-select.is-focused,
.is-focused.b3__form-file {
    background-size: 100% !important;
    transition: background 0s !important;
}

.b3__form-control.is-focused:before,
.b3__form-select.is-focused:before,
.is-focused.b3__form-file:before {
    width: 100% !important;
}

.b3__form-control.is-focused label,
.b3__form-select.is-focused label,
.is-focused.b3__form-file label {
    color: #00b0e6 !important;
}

.b3__form-control.is-focused.small label,
.b3__form-select.is-focused.small label,
.is-focused.small.b3__form-file label {
    border-color: #00b0e6 !important;
}

.b3__form-control.is-disabled input,
.b3__form-control.is-disabled label,
.b3__form-control.is-disabled select,
.b3__form-control.is-disabled textarea,
.b3__form-select.is-disabled input,
.b3__form-select.is-disabled label,
.b3__form-select.is-disabled select,
.b3__form-select.is-disabled textarea,
.is-disabled.b3__form-file input,
.is-disabled.b3__form-file label,
.is-disabled.b3__form-file select,
.is-disabled.b3__form-file textarea {
    border-bottom: none !important;
    cursor: not-allowed !important;
    color: rgba(102, 110, 122, .5) !important;
}

.b3__theme--dark .b3__form-control.is-disabled input,
.b3__theme--dark .b3__form-control.is-disabled label,
.b3__theme--dark .b3__form-control.is-disabled select,
.b3__theme--dark .b3__form-control.is-disabled textarea,
.b3__theme--dark .b3__form-select.is-disabled input,
.b3__theme--dark .b3__form-select.is-disabled label,
.b3__theme--dark .b3__form-select.is-disabled select,
.b3__theme--dark .b3__form-select.is-disabled textarea,
.b3__theme--dark .is-disabled.b3__form-file input,
.b3__theme--dark .is-disabled.b3__form-file label,
.b3__theme--dark .is-disabled.b3__form-file select,
.b3__theme--dark .is-disabled.b3__form-file textarea,
.b3__theme--trader .b3__form-control.is-disabled input,
.b3__theme--trader .b3__form-control.is-disabled label,
.b3__theme--trader .b3__form-control.is-disabled select,
.b3__theme--trader .b3__form-control.is-disabled textarea,
.b3__theme--trader .b3__form-select.is-disabled input,
.b3__theme--trader .b3__form-select.is-disabled label,
.b3__theme--trader .b3__form-select.is-disabled select,
.b3__theme--trader .b3__form-select.is-disabled textarea,
.b3__theme--trader .is-disabled.b3__form-file input,
.b3__theme--trader .is-disabled.b3__form-file label,
.b3__theme--trader .is-disabled.b3__form-file select,
.b3__theme--trader .is-disabled.b3__form-file textarea {
    color: rgba(255, 255, 255, .25) !important;
}

.b3__theme--light .b3__form-control.is-disabled input,
.b3__theme--light .b3__form-control.is-disabled label,
.b3__theme--light .b3__form-control.is-disabled select,
.b3__theme--light .b3__form-control.is-disabled textarea,
.b3__theme--light .b3__form-select.is-disabled input,
.b3__theme--light .b3__form-select.is-disabled label,
.b3__theme--light .b3__form-select.is-disabled select,
.b3__theme--light .b3__form-select.is-disabled textarea,
.b3__theme--light .is-disabled.b3__form-file input,
.b3__theme--light .is-disabled.b3__form-file label,
.b3__theme--light .is-disabled.b3__form-file select,
.b3__theme--light .is-disabled.b3__form-file textarea {
    color: rgba(102, 110, 122, .5) !important;
}

.b3__form-control.has-placeholder:not(.small)>label,
.b3__form-control.has-value:not(.small)>label,
.b3__form-control.is-focused:not(.small)>label,
.b3__form-select.has-placeholder:not(.small)>label,
.b3__form-select.has-value:not(.small)>label,
.b3__form-select.is-focused:not(.small)>label,
.has-placeholder.b3__form-file:not(.small)>label,
.has-value.b3__form-file:not(.small)>label,
.is-focused.b3__form-file:not(.small)>label {
    font-size: .8rem !important;
    letter-spacing: 0 !important;
    top: .13333rem !important;
    transform: translateY(0) !important;
}

.was-validated .b3__form-control input.is-invalid,
.was-validated .b3__form-control input.is-valid,
.was-validated .b3__form-control input:invalid,
.was-validated .b3__form-control input:valid,
.was-validated .b3__form-control select.is-invalid,
.was-validated .b3__form-control select.is-valid,
.was-validated .b3__form-control select:invalid,
.was-validated .b3__form-control select:valid,
.was-validated .b3__form-control textarea.is-invalid,
.was-validated .b3__form-control textarea.is-valid,
.was-validated .b3__form-control textarea:invalid,
.was-validated .b3__form-control textarea:valid,
.was-validated .b3__form-file input.is-invalid,
.was-validated .b3__form-file input.is-valid,
.was-validated .b3__form-file input:invalid,
.was-validated .b3__form-file input:valid,
.was-validated .b3__form-file select.is-invalid,
.was-validated .b3__form-file select.is-valid,
.was-validated .b3__form-file select:invalid,
.was-validated .b3__form-file select:valid,
.was-validated .b3__form-file textarea.is-invalid,
.was-validated .b3__form-file textarea.is-valid,
.was-validated .b3__form-file textarea:invalid,
.was-validated .b3__form-file textarea:valid,
.was-validated .b3__form-select input.is-invalid,
.was-validated .b3__form-select input.is-valid,
.was-validated .b3__form-select input:invalid,
.was-validated .b3__form-select input:valid,
.was-validated .b3__form-select select.is-invalid,
.was-validated .b3__form-select select.is-valid,
.was-validated .b3__form-select select:invalid,
.was-validated .b3__form-select select:valid,
.was-validated .b3__form-select textarea.is-invalid,
.was-validated .b3__form-select textarea.is-valid,
.was-validated .b3__form-select textarea:invalid,
.was-validated .b3__form-select textarea:valid {
    background: 0 0 !important;
}

.b3__form-control.is-valid:before,
.b3__form-select.is-valid:before,
.is-valid.b3__form-file:before {
    background: #08ce79!important;
    width: 100% !important;
}

.b3__form-control.is-valid label,
.b3__form-select.is-valid label,
.is-valid.b3__form-file label {
    color: #008750 !important;
}

.b3__theme--dark .b3__form-control.is-valid label,
.b3__theme--dark .b3__form-select.is-valid label,
.b3__theme--dark .is-valid.b3__form-file label,
.b3__theme--trader .b3__form-control.is-valid label,
.b3__theme--trader .b3__form-select.is-valid label,
.b3__theme--trader .is-valid.b3__form-file label {
    color: #08ce79 !important;
}

.b3__theme--light .b3__form-control.is-valid label,
.b3__theme--light .b3__form-select.is-valid label,
.b3__theme--light .is-valid.b3__form-file label {
    color: #008750 !important;
}

.b3__form-control.is-valid~.b3__form-feedback--valid,
.b3__form-control.is-valid~.valid-feedback,
.b3__form-select.is-valid~.b3__form-feedback--valid,
.b3__form-select.is-valid~.valid-feedback,
.is-valid.b3__form-file~.b3__form-feedback--valid,
.is-valid.b3__form-file~.valid-feedback {
    max-height: 6.66667rem !important;
    margin-top: .4rem !important;
}

.b3__form-control.is-invalid:before,
.b3__form-select.is-invalid:before,
.is-invalid.b3__form-file:before {
    background: #fa7c4a !important;
    width: 100% !important;
}

.b3__form-control.is-invalid label,
.b3__form-select.is-invalid label,
.is-invalid.b3__form-file label {
    color: #c40 !important;
}

.b3__theme--dark .b3__form-control.is-invalid label,
.b3__theme--dark .b3__form-select.is-invalid label,
.b3__theme--dark .is-invalid.b3__form-file label,
.b3__theme--trader .b3__form-control.is-invalid label,
.b3__theme--trader .b3__form-select.is-invalid label,
.b3__theme--trader .is-invalid.b3__form-file label {
    color: #fa7c4a !important;
}

.b3__theme--light .b3__form-control.is-invalid label,
.b3__theme--light .b3__form-select.is-invalid label,
.b3__theme--light .is-invalid.b3__form-file label {
    color: #c40 !important;
}

.b3__form-control.is-invalid~.b3__form-feedback--invalid,
.b3__form-control.is-invalid~.invalid-feedback,
.b3__form-select.is-invalid~.b3__form-feedback--invalid,
.b3__form-select.is-invalid~.invalid-feedback,
.is-invalid.b3__form-file~.b3__form-feedback--invalid,
.is-invalid.b3__form-file~.invalid-feedback {
    max-height: 6.66667rem !important;
    margin-top: .4rem !important;
}

.b3__form-control label,
.b3__form-file label {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.b3__form-control input,
.b3__form-control textarea,
.b3__form-file input,
.b3__form-file textarea {
    caret-color: #00b0e6 !important;
}

.b3__form-control input::placeholder,
.b3__form-control textarea::placeholder,
.b3__form-file input::placeholder,
.b3__form-file textarea::placeholder {
    opacity: .4 !important;
    color: #666e7a !important;
}

.b3__theme--dark .b3__form-control input::placeholder,
.b3__theme--dark .b3__form-control textarea::placeholder,
.b3__theme--dark .b3__form-file input::placeholder,
.b3__theme--dark .b3__form-file textarea::placeholder,
.b3__theme--trader .b3__form-control input::placeholder,
.b3__theme--trader .b3__form-control textarea::placeholder,
.b3__theme--trader .b3__form-file input::placeholder,
.b3__theme--trader .b3__form-file textarea::placeholder {
    color: rgba(255, 255, 255, .7) !important;
}

.b3__theme--light .b3__form-control input::placeholder,
.b3__theme--light .b3__form-control textarea::placeholder,
.b3__theme--light .b3__form-file input::placeholder,
.b3__theme--light .b3__form-file textarea::placeholder {
    color: #666e7a !important;
}

.b3__form-control input:-ms-input-placeholder,
.b3__form-control textarea:-ms-input-placeholder,
.b3__form-file input:-ms-input-placeholder,
.b3__form-file textarea:-ms-input-placeholder {
    opacity: .4 !important;
    color: #666e7a !important;
}

.b3__theme--dark .b3__form-control input:-ms-input-placeholder,
.b3__theme--dark .b3__form-control textarea:-ms-input-placeholder,
.b3__theme--dark .b3__form-file input:-ms-input-placeholder,
.b3__theme--dark .b3__form-file textarea:-ms-input-placeholder,
.b3__theme--trader .b3__form-control input:-ms-input-placeholder,
.b3__theme--trader .b3__form-control textarea:-ms-input-placeholder,
.b3__theme--trader .b3__form-file input:-ms-input-placeholder,
.b3__theme--trader .b3__form-file textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7) !important;
}

.b3__theme--light .b3__form-control input:-ms-input-placeholder,
.b3__theme--light .b3__form-control textarea:-ms-input-placeholder,
.b3__theme--light .b3__form-file input:-ms-input-placeholder,
.b3__theme--light .b3__form-file textarea:-ms-input-placeholder {
    color: #666e7a !important;
}

.b3__form-control input::-ms-input-placeholder,
.b3__form-control textarea::-ms-input-placeholder,
.b3__form-file input::-ms-input-placeholder,
.b3__form-file textarea::-ms-input-placeholder {
    opacity: .4 !important;
    color: #666e7a !important;
}

.b3__theme--dark .b3__form-control input::-ms-input-placeholder,
.b3__theme--dark .b3__form-control textarea::-ms-input-placeholder,
.b3__theme--dark .b3__form-file input::-ms-input-placeholder,
.b3__theme--dark .b3__form-file textarea::-ms-input-placeholder,
.b3__theme--trader .b3__form-control input::-ms-input-placeholder,
.b3__theme--trader .b3__form-control textarea::-ms-input-placeholder,
.b3__theme--trader .b3__form-file input::-ms-input-placeholder,
.b3__theme--trader .b3__form-file textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, .7) !important;
}

.b3__theme--light .b3__form-control input::-ms-input-placeholder,
.b3__theme--light .b3__form-control textarea::-ms-input-placeholder,
.b3__theme--light .b3__form-file input::-ms-input-placeholder,
.b3__theme--light .b3__form-file textarea::-ms-input-placeholder {
    color: #666e7a !important;
}

.b3__form-control textarea,
.b3__form-file textarea {
    margin-top: 1.4rem !important;
    padding-top: 0!important;
}

.b3__form-control.is-datepicker:after,
.is-datepicker.b3__form-file:after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: .8rem !important;
    transform: translateY(-50%) !important;
    font-family: b3-icons !important;
    color: #002c63 !important;
    font-size: 1.6rem !important;
    pointer-events: none!important;
}

.b3__theme--light .b3__form-control.is-datepicker:after,
.b3__theme--light .is-datepicker.b3__form-file:after {
    color: #002c63!important;
}

.b3__theme--dark .b3__form-control.is-datepicker:after,
.b3__theme--dark .is-datepicker.b3__form-file:after,
.b3__theme--trader .b3__form-control.is-datepicker:after,
.b3__theme--trader .is-datepicker.b3__form-file:after {
    color: #fff!important;
}

.b3__theme--trader .b3__form-control.is-datepicker:after,
.b3__theme--trader .is-datepicker.b3__form-file:after {
    color: #fff!important;
}

.b3__form-select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: .8rem;
    transform: translateY(-50%);
    font-family: b3-icons;
    color: #002c63;
    font-size: 1.6rem;
    pointer-events: none
}

.b3__theme--light .b3__form-select:after {
    color: #002c63
}

.b3__theme--dark .b3__form-select:after,
.b3__theme--trader .b3__form-select:after {
    color: #fff
}

.b3__theme--trader .b3__form-select:after {
    color: #fff
}

.b3__form-select label {
    font-size: .8rem !important;
    letter-spacing: 0 !important;
    top: .13333rem !important;
    transform: translateY(0) !important;
}

.b3__form-select select {
    -webkit-appearance: none;
    appearance: none
}

.b3__form-select select[multiple] {
    margin-top: 1.4rem;
    padding-top: 0;
    height: auto
}

.b3__form-select.is-multiple:after {
    display: none
}

.b3__form-feedback--invalid,
.b3__form-feedback--valid,
.invalid-feedback,
.valid-feedback {
    position: relative;
    display: block;
    max-height: 0;
    overflow: hidden;
    padding-left: 2.2rem;
    font-size: .8rem;
    letter-spacing: 0
}

.b3__form-feedback--invalid:before,
.b3__form-feedback--valid:before,
.invalid-feedback:before,
.valid-feedback:before {
    content: '';
    font-family: b3-icons;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .8rem;
    font-size: 1.2rem
}

.b3__form-feedback--invalid.is-visible,
.b3__form-feedback--valid.is-visible,
.is-visible.invalid-feedback,
.is-visible.valid-feedback {
    max-height: 6.66667rem;
    margin-top: .4rem
}

.b3__form-feedback--valid,
.valid-feedback {
    color: #008750
}

.b3__form-feedback--valid:before,
.valid-feedback:before {
    content: ""
}

.b3__theme--dark .b3__form-feedback--valid,
.b3__theme--dark .valid-feedback,
.b3__theme--trader .b3__form-feedback--valid,
.b3__theme--trader .valid-feedback {
    color: #08ce79
}

.b3__theme--light .b3__form-feedback--valid,
.b3__theme--light .valid-feedback {
    color: #008750
}

.b3__form-feedback--invalid,
.invalid-feedback {
    color: #c40
}

.b3__form-feedback--invalid:before,
.invalid-feedback:before {
    content: ""
}

.b3__theme--dark .b3__form-feedback--invalid,
.b3__theme--dark .invalid-feedback,
.b3__theme--trader .b3__form-feedback--invalid,
.b3__theme--trader .invalid-feedback {
    color: #fa7c4a
}

.b3__theme--light .b3__form-feedback--invalid,
.b3__theme--light .invalid-feedback {
    color: #c40
}

.b3__form-help-text,
.form-text.text-muted {
    display: block;
    margin: .2rem .8rem;
    font-size: .8rem;
    letter-spacing: 0;
    font-style: normal;
    color: #666e7a!important
}

.b3__theme--dark .b3__form-help-text,
.b3__theme--dark .form-text.text-muted,
.b3__theme--trader .b3__form-help-text,
.b3__theme--trader .form-text.text-muted {
    color: rgba(255, 255, 255, .7)!important
}

.b3__theme--light .b3__form-help-text,
.b3__theme--light .form-text.text-muted {
    color: #666e7a!important
}

.b3__form-label {
    position: relative;
    padding-top: 1.2rem
}

.b3__form-label>label:first-child {
    position: absolute;
    font-size: .8rem;
    letter-spacing: 0;
    top: .13333rem;
    transform: translateY(0);
    top: .06667rem;
    margin-left: .8rem;
    color: #666e7a
}

.b3__theme--dark .b3__form-label>label:first-child,
.b3__theme--trader .b3__form-label>label:first-child {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .b3__form-label>label:first-child {
    color: #666e7a
}

.b3__form-label .b3__form-checkbox+label,
.b3__form-label .b3__form-radio+label {
    margin-top: -.4rem;
    margin-bottom: -.8rem
}

.b3__form-checkbox,
.b3__form-radio {
    position: absolute;
    opacity: 0
}

.b3__form-checkbox~label,
.b3__form-radio~label {
    position: relative;
    display: inline-block;
    padding: .8rem 0 .8rem 2.4rem;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.62em;
    letter-spacing: 0;
    line-height: 1.6rem;
    cursor: pointer;
    min-height: 3.2rem;
    margin: 0 .8rem;
    color: #40444d
}

.b3__theme--dark .b3__form-checkbox~label,
.b3__theme--dark .b3__form-radio~label,
.b3__theme--trader .b3__form-checkbox~label,
.b3__theme--trader .b3__form-radio~label {
    color: #fff
}

.b3__theme--light .b3__form-checkbox~label,
.b3__theme--light .b3__form-radio~label {
    color: #40444d
}

.b3__form-checkbox~label:after,
.b3__form-checkbox~label:before,
.b3__form-radio~label:after,
.b3__form-radio~label:before {
    content: '';
    position: absolute;
    top: .8rem;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    transition: all .2s ease;
    overflow: hidden;
    text-align: center
}

.b3__form-checkbox~label:before,
.b3__form-radio~label:before {
    border: .13333rem solid #00b0e6;
    background: #fff
}

.b3__theme--dark .b3__form-checkbox~label:before,
.b3__theme--dark .b3__form-radio~label:before,
.b3__theme--trader .b3__form-checkbox~label:before,
.b3__theme--trader .b3__form-radio~label:before {
    background: #002c63
}

.b3__theme--trader .b3__form-checkbox~label:before,
.b3__theme--trader .b3__form-radio~label:before {
    background: #1e2023
}

.b3__theme--light .b3__form-checkbox~label:before,
.b3__theme--light .b3__form-radio~label:before {
    background: #fff
}

.b3__form-checkbox~label:after,
.b3__form-radio~label:after {
    font-family: b3-icons;
    font-size: .06667rem;
    color: transparent;
    box-shadow: 0 0 0 #00b0e6 inset
}

.b3__form-checkbox~label:hover:before,
.b3__form-radio~label:hover:before {
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)
}

.b3__form-checkbox:focus+label:before,
.b3__form-radio:focus+label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 176, 230, .6)
}

.b3__form-checkbox:checked+label:after,
.b3__form-radio:checked+label:after {
    box-shadow: 0 0 0 1.6rem #00b0e6 inset;
    font-size: 1.33333rem;
    color: #fff
}

.b3__form-checkbox:disabled+label,
.b3__form-radio:disabled+label {
    cursor: not-allowed;
    color: #a2a8b1
}

.b3__form-checkbox:disabled+label:before,
.b3__form-radio:disabled+label:before {
    border-color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .b3__form-checkbox:disabled+label:before,
.b3__theme--dark .b3__form-radio:disabled+label:before,
.b3__theme--trader .b3__form-checkbox:disabled+label:before,
.b3__theme--trader .b3__form-radio:disabled+label:before {
    border-color: rgba(255, 255, 255, .25)
}

.b3__theme--light .b3__form-checkbox:disabled+label:before,
.b3__theme--light .b3__form-radio:disabled+label:before {
    border-color: rgba(102, 110, 122, .4)
}

.b3__form-checkbox:disabled+label:hover:before,
.b3__form-radio:disabled+label:hover:before {
    box-shadow: none
}

.b3__form-checkbox:disabled:checked+label:after,
.b3__form-radio:disabled:checked+label:after {
    box-shadow: none;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .b3__form-checkbox:disabled:checked+label:after,
.b3__theme--dark .b3__form-radio:disabled:checked+label:after,
.b3__theme--trader .b3__form-checkbox:disabled:checked+label:after,
.b3__theme--trader .b3__form-radio:disabled:checked+label:after {
    color: rgba(255, 255, 255, .25)
}

.b3__theme--light .b3__form-checkbox:disabled:checked+label:after,
.b3__theme--light .b3__form-radio:disabled:checked+label:after {
    color: rgba(102, 110, 122, .4)
}

.was-validated .b3__form-checkbox~label,
.was-validated .b3__form-radio~label {
    color: #40444d
}

.b3__theme--dark .was-validated .b3__form-checkbox~label,
.b3__theme--dark .was-validated .b3__form-radio~label,
.b3__theme--trader .was-validated .b3__form-checkbox~label,
.b3__theme--trader .was-validated .b3__form-radio~label {
    color: #fff
}

.b3__theme--light .was-validated .b3__form-checkbox~label,
.b3__theme--light .was-validated .b3__form-radio~label {
    color: #40444d
}

.was-validated .b3__form-checkbox:invalid~label:before,
.was-validated .b3__form-radio:invalid~label:before {
    border-color: #fa7c4a
}

.b3__form-checkbox~label {
    text-align: center
}

.b3__form-checkbox~label:after,
.b3__form-checkbox~label:before {
    border-radius: .4rem
}

.b3__form-checkbox~label:after {
    content: ""
}

.b3__form-radio~label:after,
.b3__form-radio~label:before {
    border-radius: 50%
}

.b3__form-radio~label:after {
    content: ""
}

.b3__form-radio:checked+label:after {
    font-size: 1.06667rem
}

.form-check {
    padding: 0
}

.was-validated .form-check-input:invalid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #40444d
}

.b3__theme--dark .was-validated .form-check-input:invalid~.form-check-label,
.b3__theme--dark .was-validated .form-check-input:valid~.form-check-label,
.b3__theme--trader .was-validated .form-check-input:invalid~.form-check-label,
.b3__theme--trader .was-validated .form-check-input:valid~.form-check-label {
    color: #fff
}

.b3__theme--light .was-validated .form-check-input:invalid~.form-check-label,
.b3__theme--light .was-validated .form-check-input:valid~.form-check-label {
    color: #40444d
}

.form-check-inline {
    margin-right: 0
}

.form-check-inline .form-check-input {
    position: absolute
}

.b3__form-file {
    position: relative;
    height: 3.2rem;
    overflow: hidden
}

.b3__form-file input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    transform: translateY(-500%);
    top: 0;
    width: auto
}

.b3__form-file:after {
    content: "";
    position: absolute;
    top: 50%;
    right: .8rem;
    transform: translateY(-50%);
    font-family: b3-icons;
    color: #002c63;
    font-size: 1.6rem;
    pointer-events: none
}

.b3__theme--light .b3__form-file:after {
    color: #002c63
}

.b3__theme--dark .b3__form-file:after,
.b3__theme--trader .b3__form-file:after {
    color: #fff
}

.b3__theme--trader .b3__form-file:after {
    color: #fff
}

.b3__form-file label {
    height: 3.2rem;
    left: 0;
    width: 100%;
    top: 0;
    transform: translateY(0);
    padding: 0 3.2rem 0 .8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    border-bottom: 1px solid #00b0e6;
    line-height: 3.2rem;
    pointer-events: all
}

.b3__form-file.has-placeholder:not(.small)>label,
.b3__form-file.has-value:not(.small)>label,
.b3__form-file.is-focused:not(.small)>label {
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.62em;
    letter-spacing: 0;
    line-height: 3.2rem;
    top: 0;
    color: #666e7a
}

.b3__theme--dark .b3__form-file.has-placeholder:not(.small)>label,
.b3__theme--dark .b3__form-file.has-value:not(.small)>label,
.b3__theme--dark .b3__form-file.is-focused:not(.small)>label,
.b3__theme--trader .b3__form-file.has-placeholder:not(.small)>label,
.b3__theme--trader .b3__form-file.has-value:not(.small)>label,
.b3__theme--trader .b3__form-file.is-focused:not(.small)>label {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .b3__form-file.has-placeholder:not(.small)>label,
.b3__theme--light .b3__form-file.has-value:not(.small)>label,
.b3__theme--light .b3__form-file.is-focused:not(.small)>label {
    color: #666e7a
}

.input-group {
    background: rgba(246, 246, 247, .88);
    border-radius: 3px;
    flex-flow: row nowrap;
    height: 3.2rem
}

.b3__theme--dark .input-group,
.b3__theme--trader .input-group {
    background: rgba(0, 57, 112, .92)
}

.b3__theme--trader .input-group {
    background: rgba(26, 50, 59, .9)
}

.b3__theme--light .input-group {
    background: rgba(246, 246, 247, .88)
}

.input-group.is-focused {
    background-color: rgba(128, 216, 243, .28)
}

.b3__theme--dark .input-group.is-focused,
.b3__theme--trader .input-group.is-focused {
    background-color: rgba(0, 127, 182, .68)
}

.b3__theme--trader .input-group.is-focused {
    background-color: rgba(11, 123, 158, .68)
}

.b3__theme--light .input-group.is-focused {
    background-color: rgba(128, 216, 243, .28)
}

.input-group.is-search {
    border-radius: 3.2rem
}

.input-group-text {
    border: none;
    border-radius: 3px;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.62em;
    letter-spacing: 0;
    background: 0 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #666e7a
}

.b3__theme--dark .input-group-text,
.b3__theme--trader .input-group-text {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .input-group-text {
    color: #666e7a
}

.input-group-text span[class^=b3__ico--] {
    font-size: 1.6rem
}

.input-group-text .b3__form-checkbox~label,
.input-group-text .b3__form-radio~label {
    margin-left: 0;
    margin-right: 0
}

.input-group .b3__form-control input,
.input-group .b3__form-control label,
.input-group .b3__form-control select,
.input-group .b3__form-control textarea,
.input-group .b3__form-file input,
.input-group .b3__form-file label,
.input-group .b3__form-file select,
.input-group .b3__form-file textarea,
.input-group .b3__form-select input,
.input-group .b3__form-select label,
.input-group .b3__form-select select,
.input-group .b3__form-select textarea {
    border-bottom: none !important;
}

.input-group .b3__form-control:first-child,
.input-group .b3__form-file:first-child,
.input-group .b3__form-select:first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group .b3__form-control:last-child,
.input-group .b3__form-file:last-child,
.input-group .b3__form-select:last-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group .b3__form-control,
.input-group .b3__form-file,
.input-group .b3__form-select {
    flex: 1 1 auto !important;
}

.input-group .btn {
    margin-bottom: 0;
    padding: .4rem 1.6rem;
    border-radius: 1.6rem;
    line-height: .8rem;
    height: 1.6rem;
    padding-left: .8rem;
    padding-right: .8rem;
    margin: .8rem .8rem 0;
    border-radius: 1.6rem!important
}

.input-group .btn[class*=b3__btn-with-icon--left] {
    padding-left: 1.73333rem
}

.input-group .btn[class*=b3__btn-with-icon--left] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1rem
}

.input-group .btn[class*=b3__btn-with-icon--left] [class^=b3__ico]:before {
    vertical-align: top
}

.input-group .btn[class*=b3__btn-with-icon--left] [class^=b3__ico] {
    left: .2rem
}

.input-group .btn.dropdown,
.input-group .btn[class*=b3__btn-with-icon--right] {
    padding-right: 1.73333rem
}

.input-group .btn[class*=b3__btn-with-icon--right] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1rem
}

.input-group .btn[class*=b3__btn-with-icon--right] [class^=b3__ico]:before {
    vertical-align: top
}

.input-group .btn[class*=b3__btn-with-icon--right] [class^=b3__ico] {
    right: .2rem
}

.input-group .btn[class*=b3__btn-with-icon--only] {
    padding: 0;
    width: 1.6rem;
    height: 1.6rem
}

.input-group .btn[class*=b3__btn-with-icon--only] [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1rem
}

.input-group .btn[class*=b3__btn-with-icon--only] [class^=b3__ico]:before {
    vertical-align: top
}

.input-group .btn[class*=b3__btn-with-icon--only] [class^=b3__ico] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.input-group .btn.dropdown-toggle {
    padding-right: 1.2rem
}

.input-group .btn.dropdown-toggle:after {
    right: .2rem;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1rem
}

.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0
}

.picker__input {
    cursor: default
}

.picker__input.picker__input--active {
    border-color: #0089ec
}

.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}


/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

.picker__frame,
.picker__holder {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.picker__holder {
    position: fixed;
    transition: background .15s ease-out, transform 0s .15s;
    -webkit-backface-visibility: hidden
}

.picker__frame {
    position: absolute;
    margin: 0 auto;
    min-width: 256px;
    max-width: 666px;
    width: 100%;
    -moz-opacity: 0;
    opacity: 0;
    transition: all .15s ease-out
}

@media (min-height:33.875em) {
    .picker__frame {
        overflow: visible;
        top: auto;
        bottom: -100%;
        max-height: 80%
    }
}

@media (min-height:40.125em) {
    .picker__frame {
        margin-bottom: 7.5%
    }
}

.picker__wrap {
    display: table;
    width: 100%;
    height: 100%
}

@media (min-height:33.875em) {
    .picker__wrap {
        display: block
    }
}

.picker__box {
    background: #fff;
    display: table-cell;
    vertical-align: middle
}

@media (min-height:26.5em) {
    .picker__box {
        font-size: 1.25em
    }
}

@media (min-height:33.875em) {
    .picker__box {
        display: block;
        font-size: 1.33em;
        border: 1px solid #777;
        border-top-color: #898989;
        border-bottom-width: 0;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 12px 36px 16px rgba(0, 0, 0, .24)
    }
}

@media (min-height:40.125em) {
    .picker__box {
        font-size: 1.5em;
        border-bottom-width: 1px;
        border-radius: 5px
    }
}

.picker--opened .picker__holder {
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: 0 0;
    zoom: 1;
    background: rgba(0, 0, 0, .32);
    transition: background .15s ease-out
}

.picker--opened .picker__frame {
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-opacity: 1;
    opacity: 1
}

@media (min-height:33.875em) {
    .picker--opened .picker__frame {
        top: auto;
        bottom: 0
    }
}

.picker__box {
    padding: 0 1em
}

.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em
}

.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em
}

.picker__year {
    color: #999;
    font-size: .8em;
    font-style: italic
}

.picker__select--month,
.picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em
}

@media (min-width:24.5em) {
    .picker__select--month,
    .picker__select--year {
        margin-top: -.5em
    }
}

.picker__select--month {
    width: 35%
}

.picker__select--year {
    width: 22.5%
}

.picker__select--month:focus,
.picker__select--year:focus {
    border-color: #0089ec
}

.picker__nav--next,
.picker__nav--prev {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -.25em
}

@media (min-width:24.5em) {
    .picker__nav--next,
    .picker__nav--prev {
        top: -.33em
    }
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em
}

@media (min-width:24.5em) {
    .picker__nav--prev {
        padding-right: 1.5em
    }
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em
}

@media (min-width:24.5em) {
    .picker__nav--next {
        padding-left: 1.5em
    }
}

.picker__nav--next:before,
.picker__nav--prev:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .75em solid #000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto
}

.picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid #000
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb
}

.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
    cursor: default;
    background: 0 0;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5
}

.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em
}

@media (min-height:33.875em) {
    .picker__table {
        margin-bottom: .75em
    }
}

.picker__table td {
    margin: 0;
    padding: 0
}

.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999;
    font-weight: 500
}

@media (min-height:33.875em) {
    .picker__weekday {
        padding-bottom: .5em
    }
}

.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent
}

.picker__day--today {
    position: relative
}

.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: .5em solid #0059bc;
    border-left: .5em solid transparent
}

.picker__day--disabled:before {
    border-top-color: #aaa
}

.picker__day--outfocus {
    color: #ddd
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb
}

.picker__day--highlighted {
    border-color: #0089ec
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
    background: #0089ec;
    color: #fff
}

.picker--focused .picker__day--disabled,
.picker__day--disabled,
.picker__day--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
    background: #bbb
}

.picker__footer {
    text-align: center
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
    border: 1px solid #fff;
    background: #fff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: 700;
    width: 33%;
    display: inline-block;
    vertical-align: bottom
}

.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
    cursor: pointer;
    color: #000;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb
}

.picker__button--clear:focus,
.picker__button--close:focus,
.picker__button--today:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: 0
}

.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
    position: relative;
    display: inline-block;
    height: 0
}

.picker__button--clear:before,
.picker__button--today:before {
    content: " ";
    margin-right: .45em
}

.picker__button--today:before {
    top: -.05em;
    width: 0;
    border-top: .66em solid #0059bc;
    border-left: .66em solid transparent
}

.picker__button--clear:before {
    top: -.25em;
    width: .66em;
    border-top: 3px solid #e20
}

.picker__button--close:before {
    content: "\D7";
    top: -.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}

.picker__button--today[disabled]:before {
    border-top-color: #aaa
}

.picker--opened .picker__holder {
    background: rgba(64, 68, 77, .8)
}

.picker__box {
    padding: .66667rem 1.13333rem;
    border: 0;
    box-shadow: none;
    border-radius: 6px
}

.picker__nav--next,
.picker__nav--prev {
    color: #002c63
}

.picker__nav--next:before,
.picker__nav--prev:before {
    font-family: b3-icons;
    position: absolute;
    border: 0;
    font-size: 1.6rem
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
    background: 0 0
}

.picker__nav--next:hover:before,
.picker__nav--prev:hover:before {
    color: #00b0e6
}

.picker__nav--prev:before {
    content: ""
}

.picker__nav--next:before {
    content: ""
}

.picker__weekday {
    width: auto;
    color: #666e7a;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.62em;
    letter-spacing: 0
}

.picker__header {
    margin-top: 0;
    padding-top: .33333rem
}

.picker__header,
.picker__year {
    font-size: 1.1rem;
    letter-spacing: 0
}

.picker__year {
    color: #666e7a;
    font-style: normal
}

.picker__day,
.picker__day--infocus,
.picker__day--outfocus,
.picker__day--today {
    padding: 0;
    margin: 0 auto;
    border-radius: 99px;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 1.86667rem;
    font-size: .9rem;
    color: #0063de;
    font-weight: 400;
    background: 0 0;
    border: 2px solid transparent
}

.picker__day--today:before {
    display: none
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    color: #0063de;
    background: rgba(0, 176, 230, .08);
    border-color: rgba(0, 176, 230, 0)
}

.picker__day--outfocus {
    color: rgba(102, 110, 122, .4)
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
    color: #666e7a;
    border-color: #00b0e6;
    background: 0 0
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
    padding: 0;
    text-transform: uppercase;
    border: 0;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap
}

.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
    display: none
}

.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
    background: 0 0;
    border: none;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap
}

.picker__button--clear {
    color: #40444d
}

.picker__button--clear:hover {
    color: #666e7a
}

.picker__button--close {
    color: #c40
}

.picker__button--close:hover {
    color: #fa7c4a
}

.picker__button--today {
    color: #0063de
}

.picker__button--today:hover {
    color: #00b0e6
}

.nav-link {
    position: relative;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.33em;
    letter-spacing: 0;
    padding: .8rem 1.6rem .8rem;
    line-height: 1.6rem;
    transition: all .5s;
    border-radius: .2rem;
    background: 0 0;
    color: #002c63
}

.b3__theme--dark .nav-link,
.b3__theme--trader .nav-link {
    color: #fff
}

.b3__theme--light .nav-link {
    color: #002c63
}

.nav-link [class^=b3__ico--] {
    font-size: 1.6rem;
    margin-right: .6rem;
    height: 1.6rem;
    overflow: hidden
}

.nav-link:hover {
    background: rgba(0, 176, 230, .08);
    color: #002c63
}

.b3__theme--dark .nav-link:hover,
.b3__theme--trader .nav-link:hover {
    color: #fff
}

.b3__theme--light .nav-link:hover {
    color: #002c63
}

.nav-link.disabled {
    color: rgba(102, 110, 122, .4);
    cursor: not-allowed
}

.b3__theme--dark .nav-link.disabled,
.b3__theme--trader .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.b3__theme--light .nav-link.disabled {
    color: rgba(102, 110, 122, .4)
}

.nav:not(.flex-column) .nav-link.active {
    color: #002c63
}

.b3__theme--dark .nav:not(.flex-column) .nav-link.active,
.b3__theme--trader .nav:not(.flex-column) .nav-link.active {
    color: #fff
}

.b3__theme--light .nav:not(.flex-column) .nav-link.active {
    color: #002c63
}

.nav:not(.flex-column) .nav-link.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.6rem;
    right: 1.6rem;
    border-bottom: 3px solid #00b0e6
}

.nav-item .nav-link {
    border-left: 3px solid transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: .8rem 1.6rem .8rem;
    line-height: 1.6rem
}

.nav-item .nav-link.active {
    border-color: #00b0e6;
    color: #002c63
}

.b3__theme--dark .nav-item .nav-link.active,
.b3__theme--trader .nav-item .nav-link.active {
    color: #fff
}

.b3__theme--light .nav-item .nav-link.active {
    color: #002c63
}

.page-item {
    background: 0 0;
    border: none;
    margin: 0 .2rem
}

.page-item [class^=b3__ico] {
    font-size: 1.2rem
}

.page-item.active .page-link {
    line-height: 1.73333rem;
    background: 0 0;
    border: 2px solid #00b0e6;
    color: #40444d
}

.b3__theme--dark .page-item.active .page-link,
.b3__theme--trader .page-item.active .page-link {
    color: #fff
}

.b3__theme--light .page-item.active .page-link {
    color: #40444d
}

.page-item.disabled .page-link {
    background: 0 0;
    color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .page-item.disabled .page-link,
.b3__theme--trader .page-item.disabled .page-link {
    color: rgba(255, 255, 255, .25)
}

.b3__theme--light .page-item.disabled .page-link {
    color: rgba(102, 110, 122, .4)
}

.page-link {
    background: 0 0;
    border: none;
    border-radius: 50%!important;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.62em;
    letter-spacing: 0;
    width: 2rem;
    line-height: 2rem;
    height: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 0!important;
    transition: all .2s;
    color: #0063de
}

.b3__theme--dark .page-link,
.b3__theme--trader .page-link {
    color: #ffd862
}

.b3__theme--light .page-link {
    color: #0063de
}

.page-link:hover {
    background: rgba(0, 176, 230, .2);
    color: #0063de
}

.b3__theme--dark .page-link:hover,
.b3__theme--trader .page-link:hover {
    color: #ffd862
}

.b3__theme--light .page-link:hover {
    color: #0063de
}

.breadcrumb {
    background: 0 0;
    padding: 0
}

.breadcrumb li {
    font-size: .8rem;
    letter-spacing: 0;
    line-height: 1.6rem
}

.breadcrumb li [class^=b3__ico] {
    font-size: 1.2rem;
    vertical-align: top
}

.breadcrumb li a {
    color: #002c63;
    line-height: 1.6rem;
    font-weight: 400;
    white-space: nowrap;
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle
}

.b3__theme--dark .breadcrumb li a,
.b3__theme--trader .breadcrumb li a {
    color: #fff
}

.b3__theme--light .breadcrumb li a {
    color: #002c63
}

.breadcrumb li a:hover {
    color: #00b0e6;
    text-decoration: none
}

@media screen and (max-width:599px) {
    .breadcrumb li a {
        max-width: 1.2rem
    }
}

@media screen and (max-width:599px) {
    .breadcrumb li:first-child a {
        max-width: initial
    }
}

@media screen and (max-width:599px) {
    .breadcrumb li:nth-last-child(-n+3) a {
        max-width: 4rem
    }
}

.breadcrumb li.breadcrumb-item {
    padding-left: 0
}

.breadcrumb li.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    vertical-align: middle;
    font-family: b3-icons;
    content: "";
    font-size: .8rem;
    color: #a2a8b1;
    margin: 0 .25rem;
    line-height: 1.6rem;
    padding: 0
}

.breadcrumb li.active {
    color: #666e7a
}

.b3__theme--dark .breadcrumb li.active,
.b3__theme--trader .breadcrumb li.active {
    color: rgba(255, 255, 255, .7)
}

.b3__theme--light .breadcrumb li.active {
    color: #666e7a
}

.accordion {
    border-bottom: 1px solid rgba(102, 110, 122, .18)
}

.b3__theme--dark .accordion,
.b3__theme--trader .accordion {
    border-top-color: rgba(255, 255, 255, .15)
}

.b3__theme--light .accordion {
    border-top-color: rgba(102, 110, 122, .18)
}

.accordion .card {
    border: none;
    background: 0 0;
    border-radius: 0;
    overflow: visible;
    box-shadow: none
}

.accordion .card-header {
    background: 0 0;
    padding: 0;
    border-bottom: none
}

.accordion .card-header h2 {
    margin: 0!important
}

.accordion .card-header .btn {
    position: relative;
    display: inline-block;
    padding: .8rem 3.2rem;
    border-radius: 3.2rem;
    line-height: 1.6rem;
    height: 3.2rem;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-position: center;
    transition: all .8s;
    margin: 0 0 1rem;
    text-align: left;
    margin: 0;
    border-radius: 0;
    width: 100%;
    text-align: left;
    padding-left: 2.8rem;
    color: #40444d;
    border-top: 1px solid rgba(102, 110, 122, .18);
    vertical-align: top
}

.accordion .card-header .btn:focus {
    box-shadow: 0 0 0 .13333rem rgba(0, 176, 230, .6);
    outline: 0
}

.accordion .card-header .btn:focus:active {
    box-shadow: 0 0 0 .26667rem rgba(0, 176, 230, .6)
}

.accordion .card-header .btn:after,
.accordion .card-header .btn:before {
    content: ''!important;
    display: block;
    position: absolute;
    top: 50%;
    right: initial;
    margin: 0;
    transform: translateY(-50%);
    background: #0063de;
    transition: all .2s ease
}

.accordion .card-header .btn:before {
    left: 1.2rem;
    height: .93333rem;
    width: .13333rem
}

.accordion .card-header .btn:after {
    left: .8rem;
    width: .93333rem;
    height: .13333rem
}

.accordion .card-header .btn[aria-expanded=true]:before {
    transform: translateY(-50%) rotate(-90deg)
}

.accordion .card-header .btn:hover:not(:disabled):not(.disabled) {
    background: rgba(0, 176, 230, .2) radial-gradient(circle, transparent 1%, rgba(0, 176, 230, .2) 1%) center/15000%;
    color: #0063de
}

.accordion .card-header .btn:active:not(:disabled):not(.disabled) {
    background-color: rgba(0, 176, 230, .28);
    background-size: 100%;
    transition: background 0s;
    color: #0063de
}

.accordion .card-header .btn:focus {
    box-shadow: none;
    background-color: transparent
}

.accordion .card-header .btn:focus:active {
    box-shadow: 0 0 0 .26667rem rgba(0, 176, 230, .6)
}

.b3__theme--dark .accordion .card-header .btn,
.b3__theme--trader .accordion .card-header .btn {
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.b3__theme--dark .accordion .card-header .btn:after,
.b3__theme--dark .accordion .card-header .btn:before,
.b3__theme--trader .accordion .card-header .btn:after,
.b3__theme--trader .accordion .card-header .btn:before {
    background: #ffd862
}

.b3__theme--dark .accordion .card-header .btn:hover:not(:disabled):not(.disabled),
.b3__theme--trader .accordion .card-header .btn:hover:not(:disabled):not(.disabled) {
    color: #ffd862
}

.b3__theme--dark .accordion .card-header .btn:focus,
.b3__theme--trader .accordion .card-header .btn:focus {
    background: 0 0;
    color: #fff
}

.b3__theme--light .accordion .card-header .btn {
    color: #40444d;
    border-top: 1px solid rgba(102, 110, 122, .18)
}

.b3__theme--light .accordion .card-header .btn:after,
.b3__theme--light .accordion .card-header .btn:before {
    background: #0063de
}

.b3__theme--light .accordion .card-header .btn:hover:not(:disabled):not(.disabled) {
    color: #0063de
}

.b3__theme--light .accordion .card-header .btn:focus {
    color: #40444d
}

.accordion .card-body {
    border: none;
    background: 0 0;
    padding: 1.2rem 1.6rem;
    color: inherit
}

.alert {
    padding: .8rem 4rem .8rem 1.6rem;
    border-radius: .2rem;
    border: 2px solid #ffd862;
    background: #fff;
    color: #40444d
}

.b3__theme--dark .alert,
.b3__theme--trader .alert {
    background: #002c63;
    color: #fff
}

.b3__theme--trader .alert {
    background: #1e2023
}

.b3__theme--light .alert {
    background: #fff;
    color: #40444d
}

.alert hr {
    border-top-color: rgba(102, 110, 122, .18)
}

.b3__theme--dark .alert hr,
.b3__theme--trader .alert hr {
    border-top-color: rgba(255, 255, 255, .25)
}

.b3__theme--light .alert hr {
    border-top-color: rgba(102, 110, 122, .18)
}

.alert-dark,
.alert-info,
.alert-secondary {
    background: #fff;
    border-color: #666e7a
}

.b3__theme--dark .alert-dark,
.b3__theme--dark .alert-info,
.b3__theme--dark .alert-secondary,
.b3__theme--trader .alert-dark,
.b3__theme--trader .alert-info,
.b3__theme--trader .alert-secondary {
    background: #002c63
}

.b3__theme--trader .alert-dark,
.b3__theme--trader .alert-info,
.b3__theme--trader .alert-secondary {
    background: #1e2023
}

.b3__theme--light .alert-dark,
.b3__theme--light .alert-info,
.b3__theme--light .alert-secondary {
    background: #fff
}

.alert-danger,
.alert-success,
.alert-warning {
    padding-left: 4rem;
    position: relative
}

.alert-danger:before,
.alert-success:before,
.alert-warning:before {
    content: '';
    position: absolute;
    top: .8rem;
    left: 1.6rem;
    font-family: b3-icons;
    font-size: 1.6rem;
    line-height: 1.6rem
}

.alert-success {
    background: #fff;
    border-color: #08ce79
}

.b3__theme--dark .alert-success,
.b3__theme--trader .alert-success {
    background: #002c63
}

.b3__theme--trader .alert-success {
    background: #1e2023
}

.b3__theme--light .alert-success {
    background: #fff
}

.alert-success:before {
    content: "";
    color: #08ce79
}

.alert-danger,
.alert-warning {
    background: #fff;
    border-color: #fa7c4a
}

.b3__theme--dark .alert-danger,
.b3__theme--dark .alert-warning,
.b3__theme--trader .alert-danger,
.b3__theme--trader .alert-warning {
    background: #002c63
}

.b3__theme--trader .alert-danger,
.b3__theme--trader .alert-warning {
    background: #1e2023
}

.b3__theme--light .alert-danger,
.b3__theme--light .alert-warning {
    background: #fff
}

.alert-danger:before,
.alert-warning:before {
    content: "";
    color: #fa7c4a
}

.alert-link {
    color: #0063de!important
}

.b3__theme--dark .alert-link,
.b3__theme--trader .alert-link {
    color: #ffd862!important
}

.b3__theme--light .alert-link {
    color: #0063de!important
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    padding: .6rem .8rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: inherit;
    top: 0;
    right: 0;
    opacity: .5
}

.alert-dismissible .close:hover {
    opacity: 1;
    color: #40444d
}

.b3__theme--dark .alert-dismissible .close:hover,
.b3__theme--trader .alert-dismissible .close:hover {
    color: #fff
}

.b3__theme--light .alert-dismissible .close:hover {
    color: #40444d
}

.card {
    border-radius: .2rem;
    background: #fff;
    border: 1px solid #f6f6f7;
    box-shadow: 0 .4rem .4rem rgba(102, 110, 122, .1)
}

.card-body {
    padding: 1.6rem
}

.card-title {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #40444d!important;
    margin-bottom: 0
}

.card-subtitle {
    font-size: 1.1rem;
    letter-spacing: 0;
    color: #666e7a!important;
    margin-top: .8rem;
    margin-bottom: 0
}

.card-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: 0;
    color: #666e7a!important;
    margin-top: .8rem;
    margin-bottom: 0
}

.card-link {
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    color: #0063de!important;
    transition: .25s all;
    box-shadow: 0 0 0 transparent;
    border-radius: 1.6rem;
    margin-top: 1.6rem
}

.card-link:hover {
    background: rgba(0, 176, 230, .2);
    color: #0063de;
    box-shadow: 0 0 0 .8rem rgba(0, 176, 230, .2)
}

.card .btn {
    margin-top: 1.6rem;
    margin-bottom: 0
}

.card .list-group-item {
    color: #666e7a!important
}

.list-group-item {
    padding: .8rem 1.6rem
}

.modal-dialog {
    background: #fff;
    border-radius: .2rem;
    border: none;
    box-shadow: 0 .8rem .8rem rgba(102, 110, 122, .1);
    max-width: 100%;
    width: 100%
}

@media screen and (max-width:599px) {
    .modal-dialog {
        margin: 0;
        min-height: 100vh;
        border-radius: 0
    }
}

@media screen and (min-width:600px) {
    .modal-dialog {
        max-width: 40rem
    }
}

.modal-content {
    border: none
}

.modal-backdrop {
    background: rgba(64, 68, 77, .8)
}

.modal-backdrop.show {
    opacity: 1
}

.modal-header {
    padding: 1.6rem;
    border: none;
    position: relative
}

.modal-title {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.1em;
    letter-spacing: 0;
    color: #666e7a!important
}

.modal-body {
    padding: 1.6rem;
    padding-top: .8rem;
    padding-bottom: .8rem
}

.modal-footer {
    padding: 1.6rem;
    border: 0
}

.modal-footer .btn {
    margin-bottom: 0
}

.modal .close {
    padding: .6rem .8rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: inherit;
    top: 0;
    right: 0;
    opacity: .5;
    margin: 0;
    position: absolute
}

.modal .close:hover {
    opacity: 1;
    color: #40444d
}

.b3__theme--dark .modal .close:hover,
.b3__theme--trader .modal .close:hover {
    color: #fff
}

.b3__theme--light .modal .close:hover {
    color: #40444d
}

.modal-xl {
    max-width: 100%!important
}

.modal-lg {
    max-width: 90%!important
}

.modal-sm {
    max-width: 50%!important
}

.b3__datagrid .b3__form-checkbox~label,
.b3__datagrid .b3__form-radio~label,
.table .b3__form-checkbox~label,
.table .b3__form-radio~label {
    margin-left: 0!important;
    margin-right: -1.33333rem!important;
    vertical-align: middle!important;
}

.b3__datagrid .b3__cell--without-padding,
.table .b3__cell--without-padding {
    padding: 0 0 0 1.6rem!important;
    line-height: 3.2rem!important;
    height: 3.2rem!important;
}

.b3__datagrid thead,
.table thead {
    background: 0 0!important;
}

.b3__datagrid thead th[rowspan],
.table thead th[rowspan] {
    vertical-align: bottom!important;
}

.b3__datagrid thead th[colspan],
.table thead th[colspan] {
    text-align: center;
}

.b3__datagrid thead th,
.table thead th {
    line-height: 1.35rem!important;
    padding: .93333rem 1.6rem!important;
    font-weight: 600!important;
    font-size: 1rem!important;
    line-height: 1.33em!important;
    letter-spacing: 0!important;
    border-top: 2px solid #002c63!important;
    border-bottom: none!important;
    color: #40444d!important;
}

.b3__theme--dark .b3__datagrid thead th,
.b3__theme--dark .table thead th,
.b3__theme--trader .b3__datagrid thead th,
.b3__theme--trader .table thead th {
    border-top-color: #fff!important;
    color: #fff!important;
}

.b3__theme--light .b3__datagrid thead th,
.b3__theme--light .table thead th {
    border-top-color: #002c63!important;
    color: #40444d!important;
}

.b3__datagrid thead .b3__head--level2 th,
.table thead .b3__head--level2 th {
    font-size: .9rem!important;
    letter-spacing: 0!important;
    background: rgba(102, 110, 122, .18)!important;
    border-left: 1.02px solid #fff!important;
    border-bottom: 1px solid #e3e5e7!important;
    font-weight: 400!important;
    color: #40444d!important;
}

.b3__theme--dark .b3__datagrid thead .b3__head--level2 th,
.b3__theme--dark .table thead .b3__head--level2 th,
.b3__theme--trader .b3__datagrid thead .b3__head--level2 th,
.b3__theme--trader .table thead .b3__head--level2 th {
    background: rgba(102, 110, 122, .4)!important;
    border-left-color: #002c63!important;
    border-bottom-color: transparent!important;
    color: #fff!important;
}

.b3__theme--trader .b3__datagrid thead .b3__head--level2 th,
.b3__theme--trader .table thead .b3__head--level2 th {
    border-left-color: #1e2023!important;
}

.b3__theme--light .b3__datagrid thead .b3__head--level2 th,
.b3__theme--light .table thead .b3__head--level2 th {
    background: rgba(102, 110, 122, .18)!important;
    border-left-color: #fff!important;
    border-bottom-color: #e3e5e7!important;
    color: #40444d!important;
}

.b3__datagrid thead .b3__head--level3 th,
.table thead .b3__head--level3 th {
    font-size: .9rem!important;
    letter-spacing: 0!important;
    background: #f6f6f7!important;
    border-left: 1px solid #e3e5e7!important;
    border-bottom: 1px solid #e3e5e7!important;
    border-top: none!important;
    font-weight: 400!important;
}

.b3__theme--dark .b3__datagrid thead .b3__head--level3 th,
.b3__theme--dark .table thead .b3__head--level3 th,
.b3__theme--trader .b3__datagrid thead .b3__head--level3 th,
.b3__theme--trader .table thead .b3__head--level3 th {
    background: rgba(102, 110, 122, .5)!important;
    border-left-color: #002c63!important;
    border-bottom-color: transparent!important;
    color: #fff!important;
}

.b3__theme--trader .b3__datagrid thead .b3__head--level3 th,
.b3__theme--trader .table thead .b3__head--level3 th {
    border-left-color: #1e2023!important;
}

.b3__theme--light .b3__datagrid thead .b3__head--level3 th,
.b3__theme--light .table thead .b3__head--level3 th {
    background: #f6f6f7!important;
    border-left-color: #e3e5e7!important;
    border-bottom-color: #e3e5e7!important;
    color: #40444d!important;
}

.b3__datagrid thead .b3__head--level4 th,
.table thead .b3__head--level4 th {
    font-size: .9rem!important;
    letter-spacing: 0!important;
    border-left: 1px solid #e3e5e7!important;
    border-bottom: 1px solid #e3e5e7!important;
    border-top: none!important;
    font-weight: 400!important;
}

.b3__theme--dark .b3__datagrid thead .b3__head--level4 th,
.b3__theme--dark .table thead .b3__head--level4 th,
.b3__theme--trader .b3__datagrid thead .b3__head--level4 th,
.b3__theme--trader .table thead .b3__head--level4 th {
    border-left-color: rgba(255, 255, 255, .25)!important;
    border-bottom-color: rgba(255, 255, 255, .25)!important;
    color: #fff!important;
}

.b3__theme--light .b3__datagrid thead .b3__head--level4 th,
.b3__theme--light .table thead .b3__head--level4 th {
    border-left-color: #e3e5e7!important;
    border-bottom-color: #e3e5e7!important;
    color: #40444d!important;
}

.b3__datagrid thead.thead-dark th,
.table thead.thead-dark th {
    font-size: .9rem!important;
    letter-spacing: 0!important;
    background: rgba(102, 110, 122, .18)!important;
    border-left: 1px solid #fff!important;
    border-bottom: 1px solid #e3e5e7!important;
    font-weight: 400!important;
    color: #40444d!important;
    border-top: 2px solid #002c63!important;
}

.b3__theme--dark .b3__datagrid thead.thead-dark th,
.b3__theme--dark .table thead.thead-dark th,
.b3__theme--trader .b3__datagrid thead.thead-dark th,
.b3__theme--trader .table thead.thead-dark th {
    background: rgba(102, 110, 122, .4);
    border-left-color: #002c63;
    border-bottom-color: transparent;
    color: #fff
}

.b3__theme--trader .b3__datagrid thead.thead-dark th,
.b3__theme--trader .table thead.thead-dark th {
    border-left-color: #1e2023
}

.b3__theme--light .b3__datagrid thead.thead-dark th,
.b3__theme--light .table thead.thead-dark th {
    background: rgba(102, 110, 122, .18);
    border-left-color: #fff;
    border-bottom-color: #e3e5e7;
    color: #40444d
}

.b3__theme--dark .b3__datagrid thead.thead-dark th,
.b3__theme--dark .table thead.thead-dark th,
.b3__theme--trader .b3__datagrid thead.thead-dark th,
.b3__theme--trader .table thead.thead-dark th {
    border-top-color: #fff
}

.b3__theme--light .b3__datagrid thead.thead-dark th,
.b3__theme--light .table thead.thead-dark th {
    border-top-color: #002c63
}

.b3__datagrid thead.thead-light th,
.table thead.thead-light th {
    font-size: .9rem;
    letter-spacing: 0;
    background: #f6f6f7;
    border-left: 1px solid #e3e5e7;
    border-bottom: 1px solid #e3e5e7;
    border-top: none;
    font-weight: 400;
    border-top: 2px solid #002c63
}

.b3__theme--dark .b3__datagrid thead.thead-light th,
.b3__theme--dark .table thead.thead-light th,
.b3__theme--trader .b3__datagrid thead.thead-light th,
.b3__theme--trader .table thead.thead-light th {
    background: rgba(102, 110, 122, .5);
    border-left-color: #002c63;
    border-bottom-color: transparent;
    color: #fff
}

.b3__theme--trader .b3__datagrid thead.thead-light th,
.b3__theme--trader .table thead.thead-light th {
    border-left-color: #1e2023
}

.b3__theme--light .b3__datagrid thead.thead-light th,
.b3__theme--light .table thead.thead-light th {
    background: #f6f6f7;
    border-left-color: #e3e5e7;
    border-bottom-color: #e3e5e7;
    color: #40444d
}

.b3__theme--dark .b3__datagrid thead.thead-light th,
.b3__theme--dark .table thead.thead-light th,
.b3__theme--trader .b3__datagrid thead.thead-light th,
.b3__theme--trader .table thead.thead-light th {
    border-top-color: #fff
}

.b3__theme--light .b3__datagrid thead.thead-light th,
.b3__theme--light .table thead.thead-light th {
    border-top-color: #002c63
}

.b3__datagrid tbody tr,
.b3__datagrid tfoot tr,
.table tbody tr,
.table tfoot tr {
    background: 0 0!important;
    transition: background .2s!important;
}

.b3__datagrid tbody tr>td,
.b3__datagrid tbody tr>th,
.b3__datagrid tfoot tr>td,
.b3__datagrid tfoot tr>th,
.table tbody tr>td,
.table tbody tr>th,
.table tfoot tr>td,
.table tfoot tr>th {
    vertical-align: middle!important;
}

.b3__datagrid tbody tr>td:first-child,
.b3__datagrid tbody tr>th:first-child,
.b3__datagrid tfoot tr>td:first-child,
.b3__datagrid tfoot tr>th:first-child,
.table tbody tr>td:first-child,
.table tbody tr>th:first-child,
.table tfoot tr>td:first-child,
.table tfoot tr>th:first-child {
    border-left: 1px solid transparent!important;
}

.b3__datagrid tbody tr.is-selected,
.b3__datagrid tfoot tr.is-selected,
.table tbody tr.is-selected,
.table tfoot tr.is-selected {
    background: rgba(102, 110, 122, .18)!important;
}

.b3__theme--dark .b3__datagrid tbody tr.is-selected,
.b3__theme--dark .b3__datagrid tfoot tr.is-selected,
.b3__theme--dark .table tbody tr.is-selected,
.b3__theme--dark .table tfoot tr.is-selected,
.b3__theme--trader .b3__datagrid tbody tr.is-selected,
.b3__theme--trader .b3__datagrid tfoot tr.is-selected,
.b3__theme--trader .table tbody tr.is-selected,
.b3__theme--trader .table tfoot tr.is-selected {
    background: rgba(255, 255, 255, .25)!important;
}

.b3__theme--light .b3__datagrid tbody tr.is-selected,
.b3__theme--light .b3__datagrid tfoot tr.is-selected,
.b3__theme--light .table tbody tr.is-selected,
.b3__theme--light .table tfoot tr.is-selected {
    background: rgba(102, 110, 122, .18)!important;
}

.b3__datagrid tbody tr.is-selected>td:first-child,
.b3__datagrid tbody tr.is-selected>th:first-child,
.b3__datagrid tfoot tr.is-selected>td:first-child,
.b3__datagrid tfoot tr.is-selected>th:first-child,
.table tbody tr.is-selected>td:first-child,
.table tbody tr.is-selected>th:first-child,
.table tfoot tr.is-selected>td:first-child,
.table tfoot tr.is-selected>th:first-child {
    border-left: 3px solid #00b0e6!important;
}

.b3__datagrid tbody td,
.b3__datagrid tbody th,
.b3__datagrid tfoot td,
.b3__datagrid tfoot th,
.table tbody td,
.table tbody th,
.table tfoot td,
.table tfoot th {
    line-height: 1.35rem!important;
    padding: .93333rem 1.6rem!important;
    font-size: .9rem!important;
    letter-spacing: 0!important;
    text-align: left;
    border-top: 1px solid #e3e5e7!important;
    border-bottom: 1px solid #e3e5e7!important;
    color: #666e7a!important;
}

.b3__theme--dark .b3__datagrid tbody td,
.b3__theme--dark .b3__datagrid tbody th,
.b3__theme--dark .b3__datagrid tfoot td,
.b3__theme--dark .b3__datagrid tfoot th,
.b3__theme--dark .table tbody td,
.b3__theme--dark .table tbody th,
.b3__theme--dark .table tfoot td,
.b3__theme--dark .table tfoot th,
.b3__theme--trader .b3__datagrid tbody td,
.b3__theme--trader .b3__datagrid tbody th,
.b3__theme--trader .b3__datagrid tfoot td,
.b3__theme--trader .b3__datagrid tfoot th,
.b3__theme--trader .table tbody td,
.b3__theme--trader .table tbody th,
.b3__theme--trader .table tfoot td,
.b3__theme--trader .table tfoot th {
    border-top-color: rgba(255, 255, 255, .25)!important;
    border-bottom-color: rgba(255, 255, 255, .25)!important;
    color: rgba(255, 255, 255, .7)!important;
}

.b3__theme--light .b3__datagrid tbody td,
.b3__theme--light .b3__datagrid tbody th,
.b3__theme--light .b3__datagrid tfoot td,
.b3__theme--light .b3__datagrid tfoot th,
.b3__theme--light .table tbody td,
.b3__theme--light .table tbody th,
.b3__theme--light .table tfoot td,
.b3__theme--light .table tfoot th {
    border-top-color: #e3e5e7!important;
    border-bottom-color: #e3e5e7!important;
    color: #666e7a!important;
}

.b3__datagrid-striped tbody tr:nth-of-type(odd),
.table-striped tbody tr:nth-of-type(odd), .table-striped tbody tr:nth-of-type(odd) td {
    background-color: white !important;
}

.b3__datagrid-striped tbody tr:nth-of-type(even),
.table-striped tbody tr:nth-of-type(even),  .table-striped tbody tr:nth-of-type(even) td {
    background: #f6f6f7!important;
}

.b3__theme--dark .b3__datagrid-striped tbody tr:nth-of-type(even),
.b3__theme--dark .table-striped tbody tr:nth-of-type(even),
.b3__theme--trader .b3__datagrid-striped tbody tr:nth-of-type(even),
.b3__theme--trader .table-striped tbody tr:nth-of-type(even) {
    background: rgba(255, 255, 255, .15)!important;
}

.b3__theme--light .b3__datagrid-striped tbody tr:nth-of-type(even),
.b3__theme--light .table-striped tbody tr:nth-of-type(even) {
    background: #f6f6f7!important;
}

.b3__datagrid-striped.table-hover tbody tr:hover:nth-of-type(even),
.table-striped.table-hover tbody tr:hover:nth-of-type(even) {
    background: rgba(0, 176, 230, .08)!important;
}

.b3__theme--dark .b3__datagrid-striped.table-hover tbody tr:hover:nth-of-type(even),
.b3__theme--dark .table-striped.table-hover tbody tr:hover:nth-of-type(even),
.b3__theme--trader .b3__datagrid-striped.table-hover tbody tr:hover:nth-of-type(even),
.b3__theme--trader .table-striped.table-hover tbody tr:hover:nth-of-type(even) {
    background: rgba(0, 176, 230, .24)!important;
}

.b3__theme--light .b3__datagrid-striped.table-hover tbody tr:hover:nth-of-type(even),
.b3__theme--light .table-striped.table-hover tbody tr:hover:nth-of-type(even) {
    background: rgba(0, 176, 230, .08)!important;
}

.b3__datagrid-bordered td,
.b3__datagrid-bordered th,
.table-bordered td,
.table-bordered th {
    border: 1px solid #e3e5e7!important;
}

.b3__theme--dark .b3__datagrid-bordered td,
.b3__theme--dark .b3__datagrid-bordered th,
.b3__theme--dark .table-bordered td,
.b3__theme--dark .table-bordered th,
.b3__theme--trader .b3__datagrid-bordered td,
.b3__theme--trader .b3__datagrid-bordered th,
.b3__theme--trader .table-bordered td,
.b3__theme--trader .table-bordered th {
    border-color: rgba(255, 255, 255, .25)!important;
}

.b3__theme--light .b3__datagrid-bordered td,
.b3__theme--light .b3__datagrid-bordered th,
.b3__theme--light .table-bordered td,
.b3__theme--light .table-bordered th {
    border-color: #e3e5e7!important;
}

.b3__datagrid-bordered tbody tr>td:first-child,
.b3__datagrid-bordered tbody tr>th:first-child,
.table-bordered tbody tr>td:first-child,
.table-bordered tbody tr>th:first-child {
    border-left-color: #e3e5e7!important;
}

.b3__theme--dark .b3__datagrid-bordered tbody tr>td:first-child,
.b3__theme--dark .b3__datagrid-bordered tbody tr>th:first-child,
.b3__theme--dark .table-bordered tbody tr>td:first-child,
.b3__theme--dark .table-bordered tbody tr>th:first-child,
.b3__theme--trader .b3__datagrid-bordered tbody tr>td:first-child,
.b3__theme--trader .b3__datagrid-bordered tbody tr>th:first-child,
.b3__theme--trader .table-bordered tbody tr>td:first-child,
.b3__theme--trader .table-bordered tbody tr>th:first-child {
    border-left-color: rgba(255, 255, 255, .25)!important;
}

.b3__theme--light .b3__datagrid-bordered tbody tr>td:first-child,
.b3__theme--light .b3__datagrid-bordered tbody tr>th:first-child,
.b3__theme--light .table-bordered tbody tr>td:first-child,
.b3__theme--light .table-bordered tbody tr>th:first-child {
    border-left-color: #e3e5e7!important;
}

.b3__datagrid-hover tbody tr:hover,
.table-hover tbody tr:hover {
    background: rgba(0, 176, 230, .08)!important;
}

.b3__theme--dark .b3__datagrid-hover tbody tr:hover,
.b3__theme--dark .table-hover tbody tr:hover,
.b3__theme--trader .b3__datagrid-hover tbody tr:hover,
.b3__theme--trader .table-hover tbody tr:hover {
    background: rgba(0, 176, 230, .24)!important;
}

.b3__theme--light .b3__datagrid-hover tbody tr:hover,
.b3__theme--light .table-hover tbody tr:hover {
    background: rgba(0, 176, 230, .08)!important;
}

.nav:not(.flex-column).nav-tabs {
    border: none!important;
    background: 0 0!important;
    margin-bottom: .8rem!important;
    border-bottom: 1px solid rgba(102, 110, 122, .18)!important;
}

.b3__theme--dark .nav:not(.flex-column).nav-tabs,
.b3__theme--trader .nav:not(.flex-column).nav-tabs {
    border-color: rgba(255, 255, 255, .15)
}

.b3__theme--light .nav:not(.flex-column).nav-tabs {
    border-color: rgba(102, 110, 122, .18)
}

@media screen and (max-width:599px) {
    .nav:not(.flex-column).nav-tabs {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden
    }
    .nav:not(.flex-column).nav-tabs>li {
        float: none;
        display: inline-block
    }
}

.nav:not(.flex-column).nav-tabs .nav-link {
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 2rem;
    color: #40444d;
    border-radius: 0;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    border-width: 0;
    padding: .6rem 1.5rem;
    position: relative;
    transition: .2s all
}

.nav:not(.flex-column).nav-tabs .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    border-bottom: 3px solid #00b0e6;
    transition: .2s all
}

.nav:not(.flex-column).nav-tabs .nav-link [class^=b3__ico] {
    vertical-align: middle;
    line-height: 1.6rem;
    font-size: 1.6rem;
    margin-right: .4rem
}

.b3__theme--dark .nav:not(.flex-column).nav-tabs .nav-link,
.b3__theme--trader .nav:not(.flex-column).nav-tabs .nav-link {
    color: #fff
}

.b3__theme--light .nav:not(.flex-column).nav-tabs .nav-link {
    color: #40444d
}

.nav:not(.flex-column).nav-tabs .nav-link.active {
    border: none;
    background: 0 0;
    color: #40444d
}

.b3__theme--dark .nav:not(.flex-column).nav-tabs .nav-link.active,
.b3__theme--trader .nav:not(.flex-column).nav-tabs .nav-link.active {
    color: #fff
}

.b3__theme--light .nav:not(.flex-column).nav-tabs .nav-link.active {
    color: #40444d
}

.nav:not(.flex-column).nav-tabs .nav-link.active:before {
    left: 50%;
    width: 100%
}

.nav:not(.flex-column).nav-tabs .nav-link.disabled {
    color: #a2a8b1;
    cursor: not-allowed
}

.nav:not(.flex-column).nav-tabs .nav-link.dropdown-toggle {
    position: relative;
    padding-right: 2.4rem!important
}

.nav:not(.flex-column).nav-tabs .nav-link.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    font-family: b3-icons;
    border: 0;
    right: .8rem;
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    border: none!important;
    margin-top: 0!important;
    width: 1.6rem!important;
    height: 1.6rem!important;
    transform: translateY(-50%)
}

.nav:not(.flex-column).nav-tabs .nav-link:not(.disabled):focus,
.nav:not(.flex-column).nav-tabs .nav-link:not(.disabled):hover {
    border: none;
    background: rgba(0, 176, 230, .08);
    color: #40444d
}

.b3__theme--dark .nav:not(.flex-column).nav-tabs .nav-link:not(.disabled):focus,
.b3__theme--dark .nav:not(.flex-column).nav-tabs .nav-link:not(.disabled):hover,
.b3__theme--trader .nav:not(.flex-column).nav-tabs .nav-link:not(.disabled):focus,
.b3__theme--trader .nav:not(.flex-column).nav-tabs .nav-link:not(.disabled):hover {
    background: rgba(0, 176, 230, .24);
    color: #fff
}

.b3__theme--light .nav:not(.flex-column).nav-tabs .nav-link:not(.disabled):focus,
.b3__theme--light .nav:not(.flex-column).nav-tabs .nav-link:not(.disabled):hover {
    background: rgba(0, 176, 230, .08);
    color: #40444d
}

.nav:not(.flex-column).nav-tabs .dropdown-menu {
    background: #fff;
    border: 1px solid rgba(102, 110, 122, .18);
    border-radius: 3px;
    box-shadow: 0 .4rem .4rem rgba(102, 110, 122, .1)
}

.nav:not(.flex-column).nav-tabs .dropdown-menu>a {
    position: relative!important;
    font-weight: 600!important;
    font-size: 1rem!important;
    line-height: 1.33em!important;
    letter-spacing: 0!important;
    padding: .8rem 1.6rem .8rem!important;
    line-height: 1.6rem!important;
    transition: all .5s!important;
    border-radius: .2rem!important;
    background: 0 0!important;
    color: #002c63!important;
    font-weight: 400!important;
    font-size: .9rem!important;
    line-height: 1.62em!important;
    letter-spacing: 0!important;
    color: #002c63!important
}

.b3__theme--dark .nav:not(.flex-column).nav-tabs .dropdown-menu>a,
.b3__theme--trader .nav:not(.flex-column).nav-tabs .dropdown-menu>a {
    color: #fff
}

.b3__theme--light .nav:not(.flex-column).nav-tabs .dropdown-menu>a {
    color: #002c63
}

.nav:not(.flex-column).nav-tabs .dropdown-menu>a [class^=b3__ico--] {
    font-size: 1.6rem;
    margin-right: .6rem;
    height: 1.6rem;
    overflow: hidden
}

.nav:not(.flex-column).nav-tabs .dropdown-menu>a:hover:hover, .nav:not(.flex-column).nav-tabs .dropdown-menu>a:focus:focus {
    background: rgba(0, 176, 230, .08) !important;
    color: #002c63 !important;
}

.b3__theme--dark .nav:not(.flex-column).nav-tabs .dropdown-menu>a:hover:hover, .nav:not(.flex-column).nav-tabs .dropdown-menu>a:focus:focus,
.b3__theme--trader .nav:not(.flex-column).nav-tabs .dropdown-menu>a:hover:hover, .nav:not(.flex-column).nav-tabs .dropdown-menu>a:focus:focus {
    color: #fff
}

.b3__theme--light .nav:not(.flex-column).nav-tabs .dropdown-menu>a:hover:hover, .nav:not(.flex-column).nav-tabs .dropdown-menu>a:focus:focus {
    color: #002c63
}

.nav.flex-column.nav-pills .nav-link {
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: 1.5px!important;
    text-transform: uppercase;
    white-space: nowrap;
    background: 0 0;
    line-height: 2rem;
    color: #40444d;
    border-radius: .2rem;
    border-left: 3px solid transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: .6rem 1.6rem
}

.nav.flex-column.nav-pills .nav-link [class^=b3__ico] {
    vertical-align: middle;
    line-height: 1.6rem;
    font-size: 1.6rem;
    margin-right: .4rem
}

.b3__theme--dark .nav.flex-column.nav-pills .nav-link,
.b3__theme--trader .nav.flex-column.nav-pills .nav-link {
    color: #fff
}

.b3__theme--light .nav.flex-column.nav-pills .nav-link {
    color: #40444d
}

.nav.flex-column.nav-pills .nav-link.active {
    border-color: #00b0e6
}

.nav.flex-column.nav-pills .nav-link.disabled {
    color: #a2a8b1;
    cursor: not-allowed
}

.nav.flex-column.nav-pills .nav-link:not(.disabled):focus,
.nav.flex-column.nav-pills .nav-link:not(.disabled):hover {
    background: rgba(0, 176, 230, .08)
}

.b3__theme--dark .nav.flex-column.nav-pills .nav-link:not(.disabled):focus,
.b3__theme--dark .nav.flex-column.nav-pills .nav-link:not(.disabled):hover,
.b3__theme--trader .nav.flex-column.nav-pills .nav-link:not(.disabled):focus,
.b3__theme--trader .nav.flex-column.nav-pills .nav-link:not(.disabled):hover {
    background: rgba(0, 176, 230, .24)
}

.b3__theme--light .nav.flex-column.nav-pills .nav-link:not(.disabled):focus,
.b3__theme--light .nav.flex-column.nav-pills .nav-link:not(.disabled):hover {
    background: rgba(0, 176, 230, .08)
}

.tab-pane {
    padding: .8rem 0
}

.b3__datagrid {
    width: 100%
}

.b3__datagrid thead th {
    position: relative;
    cursor: pointer
}

.b3__datagrid thead th.sorting_desc:after {
    content: "";
    position: absolute;
    top: 50%;
    right: .8rem;
    transform: translateY(-50%);
    font-family: b3-icons;
    color: #002c63;
    font-size: 1.6rem;
    pointer-events: none;
    font-size: .73333rem
}

.b3__theme--light .b3__datagrid thead th.sorting_desc:after {
    color: #002c63
}

.b3__theme--dark .b3__datagrid thead th.sorting_desc:after,
.b3__theme--trader .b3__datagrid thead th.sorting_desc:after {
    color: #fff
}

.b3__theme--trader .b3__datagrid thead th.sorting_desc:after {
    color: #fff
}

.b3__datagrid thead th.sorting_asc:after {
    content: "";
    position: absolute;
    top: 50%;
    right: .8rem;
    transform: translateY(-50%);
    font-family: b3-icons;
    color: #002c63;
    font-size: 1.6rem;
    pointer-events: none;
    font-size: .73333rem
}

.b3__theme--light .b3__datagrid thead th.sorting_asc:after {
    color: #002c63
}

.b3__theme--dark .b3__datagrid thead th.sorting_asc:after,
.b3__theme--trader .b3__datagrid thead th.sorting_asc:after {
    color: #fff
}

.b3__theme--trader .b3__datagrid thead th.sorting_asc:after {
    color: #fff
}

.b3__datagrid thead th.sorting:after,
.b3__datagrid thead th.sorting_asc:after,
.b3__datagrid thead th.sorting_desc:after {
    right: 0
}

.b3__datagrid thead th.sorting_asc,
.b3__datagrid thead th.sorting_desc {
    border-top: 2px solid #00b0e6
}

.b3__datagrid thead th.sorting_asc:after,
.b3__datagrid thead th.sorting_desc:after {
    color: #00b0e6;
    top: unset;
    bottom: 0
}

.b3__datagrid thead th:focus {
    outline: 0
}

.b3__datagrid thead th:hover {
    border-color: #00b0e6
}

.b3__datagrid thead th[colspan] {
    text-align: left
}

.b3__datagrid tbody .sorting_1 {
    background: rgba(102, 110, 122, .18)
}

.b3__datagrid tbody tr:nth-of-type(even) {
    background: #f6f6f7
}

.b3__theme--dark .b3__datagrid tbody tr:nth-of-type(even),
.b3__theme--trader .b3__datagrid tbody tr:nth-of-type(even) {
    background: rgba(255, 255, 255, .15)
}

.b3__theme--light .b3__datagrid tbody tr:nth-of-type(even) {
    background: #f6f6f7
}

.b3__datagrid tbody tr:hover:nth-of-type(even) {
    background: rgba(0, 176, 230, .08)
}

.b3__theme--dark .b3__datagrid tbody tr:hover:nth-of-type(even),
.b3__theme--trader .b3__datagrid tbody tr:hover:nth-of-type(even) {
    background: rgba(0, 176, 230, .24)
}

.b3__theme--light .b3__datagrid tbody tr:hover:nth-of-type(even) {
    background: rgba(0, 176, 230, .08)
}

.dataTables_paginate a.previous {
    padding-right: .93333rem!important
}

.dataTables_paginate a.next {
    padding-left: .93333rem!important
}

.dataTables_filter input,
.dataTables_length input {
    outline: 0;
    border: none
}

.dataTables_filter,
.dataTables_info,
.dataTables_length,
.dataTables_paginate {
    float: left;
    width: 50%
}

.dataTables_info {
    font-size: .8rem
}

.dataTables_info,
.dataTables_paginate {
    padding: .93333rem .33333rem;
    box-sizing: border-box
}

.dataTables_filter label,
.dataTables_length label {
    box-sizing: border-box
}

.dataTables_filter input,
.dataTables_filter select,
.dataTables_length input,
.dataTables_length select {
    border: none;
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
    padding: 1.2rem .8rem .4rem;
    cursor: pointer;
    color: #40444d;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    outline: 0
}

.b3__theme--dark .dataTables_filter input,
.b3__theme--dark .dataTables_filter select,
.b3__theme--dark .dataTables_length input,
.b3__theme--dark .dataTables_length select,
.b3__theme--trader .dataTables_filter input,
.b3__theme--trader .dataTables_filter select,
.b3__theme--trader .dataTables_length input,
.b3__theme--trader .dataTables_length select {
    color: #fff
}

.b3__theme--light .dataTables_filter input,
.b3__theme--light .dataTables_filter select,
.b3__theme--light .dataTables_length input,
.b3__theme--light .dataTables_length select {
    color: #40444d
}

.dataTables_filter input:-webkit-autofill,
.dataTables_filter input:-webkit-autofill:focus,
.dataTables_filter input:-webkit-autofill:hover,
.dataTables_filter select:-webkit-autofill,
.dataTables_filter select:-webkit-autofill:focus,
.dataTables_filter select:-webkit-autofill:hover,
.dataTables_length input:-webkit-autofill,
.dataTables_length input:-webkit-autofill:focus,
.dataTables_length input:-webkit-autofill:hover,
.dataTables_length select:-webkit-autofill,
.dataTables_length select:-webkit-autofill:focus,
.dataTables_length select:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, .1) inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #40444d
}

.b3__theme--dark .dataTables_filter input:-webkit-autofill,
.b3__theme--dark .dataTables_filter input:-webkit-autofill:focus,
.b3__theme--dark .dataTables_filter input:-webkit-autofill:hover,
.b3__theme--dark .dataTables_filter select:-webkit-autofill,
.b3__theme--dark .dataTables_filter select:-webkit-autofill:focus,
.b3__theme--dark .dataTables_filter select:-webkit-autofill:hover,
.b3__theme--dark .dataTables_length input:-webkit-autofill,
.b3__theme--dark .dataTables_length input:-webkit-autofill:focus,
.b3__theme--dark .dataTables_length input:-webkit-autofill:hover,
.b3__theme--dark .dataTables_length select:-webkit-autofill,
.b3__theme--dark .dataTables_length select:-webkit-autofill:focus,
.b3__theme--dark .dataTables_length select:-webkit-autofill:hover,
.b3__theme--trader .dataTables_filter input:-webkit-autofill,
.b3__theme--trader .dataTables_filter input:-webkit-autofill:focus,
.b3__theme--trader .dataTables_filter input:-webkit-autofill:hover,
.b3__theme--trader .dataTables_filter select:-webkit-autofill,
.b3__theme--trader .dataTables_filter select:-webkit-autofill:focus,
.b3__theme--trader .dataTables_filter select:-webkit-autofill:hover,
.b3__theme--trader .dataTables_length input:-webkit-autofill,
.b3__theme--trader .dataTables_length input:-webkit-autofill:focus,
.b3__theme--trader .dataTables_length input:-webkit-autofill:hover,
.b3__theme--trader .dataTables_length select:-webkit-autofill,
.b3__theme--trader .dataTables_length select:-webkit-autofill:focus,
.b3__theme--trader .dataTables_length select:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, .1) inset
}

.b3__theme--light .dataTables_filter input:-webkit-autofill,
.b3__theme--light .dataTables_filter input:-webkit-autofill:focus,
.b3__theme--light .dataTables_filter input:-webkit-autofill:hover,
.b3__theme--light .dataTables_filter select:-webkit-autofill,
.b3__theme--light .dataTables_filter select:-webkit-autofill:focus,
.b3__theme--light .dataTables_filter select:-webkit-autofill:hover,
.b3__theme--light .dataTables_length input:-webkit-autofill,
.b3__theme--light .dataTables_length input:-webkit-autofill:focus,
.b3__theme--light .dataTables_length input:-webkit-autofill:hover,
.b3__theme--light .dataTables_length select:-webkit-autofill,
.b3__theme--light .dataTables_length select:-webkit-autofill:focus,
.b3__theme--light .dataTables_length select:-webkit-autofill:hover {
    -webkit-text-fill-color: #40444d
}

.dataTables_filter input:focus::-ms-value,
.dataTables_filter select:focus::-ms-value,
.dataTables_length input:focus::-ms-value,
.dataTables_length select:focus::-ms-value {
    background: 0 0
}

.dataTables_filter input::-ms-expand,
.dataTables_filter select::-ms-expand,
.dataTables_length input::-ms-expand,
.dataTables_length select::-ms-expand {
    display: none
}

.dataTables_filter input,
.dataTables_length input {
    width: 100%
}

.dataTables_filter select,
.dataTables_length select {
    text-align-last: center
}

.dataTables_length label {
    border-radius: 3px
}

.dataTables_length select {
    background: rgba(246, 246, 247, .88);
    border-bottom: 1px solid #00b0e6
}

.b3__theme--dark .dataTables_length select,
.b3__theme--trader .dataTables_length select {
    background: rgba(0, 57, 112, .92)
}

.b3__theme--trader .dataTables_length select {
    background: rgba(26, 50, 59, .9)
}

.b3__theme--light .dataTables_length select {
    background: rgba(246, 246, 247, .88)
}

.dataTables_length select.is-focused {
    background-color: rgba(128, 216, 243, .28)
}

.b3__theme--dark .dataTables_length select.is-focused,
.b3__theme--trader .dataTables_length select.is-focused {
    background-color: rgba(0, 127, 182, .68)
}

.b3__theme--trader .dataTables_length select.is-focused {
    background-color: rgba(11, 123, 158, .68)
}

.b3__theme--light .dataTables_length select.is-focused {
    background-color: rgba(128, 216, 243, .28)
}

.b3__theme--dark .dataTables_length select,
.b3__theme--trader .dataTables_length select {
    border-bottom-color: #fff
}

.b3__theme--light .dataTables_length select {
    border-bottom-color: #00b0e6
}

.dataTables_filter label {
    width: 100%;
    border-radius: 3.2rem;
    border-bottom: 1px solid #00b0e6;
    caret-color: #00b0e6;
    background: rgba(246, 246, 247, .88)
}

.b3__theme--dark .dataTables_filter label,
.b3__theme--trader .dataTables_filter label {
    background: rgba(0, 57, 112, .92)
}

.b3__theme--trader .dataTables_filter label {
    background: rgba(26, 50, 59, .9)
}

.b3__theme--light .dataTables_filter label {
    background: rgba(246, 246, 247, .88)
}

.dataTables_filter label.is-focused {
    background-color: rgba(128, 216, 243, .28)
}

.b3__theme--dark .dataTables_filter label.is-focused,
.b3__theme--trader .dataTables_filter label.is-focused {
    background-color: rgba(0, 127, 182, .68)
}

.b3__theme--trader .dataTables_filter label.is-focused {
    background-color: rgba(11, 123, 158, .68)
}

.b3__theme--light .dataTables_filter label.is-focused {
    background-color: rgba(128, 216, 243, .28)
}

.b3__theme--dark .dataTables_filter label,
.b3__theme--trader .dataTables_filter label {
    border-bottom-color: #fff
}

.b3__theme--light .dataTables_filter label {
    border-bottom-color: #00b0e6
}

.dataTables_length:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: .13333rem;
    width: 0;
    left: 50%;
    background: #00b0e6;
    transition: all .4s ease-in-out
}

.dataTables_length:before {
    transform: translateX(-50%)
}

.dataTables_length:after {
    content: "";
    position: absolute;
    top: 50%;
    right: .8rem;
    transform: translateY(-50%);
    font-family: b3-icons;
    color: #002c63;
    font-size: 1.6rem;
    pointer-events: none;
    font-size: .93333rem;
    right: 60%;
    top: 50%;
    transform: translateY(-35%)
}

.b3__theme--light .dataTables_length:after {
    color: #002c63
}

.b3__theme--dark .dataTables_length:after,
.b3__theme--trader .dataTables_length:after {
    color: #fff
}

.b3__theme--trader .dataTables_length:after {
    color: #fff
}

.dataTables_paginate {
    text-align: right;
    padding-top: .46667rem
}

.dataTables_paginate a {
    display: inline-block;
    background: 0 0;
    border: none;
    border-radius: 50%!important;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.62em;
    letter-spacing: 0;
    width: 2rem;
    line-height: 2rem;
    height: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 0!important;
    transition: all .2s;
    color: #0063de
}

.b3__theme--dark .dataTables_paginate a,
.b3__theme--trader .dataTables_paginate a {
    color: #ffd862
}

.b3__theme--light .dataTables_paginate a {
    color: #0063de
}

.dataTables_paginate a:hover {
    background: rgba(0, 176, 230, .2);
    color: #0063de
}

.b3__theme--dark .dataTables_paginate a:hover,
.b3__theme--trader .dataTables_paginate a:hover {
    color: #ffd862
}

.b3__theme--light .dataTables_paginate a:hover {
    color: #0063de
}

.dataTables_paginate a.next,
.dataTables_paginate a.previous {
    border-radius: 0;
    background: 0 0;
    width: auto;
    height: auto
}

.dataTables_paginate a.current {
    line-height: 1.73333rem;
    background: 0 0;
    border: 2px solid #00b0e6;
    color: #40444d
}

.b3__theme--dark .dataTables_paginate a.current,
.b3__theme--trader .dataTables_paginate a.current {
    color: #fff
}

.b3__theme--light .dataTables_paginate a.current {
    color: #40444d
}

.dataTables_paginate a.disabled {
    color: rgba(102, 110, 122, .4)
}

.b3__theme--dark .dataTables_paginate a.disabled,
.b3__theme--trader .dataTables_paginate a.disabled {
    color: rgba(255, 255, 255, .25)
}

.b3__theme--light .dataTables_paginate a.disabled {
    color: rgba(102, 110, 122, .4)
}

.dataTables_wrapper .dataTable thead .sorting_asc {
    position: relative
}

.badge {
    border-radius: 1.6rem;
    font-size: .66667rem;
    line-height: 1.46667rem;
    padding: 0 .46667rem;
    height: 1.73333rem;
    min-width: 1.73333rem;
    letter-spacing: .5px;
    display: inline-block;
    vertical-align: text-top;
    border: 2px solid #fff;
    text-align: center;
    text-transform: uppercase;
    color: #002c63;
    background: #ffd862;
    color: #002c63
}

.b3__theme--dark .badge,
.b3__theme--trader .badge {
    border-color: #002c63
}

.b3__theme--trader .badge {
    border-color: #1e2023
}

.b3__theme--light .badge {
    border-color: #fff
}

.badge-light,
.badge-primary {
    background: #ffd862;
    color: #002c63
}

.badge-dark,
.badge-info,
.badge-secondary {
    background: #666e7a;
    color: #fff
}

.badge-success {
    background: #08ce79;
    color: #002c63
}

.badge-danger,
.badge-warning {
    background: #fa7c4a;
    color: #002c63
}

.display-1 .badge,
.display-2 .badge,
.display-3 .badge,
.display-4 .badge,
.h1 .badge .h2 .badge,
.h3 .badge,
.h4 .badge,
.h5 .badge,
.h6 .badge,
.lead,
h1 .badge,
h2 .badge,
h3 .badge,
h4 .badge,
h5 .badge,
h6 .badge {
    margin-left: -.6em
}

.btn+.badge {
    vertical-align: text-bottom;
    margin: 0 0 1.6rem -1.4rem;
    position: relative;
    z-index: 2
}

.carousel {
    position: relative;
    padding-bottom: 2.8rem
}

.carousel-inner {
    border-radius: .2rem
}

.carousel-indicators {
    position: absolute;
    bottom: .8rem;
    left: 50%;
    transform: translate(-50%);
    margin: 0
}

.carousel-indicators li {
    width: .4rem;
    height: .4rem;
    transition: all .25s;
    border-radius: .4rem;
    opacity: 1;
    padding: 0;
    box-sizing: border-box;
    border: none;
    margin: 0 .3rem;
    background: #a2a8b1;
    overflow: hidden
}

.b3__theme--dark .carousel-indicators li,
.b3__theme--trader .carousel-indicators li {
    background: rgba(255, 255, 255, .25)
}

.b3__theme--light .carousel-indicators li {
    background: #a2a8b1
}

.carousel-indicators li.active {
    width: 1.4rem;
    background: #00b0e6
}

.carousel-control-next,
.carousel-control-prev {
    width: 2.4rem;
    height: 2.4rem;
    top: 50%;
    margin-top: -1.4rem;
    transform: translateY(-50%);
    border-radius: 2.4rem;
    background: #0063de;
    text-align: center;
    opacity: 0;
    transition: all .2s;
    padding: 0;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #fff;
    transition: all .2s
}

.carousel-control-next:focus,
.carousel-control-prev:focus {
    opacity: 0
}

.carousel-control-next:hover:active,
.carousel-control-prev:hover:active {
    transform: translateY(-50%) scale(.8)
}

.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
    opacity: .5;
    background: #0063de
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: 1!important;
    background: #0063de
}

.carousel-control-prev {
    left: 1.4rem
}

.carousel-control-next {
    right: 1.4rem
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: 0 0;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #fff;
    width: 2.4rem;
    height: 2.4rem;
    padding: 0
}

.carousel-control-next-icon:before,
.carousel-control-prev-icon:before {
    content: '';
    font-family: b3-icons;
    display: inline-block;
    vertical-align: top
}

.carousel-control-prev-icon:before {
    content: ""
}

.carousel-control-next-icon:before {
    content: ""
}

.carousel-caption {
    background: rgba(102, 110, 122, .18);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    color: #fff
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
    color: #fff
}

.carousel-caption p {
    margin-bottom: 0
}

.progress {
    height: .2rem;
    border-radius: .2rem;
    font-weight: 700;
    font-size: .8rem;
    line-height: 1.2em;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #a2a8b1;
    background: 0 0;
    overflow: visible;
    height: 1.86667rem;
    position: relative
}

.progress:before {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: .2rem;
    height: .2rem;
    background: rgba(102, 110, 122, .4)
}

.b3__theme--dark .progress:before,
.b3__theme--trader .progress:before {
    background: rgba(255, 255, 255, .25)
}

.b3__theme--light .progress:before {
    background: rgba(102, 110, 122, .4)
}

.progress-bar {
    position: relative;
    height: 1.86667rem;
    border-radius: .46667rem;
    color: #a2a8b1;
    background-color: transparent!important;
    padding-bottom: 1rem
}

.progress-bar:before {
    position: absolute;
    content: '';
    display: block;
    bottom: -.13333rem;
    left: 0;
    right: 0;
    height: .46667rem;
    border-radius: .46667rem;
    background: #00b0e6
}

.progress-bar~.progress-bar {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -.46667rem
}

.progress-bar.bg-info:before {
    background: #0063de
}

.b3__theme--dark .progress-bar.bg-info:before,
.b3__theme--trader .progress-bar.bg-info:before {
    background: #ffd862
}

.b3__theme--light .progress-bar.bg-info:before {
    background: #0063de
}

.progress-bar.bg-success:before {
    background: #08ce79
}

.b3__theme--dark .progress-bar.bg-success:before,
.b3__theme--trader .progress-bar.bg-success:before {
    background: #08ce79
}

.b3__theme--light .progress-bar.bg-success:before {
    background: #08ce79
}

.progress-bar.bg-danger:before,
.progress-bar.bg-warning:before {
    background: #fa7c4a
}

.b3__theme--dark .progress-bar.bg-danger:before,
.b3__theme--dark .progress-bar.bg-warning:before,
.b3__theme--trader .progress-bar.bg-danger:before,
.b3__theme--trader .progress-bar.bg-warning:before {
    background: #fa7c4a
}

.b3__theme--light .progress-bar.bg-danger:before,
.b3__theme--light .progress-bar.bg-warning:before {
    background: #fa7c4a
}

.img-thumbnail {
    display: inline-block;
    background: 0 0;
    border: none;
    border-radius: .2rem;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 .2rem .2rem rgba(102, 110, 122, .1)
}

.tooltip .arrow {
    visibility: hidden
}

.tooltip-inner {
    box-shadow: 0 .4rem .4rem rgba(102, 110, 122, .1);
    font-size: .8rem;
    letter-spacing: 0;
    font-weight: 700;
    border-radius: .2rem;
    padding: .4rem .8rem;
    background: #40444d;
    color: #fff;
    opacity: .95
}

.b3__theme--dark .tooltip-inner,
.b3__theme--trader .tooltip-inner {
    background: #fff;
    color: #002c63
}

.b3__theme--light .tooltip-inner {
    background: #40444d;
    color: #fff
}

.tooltip-inner:after,
.tooltip-inner:before {
    display: none!important
}

.b3__loading-block {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.66667rem;
    height: 6.66667rem;
    opacity: 0;
    transition: opacity .5s linear;
    transition-delay: .5s;
    z-index: 1050
}

.b3__loading-backdrop {
    transition: opacity .5s linear;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1040
}

.b3__loading-backdrop--dark {
    background: #003475
}

.b3__loading-backdrop--light {
    background: #fff
}

.b3__loading-visible .b3__loading-backdrop,
.b3__loading-visible .b3__loading-block {
    opacity: 1
}

.b3__loading-hide .b3__loading-backdrop {
    transition-delay: .7s
}

.b3__loading-hide .b3__loading-block {
    transition-delay: 0
}

.b3__loading-inline {
    position: relative;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem
}

.b3__loading-inline:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 2px solid rgba(0, 176, 230, .2);
    border-top-color: #002c63;
    animation: spinner .8s linear infinite;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -.8rem;
    margin-left: -.8rem
}

.b3__theme--dark .b3__loading-inline:before,
.b3__theme--trader .b3__loading-inline:before {
    border-color: rgba(0, 176, 230, .6);
    border-top-color: #fff
}

.b3__theme--light .b3__loading-inline:before {
    border-color: rgba(0, 176, 230, .2);
    border-top-color: #002c63
}

[class*=b3__btn-with-icon] .b3__loading-inline:before {
    border-color: rgba(255, 255, 255, .25);
    border-top-color: #002c63
}

.b3__theme--dark [class*=b3__btn-with-icon] .b3__loading-inline:before,
.b3__theme--trader [class*=b3__btn-with-icon] .b3__loading-inline:before {
    border-color: rgba(255, 255, 255, .25);
    border-top-color: #002c63
}

[class*=b3__btn-with-icon--left] .b3__loading-inline:before [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem
}

[class*=b3__btn-with-icon--left] .b3__loading-inline:before [class^=b3__ico]:before {
    vertical-align: top
}

[class*=b3__btn-with-icon--left] .b3__loading-inline:before [class^=b3__ico] {
    left: .8rem
}

[class*=b3__btn-with-icon--right] .b3__loading-inline:before [class^=b3__ico] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.6rem
}

[class*=b3__btn-with-icon--right] .b3__loading-inline:before [class^=b3__ico]:before {
    vertical-align: top
}

[class*=b3__btn-with-icon--right] .b3__loading-inline:before [class^=b3__ico] {
    right: .8rem
}

.btn-group-lg>.btn .b3__loading-inline,
.btn-lg .b3__loading-inline {
    width: 2rem;
    height: 2rem
}

.btn-group-lg>.btn .b3__loading-inline:before,
.btn-lg .b3__loading-inline:before {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.b3__sidenav__bottom-menu {
    display: none
}

@media screen and (min-width:1024px) {
    .b3__sidenav__bottom-menu {
        display: block;
        position: fixed;
        transition: .5s all;
        left: 0;
        bottom: 0;
        width: 18rem;
        background: #1e2023
    }
    .b3__theme--dark .b3__sidenav__bottom-menu,
    .b3__theme--trader .b3__sidenav__bottom-menu {
        background: rgba(255, 255, 255, .25)
    }
    .b3__theme--light .b3__sidenav__bottom-menu {
        background: #1e2023
    }
    .b3__sidenav__bottom-menu ul {
        width: 18rem
    }
    .b3__sidenav__bottom-menu .b3__ico--double_arrow_left:before {
        transition: .25s all
    }
}

@media screen and (min-width:1024px) {
    .b3__sidenav__header {
        display: grid;
        grid-template-columns: 18rem auto;
        transition: .5s all
    }
}

.b3__sidenav__header .b3__sidenav__toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 1rem;
    padding-right: 1rem
}

.b3__sidenav__header-brand,
.b3__sidenav__header-site {
    position: relative;
    padding: .8rem 1rem
}

.b3__sidenav__header-brand {
    line-height: 2.4rem;
    padding-left: 1.4rem
}

.b3__sidenav__header-brand .b3__logo--small {
    vertical-align: middle
}

@media screen and (min-width:1024px) {
    .b3__sidenav__header-brand {
        position: fixed;
        top: 0;
        z-index: 2;
        transition: .5s all;
        grid-column: 1;
        width: 18rem;
        line-height: 3.2rem
    }
}

@media screen and (min-width:1024px) {
    .b3__sidenav__header-site {
        transition: .5s all;
        grid-column: 2;
        display: grid;
        grid-template-columns: 35% auto;
        grid-template-rows: 3.2rem;
        border-bottom: 1px solid rgba(102, 110, 122, .18);
        padding-left: 2.26667rem;
        padding-right: 2.26667rem
    }
}

@media screen and (min-width:1280px) {
    .b3__sidenav__header-site {
        grid-template-columns: 45% auto;
        padding-left: 2.8rem;
        padding-right: 2.8rem
    }
}

@media screen and (min-width:1440px) {
    .b3__sidenav__header-site {
        padding-left: 3.2rem;
        padding-right: 3.2rem
    }
}

.b3__sidenav__header-functions {
    display: grid;
    grid-template-columns: 80% 20%;
    grid-template-areas: "a b" "c c"
}

.b3__sidenav__header-functions .btn {
    margin-bottom: 0
}

.b3__sidenav__header-functions .btn+.badge {
    margin-bottom: .2rem;
    margin-left: -1.8rem;
    pointer-events: none
}

.b3__sidenav__header-functions .input-group.is-search input {
    max-width: 11.33333rem
}

@media screen and (min-width:1024px) {
    .b3__sidenav__header-functions .input-group.is-search input {
        max-width: 100%
    }
}

@media screen and (min-width:1024px) {
    .b3__sidenav__header-functions {
        grid-column: 2;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        grid-gap: .8rem;
        grid-template-areas: "c b a"
    }
}

.b3__sidenav__header-functions__item {
    grid-area: a;
    white-space: nowrap
}

.b3__sidenav__header-functions__item--small {
    grid-area: b;
    text-align: right;
    white-space: nowrap
}

.b3__sidenav__header-functions__item--large {
    grid-area: c;
    white-space: nowrap
}

.b3__sidenav__header-title {
    font-size: 1.2rem;
    letter-spacing: 0;
    color: rgba(255, 255, 255, .7);
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    padding-bottom: .8rem;
    margin-bottom: 1.6rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width:1024px) {
    .b3__sidenav__header-title {
        grid-column: 1;
        margin: 0;
        padding: 0;
        color: #666e7a;
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.25em;
        letter-spacing: 0;
        font-weight: 400;
        line-height: 3.2rem;
        border-bottom: none
    }
}

@media screen and (min-width:1024px) {
    .b3__sidenav__menu {
        position: fixed;
        left: 0;
        top: 4.8rem;
        bottom: 3.2rem;
        transition: .5s all;
        overflow-y: auto;
        overflow-x: hidden;
        width: 18rem
    }
    .b3__sidenav__menu ul {
        width: 18rem
    }
    .b3__sidenav__menu-item {
        transition: .25s all;
        transition-delay: .5s;
        opacity: 1;
        display: inline-block
    }
}

@media screen and (max-width:1023px) {
    .b3__theme--dark .b3__sidenav,
    .b3__theme--trader .b3__sidenav {
        border-bottom: 1px solid rgba(255, 255, 255, .15)
    }
}

@media screen and (min-width:1024px) {
    .b3__theme--dark .b3__sidenav__bottom-menu,
    .b3__theme--dark .b3__sidenav__menu,
    .b3__theme--trader .b3__sidenav__bottom-menu,
    .b3__theme--trader .b3__sidenav__menu {
        border-right: 1px solid rgba(255, 255, 255, .15)
    }
}

@media screen and (min-width:1024px) {
    .b3__theme--dark .b3__sidenav__header-brand,
    .b3__theme--dark .b3__sidenav__header-site,
    .b3__theme--trader .b3__sidenav__header-brand,
    .b3__theme--trader .b3__sidenav__header-site {
        border-bottom: 1px solid rgba(255, 255, 255, .15)
    }
}

@media screen and (max-width:1023px) {
    .b3__theme--dark .b3__sidenav__header-title,
    .b3__theme--trader .b3__sidenav__header-title {
        background: #002c63;
        color: rgba(255, 255, 255, .7);
        border-bottom: 1px solid rgba(255, 255, 255, .25);
        margin-top: -.8rem;
        padding-top: .8rem
    }
}

@media screen and (max-width:1023px) {
    .b3__sidenav+.container {
        padding-top: 5.6rem
    }
}

@media screen and (min-width:1024px) {
    .b3__sidenav+.container {
        transition: .5s all;
        padding-left: 20.26667rem;
        padding-right: 2.26667rem;
        max-width: 100%!important
    }
}

@media screen and (min-width:1280px) {
    .b3__sidenav+.container {
        padding-left: 20.8rem;
        padding-right: 2.8rem
    }
}

@media screen and (min-width:1440px) {
    .b3__sidenav+.container {
        padding-left: 21.2rem;
        padding-right: 3.2rem
    }
}

@media screen and (max-width:1023px) {
    .b3__sidenav {
        position: fixed;
        top: 0;
        width: 100%;
        height: 4rem;
        overflow: hidden;
        transition: .5s;
        z-index: 9
    }
    .b3__sidenav--opened {
        height: 100vh;
        overflow: auto
    }
    .b3__sidenav--opened .b3__sidenav__toggle-text--closed {
        display: none
    }
    .b3__sidenav--opened .b3__sidenav__header .b3__sidenav__toggle {
        padding: 0;
        width: 2.4rem;
        height: 2.4rem
    }
    .b3__sidenav--opened .b3__sidenav__header .b3__sidenav__toggle [class^=b3__ico] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1.6rem;
        height: 1.6rem;
        font-size: 1.6rem;
        line-height: 1.6rem
    }
    .b3__sidenav--opened .b3__sidenav__header .b3__sidenav__toggle [class^=b3__ico]:before {
        vertical-align: top
    }
    .b3__sidenav--opened .b3__sidenav__header .b3__sidenav__toggle [class^=b3__ico] {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media screen and (min-width:1024px) {
    .b3__sidenav--minimized .b3__sidenav__bottom-menu,
    .b3__sidenav--minimized .b3__sidenav__header-brand,
    .b3__sidenav--minimized .b3__sidenav__menu {
        overflow-x: hidden;
        width: 4.8rem
    }
    .b3__sidenav--minimized .b3__sidenav__header {
        grid-template-columns: 4.8rem auto
    }
    .b3__sidenav--minimized .b3__sidenav__bottom-menu .b3__ico--double_arrow_left:before {
        transform: rotate(180deg)
    }
    .b3__sidenav--minimized .b3__sidenav__menu-item {
        opacity: 0
    }
}

@media screen and (min-width:1024px) and (min-width:1024px) {
    .b3__sidenav--minimized+.container {
        padding-left: 7.06667rem
    }
}

@media screen and (min-width:1024px) and (min-width:1280px) {
    .b3__sidenav--minimized+.container {
        padding-left: 7.6rem
    }
}

@media screen and (min-width:1024px) and (min-width:1440px) {
    .b3__sidenav--minimized+.container {
        padding-left: 8rem
    }
}

footer {
    margin: 0;
    padding-top: .8rem;
    padding-bottom: 3.2rem;
    border-top: 1px solid rgba(102, 110, 122, .18)
}

.b3__theme--dark footer,
.b3__theme--trader footer {
    background: #002c63
}

.b3__theme--light footer {
    background: #fff;
    border-top-color: rgba(255, 255, 255, .25)
}

footer {
    background: unset
}

.b3__text-color--light {
    color: #666e7a!important
}

.b3__text-color--dark {
    color: rgba(255, 255, 255, .7)!important
}

.b3__text-color__emphasis--light {
    color: #40444d!important
}

.b3__text-color__emphasis--dark {
    color: #fff!important
}

.b3__text-color__menu--light {
    color: #002c63!important
}

.b3__text-color__menu--dark {
    color: #fff!important
}

.b3__text-color__interaction--light {
    color: #0063de!important
}

.b3__text-color__interaction--dark {
    color: #ffd862!important
}

.b3__text-color__positive--light {
    color: #008750!important
}

.b3__text-color__positive--dark {
    color: #08ce79!important
}

.b3__text-color__negative--light {
    color: #c40!important
}

.b3__text-color__negative--dark {
    color: #fa7c4a!important
}

.b3__bg__gray--1 {
    background-color: #f6f6f7!important
}

.b3__bg__gray--2 {
    background-color: rgba(102, 110, 122, .18)!important
}

.b3__bg__white--1 {
    background-color: rgba(255, 255, 255, .15)!important
}

.b3__bg__white--2 {
    background-color: rgba(255, 255, 255, .25)!important
}

.b3__border-top {
    border-top: 2px solid #002c63!important
}

.b3__theme--dark .b3__border-top,
.b3__theme--trader .b3__border-top {
    border-top-color: #fff!important
}

.b3__theme--light .b3__border-top {
    border-top-color: #002c63!important
}

.b3__border-bottom {
    border-bottom: 2px solid #002c63!important
}

.b3__theme--dark .b3__border-bottom,
.b3__theme--trader .b3__border-bottom {
    border-bottom-color: #fff!important
}

.b3__theme--light .b3__border-bottom {
    border-bottom-color: #002c63!important
}

.b3__padding-top {
    padding-top: 1.6rem
}

.b3__padding-top--small {
    padding-top: .8rem
}

.b3__padding-top--large {
    padding-top: 3.2rem
}

.b3__padding-top--none {
    padding-top: 0
}

.b3__padding-bottom {
    padding-bottom: 1.6rem
}

.b3__padding-bottom--small {
    padding-bottom: .8rem
}

.b3__padding-bottom--large {
    padding-bottom: 3.2rem
}

.b3__padding-bottom--none {
    padding-bottom: 0
}

.b3__padding-top-bottom {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem
}

.b3__padding-top-bottom--small {
    padding-top: .8rem;
    padding-bottom: .8rem
}

.b3__padding-top-bottom--large {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem
}

.b3__padding-top-bottom--none {
    padding-top: 0;
    padding-bottom: 0
}

.b3__padding-left {
    padding-left: 1.6rem
}

.b3__padding-left--small {
    padding-left: .8rem
}

.b3__padding-left--large {
    padding-left: 3.2rem
}

.b3__padding-left--none {
    padding-left: 0
}

.b3__padding-right {
    padding-right: 1.6rem
}

.b3__padding-right--small {
    padding-right: .8rem
}

.b3__padding-right--large {
    padding-right: 3.2rem
}

.b3__padding-right--none {
    padding-right: 0
}

.b3__padding-left-right {
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

.b3__padding-left-right--small {
    padding-left: .8rem;
    padding-right: .8rem
}

.b3__padding-left-right--large {
    padding-left: 3.2rem;
    padding-right: 3.2rem
}

.b3__padding-left-right--none {
    padding-left: 0;
    padding-right: 0
}

.b3__margin-top {
    margin-top: 1.6rem!important
}

.b3__margin-top--small {
    margin-top: .8rem!important
}

.b3__margin-top--large {
    margin-top: 3.2rem!important
}

.b3__margin-top--none {
    margin-top: 0
}

.b3__margin-bottom {
    margin-bottom: 1.6rem!important
}

.b3__margin-bottom--small {
    margin-bottom: .8rem!important
}

.b3__margin-bottom--large {
    margin-bottom: 3.2rem!important
}

.b3__margin-bottom--none {
    margin-bottom: 0
}

.b3__margin-top-bottom {
    margin-top: 1.6rem!important;
    margin-bottom: 1.6rem!important
}

.b3__margin-top-bottom--small {
    margin-top: .8rem!important;
    margin-bottom: .8rem!important
}

.b3__margin-top-bottom--large {
    margin-top: 3.2rem!important;
    margin-bottom: 3.2rem!important
}

.b3__margin-top-bottom--none {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.b3__margin-left {
    margin-left: 1.6rem!important
}

.b3__margin-left--small {
    margin-left: .8rem!important
}

.b3__margin-left--large {
    margin-left: 3.2rem!important
}

.b3__margin-left--none {
    margin-left: 0!important
}

.b3__margin-right {
    margin-right: 1.6rem!important
}

.b3__margin-right--small {
    margin-right: .8rem!important
}

.b3__margin-right--large {
    margin-right: 3.2rem!important
}

.b3__margin-right--none {
    margin-right: 0!important
}

.b3__margin-left-right {
    margin-left: 1.6rem!important;
    margin-right: 1.6rem!important
}

.b3__margin-left-right--small {
    margin-left: .8rem!important;
    margin-right: .8rem!important
}

.b3__margin-left-right--large {
    margin-left: 3.2rem!important;
    margin-right: 3.2rem!important
}

.b3__margin-left-right--none {
    margin-left: 0!important;
    margin-right: 0!important
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}


h1,h2,h3,h4,h5,h6{
    padding: 0px;
}

.hasTotal{
    border-top: 2px solid #002c63!important;
}

.highlightTotals td{
    font-weight: bold;
    background-color: #cdeff9;
}

.bg-none{
    background-color: transparent !important;
}
/*!*****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/jquery-ui.min.css ***!
  \*****************************************************************************/
/*! jQuery UI - v1.13.0 - 2021-11-09
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/bdi/7748af704dd03d36b8ad.png)}.ui-widget-header .ui-icon{background-image:url(/bdi/7748af704dd03d36b8ad.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(/bdi/11d28775c506acbe75cc.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(/bdi/29d0ee65803f652611fd.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(/bdi/ab3d8028a53bc6f96e38.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/bdi/3cf7cd7d0c07795f35f0.png)}.ui-button .ui-icon{background-image:url(/bdi/b7f2a1ce78a60edadc44.png)}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;-ms-filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/*!***************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/jquery-ui.structure.min.css ***!
  \***************************************************************************************/
/*! jQuery UI - v1.13.0 - 2021-11-09
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}
/*!***********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/jquery-ui.theme.min.css ***!
  \***********************************************************************************/
/*! jQuery UI - v1.13.0 - 2021-11-09
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/bdi/7748af704dd03d36b8ad.png)}.ui-widget-header .ui-icon{background-image:url(/bdi/7748af704dd03d36b8ad.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(/bdi/11d28775c506acbe75cc.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(/bdi/29d0ee65803f652611fd.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(/bdi/ab3d8028a53bc6f96e38.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/bdi/3cf7cd7d0c07795f35f0.png)}.ui-button .ui-icon{background-image:url(/bdi/b7f2a1ce78a60edadc44.png)}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;-ms-filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/*!*******************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/app.css ***!
  \*******************************************************************/
::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
}

.b3__theme--light ::-webkit-scrollbar-thumb {
  background: #0063de;
}

::-webkit-scrollbar-thumb {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #0063de;
}

.b3__custom--scroll,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
  border-radius: 0.1875rem;
  transform: rotate(90deg);
}

.b3__theme--light ::-webkit-scrollbar-track {
  background: rgba(102, 110, 122, 0.4);
}

::-webkit-scrollbar-track {
  background: rgba(102, 110, 122, 0.4);
}

.b3__custom--scroll,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
  border-radius: 0.1875rem;
  transform: rotate(90deg);
}

/*CALENDAR*/

div.ui-datepicker#ui-datepicker-div {
  width: 432px;
  height: 400px;
  border: 1px solid #00b0e6;
  background: #ffffff;
  box-shadow: 0px 3px 3px rgba(102, 110, 122, 0.1);
  border-radius: 3px;
}

div.ui-datepicker-title {
  margin-top: 1px;
}

table.ui-datepicker-calendar {
  width: 70%;
  height: 316px;
  margin: auto;
  margin-top: 20px;
  padding: 10px;
}

.ui-datepicker-header {
  margin: 5px 0;
}

table.ui-datepicker-calendar a.ui-state-default,
table.ui-datepicker-calendar span.ui-state-default,
table.ui-datepicker-calendar button {
  background-color: #ffffff;
  border: 0;
  color: #0063de;
  font-family: Muli;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  border-radius: 42px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

table.ui-datepicker-calendar
  td.ui-datepicker-unselectable
  span.ui-state-default {
  color: #666e7a;
}

.ui-datepicker-header,
.ui-datepicker-days-cell-over {
  border: 0;
  background-color: #ffffff;
}

td.ui-datepicker-current-day > a.ui-state-default {
  background: #ffd862;
  border-radius: 42px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

td > a.ui-state-default:hover {
  background: #ffe8a1;
}

span.ui-datepicker-month,
span.ui-datepicker-year {
  font-size: 18px;
  color: #40444d;
  font-family: Muli;
  font-style: normal;
  font-weight: 400;
}

table.ui-datepicker-calendar thead {
  background: #f6f6f7;
  border: rgba(102, 110, 122, 0.4);
  border-radius: 6px 6px 0px 0px;
}

table.ui-datepicker-calendar thead th,
table.ui-datepicker-calendar a {
  text-align: center;
}

table.ui-datepicker-calendar thead th > span {
  font-family: Muli;
  font-style: normal;
  font-weight: 600;
  color: #40444d;
  font-size: 15px;
}

.ui-datepicker td {
  max-width: 42px;
  max-height: 42px;
  border: 0 !important;
  padding: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-top: -25px;
  font-size: 30px;
  margin-left: -14px;
  cursor: pointer;
  color: #0063de;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  border: 0;
  background-color: transparent;
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

/*CALENDAR*/

.duet-date__day:hover,
.duet-date__day:hover::before {
  background-color: #ffe8a1;
}

.duet-date__day.is-outside {
  opacity: 0.35 !important;
  background-color: #fff !important;
}

.duet-date__dialog-content {
  margin-top: 0px;
  padding: 0px;
}

.duet-date__day[aria-pressed="true"] {
  background: #ffd862 !important;
  border-radius: 42px !important;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
}

.duet-date__row {
  height: 45.89px;
}

.duet-date__header {
  position: relative;
  margin-top: 10px;
  height: 30px;
}

.duet-date__next,
.duet-date__next:disabled {
  position: absolute;
  background: transparent;
  right: 0px;
  top: 0px;
}

.duet-date__prev,
.duet-date__prev:disabled {
  position: absolute;
  background: transparent;
  left: 0px;
  margin-left: 0px;
  top: 0px;
}

.duet-date__prev svg,
.duet-date__next svg {
  font-size: 35px;
  cursor: pointer;
  color: #0063de;
}

.duet-date__header div:first-child {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.duet-date__select span,
duet-date__select-label {
  font-size: 18px;
  color: #40444d;
  font-family: Muli;
  font-style: normal;
  font-weight: 400;
}

.card-header.b3 {
  cursor: pointer;
  background-color: #f7f7f7;
}

.card-header.b3.active {
  background-color: #ffffff;
}

.card-header.b3:hover {
  background-color: #ffffff;
}

.card-b3 {
  background-color: #fff !important;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 0 16px;
}

.card-b3 .header {
  padding: 16px 0;
}

.card-b3 .text {
  color: #5c5f60;
}

.card-b3 .header h4 {
  padding: 0;
  margin: 0;
}

.card-b3 .header h3 {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .alert-b3 .ul {
    list-style: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}

