@import url(https://fonts.googleapis.com/css?family=Muli:300,400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Muli:300,400,700&display=swap);
/*!
 * 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='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #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='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #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='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #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='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #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='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(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='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(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='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%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='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text a {
  color: #fff;
}

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

.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='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -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;
  }
}
@charset "UTF-8";@media print,screen and (min-width:37.5em){.reveal,.reveal.large,.reveal.small,.reveal.tiny{right:auto;left:auto;margin:0 auto}}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.foundation-mq{font-family:"small=0em&medium=37.5em&large=64em&xlarge=80em&xxlarge=90em"}html{box-sizing:border-box;font-size:15px}*,::after,::before{box-sizing:inherit}body{margin:0;padding:0;background:#fff;font-family:Muli,sans-serif;font-weight:400;line-height:1.5;color:#666e7a}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{box-sizing:border-box;width:100%;border-radius:0}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{padding:0;appearance:none;border:0;border-radius:0;background:0 0;line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}.is-hidden{display:none!important}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{display:block;box-sizing:border-box;width:100%;height:2.6rem;margin:0 0 1.06667rem;padding:.53333rem;border:1px solid rgba(102,110,122,.18);border-radius:0;background-color:#fff;box-shadow:inset 0 1px 2px rgba(64,68,77,.1);font-family:inherit;font-size:1.06667rem;font-weight:400;line-height:1.5;color:#40444d;transition:box-shadow .5s,border-color .25s ease-in-out;appearance:none}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{outline:0;border:1px solid #666e7a;background-color:#fff;box-shadow:0 0 5px rgba(102,110,122,.18);transition:box-shadow .5s,border-color .25s ease-in-out}textarea{max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#f6f6f7;cursor:not-allowed}[type=button],[type=submit]{appearance:none;border-radius:0}input[type=search]{box-sizing:border-box}::placeholder{color:rgba(102,110,122,.18)}[type=checkbox],[type=file],[type=radio]{margin:0 0 1.06667rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.53333rem;margin-right:1.06667rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.53333rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.93333rem;font-weight:400;line-height:1.8;color:#40444d}label.middle{margin:0 0 1.06667rem;padding:.6rem 0}.help-text{margin-top:-.53333rem;font-size:.86667rem;font-style:italic;color:#40444d}.input-group{display:flex;width:100%;margin-bottom:1.06667rem;align-items:stretch}.input-group>:first-child,.input-group>:first-child.input-group-button>*{border-radius:0}.input-group>:last-child,.input-group>:last-child.input-group-button>*{border-radius:0}.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label{margin:0;white-space:nowrap}.input-group-label{padding:0 1rem;border:1px solid rgba(102,110,122,.18);background:#f6f6f7;color:#40444d;text-align:center;white-space:nowrap;display:flex;flex:0 0 auto;align-items:center}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;flex:1 1 0px;min-width:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;display:flex;flex:0 0 auto}.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label{align-self:stretch;height:auto;padding-top:0;padding-bottom:0;font-size:1.06667rem}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.53333rem}.fieldset{margin:1.2rem 0;padding:1.33333rem;border:1px solid rgba(102,110,122,.18)}.fieldset legend{margin:0;margin-left:-.2rem;padding:0 .2rem}select{height:2.6rem;margin:0 0 1.06667rem;padding:.53333rem;appearance:none;border:1px solid rgba(102,110,122,.18);border-radius:0;background-color:#fff;font-family:inherit;font-size:1.06667rem;font-weight:400;line-height:1.5;color:#40444d;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28102, 110, 122%29'></polygon></svg>");background-origin:content-box;background-position:right -1.06667rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.6rem;transition:box-shadow .5s,border-color .25s ease-in-out}@media screen and (min-width:0\0){select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}}select:focus{outline:0;border:1px solid #666e7a;background-color:#fff;box-shadow:0 0 5px rgba(102,110,122,.18);transition:box-shadow .5s,border-color .25s ease-in-out}select:disabled{background-color:#f6f6f7;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}.is-invalid-input:not(:focus){border-color:#c40;background-color:#faece6}.is-invalid-input:not(:focus)::placeholder{color:#c40}.is-invalid-label{color:#c40}.form-error{display:none;margin-top:-.53333rem;margin-bottom:1.06667rem;font-size:.8rem;font-weight:700;color:#c40}.form-error.is-visible{display:block}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}b,strong{font-weight:700;line-height:inherit}small{font-size:80%;line-height:inherit}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Muli,sans-serif;font-style:normal;font-weight:400;color:inherit;text-rendering:optimizeLegibility}.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{line-height:0;color:#666e7a}.h1,h1{font-size:3rem;line-height:1.1;margin-top:0;margin-bottom:.5rem}.h2,h2{font-size:2rem;line-height:1.1;margin-top:0;margin-bottom:.5rem}.h3,h3{font-size:1.6rem;line-height:1.1;margin-top:0;margin-bottom:.5rem}.h4,h4{font-size:1.4rem;line-height:1.25;margin-top:0;margin-bottom:.5rem}.h5,h5{font-size:1.1rem;line-height:1.25;margin-top:0;margin-bottom:.5rem}.h6,h6{font-size:1rem;line-height:1.25;margin-top:0;margin-bottom:.5rem}@media print,screen and (min-width:37.5em){.h1,h1{font-size:6rem;line-height:1}.h2,h2{font-size:3rem;line-height:1.1}.h3,h3{font-size:2rem;line-height:1.1}.h4,h4{font-size:1.6rem;line-height:1.1}.h5,h5{font-size:1.4rem;line-height:1.25}.h6,h6{font-size:1.1rem;line-height:1.25}}a{line-height:inherit;color:#0063de;text-decoration:none;cursor:pointer}a:focus,a:hover{color:#0054bd}a img{border:0}hr{clear:both;max-width:96rem;height:0;margin:1.33333rem auto;border-top:0;border-right:0;border-bottom:1px solid rgba(102,110,122,.18);border-left:0}dl,ol,ul{margin-bottom:1rem;list-style-position:outside;line-height:1.6}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{margin:0 0 1rem;padding:.6rem 1.33333rem 0 1.26667rem;border-left:1px solid rgba(102,110,122,.18)}blockquote,blockquote p{line-height:1.6;color:#666e7a}cite{display:block;font-size:.86667rem;color:#666e7a}cite:before{content:"— "}abbr,abbr[title]{border-bottom:1px dotted #40444d;cursor:help;text-decoration:none}figure{margin:0}code{padding:.13333rem .33333rem .06667rem;border:1px solid rgba(102,110,122,.18);background-color:#f6f6f7;font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-weight:400;color:#40444d}kbd{margin:0;padding:.13333rem .26667rem 0;background-color:#f6f6f7;font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;color:#40444d}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4;color:#666e7a}.lead{font-size:18.75px;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ol.no-bullet,ul.no-bullet{margin-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:37.5em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}@media print,screen and (min-width:80em){.xlarge-text-left{text-align:left}.xlarge-text-right{text-align:right}.xlarge-text-center{text-align:center}.xlarge-text-justify{text-align:justify}}@media screen and (min-width:90em){.xxlarge-text-left{text-align:left}.xxlarge-text-right{text-align:right}.xxlarge-text-center{text-align:center}.xxlarge-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{background:0 0!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}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) ")"}.ir a:after,a[href^='#']:after,a[href^='javascript:']:after{content:''}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #666e7a;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.grid-container{padding-right:.5rem;padding-left:.5rem;max-width:96rem;margin-left:auto;margin-right:auto}@media print,screen and (min-width:37.5em){.grid-container{padding-right:.66667rem;padding-left:.66667rem}}@media print,screen and (min-width:64em){.grid-container{padding-right:1.13333rem;padding-left:1.13333rem}}@media print,screen and (min-width:80em){.grid-container{padding-right:1.4rem;padding-left:1.4rem}}@media screen and (min-width:90em){.grid-container{padding-right:1.6rem;padding-left:1.6rem}}.grid-container.fluid{padding-right:.5rem;padding-left:.5rem;max-width:100%;margin-left:auto;margin-right:auto}@media print,screen and (min-width:37.5em){.grid-container.fluid{padding-right:.66667rem;padding-left:.66667rem}}@media print,screen and (min-width:64em){.grid-container.fluid{padding-right:1.13333rem;padding-left:1.13333rem}}@media print,screen and (min-width:80em){.grid-container.fluid{padding-right:1.4rem;padding-left:1.4rem}}@media screen and (min-width:90em){.grid-container.fluid{padding-right:1.6rem;padding-left:1.6rem}}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin-left:auto;margin-right:auto}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{flex:1 1 0px}.cell.shrink{flex:0 0 auto}.grid-x>.auto{width:auto}.grid-x>.shrink{width:auto}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-full,.grid-x>.small-shrink{flex-basis:auto}@media print,screen and (min-width:37.5em){.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-full,.grid-x>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-full,.grid-x>.large-shrink{flex-basis:auto}}@media print,screen and (min-width:80em){.grid-x>.xlarge-1,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-full,.grid-x>.xlarge-shrink{flex-basis:auto}}@media screen and (min-width:90em){.grid-x>.xxlarge-1,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-full,.grid-x>.xxlarge-shrink{flex-basis:auto}}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9{flex:0 0 auto}.grid-x>.small-1{width:8.33333%}.grid-x>.small-2{width:16.66667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.33333%}.grid-x>.small-5{width:41.66667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.33333%}.grid-x>.small-8{width:66.66667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.33333%}.grid-x>.small-11{width:91.66667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width:37.5em){.grid-x>.medium-auto{flex:1 1 0px;width:auto}.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-shrink{flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.33333%}.grid-x>.medium-2{width:16.66667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.33333%}.grid-x>.medium-5{width:41.66667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.33333%}.grid-x>.medium-8{width:66.66667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.33333%}.grid-x>.medium-11{width:91.66667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width:64em){.grid-x>.large-auto{flex:1 1 0px;width:auto}.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-shrink{flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.33333%}.grid-x>.large-2{width:16.66667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.33333%}.grid-x>.large-5{width:41.66667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.33333%}.grid-x>.large-8{width:66.66667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.33333%}.grid-x>.large-11{width:91.66667%}.grid-x>.large-12{width:100%}}@media print,screen and (min-width:80em){.grid-x>.xlarge-auto{flex:1 1 0px;width:auto}.grid-x>.xlarge-1,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-shrink{flex:0 0 auto}.grid-x>.xlarge-shrink{width:auto}.grid-x>.xlarge-1{width:8.33333%}.grid-x>.xlarge-2{width:16.66667%}.grid-x>.xlarge-3{width:25%}.grid-x>.xlarge-4{width:33.33333%}.grid-x>.xlarge-5{width:41.66667%}.grid-x>.xlarge-6{width:50%}.grid-x>.xlarge-7{width:58.33333%}.grid-x>.xlarge-8{width:66.66667%}.grid-x>.xlarge-9{width:75%}.grid-x>.xlarge-10{width:83.33333%}.grid-x>.xlarge-11{width:91.66667%}.grid-x>.xlarge-12{width:100%}}@media screen and (min-width:90em){.grid-x>.xxlarge-auto{flex:1 1 0px;width:auto}.grid-x>.xxlarge-1,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-shrink{flex:0 0 auto}.grid-x>.xxlarge-shrink{width:auto}.grid-x>.xxlarge-1{width:8.33333%}.grid-x>.xxlarge-2{width:16.66667%}.grid-x>.xxlarge-3{width:25%}.grid-x>.xxlarge-4{width:33.33333%}.grid-x>.xxlarge-5{width:41.66667%}.grid-x>.xxlarge-6{width:50%}.grid-x>.xxlarge-7{width:58.33333%}.grid-x>.xxlarge-8{width:66.66667%}.grid-x>.xxlarge-9{width:75%}.grid-x>.xxlarge-10{width:83.33333%}.grid-x>.xxlarge-11{width:91.66667%}.grid-x>.xxlarge-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-.5rem;margin-right:-.5rem}@media print,screen and (min-width:37.5em){.grid-margin-x{margin-left:-.66667rem;margin-right:-.66667rem}}@media print,screen and (min-width:64em){.grid-margin-x{margin-left:-1.13333rem;margin-right:-1.13333rem}}@media print,screen and (min-width:80em){.grid-margin-x{margin-left:-1.4rem;margin-right:-1.4rem}}@media screen and (min-width:90em){.grid-margin-x{margin-left:-1.6rem;margin-right:-1.6rem}}.grid-margin-x>.cell{width:calc(100% - 1rem);margin-left:.5rem;margin-right:.5rem}@media print,screen and (min-width:37.5em){.grid-margin-x>.cell{width:calc(100% - 1.33333rem);margin-left:.66667rem;margin-right:.66667rem}}@media print,screen and (min-width:64em){.grid-margin-x>.cell{width:calc(100% - 2.26667rem);margin-left:1.13333rem;margin-right:1.13333rem}}@media print,screen and (min-width:80em){.grid-margin-x>.cell{width:calc(100% - 2.8rem);margin-left:1.4rem;margin-right:1.4rem}}@media screen and (min-width:90em){.grid-margin-x>.cell{width:calc(100% - 3.2rem);margin-left:1.6rem;margin-right:1.6rem}}.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1rem)}.grid-margin-x>.small-3{width:calc(25% - 1rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1rem)}.grid-margin-x>.small-6{width:calc(50% - 1rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1rem)}.grid-margin-x>.small-9{width:calc(75% - 1rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1rem)}.grid-margin-x>.small-12{width:calc(100% - 1rem)}@media print,screen and (min-width:37.5em){.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.33333rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.33333rem)}.grid-margin-x>.small-3{width:calc(25% - 1.33333rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.33333rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.33333rem)}.grid-margin-x>.small-6{width:calc(50% - 1.33333rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.33333rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.33333rem)}.grid-margin-x>.small-9{width:calc(75% - 1.33333rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.33333rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.33333rem)}.grid-margin-x>.small-12{width:calc(100% - 1.33333rem)}.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 1.33333rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 1.33333rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.33333rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 1.33333rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 1.33333rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.33333rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 1.33333rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 1.33333rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.33333rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 1.33333rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 1.33333rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.33333rem)}}@media print,screen and (min-width:64em){.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 2.26667rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 2.26667rem)}.grid-margin-x>.small-3{width:calc(25% - 2.26667rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 2.26667rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 2.26667rem)}.grid-margin-x>.small-6{width:calc(50% - 2.26667rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 2.26667rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 2.26667rem)}.grid-margin-x>.small-9{width:calc(75% - 2.26667rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 2.26667rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 2.26667rem)}.grid-margin-x>.small-12{width:calc(100% - 2.26667rem)}.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 2.26667rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 2.26667rem)}.grid-margin-x>.medium-3{width:calc(25% - 2.26667rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 2.26667rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 2.26667rem)}.grid-margin-x>.medium-6{width:calc(50% - 2.26667rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 2.26667rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 2.26667rem)}.grid-margin-x>.medium-9{width:calc(75% - 2.26667rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 2.26667rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 2.26667rem)}.grid-margin-x>.medium-12{width:calc(100% - 2.26667rem)}.grid-margin-x>.large-auto{width:auto}.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 2.26667rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 2.26667rem)}.grid-margin-x>.large-3{width:calc(25% - 2.26667rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 2.26667rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 2.26667rem)}.grid-margin-x>.large-6{width:calc(50% - 2.26667rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 2.26667rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 2.26667rem)}.grid-margin-x>.large-9{width:calc(75% - 2.26667rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 2.26667rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 2.26667rem)}.grid-margin-x>.large-12{width:calc(100% - 2.26667rem)}}@media print,screen and (min-width:80em){.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 2.8rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 2.8rem)}.grid-margin-x>.small-3{width:calc(25% - 2.8rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 2.8rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 2.8rem)}.grid-margin-x>.small-6{width:calc(50% - 2.8rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 2.8rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 2.8rem)}.grid-margin-x>.small-9{width:calc(75% - 2.8rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 2.8rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 2.8rem)}.grid-margin-x>.small-12{width:calc(100% - 2.8rem)}.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 2.8rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 2.8rem)}.grid-margin-x>.medium-3{width:calc(25% - 2.8rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 2.8rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 2.8rem)}.grid-margin-x>.medium-6{width:calc(50% - 2.8rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 2.8rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 2.8rem)}.grid-margin-x>.medium-9{width:calc(75% - 2.8rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 2.8rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 2.8rem)}.grid-margin-x>.medium-12{width:calc(100% - 2.8rem)}.grid-margin-x>.large-auto{width:auto}.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 2.8rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 2.8rem)}.grid-margin-x>.large-3{width:calc(25% - 2.8rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 2.8rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 2.8rem)}.grid-margin-x>.large-6{width:calc(50% - 2.8rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 2.8rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 2.8rem)}.grid-margin-x>.large-9{width:calc(75% - 2.8rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 2.8rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 2.8rem)}.grid-margin-x>.large-12{width:calc(100% - 2.8rem)}.grid-margin-x>.xlarge-auto{width:auto}.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-1{width:calc(8.33333% - 2.8rem)}.grid-margin-x>.xlarge-2{width:calc(16.66667% - 2.8rem)}.grid-margin-x>.xlarge-3{width:calc(25% - 2.8rem)}.grid-margin-x>.xlarge-4{width:calc(33.33333% - 2.8rem)}.grid-margin-x>.xlarge-5{width:calc(41.66667% - 2.8rem)}.grid-margin-x>.xlarge-6{width:calc(50% - 2.8rem)}.grid-margin-x>.xlarge-7{width:calc(58.33333% - 2.8rem)}.grid-margin-x>.xlarge-8{width:calc(66.66667% - 2.8rem)}.grid-margin-x>.xlarge-9{width:calc(75% - 2.8rem)}.grid-margin-x>.xlarge-10{width:calc(83.33333% - 2.8rem)}.grid-margin-x>.xlarge-11{width:calc(91.66667% - 2.8rem)}.grid-margin-x>.xlarge-12{width:calc(100% - 2.8rem)}}@media screen and (min-width:90em){.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 3.2rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 3.2rem)}.grid-margin-x>.small-3{width:calc(25% - 3.2rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 3.2rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 3.2rem)}.grid-margin-x>.small-6{width:calc(50% - 3.2rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 3.2rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 3.2rem)}.grid-margin-x>.small-9{width:calc(75% - 3.2rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 3.2rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 3.2rem)}.grid-margin-x>.small-12{width:calc(100% - 3.2rem)}.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 3.2rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 3.2rem)}.grid-margin-x>.medium-3{width:calc(25% - 3.2rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 3.2rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 3.2rem)}.grid-margin-x>.medium-6{width:calc(50% - 3.2rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 3.2rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 3.2rem)}.grid-margin-x>.medium-9{width:calc(75% - 3.2rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 3.2rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 3.2rem)}.grid-margin-x>.medium-12{width:calc(100% - 3.2rem)}.grid-margin-x>.large-auto{width:auto}.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 3.2rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 3.2rem)}.grid-margin-x>.large-3{width:calc(25% - 3.2rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 3.2rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 3.2rem)}.grid-margin-x>.large-6{width:calc(50% - 3.2rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 3.2rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 3.2rem)}.grid-margin-x>.large-9{width:calc(75% - 3.2rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 3.2rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 3.2rem)}.grid-margin-x>.large-12{width:calc(100% - 3.2rem)}.grid-margin-x>.xlarge-auto{width:auto}.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-1{width:calc(8.33333% - 3.2rem)}.grid-margin-x>.xlarge-2{width:calc(16.66667% - 3.2rem)}.grid-margin-x>.xlarge-3{width:calc(25% - 3.2rem)}.grid-margin-x>.xlarge-4{width:calc(33.33333% - 3.2rem)}.grid-margin-x>.xlarge-5{width:calc(41.66667% - 3.2rem)}.grid-margin-x>.xlarge-6{width:calc(50% - 3.2rem)}.grid-margin-x>.xlarge-7{width:calc(58.33333% - 3.2rem)}.grid-margin-x>.xlarge-8{width:calc(66.66667% - 3.2rem)}.grid-margin-x>.xlarge-9{width:calc(75% - 3.2rem)}.grid-margin-x>.xlarge-10{width:calc(83.33333% - 3.2rem)}.grid-margin-x>.xlarge-11{width:calc(91.66667% - 3.2rem)}.grid-margin-x>.xlarge-12{width:calc(100% - 3.2rem)}.grid-margin-x>.xxlarge-auto{width:auto}.grid-margin-x>.xxlarge-shrink{width:auto}.grid-margin-x>.xxlarge-1{width:calc(8.33333% - 3.2rem)}.grid-margin-x>.xxlarge-2{width:calc(16.66667% - 3.2rem)}.grid-margin-x>.xxlarge-3{width:calc(25% - 3.2rem)}.grid-margin-x>.xxlarge-4{width:calc(33.33333% - 3.2rem)}.grid-margin-x>.xxlarge-5{width:calc(41.66667% - 3.2rem)}.grid-margin-x>.xxlarge-6{width:calc(50% - 3.2rem)}.grid-margin-x>.xxlarge-7{width:calc(58.33333% - 3.2rem)}.grid-margin-x>.xxlarge-8{width:calc(66.66667% - 3.2rem)}.grid-margin-x>.xxlarge-9{width:calc(75% - 3.2rem)}.grid-margin-x>.xxlarge-10{width:calc(83.33333% - 3.2rem)}.grid-margin-x>.xxlarge-11{width:calc(91.66667% - 3.2rem)}.grid-margin-x>.xxlarge-12{width:calc(100% - 3.2rem)}}.grid-padding-x .grid-padding-x{margin-right:-.5rem;margin-left:-.5rem}@media print,screen and (min-width:37.5em){.grid-padding-x .grid-padding-x{margin-right:-.66667rem;margin-left:-.66667rem}}@media print,screen and (min-width:64em){.grid-padding-x .grid-padding-x{margin-right:-1.13333rem;margin-left:-1.13333rem}}@media print,screen and (min-width:80em){.grid-padding-x .grid-padding-x{margin-right:-1.4rem;margin-left:-1.4rem}}@media screen and (min-width:90em){.grid-padding-x .grid-padding-x{margin-right:-1.6rem;margin-left:-1.6rem}}.grid-container:not(.full)>.grid-padding-x{margin-right:-.5rem;margin-left:-.5rem}@media print,screen and (min-width:37.5em){.grid-container:not(.full)>.grid-padding-x{margin-right:-.66667rem;margin-left:-.66667rem}}@media print,screen and (min-width:64em){.grid-container:not(.full)>.grid-padding-x{margin-right:-1.13333rem;margin-left:-1.13333rem}}@media print,screen and (min-width:80em){.grid-container:not(.full)>.grid-padding-x{margin-right:-1.4rem;margin-left:-1.4rem}}@media screen and (min-width:90em){.grid-container:not(.full)>.grid-padding-x{margin-right:-1.6rem;margin-left:-1.6rem}}.grid-padding-x>.cell{padding-right:.5rem;padding-left:.5rem}@media print,screen and (min-width:37.5em){.grid-padding-x>.cell{padding-right:.66667rem;padding-left:.66667rem}}@media print,screen and (min-width:64em){.grid-padding-x>.cell{padding-right:1.13333rem;padding-left:1.13333rem}}@media print,screen and (min-width:80em){.grid-padding-x>.cell{padding-right:1.4rem;padding-left:1.4rem}}@media screen and (min-width:90em){.grid-padding-x>.cell{padding-right:1.6rem;padding-left:1.6rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.33333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.66667%}.small-up-7>.cell{width:14.28571%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width:37.5em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.33333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.66667%}.medium-up-7>.cell{width:14.28571%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.33333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.66667%}.large-up-7>.cell{width:14.28571%}.large-up-8>.cell{width:12.5%}}@media print,screen and (min-width:80em){.xlarge-up-1>.cell{width:100%}.xlarge-up-2>.cell{width:50%}.xlarge-up-3>.cell{width:33.33333%}.xlarge-up-4>.cell{width:25%}.xlarge-up-5>.cell{width:20%}.xlarge-up-6>.cell{width:16.66667%}.xlarge-up-7>.cell{width:14.28571%}.xlarge-up-8>.cell{width:12.5%}}@media screen and (min-width:90em){.xxlarge-up-1>.cell{width:100%}.xxlarge-up-2>.cell{width:50%}.xxlarge-up-3>.cell{width:33.33333%}.xxlarge-up-4>.cell{width:25%}.xxlarge-up-5>.cell{width:20%}.xxlarge-up-6>.cell{width:16.66667%}.xxlarge-up-7>.cell{width:14.28571%}.xxlarge-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1rem)}@media print,screen and (min-width:37.5em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.33333rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.33333rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.33333rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.33333rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.33333rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.33333rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.33333rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.33333rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.33333rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.33333rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 1.33333rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.33333rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.33333rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 1.33333rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 1.33333rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.33333rem)}}@media print,screen and (min-width:64em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 2.26667rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 2.26667rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 2.26667rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 2.26667rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 2.26667rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 2.26667rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 2.26667rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 2.26667rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 2.26667rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 2.26667rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 2.26667rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 2.26667rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 2.26667rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 2.26667rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 2.26667rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 2.26667rem)}.grid-margin-x.large-up-1>.cell{width:calc(100% - 2.26667rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 2.26667rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 2.26667rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 2.26667rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 2.26667rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 2.26667rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 2.26667rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 2.26667rem)}}@media print,screen and (min-width:80em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 2.8rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 2.8rem)}.grid-margin-x.large-up-1>.cell{width:calc(100% - 2.8rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 2.8rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 2.8rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 2.8rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 2.8rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 2.8rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 2.8rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 2.8rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 2.8rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 2.8rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 2.8rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 2.8rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 2.8rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 2.8rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 2.8rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 2.8rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 2.8rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 2.8rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 2.8rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 2.8rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 2.8rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 2.8rem)}.grid-margin-x.xlarge-up-1>.cell{width:calc(100% - 2.8rem)}.grid-margin-x.xlarge-up-2>.cell{width:calc(50% - 2.8rem)}.grid-margin-x.xlarge-up-3>.cell{width:calc(33.33333% - 2.8rem)}.grid-margin-x.xlarge-up-4>.cell{width:calc(25% - 2.8rem)}.grid-margin-x.xlarge-up-5>.cell{width:calc(20% - 2.8rem)}.grid-margin-x.xlarge-up-6>.cell{width:calc(16.66667% - 2.8rem)}.grid-margin-x.xlarge-up-7>.cell{width:calc(14.28571% - 2.8rem)}.grid-margin-x.xlarge-up-8>.cell{width:calc(12.5% - 2.8rem)}}@media screen and (min-width:90em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 3.2rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 3.2rem)}.grid-margin-x.large-up-1>.cell{width:calc(100% - 3.2rem)}.grid-margin-x.xlarge-up-1>.cell{width:calc(100% - 3.2rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 3.2rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 3.2rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 3.2rem)}.grid-margin-x.xlarge-up-2>.cell{width:calc(50% - 3.2rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 3.2rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 3.2rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 3.2rem)}.grid-margin-x.xlarge-up-3>.cell{width:calc(33.33333% - 3.2rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 3.2rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 3.2rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 3.2rem)}.grid-margin-x.xlarge-up-4>.cell{width:calc(25% - 3.2rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 3.2rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 3.2rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 3.2rem)}.grid-margin-x.xlarge-up-5>.cell{width:calc(20% - 3.2rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 3.2rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 3.2rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 3.2rem)}.grid-margin-x.xlarge-up-6>.cell{width:calc(16.66667% - 3.2rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 3.2rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 3.2rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 3.2rem)}.grid-margin-x.xlarge-up-7>.cell{width:calc(14.28571% - 3.2rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 3.2rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 3.2rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 3.2rem)}.grid-margin-x.xlarge-up-8>.cell{width:calc(12.5% - 3.2rem)}.grid-margin-x.xxlarge-up-1>.cell{width:calc(100% - 3.2rem)}.grid-margin-x.xxlarge-up-2>.cell{width:calc(50% - 3.2rem)}.grid-margin-x.xxlarge-up-3>.cell{width:calc(33.33333% - 3.2rem)}.grid-margin-x.xxlarge-up-4>.cell{width:calc(25% - 3.2rem)}.grid-margin-x.xxlarge-up-5>.cell{width:calc(20% - 3.2rem)}.grid-margin-x.xxlarge-up-6>.cell{width:calc(16.66667% - 3.2rem)}.grid-margin-x.xxlarge-up-7>.cell{width:calc(14.28571% - 3.2rem)}.grid-margin-x.xxlarge-up-8>.cell{width:calc(12.5% - 3.2rem)}}.small-margin-collapse{margin-right:0;margin-left:0}.small-margin-collapse>.cell{margin-right:0;margin-left:0}.small-margin-collapse>.small-1{width:8.33333%}.small-margin-collapse>.small-2{width:16.66667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.33333%}.small-margin-collapse>.small-5{width:41.66667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.33333%}.small-margin-collapse>.small-8{width:66.66667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.33333%}.small-margin-collapse>.small-11{width:91.66667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width:37.5em){.small-margin-collapse>.medium-1{width:8.33333%}.small-margin-collapse>.medium-2{width:16.66667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.33333%}.small-margin-collapse>.medium-5{width:41.66667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.33333%}.small-margin-collapse>.medium-8{width:66.66667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.33333%}.small-margin-collapse>.medium-11{width:91.66667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.small-margin-collapse>.large-1{width:8.33333%}.small-margin-collapse>.large-2{width:16.66667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.33333%}.small-margin-collapse>.large-5{width:41.66667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.33333%}.small-margin-collapse>.large-8{width:66.66667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.33333%}.small-margin-collapse>.large-11{width:91.66667%}.small-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:80em){.small-margin-collapse>.xlarge-1{width:8.33333%}.small-margin-collapse>.xlarge-2{width:16.66667%}.small-margin-collapse>.xlarge-3{width:25%}.small-margin-collapse>.xlarge-4{width:33.33333%}.small-margin-collapse>.xlarge-5{width:41.66667%}.small-margin-collapse>.xlarge-6{width:50%}.small-margin-collapse>.xlarge-7{width:58.33333%}.small-margin-collapse>.xlarge-8{width:66.66667%}.small-margin-collapse>.xlarge-9{width:75%}.small-margin-collapse>.xlarge-10{width:83.33333%}.small-margin-collapse>.xlarge-11{width:91.66667%}.small-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:90em){.small-margin-collapse>.xxlarge-1{width:8.33333%}.small-margin-collapse>.xxlarge-2{width:16.66667%}.small-margin-collapse>.xxlarge-3{width:25%}.small-margin-collapse>.xxlarge-4{width:33.33333%}.small-margin-collapse>.xxlarge-5{width:41.66667%}.small-margin-collapse>.xxlarge-6{width:50%}.small-margin-collapse>.xxlarge-7{width:58.33333%}.small-margin-collapse>.xxlarge-8{width:66.66667%}.small-margin-collapse>.xxlarge-9{width:75%}.small-margin-collapse>.xxlarge-10{width:83.33333%}.small-margin-collapse>.xxlarge-11{width:91.66667%}.small-margin-collapse>.xxlarge-12{width:100%}}.small-padding-collapse{margin-right:0;margin-left:0}.small-padding-collapse>.cell{padding-right:0;padding-left:0}@media print,screen and (min-width:37.5em){.medium-margin-collapse{margin-right:0;margin-left:0}.medium-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:37.5em){.medium-margin-collapse>.small-1{width:8.33333%}.medium-margin-collapse>.small-2{width:16.66667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.33333%}.medium-margin-collapse>.small-5{width:41.66667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.33333%}.medium-margin-collapse>.small-8{width:66.66667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.33333%}.medium-margin-collapse>.small-11{width:91.66667%}.medium-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:37.5em){.medium-margin-collapse>.medium-1{width:8.33333%}.medium-margin-collapse>.medium-2{width:16.66667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.33333%}.medium-margin-collapse>.medium-5{width:41.66667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.33333%}.medium-margin-collapse>.medium-8{width:66.66667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.33333%}.medium-margin-collapse>.medium-11{width:91.66667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.medium-margin-collapse>.large-1{width:8.33333%}.medium-margin-collapse>.large-2{width:16.66667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.33333%}.medium-margin-collapse>.large-5{width:41.66667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.33333%}.medium-margin-collapse>.large-8{width:66.66667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.33333%}.medium-margin-collapse>.large-11{width:91.66667%}.medium-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:80em){.medium-margin-collapse>.xlarge-1{width:8.33333%}.medium-margin-collapse>.xlarge-2{width:16.66667%}.medium-margin-collapse>.xlarge-3{width:25%}.medium-margin-collapse>.xlarge-4{width:33.33333%}.medium-margin-collapse>.xlarge-5{width:41.66667%}.medium-margin-collapse>.xlarge-6{width:50%}.medium-margin-collapse>.xlarge-7{width:58.33333%}.medium-margin-collapse>.xlarge-8{width:66.66667%}.medium-margin-collapse>.xlarge-9{width:75%}.medium-margin-collapse>.xlarge-10{width:83.33333%}.medium-margin-collapse>.xlarge-11{width:91.66667%}.medium-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:90em){.medium-margin-collapse>.xxlarge-1{width:8.33333%}.medium-margin-collapse>.xxlarge-2{width:16.66667%}.medium-margin-collapse>.xxlarge-3{width:25%}.medium-margin-collapse>.xxlarge-4{width:33.33333%}.medium-margin-collapse>.xxlarge-5{width:41.66667%}.medium-margin-collapse>.xxlarge-6{width:50%}.medium-margin-collapse>.xxlarge-7{width:58.33333%}.medium-margin-collapse>.xxlarge-8{width:66.66667%}.medium-margin-collapse>.xxlarge-9{width:75%}.medium-margin-collapse>.xxlarge-10{width:83.33333%}.medium-margin-collapse>.xxlarge-11{width:91.66667%}.medium-margin-collapse>.xxlarge-12{width:100%}}@media print,screen and (min-width:37.5em){.medium-padding-collapse{margin-right:0;margin-left:0}.medium-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width:64em){.large-margin-collapse{margin-right:0;margin-left:0}.large-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:64em){.large-margin-collapse>.small-1{width:8.33333%}.large-margin-collapse>.small-2{width:16.66667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.33333%}.large-margin-collapse>.small-5{width:41.66667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.33333%}.large-margin-collapse>.small-8{width:66.66667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.33333%}.large-margin-collapse>.small-11{width:91.66667%}.large-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:64em){.large-margin-collapse>.medium-1{width:8.33333%}.large-margin-collapse>.medium-2{width:16.66667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.33333%}.large-margin-collapse>.medium-5{width:41.66667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.33333%}.large-margin-collapse>.medium-8{width:66.66667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.33333%}.large-margin-collapse>.medium-11{width:91.66667%}.large-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.large-margin-collapse>.large-1{width:8.33333%}.large-margin-collapse>.large-2{width:16.66667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.33333%}.large-margin-collapse>.large-5{width:41.66667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.33333%}.large-margin-collapse>.large-8{width:66.66667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.33333%}.large-margin-collapse>.large-11{width:91.66667%}.large-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:80em){.large-margin-collapse>.xlarge-1{width:8.33333%}.large-margin-collapse>.xlarge-2{width:16.66667%}.large-margin-collapse>.xlarge-3{width:25%}.large-margin-collapse>.xlarge-4{width:33.33333%}.large-margin-collapse>.xlarge-5{width:41.66667%}.large-margin-collapse>.xlarge-6{width:50%}.large-margin-collapse>.xlarge-7{width:58.33333%}.large-margin-collapse>.xlarge-8{width:66.66667%}.large-margin-collapse>.xlarge-9{width:75%}.large-margin-collapse>.xlarge-10{width:83.33333%}.large-margin-collapse>.xlarge-11{width:91.66667%}.large-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:90em){.large-margin-collapse>.xxlarge-1{width:8.33333%}.large-margin-collapse>.xxlarge-2{width:16.66667%}.large-margin-collapse>.xxlarge-3{width:25%}.large-margin-collapse>.xxlarge-4{width:33.33333%}.large-margin-collapse>.xxlarge-5{width:41.66667%}.large-margin-collapse>.xxlarge-6{width:50%}.large-margin-collapse>.xxlarge-7{width:58.33333%}.large-margin-collapse>.xxlarge-8{width:66.66667%}.large-margin-collapse>.xxlarge-9{width:75%}.large-margin-collapse>.xxlarge-10{width:83.33333%}.large-margin-collapse>.xxlarge-11{width:91.66667%}.large-margin-collapse>.xxlarge-12{width:100%}}@media print,screen and (min-width:64em){.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width:80em){.xlarge-margin-collapse{margin-right:0;margin-left:0}.xlarge-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:80em){.xlarge-margin-collapse>.small-1{width:8.33333%}.xlarge-margin-collapse>.small-2{width:16.66667%}.xlarge-margin-collapse>.small-3{width:25%}.xlarge-margin-collapse>.small-4{width:33.33333%}.xlarge-margin-collapse>.small-5{width:41.66667%}.xlarge-margin-collapse>.small-6{width:50%}.xlarge-margin-collapse>.small-7{width:58.33333%}.xlarge-margin-collapse>.small-8{width:66.66667%}.xlarge-margin-collapse>.small-9{width:75%}.xlarge-margin-collapse>.small-10{width:83.33333%}.xlarge-margin-collapse>.small-11{width:91.66667%}.xlarge-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:80em){.xlarge-margin-collapse>.medium-1{width:8.33333%}.xlarge-margin-collapse>.medium-2{width:16.66667%}.xlarge-margin-collapse>.medium-3{width:25%}.xlarge-margin-collapse>.medium-4{width:33.33333%}.xlarge-margin-collapse>.medium-5{width:41.66667%}.xlarge-margin-collapse>.medium-6{width:50%}.xlarge-margin-collapse>.medium-7{width:58.33333%}.xlarge-margin-collapse>.medium-8{width:66.66667%}.xlarge-margin-collapse>.medium-9{width:75%}.xlarge-margin-collapse>.medium-10{width:83.33333%}.xlarge-margin-collapse>.medium-11{width:91.66667%}.xlarge-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:80em){.xlarge-margin-collapse>.large-1{width:8.33333%}.xlarge-margin-collapse>.large-2{width:16.66667%}.xlarge-margin-collapse>.large-3{width:25%}.xlarge-margin-collapse>.large-4{width:33.33333%}.xlarge-margin-collapse>.large-5{width:41.66667%}.xlarge-margin-collapse>.large-6{width:50%}.xlarge-margin-collapse>.large-7{width:58.33333%}.xlarge-margin-collapse>.large-8{width:66.66667%}.xlarge-margin-collapse>.large-9{width:75%}.xlarge-margin-collapse>.large-10{width:83.33333%}.xlarge-margin-collapse>.large-11{width:91.66667%}.xlarge-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:80em){.xlarge-margin-collapse>.xlarge-1{width:8.33333%}.xlarge-margin-collapse>.xlarge-2{width:16.66667%}.xlarge-margin-collapse>.xlarge-3{width:25%}.xlarge-margin-collapse>.xlarge-4{width:33.33333%}.xlarge-margin-collapse>.xlarge-5{width:41.66667%}.xlarge-margin-collapse>.xlarge-6{width:50%}.xlarge-margin-collapse>.xlarge-7{width:58.33333%}.xlarge-margin-collapse>.xlarge-8{width:66.66667%}.xlarge-margin-collapse>.xlarge-9{width:75%}.xlarge-margin-collapse>.xlarge-10{width:83.33333%}.xlarge-margin-collapse>.xlarge-11{width:91.66667%}.xlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:90em){.xlarge-margin-collapse>.xxlarge-1{width:8.33333%}.xlarge-margin-collapse>.xxlarge-2{width:16.66667%}.xlarge-margin-collapse>.xxlarge-3{width:25%}.xlarge-margin-collapse>.xxlarge-4{width:33.33333%}.xlarge-margin-collapse>.xxlarge-5{width:41.66667%}.xlarge-margin-collapse>.xxlarge-6{width:50%}.xlarge-margin-collapse>.xxlarge-7{width:58.33333%}.xlarge-margin-collapse>.xxlarge-8{width:66.66667%}.xlarge-margin-collapse>.xxlarge-9{width:75%}.xlarge-margin-collapse>.xxlarge-10{width:83.33333%}.xlarge-margin-collapse>.xxlarge-11{width:91.66667%}.xlarge-margin-collapse>.xxlarge-12{width:100%}}@media print,screen and (min-width:80em){.xlarge-padding-collapse{margin-right:0;margin-left:0}.xlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width:90em){.xxlarge-margin-collapse{margin-right:0;margin-left:0}.xxlarge-margin-collapse>.cell{margin-right:0;margin-left:0}}@media screen and (min-width:90em){.xxlarge-margin-collapse>.small-1{width:8.33333%}.xxlarge-margin-collapse>.small-2{width:16.66667%}.xxlarge-margin-collapse>.small-3{width:25%}.xxlarge-margin-collapse>.small-4{width:33.33333%}.xxlarge-margin-collapse>.small-5{width:41.66667%}.xxlarge-margin-collapse>.small-6{width:50%}.xxlarge-margin-collapse>.small-7{width:58.33333%}.xxlarge-margin-collapse>.small-8{width:66.66667%}.xxlarge-margin-collapse>.small-9{width:75%}.xxlarge-margin-collapse>.small-10{width:83.33333%}.xxlarge-margin-collapse>.small-11{width:91.66667%}.xxlarge-margin-collapse>.small-12{width:100%}}@media screen and (min-width:90em){.xxlarge-margin-collapse>.medium-1{width:8.33333%}.xxlarge-margin-collapse>.medium-2{width:16.66667%}.xxlarge-margin-collapse>.medium-3{width:25%}.xxlarge-margin-collapse>.medium-4{width:33.33333%}.xxlarge-margin-collapse>.medium-5{width:41.66667%}.xxlarge-margin-collapse>.medium-6{width:50%}.xxlarge-margin-collapse>.medium-7{width:58.33333%}.xxlarge-margin-collapse>.medium-8{width:66.66667%}.xxlarge-margin-collapse>.medium-9{width:75%}.xxlarge-margin-collapse>.medium-10{width:83.33333%}.xxlarge-margin-collapse>.medium-11{width:91.66667%}.xxlarge-margin-collapse>.medium-12{width:100%}}@media screen and (min-width:90em){.xxlarge-margin-collapse>.large-1{width:8.33333%}.xxlarge-margin-collapse>.large-2{width:16.66667%}.xxlarge-margin-collapse>.large-3{width:25%}.xxlarge-margin-collapse>.large-4{width:33.33333%}.xxlarge-margin-collapse>.large-5{width:41.66667%}.xxlarge-margin-collapse>.large-6{width:50%}.xxlarge-margin-collapse>.large-7{width:58.33333%}.xxlarge-margin-collapse>.large-8{width:66.66667%}.xxlarge-margin-collapse>.large-9{width:75%}.xxlarge-margin-collapse>.large-10{width:83.33333%}.xxlarge-margin-collapse>.large-11{width:91.66667%}.xxlarge-margin-collapse>.large-12{width:100%}}@media screen and (min-width:90em){.xxlarge-margin-collapse>.xlarge-1{width:8.33333%}.xxlarge-margin-collapse>.xlarge-2{width:16.66667%}.xxlarge-margin-collapse>.xlarge-3{width:25%}.xxlarge-margin-collapse>.xlarge-4{width:33.33333%}.xxlarge-margin-collapse>.xlarge-5{width:41.66667%}.xxlarge-margin-collapse>.xlarge-6{width:50%}.xxlarge-margin-collapse>.xlarge-7{width:58.33333%}.xxlarge-margin-collapse>.xlarge-8{width:66.66667%}.xxlarge-margin-collapse>.xlarge-9{width:75%}.xxlarge-margin-collapse>.xlarge-10{width:83.33333%}.xxlarge-margin-collapse>.xlarge-11{width:91.66667%}.xxlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width:90em){.xxlarge-margin-collapse>.xxlarge-1{width:8.33333%}.xxlarge-margin-collapse>.xxlarge-2{width:16.66667%}.xxlarge-margin-collapse>.xxlarge-3{width:25%}.xxlarge-margin-collapse>.xxlarge-4{width:33.33333%}.xxlarge-margin-collapse>.xxlarge-5{width:41.66667%}.xxlarge-margin-collapse>.xxlarge-6{width:50%}.xxlarge-margin-collapse>.xxlarge-7{width:58.33333%}.xxlarge-margin-collapse>.xxlarge-8{width:66.66667%}.xxlarge-margin-collapse>.xxlarge-9{width:75%}.xxlarge-margin-collapse>.xxlarge-10{width:83.33333%}.xxlarge-margin-collapse>.xxlarge-11{width:91.66667%}.xxlarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width:90em){.xxlarge-padding-collapse{margin-right:0;margin-left:0}.xxlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}.small-offset-0{margin-left:0}.grid-margin-x>.small-offset-0{margin-left:calc(0% + .5rem)}.small-offset-1{margin-left:8.33333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + .5rem)}.small-offset-2{margin-left:16.66667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.66667% + .5rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + .5rem)}.small-offset-4{margin-left:33.33333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.33333% + .5rem)}.small-offset-5{margin-left:41.66667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.66667% + .5rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + .5rem)}.small-offset-7{margin-left:58.33333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.33333% + .5rem)}.small-offset-8{margin-left:66.66667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.66667% + .5rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + .5rem)}.small-offset-10{margin-left:83.33333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.33333% + .5rem)}.small-offset-11{margin-left:91.66667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.66667% + .5rem)}@media print,screen and (min-width:37.5em){.medium-offset-0{margin-left:0}.grid-margin-x>.medium-offset-0{margin-left:calc(0% + .66667rem)}.medium-offset-1{margin-left:8.33333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + .66667rem)}.medium-offset-2{margin-left:16.66667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.66667% + .66667rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + .66667rem)}.medium-offset-4{margin-left:33.33333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.33333% + .66667rem)}.medium-offset-5{margin-left:41.66667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.66667% + .66667rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + .66667rem)}.medium-offset-7{margin-left:58.33333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.33333% + .66667rem)}.medium-offset-8{margin-left:66.66667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.66667% + .66667rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + .66667rem)}.medium-offset-10{margin-left:83.33333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.33333% + .66667rem)}.medium-offset-11{margin-left:91.66667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.66667% + .66667rem)}}@media print,screen and (min-width:64em){.large-offset-0{margin-left:0}.grid-margin-x>.large-offset-0{margin-left:calc(0% + 1.13333rem)}.large-offset-1{margin-left:8.33333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + 1.13333rem)}.large-offset-2{margin-left:16.66667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.66667% + 1.13333rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + 1.13333rem)}.large-offset-4{margin-left:33.33333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.33333% + 1.13333rem)}.large-offset-5{margin-left:41.66667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.66667% + 1.13333rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + 1.13333rem)}.large-offset-7{margin-left:58.33333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.33333% + 1.13333rem)}.large-offset-8{margin-left:66.66667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.66667% + 1.13333rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + 1.13333rem)}.large-offset-10{margin-left:83.33333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.33333% + 1.13333rem)}.large-offset-11{margin-left:91.66667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.66667% + 1.13333rem)}}@media print,screen and (min-width:80em){.xlarge-offset-0{margin-left:0}.grid-margin-x>.xlarge-offset-0{margin-left:calc(0% + 1.4rem)}.xlarge-offset-1{margin-left:8.33333%}.grid-margin-x>.xlarge-offset-1{margin-left:calc(8.33333% + 1.4rem)}.xlarge-offset-2{margin-left:16.66667%}.grid-margin-x>.xlarge-offset-2{margin-left:calc(16.66667% + 1.4rem)}.xlarge-offset-3{margin-left:25%}.grid-margin-x>.xlarge-offset-3{margin-left:calc(25% + 1.4rem)}.xlarge-offset-4{margin-left:33.33333%}.grid-margin-x>.xlarge-offset-4{margin-left:calc(33.33333% + 1.4rem)}.xlarge-offset-5{margin-left:41.66667%}.grid-margin-x>.xlarge-offset-5{margin-left:calc(41.66667% + 1.4rem)}.xlarge-offset-6{margin-left:50%}.grid-margin-x>.xlarge-offset-6{margin-left:calc(50% + 1.4rem)}.xlarge-offset-7{margin-left:58.33333%}.grid-margin-x>.xlarge-offset-7{margin-left:calc(58.33333% + 1.4rem)}.xlarge-offset-8{margin-left:66.66667%}.grid-margin-x>.xlarge-offset-8{margin-left:calc(66.66667% + 1.4rem)}.xlarge-offset-9{margin-left:75%}.grid-margin-x>.xlarge-offset-9{margin-left:calc(75% + 1.4rem)}.xlarge-offset-10{margin-left:83.33333%}.grid-margin-x>.xlarge-offset-10{margin-left:calc(83.33333% + 1.4rem)}.xlarge-offset-11{margin-left:91.66667%}.grid-margin-x>.xlarge-offset-11{margin-left:calc(91.66667% + 1.4rem)}}@media screen and (min-width:90em){.xxlarge-offset-0{margin-left:0}.grid-margin-x>.xxlarge-offset-0{margin-left:calc(0% + 1.6rem)}.xxlarge-offset-1{margin-left:8.33333%}.grid-margin-x>.xxlarge-offset-1{margin-left:calc(8.33333% + 1.6rem)}.xxlarge-offset-2{margin-left:16.66667%}.grid-margin-x>.xxlarge-offset-2{margin-left:calc(16.66667% + 1.6rem)}.xxlarge-offset-3{margin-left:25%}.grid-margin-x>.xxlarge-offset-3{margin-left:calc(25% + 1.6rem)}.xxlarge-offset-4{margin-left:33.33333%}.grid-margin-x>.xxlarge-offset-4{margin-left:calc(33.33333% + 1.6rem)}.xxlarge-offset-5{margin-left:41.66667%}.grid-margin-x>.xxlarge-offset-5{margin-left:calc(41.66667% + 1.6rem)}.xxlarge-offset-6{margin-left:50%}.grid-margin-x>.xxlarge-offset-6{margin-left:calc(50% + 1.6rem)}.xxlarge-offset-7{margin-left:58.33333%}.grid-margin-x>.xxlarge-offset-7{margin-left:calc(58.33333% + 1.6rem)}.xxlarge-offset-8{margin-left:66.66667%}.grid-margin-x>.xxlarge-offset-8{margin-left:calc(66.66667% + 1.6rem)}.xxlarge-offset-9{margin-left:75%}.grid-margin-x>.xxlarge-offset-9{margin-left:calc(75% + 1.6rem)}.xxlarge-offset-10{margin-left:83.33333%}.grid-margin-x>.xxlarge-offset-10{margin-left:calc(83.33333% + 1.6rem)}.xxlarge-offset-11{margin-left:91.66667%}.grid-margin-x>.xxlarge-offset-11{margin-left:calc(91.66667% + 1.6rem)}}.grid-y{display:flex;flex-flow:column nowrap}.grid-y>.cell{width:auto;max-width:none}.grid-y>.auto{height:auto}.grid-y>.shrink{height:auto}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-full,.grid-y>.small-shrink{flex-basis:auto}@media print,screen and (min-width:37.5em){.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-full,.grid-y>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-full,.grid-y>.large-shrink{flex-basis:auto}}@media print,screen and (min-width:80em){.grid-y>.xlarge-1,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-full,.grid-y>.xlarge-shrink{flex-basis:auto}}@media screen and (min-width:90em){.grid-y>.xxlarge-1,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-full,.grid-y>.xxlarge-shrink{flex-basis:auto}}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9{flex:0 0 auto}.grid-y>.small-1{height:8.33333%}.grid-y>.small-2{height:16.66667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.33333%}.grid-y>.small-5{height:41.66667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.33333%}.grid-y>.small-8{height:66.66667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.33333%}.grid-y>.small-11{height:91.66667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width:37.5em){.grid-y>.medium-auto{flex:1 1 0px;height:auto}.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-shrink{flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.33333%}.grid-y>.medium-2{height:16.66667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.33333%}.grid-y>.medium-5{height:41.66667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.33333%}.grid-y>.medium-8{height:66.66667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.33333%}.grid-y>.medium-11{height:91.66667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width:64em){.grid-y>.large-auto{flex:1 1 0px;height:auto}.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-shrink{flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.33333%}.grid-y>.large-2{height:16.66667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.33333%}.grid-y>.large-5{height:41.66667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.33333%}.grid-y>.large-8{height:66.66667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.33333%}.grid-y>.large-11{height:91.66667%}.grid-y>.large-12{height:100%}}@media print,screen and (min-width:80em){.grid-y>.xlarge-auto{flex:1 1 0px;height:auto}.grid-y>.xlarge-1,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-shrink{flex:0 0 auto}.grid-y>.xlarge-shrink{height:auto}.grid-y>.xlarge-1{height:8.33333%}.grid-y>.xlarge-2{height:16.66667%}.grid-y>.xlarge-3{height:25%}.grid-y>.xlarge-4{height:33.33333%}.grid-y>.xlarge-5{height:41.66667%}.grid-y>.xlarge-6{height:50%}.grid-y>.xlarge-7{height:58.33333%}.grid-y>.xlarge-8{height:66.66667%}.grid-y>.xlarge-9{height:75%}.grid-y>.xlarge-10{height:83.33333%}.grid-y>.xlarge-11{height:91.66667%}.grid-y>.xlarge-12{height:100%}}@media screen and (min-width:90em){.grid-y>.xxlarge-auto{flex:1 1 0px;height:auto}.grid-y>.xxlarge-1,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-shrink{flex:0 0 auto}.grid-y>.xxlarge-shrink{height:auto}.grid-y>.xxlarge-1{height:8.33333%}.grid-y>.xxlarge-2{height:16.66667%}.grid-y>.xxlarge-3{height:25%}.grid-y>.xxlarge-4{height:33.33333%}.grid-y>.xxlarge-5{height:41.66667%}.grid-y>.xxlarge-6{height:50%}.grid-y>.xxlarge-7{height:58.33333%}.grid-y>.xxlarge-8{height:66.66667%}.grid-y>.xxlarge-9{height:75%}.grid-y>.xxlarge-10{height:83.33333%}.grid-y>.xxlarge-11{height:91.66667%}.grid-y>.xxlarge-12{height:100%}}.grid-padding-y .grid-padding-y{margin-top:-.5rem;margin-bottom:-.5rem}@media print,screen and (min-width:37.5em){.grid-padding-y .grid-padding-y{margin-top:-.66667rem;margin-bottom:-.66667rem}}@media print,screen and (min-width:64em){.grid-padding-y .grid-padding-y{margin-top:-1.13333rem;margin-bottom:-1.13333rem}}@media print,screen and (min-width:80em){.grid-padding-y .grid-padding-y{margin-top:-1.4rem;margin-bottom:-1.4rem}}@media screen and (min-width:90em){.grid-padding-y .grid-padding-y{margin-top:-1.6rem;margin-bottom:-1.6rem}}.grid-padding-y>.cell{padding-top:.5rem;padding-bottom:.5rem}@media print,screen and (min-width:37.5em){.grid-padding-y>.cell{padding-top:.66667rem;padding-bottom:.66667rem}}@media print,screen and (min-width:64em){.grid-padding-y>.cell{padding-top:1.13333rem;padding-bottom:1.13333rem}}@media print,screen and (min-width:80em){.grid-padding-y>.cell{padding-top:1.4rem;padding-bottom:1.4rem}}@media screen and (min-width:90em){.grid-padding-y>.cell{padding-top:1.6rem;padding-bottom:1.6rem}}.grid-margin-y{margin-top:-.5rem;margin-bottom:-.5rem}@media print,screen and (min-width:37.5em){.grid-margin-y{margin-top:-.66667rem;margin-bottom:-.66667rem}}@media print,screen and (min-width:64em){.grid-margin-y{margin-top:-1.13333rem;margin-bottom:-1.13333rem}}@media print,screen and (min-width:80em){.grid-margin-y{margin-top:-1.4rem;margin-bottom:-1.4rem}}@media screen and (min-width:90em){.grid-margin-y{margin-top:-1.6rem;margin-bottom:-1.6rem}}.grid-margin-y>.cell{height:calc(100% - 1rem);margin-top:.5rem;margin-bottom:.5rem}@media print,screen and (min-width:37.5em){.grid-margin-y>.cell{height:calc(100% - 1.33333rem);margin-top:.66667rem;margin-bottom:.66667rem}}@media print,screen and (min-width:64em){.grid-margin-y>.cell{height:calc(100% - 2.26667rem);margin-top:1.13333rem;margin-bottom:1.13333rem}}@media print,screen and (min-width:80em){.grid-margin-y>.cell{height:calc(100% - 2.8rem);margin-top:1.4rem;margin-bottom:1.4rem}}@media screen and (min-width:90em){.grid-margin-y>.cell{height:calc(100% - 3.2rem);margin-top:1.6rem;margin-bottom:1.6rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1rem)}.grid-margin-y>.small-3{height:calc(25% - 1rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1rem)}.grid-margin-y>.small-6{height:calc(50% - 1rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1rem)}.grid-margin-y>.small-9{height:calc(75% - 1rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1rem)}.grid-margin-y>.small-12{height:calc(100% - 1rem)}@media print,screen and (min-width:37.5em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.33333rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.33333rem)}.grid-margin-y>.small-3{height:calc(25% - 1.33333rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.33333rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.33333rem)}.grid-margin-y>.small-6{height:calc(50% - 1.33333rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.33333rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.33333rem)}.grid-margin-y>.small-9{height:calc(75% - 1.33333rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.33333rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.33333rem)}.grid-margin-y>.small-12{height:calc(100% - 1.33333rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.33333rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.33333rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.33333rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.33333rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.33333rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.33333rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.33333rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.33333rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.33333rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.33333rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.33333rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.33333rem)}}@media print,screen and (min-width:64em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 2.26667rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 2.26667rem)}.grid-margin-y>.small-3{height:calc(25% - 2.26667rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 2.26667rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 2.26667rem)}.grid-margin-y>.small-6{height:calc(50% - 2.26667rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 2.26667rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 2.26667rem)}.grid-margin-y>.small-9{height:calc(75% - 2.26667rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 2.26667rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 2.26667rem)}.grid-margin-y>.small-12{height:calc(100% - 2.26667rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 2.26667rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 2.26667rem)}.grid-margin-y>.medium-3{height:calc(25% - 2.26667rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 2.26667rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 2.26667rem)}.grid-margin-y>.medium-6{height:calc(50% - 2.26667rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 2.26667rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 2.26667rem)}.grid-margin-y>.medium-9{height:calc(75% - 2.26667rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 2.26667rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 2.26667rem)}.grid-margin-y>.medium-12{height:calc(100% - 2.26667rem)}.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 2.26667rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 2.26667rem)}.grid-margin-y>.large-3{height:calc(25% - 2.26667rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 2.26667rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 2.26667rem)}.grid-margin-y>.large-6{height:calc(50% - 2.26667rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 2.26667rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 2.26667rem)}.grid-margin-y>.large-9{height:calc(75% - 2.26667rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 2.26667rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 2.26667rem)}.grid-margin-y>.large-12{height:calc(100% - 2.26667rem)}}@media print,screen and (min-width:80em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 2.8rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 2.8rem)}.grid-margin-y>.small-3{height:calc(25% - 2.8rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 2.8rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 2.8rem)}.grid-margin-y>.small-6{height:calc(50% - 2.8rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 2.8rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 2.8rem)}.grid-margin-y>.small-9{height:calc(75% - 2.8rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 2.8rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 2.8rem)}.grid-margin-y>.small-12{height:calc(100% - 2.8rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 2.8rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 2.8rem)}.grid-margin-y>.medium-3{height:calc(25% - 2.8rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 2.8rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 2.8rem)}.grid-margin-y>.medium-6{height:calc(50% - 2.8rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 2.8rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 2.8rem)}.grid-margin-y>.medium-9{height:calc(75% - 2.8rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 2.8rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 2.8rem)}.grid-margin-y>.medium-12{height:calc(100% - 2.8rem)}.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 2.8rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 2.8rem)}.grid-margin-y>.large-3{height:calc(25% - 2.8rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 2.8rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 2.8rem)}.grid-margin-y>.large-6{height:calc(50% - 2.8rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 2.8rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 2.8rem)}.grid-margin-y>.large-9{height:calc(75% - 2.8rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 2.8rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 2.8rem)}.grid-margin-y>.large-12{height:calc(100% - 2.8rem)}.grid-margin-y>.xlarge-auto{height:auto}.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - 2.8rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - 2.8rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 2.8rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - 2.8rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - 2.8rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 2.8rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - 2.8rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - 2.8rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 2.8rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - 2.8rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - 2.8rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 2.8rem)}}@media screen and (min-width:90em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 3.2rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 3.2rem)}.grid-margin-y>.small-3{height:calc(25% - 3.2rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 3.2rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 3.2rem)}.grid-margin-y>.small-6{height:calc(50% - 3.2rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 3.2rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 3.2rem)}.grid-margin-y>.small-9{height:calc(75% - 3.2rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 3.2rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 3.2rem)}.grid-margin-y>.small-12{height:calc(100% - 3.2rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 3.2rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 3.2rem)}.grid-margin-y>.medium-3{height:calc(25% - 3.2rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 3.2rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 3.2rem)}.grid-margin-y>.medium-6{height:calc(50% - 3.2rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 3.2rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 3.2rem)}.grid-margin-y>.medium-9{height:calc(75% - 3.2rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 3.2rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 3.2rem)}.grid-margin-y>.medium-12{height:calc(100% - 3.2rem)}.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 3.2rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 3.2rem)}.grid-margin-y>.large-3{height:calc(25% - 3.2rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 3.2rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 3.2rem)}.grid-margin-y>.large-6{height:calc(50% - 3.2rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 3.2rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 3.2rem)}.grid-margin-y>.large-9{height:calc(75% - 3.2rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 3.2rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 3.2rem)}.grid-margin-y>.large-12{height:calc(100% - 3.2rem)}.grid-margin-y>.xlarge-auto{height:auto}.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - 3.2rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - 3.2rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 3.2rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - 3.2rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - 3.2rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 3.2rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - 3.2rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - 3.2rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 3.2rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - 3.2rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - 3.2rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 3.2rem)}.grid-margin-y>.xxlarge-auto{height:auto}.grid-margin-y>.xxlarge-shrink{height:auto}.grid-margin-y>.xxlarge-1{height:calc(8.33333% - 3.2rem)}.grid-margin-y>.xxlarge-2{height:calc(16.66667% - 3.2rem)}.grid-margin-y>.xxlarge-3{height:calc(25% - 3.2rem)}.grid-margin-y>.xxlarge-4{height:calc(33.33333% - 3.2rem)}.grid-margin-y>.xxlarge-5{height:calc(41.66667% - 3.2rem)}.grid-margin-y>.xxlarge-6{height:calc(50% - 3.2rem)}.grid-margin-y>.xxlarge-7{height:calc(58.33333% - 3.2rem)}.grid-margin-y>.xxlarge-8{height:calc(66.66667% - 3.2rem)}.grid-margin-y>.xxlarge-9{height:calc(75% - 3.2rem)}.grid-margin-y>.xxlarge-10{height:calc(83.33333% - 3.2rem)}.grid-margin-y>.xxlarge-11{height:calc(91.66667% - 3.2rem)}.grid-margin-y>.xxlarge-12{height:calc(100% - 3.2rem)}}.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .grid-frame{width:100%}.cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-container{display:flex;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}@media print,screen and (min-width:37.5em){.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.medium-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width:64em){.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container{display:flex;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.large-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width:80em){.xlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .xlarge-grid-frame{width:100%}.xlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.xlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xlarge-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.xlarge-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media screen and (min-width:90em){.xxlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .xxlarge-grid-frame{width:100%}.xxlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.xxlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xxlarge-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.xxlarge-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}@media print,screen and (min-width:37.5em){.grid-y.medium-grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}}@media print,screen and (min-width:64em){.grid-y.large-grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}}@media print,screen and (min-width:80em){.grid-y.xlarge-grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}}@media screen and (min-width:90em){.grid-y.xxlarge-grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width:37.5em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width:64em){.cell .grid-y.large-grid-frame{height:100%}}@media print,screen and (min-width:80em){.cell .grid-y.xlarge-grid-frame{height:100%}}@media screen and (min-width:90em){.cell .grid-y.xxlarge-grid-frame{height:100%}}.grid-margin-y{margin-top:-.5rem;margin-bottom:-.5rem}@media print,screen and (min-width:37.5em){.grid-margin-y{margin-top:-.66667rem;margin-bottom:-.66667rem}}@media print,screen and (min-width:64em){.grid-margin-y{margin-top:-1.13333rem;margin-bottom:-1.13333rem}}@media print,screen and (min-width:80em){.grid-margin-y{margin-top:-1.4rem;margin-bottom:-1.4rem}}@media screen and (min-width:90em){.grid-margin-y{margin-top:-1.6rem;margin-bottom:-1.6rem}}.grid-margin-y>.cell{height:calc(100% - 1rem);margin-top:.5rem;margin-bottom:.5rem}@media print,screen and (min-width:37.5em){.grid-margin-y>.cell{height:calc(100% - 1.33333rem);margin-top:.66667rem;margin-bottom:.66667rem}}@media print,screen and (min-width:64em){.grid-margin-y>.cell{height:calc(100% - 2.26667rem);margin-top:1.13333rem;margin-bottom:1.13333rem}}@media print,screen and (min-width:80em){.grid-margin-y>.cell{height:calc(100% - 2.8rem);margin-top:1.4rem;margin-bottom:1.4rem}}@media screen and (min-width:90em){.grid-margin-y>.cell{height:calc(100% - 3.2rem);margin-top:1.6rem;margin-bottom:1.6rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1rem)}.grid-margin-y>.small-3{height:calc(25% - 1rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1rem)}.grid-margin-y>.small-6{height:calc(50% - 1rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1rem)}.grid-margin-y>.small-9{height:calc(75% - 1rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1rem)}.grid-margin-y>.small-12{height:calc(100% - 1rem)}@media print,screen and (min-width:37.5em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.33333rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.33333rem)}.grid-margin-y>.small-3{height:calc(25% - 1.33333rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.33333rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.33333rem)}.grid-margin-y>.small-6{height:calc(50% - 1.33333rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.33333rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.33333rem)}.grid-margin-y>.small-9{height:calc(75% - 1.33333rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.33333rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.33333rem)}.grid-margin-y>.small-12{height:calc(100% - 1.33333rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.33333rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.33333rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.33333rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.33333rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.33333rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.33333rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.33333rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.33333rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.33333rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.33333rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.33333rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.33333rem)}}@media print,screen and (min-width:64em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 2.26667rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 2.26667rem)}.grid-margin-y>.small-3{height:calc(25% - 2.26667rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 2.26667rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 2.26667rem)}.grid-margin-y>.small-6{height:calc(50% - 2.26667rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 2.26667rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 2.26667rem)}.grid-margin-y>.small-9{height:calc(75% - 2.26667rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 2.26667rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 2.26667rem)}.grid-margin-y>.small-12{height:calc(100% - 2.26667rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 2.26667rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 2.26667rem)}.grid-margin-y>.medium-3{height:calc(25% - 2.26667rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 2.26667rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 2.26667rem)}.grid-margin-y>.medium-6{height:calc(50% - 2.26667rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 2.26667rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 2.26667rem)}.grid-margin-y>.medium-9{height:calc(75% - 2.26667rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 2.26667rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 2.26667rem)}.grid-margin-y>.medium-12{height:calc(100% - 2.26667rem)}.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 2.26667rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 2.26667rem)}.grid-margin-y>.large-3{height:calc(25% - 2.26667rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 2.26667rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 2.26667rem)}.grid-margin-y>.large-6{height:calc(50% - 2.26667rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 2.26667rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 2.26667rem)}.grid-margin-y>.large-9{height:calc(75% - 2.26667rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 2.26667rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 2.26667rem)}.grid-margin-y>.large-12{height:calc(100% - 2.26667rem)}}@media print,screen and (min-width:80em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 2.8rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 2.8rem)}.grid-margin-y>.small-3{height:calc(25% - 2.8rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 2.8rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 2.8rem)}.grid-margin-y>.small-6{height:calc(50% - 2.8rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 2.8rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 2.8rem)}.grid-margin-y>.small-9{height:calc(75% - 2.8rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 2.8rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 2.8rem)}.grid-margin-y>.small-12{height:calc(100% - 2.8rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 2.8rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 2.8rem)}.grid-margin-y>.medium-3{height:calc(25% - 2.8rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 2.8rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 2.8rem)}.grid-margin-y>.medium-6{height:calc(50% - 2.8rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 2.8rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 2.8rem)}.grid-margin-y>.medium-9{height:calc(75% - 2.8rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 2.8rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 2.8rem)}.grid-margin-y>.medium-12{height:calc(100% - 2.8rem)}.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 2.8rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 2.8rem)}.grid-margin-y>.large-3{height:calc(25% - 2.8rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 2.8rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 2.8rem)}.grid-margin-y>.large-6{height:calc(50% - 2.8rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 2.8rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 2.8rem)}.grid-margin-y>.large-9{height:calc(75% - 2.8rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 2.8rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 2.8rem)}.grid-margin-y>.large-12{height:calc(100% - 2.8rem)}.grid-margin-y>.xlarge-auto{height:auto}.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - 2.8rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - 2.8rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 2.8rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - 2.8rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - 2.8rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 2.8rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - 2.8rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - 2.8rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 2.8rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - 2.8rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - 2.8rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 2.8rem)}}@media screen and (min-width:90em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 3.2rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 3.2rem)}.grid-margin-y>.small-3{height:calc(25% - 3.2rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 3.2rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 3.2rem)}.grid-margin-y>.small-6{height:calc(50% - 3.2rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 3.2rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 3.2rem)}.grid-margin-y>.small-9{height:calc(75% - 3.2rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 3.2rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 3.2rem)}.grid-margin-y>.small-12{height:calc(100% - 3.2rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 3.2rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 3.2rem)}.grid-margin-y>.medium-3{height:calc(25% - 3.2rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 3.2rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 3.2rem)}.grid-margin-y>.medium-6{height:calc(50% - 3.2rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 3.2rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 3.2rem)}.grid-margin-y>.medium-9{height:calc(75% - 3.2rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 3.2rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 3.2rem)}.grid-margin-y>.medium-12{height:calc(100% - 3.2rem)}.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 3.2rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 3.2rem)}.grid-margin-y>.large-3{height:calc(25% - 3.2rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 3.2rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 3.2rem)}.grid-margin-y>.large-6{height:calc(50% - 3.2rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 3.2rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 3.2rem)}.grid-margin-y>.large-9{height:calc(75% - 3.2rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 3.2rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 3.2rem)}.grid-margin-y>.large-12{height:calc(100% - 3.2rem)}.grid-margin-y>.xlarge-auto{height:auto}.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - 3.2rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - 3.2rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 3.2rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - 3.2rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - 3.2rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 3.2rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - 3.2rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - 3.2rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 3.2rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - 3.2rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - 3.2rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 3.2rem)}.grid-margin-y>.xxlarge-auto{height:auto}.grid-margin-y>.xxlarge-shrink{height:auto}.grid-margin-y>.xxlarge-1{height:calc(8.33333% - 3.2rem)}.grid-margin-y>.xxlarge-2{height:calc(16.66667% - 3.2rem)}.grid-margin-y>.xxlarge-3{height:calc(25% - 3.2rem)}.grid-margin-y>.xxlarge-4{height:calc(33.33333% - 3.2rem)}.grid-margin-y>.xxlarge-5{height:calc(41.66667% - 3.2rem)}.grid-margin-y>.xxlarge-6{height:calc(50% - 3.2rem)}.grid-margin-y>.xxlarge-7{height:calc(58.33333% - 3.2rem)}.grid-margin-y>.xxlarge-8{height:calc(66.66667% - 3.2rem)}.grid-margin-y>.xxlarge-9{height:calc(75% - 3.2rem)}.grid-margin-y>.xxlarge-10{height:calc(83.33333% - 3.2rem)}.grid-margin-y>.xxlarge-11{height:calc(91.66667% - 3.2rem)}.grid-margin-y>.xxlarge-12{height:calc(100% - 3.2rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 1rem)}@media print,screen and (min-width:37.5em){.grid-frame.grid-margin-y{height:calc(100vh + 1.33333rem)}}@media print,screen and (min-width:64em){.grid-frame.grid-margin-y{height:calc(100vh + 2.26667rem)}}@media print,screen and (min-width:80em){.grid-frame.grid-margin-y{height:calc(100vh + 2.8rem)}}@media screen and (min-width:90em){.grid-frame.grid-margin-y{height:calc(100vh + 3.2rem)}}@media print,screen and (min-width:37.5em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.33333rem)}}@media print,screen and (min-width:64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 2.26667rem)}}@media print,screen and (min-width:80em){.grid-margin-y.xlarge-grid-frame{height:calc(100vh + 2.8rem)}}@media screen and (min-width:90em){.grid-margin-y.xxlarge-grid-frame{height:calc(100vh + 3.2rem)}}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;padding:.85em 1em;border:1px solid transparent;border-radius:0;transition:background-color .25s ease-out,color .25s ease-out;font-family:inherit;font-size:.9rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;background-color:#0063de;color:#fff}[data-whatinput=mouse] .button{outline:0}.button:focus,.button:hover{background-color:#0054bd;color:#fff}.button-group.tiny .button,.button.tiny{font-size:.6rem}.button-group.small .button,.button.small{font-size:.75rem}.button-group.large .button,.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button.primary{background-color:#0063de;color:#fff}.button.primary:focus,.button.primary:hover{background-color:#004fb2;color:#fff}.button.secondary{background-color:#666e7a;color:#fff}.button.secondary:focus,.button.secondary:hover{background-color:#525862;color:#fff}.button.success{background-color:#008750;color:#fff}.button.success:focus,.button.success:hover{background-color:#006c40;color:#fff}.button.warning{background-color:#c40;color:#fff}.button.warning:focus,.button.warning:hover{background-color:#a33600;color:#fff}.button.alert{background-color:#c40;color:#fff}.button.alert:focus,.button.alert:hover{background-color:#a33600;color:#fff}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover{background-color:#0063de;color:#fff}.button.disabled.primary,.button[disabled].primary{opacity:.25;cursor:not-allowed}.button.disabled.primary,.button.disabled.primary:focus,.button.disabled.primary:hover,.button[disabled].primary,.button[disabled].primary:focus,.button[disabled].primary:hover{background-color:#0063de;color:#fff}.button.disabled.secondary,.button[disabled].secondary{opacity:.25;cursor:not-allowed}.button.disabled.secondary,.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary,.button[disabled].secondary:focus,.button[disabled].secondary:hover{background-color:#666e7a;color:#fff}.button.disabled.success,.button[disabled].success{opacity:.25;cursor:not-allowed}.button.disabled.success,.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success,.button[disabled].success:focus,.button[disabled].success:hover{background-color:#008750;color:#fff}.button.disabled.warning,.button[disabled].warning{opacity:.25;cursor:not-allowed}.button.disabled.warning,.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning,.button[disabled].warning:focus,.button[disabled].warning:hover{background-color:#c40;color:#fff}.button.disabled.alert,.button[disabled].alert{opacity:.25;cursor:not-allowed}.button.disabled.alert,.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert,.button[disabled].alert:focus,.button[disabled].alert:hover{background-color:#c40;color:#fff}.button.hollow{border:1px solid #0063de;color:#0063de}.button.hollow,.button.hollow:focus,.button.hollow:hover{background-color:transparent}.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{background-color:transparent}.button.hollow:focus,.button.hollow:hover{border-color:#00326f;color:#00326f}.button.hollow:focus.disabled,.button.hollow:focus[disabled],.button.hollow:hover.disabled,.button.hollow:hover[disabled]{border:1px solid #0063de;color:#0063de}.button.hollow.primary{border:1px solid #0063de;color:#0063de}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#00326f;color:#00326f}.button.hollow.primary:focus.disabled,.button.hollow.primary:focus[disabled],.button.hollow.primary:hover.disabled,.button.hollow.primary:hover[disabled]{border:1px solid #0063de;color:#0063de}.button.hollow.secondary{border:1px solid #666e7a;color:#666e7a}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#33373d;color:#33373d}.button.hollow.secondary:focus.disabled,.button.hollow.secondary:focus[disabled],.button.hollow.secondary:hover.disabled,.button.hollow.secondary:hover[disabled]{border:1px solid #666e7a;color:#666e7a}.button.hollow.success{border:1px solid #008750;color:#008750}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#004428;color:#004428}.button.hollow.success:focus.disabled,.button.hollow.success:focus[disabled],.button.hollow.success:hover.disabled,.button.hollow.success:hover[disabled]{border:1px solid #008750;color:#008750}.button.hollow.warning{border:1px solid #c40;color:#c40}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#620;color:#620}.button.hollow.warning:focus.disabled,.button.hollow.warning:focus[disabled],.button.hollow.warning:hover.disabled,.button.hollow.warning:hover[disabled]{border:1px solid #c40;color:#c40}.button.hollow.alert{border:1px solid #c40;color:#c40}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#620;color:#620}.button.hollow.alert:focus.disabled,.button.hollow.alert:focus[disabled],.button.hollow.alert:hover.disabled,.button.hollow.alert:hover[disabled]{border:1px solid #c40;color:#c40}.button.clear{border:1px solid #0063de;color:#0063de}.button.clear,.button.clear:focus,.button.clear:hover{background-color:transparent}.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover{background-color:transparent}.button.clear:focus,.button.clear:hover{border-color:#00326f;color:#00326f}.button.clear:focus.disabled,.button.clear:focus[disabled],.button.clear:hover.disabled,.button.clear:hover[disabled]{border:1px solid #0063de;color:#0063de}.button.clear,.button.clear.disabled,.button.clear:focus,.button.clear:focus.disabled,.button.clear:focus[disabled],.button.clear:hover,.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear[disabled]{border-color:transparent}.button.clear.primary{border:1px solid #0063de;color:#0063de}.button.clear.primary:focus,.button.clear.primary:hover{border-color:#00326f;color:#00326f}.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled],.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled]{border:1px solid #0063de;color:#0063de}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary:focus,.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled],.button.clear.primary:hover,.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary[disabled]{border-color:transparent}.button.clear.secondary{border:1px solid #666e7a;color:#666e7a}.button.clear.secondary:focus,.button.clear.secondary:hover{border-color:#33373d;color:#33373d}.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled],.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled]{border:1px solid #666e7a;color:#666e7a}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary:focus,.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled],.button.clear.secondary:hover,.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary[disabled]{border-color:transparent}.button.clear.success{border:1px solid #008750;color:#008750}.button.clear.success:focus,.button.clear.success:hover{border-color:#004428;color:#004428}.button.clear.success:focus.disabled,.button.clear.success:focus[disabled],.button.clear.success:hover.disabled,.button.clear.success:hover[disabled]{border:1px solid #008750;color:#008750}.button.clear.success,.button.clear.success.disabled,.button.clear.success:focus,.button.clear.success:focus.disabled,.button.clear.success:focus[disabled],.button.clear.success:hover,.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success[disabled]{border-color:transparent}.button.clear.warning{border:1px solid #c40;color:#c40}.button.clear.warning:focus,.button.clear.warning:hover{border-color:#620;color:#620}.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled],.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled]{border:1px solid #c40;color:#c40}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning:focus,.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled],.button.clear.warning:hover,.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning[disabled]{border-color:transparent}.button.clear.alert{border:1px solid #c40;color:#c40}.button.clear.alert:focus,.button.clear.alert:hover{border-color:#620;color:#620}.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled],.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled]{border:1px solid #c40;color:#c40}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert:focus,.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled],.button.clear.alert:hover,.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert[disabled]{border-color:transparent}.button.dropdown::after{display:block;width:0;height:0;border:inset .4em;content:'';border-bottom-width:0;border-top-style:solid;border-color:#fff transparent transparent;position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}.button.dropdown.clear::after,.button.dropdown.hollow::after{border-top-color:#0063de}.button.dropdown.clear.primary::after,.button.dropdown.hollow.primary::after{border-top-color:#0063de}.button.dropdown.clear.secondary::after,.button.dropdown.hollow.secondary::after{border-top-color:#666e7a}.button.dropdown.clear.success::after,.button.dropdown.hollow.success::after{border-top-color:#008750}.button.dropdown.clear.warning::after,.button.dropdown.hollow.warning::after{border-top-color:#c40}.button.dropdown.clear.alert::after,.button.dropdown.hollow.alert::after{border-top-color:#c40}.button.arrow-only::after{top:-.1em;float:none;margin-left:0}a.button:focus,a.button:hover{text-decoration:none}.button-group{margin-bottom:1rem;display:flex;flex-wrap:nowrap;align-items:stretch}.button-group::after,.button-group::before{display:table;content:' ';flex-basis:0;order:1}.button-group::after{clear:both}.button-group .button{margin:0;margin-right:1px;margin-bottom:1px;font-size:.9rem;flex:0 0 auto}.button-group .button:last-child{margin-right:0}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded .button{flex:1 1 0px}.button-group.primary .button{background-color:#0063de;color:#fff}.button-group.primary .button:focus,.button-group.primary .button:hover{background-color:#004fb2;color:#fff}.button-group.secondary .button{background-color:#666e7a;color:#fff}.button-group.secondary .button:focus,.button-group.secondary .button:hover{background-color:#525862;color:#fff}.button-group.success .button{background-color:#008750;color:#fff}.button-group.success .button:focus,.button-group.success .button:hover{background-color:#006c40;color:#fff}.button-group.warning .button{background-color:#c40;color:#fff}.button-group.warning .button:focus,.button-group.warning .button:hover{background-color:#a33600;color:#fff}.button-group.alert .button{background-color:#c40;color:#fff}.button-group.alert .button:focus,.button-group.alert .button:hover{background-color:#a33600;color:#fff}.button-group.stacked,.button-group.stacked-for-medium,.button-group.stacked-for-small{flex-wrap:wrap}.button-group.stacked .button,.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button{flex:0 0 100%}.button-group.stacked .button:last-child,.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-small .button:last-child{margin-bottom:0}.button-group.stacked-for-medium.expanded .button,.button-group.stacked-for-small.expanded .button,.button-group.stacked.expanded .button{flex:1 1 0px}@media print,screen and (min-width:37.5em){.button-group.stacked-for-small .button{flex:0 0 auto;margin-bottom:0}}@media print,screen and (min-width:64em){.button-group.stacked-for-medium .button{flex:0 0 auto;margin-bottom:0}}@media screen and (max-width:37.49875em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}@media screen and (max-width:63.99875em){.button-group.stacked-for-medium.expanded{display:block}.button-group.stacked-for-medium.expanded .button{display:block;margin-right:0}}.close-button{position:absolute;color:#666e7a;cursor:pointer}[data-whatinput=mouse] .close-button{outline:0}.close-button:focus,.close-button:hover{color:#40444d}.close-button.small{right:.66rem;top:.33em;font-size:1.5em;line-height:1}.close-button,.close-button.medium{right:1rem;top:.5rem;font-size:2em;line-height:1}.label{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#0063de;color:#fff}.label.primary{background:#0063de;color:#fff}.label.secondary{background:#666e7a;color:#fff}.label.success{background:#008750;color:#fff}.label.warning{background:#c40;color:#fff}.label.alert{background:#c40;color:#fff}.progress{height:1rem;margin-bottom:1rem;border-radius:0;background-color:rgba(102,110,122,.18)}.progress.primary .progress-meter{background-color:#0063de}.progress.secondary .progress-meter{background-color:#666e7a}.progress.success .progress-meter{background-color:#008750}.progress.warning .progress-meter{background-color:#c40}.progress.alert .progress-meter{background-color:#c40}.progress-meter{position:relative;display:block;width:0%;height:100%;background-color:#0063de}.progress-meter-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;font-size:.75rem;font-weight:700;color:#fff;white-space:nowrap}.slider{position:relative;height:.5rem;margin-top:1.25rem;margin-bottom:2.25rem;background-color:#f6f6f7;cursor:pointer;user-select:none;touch-action:none}.slider-fill{position:absolute;top:0;left:0;display:inline-block;max-width:100%;height:.5rem;background-color:rgba(102,110,122,.18);transition:all .2s ease-in-out}.slider-fill.is-dragging{transition:all 0s linear}.slider-handle{position:absolute;top:50%;transform:translateY(-50%);left:0;z-index:1;display:inline-block;width:1.4rem;height:1.4rem;border-radius:0;background-color:#0063de;transition:all .2s ease-in-out;touch-action:manipulation}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:#0054bd}.slider-handle.is-dragging{transition:all 0s linear}.slider.disabled,.slider[disabled]{opacity:.25;cursor:not-allowed}.slider.vertical{display:inline-block;width:.5rem;height:12.5rem;margin:0 1.25rem;transform:scale(1,-1)}.slider.vertical .slider-fill{top:0;width:.5rem;max-height:100%}.slider.vertical .slider-handle{position:absolute;top:0;left:50%;width:1.4rem;height:1.4rem;transform:translateX(-50%)}.switch{height:2rem;position:relative;margin-bottom:1rem;outline:0;font-size:.93333rem;font-weight:700;color:#fff;user-select:none}.switch-input{position:absolute;margin-bottom:0;opacity:0}.switch-paddle{position:relative;display:block;width:4rem;height:2rem;border-radius:0;background:rgba(102,110,122,.18);transition:all .25s ease-out;font-weight:inherit;color:inherit;cursor:pointer}input+.switch-paddle{margin:0}.switch-paddle::after{position:absolute;top:.25rem;left:.25rem;display:block;width:1.5rem;height:1.5rem;transform:translate3d(0,0,0);border-radius:0;background:#fff;transition:all .25s ease-out;content:''}input:checked~.switch-paddle{background:#0063de}input:checked~.switch-paddle::after{left:2.25rem}[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}.switch-active,.switch-inactive{position:absolute;top:50%;transform:translateY(-50%)}.switch-active{left:8%;display:none}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny{height:1.5rem}.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:.66667rem}.switch.tiny .switch-paddle::after{top:.25rem;left:.25rem;width:1rem;height:1rem}.switch.tiny input:checked~.switch-paddle::after{left:1.75rem}.switch.small{height:1.75rem}.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:.8rem}.switch.small .switch-paddle::after{top:.25rem;left:.25rem;width:1.25rem;height:1.25rem}.switch.small input:checked~.switch-paddle::after{left:2rem}.switch.large{height:2.5rem}.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1.06667rem}.switch.large .switch-paddle::after{top:.25rem;left:.25rem;width:2rem;height:2rem}.switch.large input:checked~.switch-paddle::after{left:2.75rem}table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0}tbody,tfoot,thead{border:1px solid #f2f2f2;background-color:#fff}caption{padding:.53333rem .66667rem .66667rem;font-weight:700}thead{background:#f9f9f9;color:#666e7a}tfoot{background:#f2f2f2;color:#666e7a}tfoot tr,thead tr{background:0 0}tfoot td,tfoot th,thead td,thead th{padding:.53333rem .66667rem .66667rem;font-weight:700;text-align:left}tbody td,tbody th{padding:.53333rem .66667rem .66667rem}tbody tr:nth-child(even){border-bottom:0;background-color:#f2f2f2}table.unstriped tbody{background-color:#fff}table.unstriped tbody tr{border-bottom:0;border-bottom:1px solid #f2f2f2;background-color:#fff}@media screen and (max-width:63.99875em){table.stack thead{display:none}table.stack tfoot{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:#f4f4f4}table.hover tfoot tr:hover{background-color:#ededed}table.hover tbody tr:hover{background-color:#fafafa}table.hover:not(.unstriped) tr:nth-of-type(even):hover{background-color:#ededed}.table-scroll{overflow-x:auto}.badge{display:inline-block;min-width:2.1em;padding:.3em;border-radius:50%;font-size:.6rem;text-align:center;background:#0063de;color:#fff}.badge.primary{background:#0063de;color:#fff}.badge.secondary{background:#666e7a;color:#fff}.badge.success{background:#008750;color:#fff}.badge.warning{background:#c40;color:#fff}.badge.alert{background:#c40;color:#fff}.breadcrumbs{margin:0 0 1rem 0;list-style:none}.breadcrumbs::after,.breadcrumbs::before{display:table;content:' ';flex-basis:0;order:1}.breadcrumbs::after{clear:both}.breadcrumbs li{float:left;font-size:.73333rem;color:#40444d;cursor:default;text-transform:uppercase}.breadcrumbs li:not(:last-child)::after{position:relative;margin:0 .75rem;opacity:1;content:"/";color:rgba(102,110,122,.18)}.breadcrumbs a{color:#0063de}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:rgba(102,110,122,.18);cursor:not-allowed}.callout{position:relative;margin:0 0 1rem 0;padding:1rem;border:1px solid rgba(64,68,77,.25);border-radius:0;background-color:#fff;color:#666e7a}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:#d4e7ff;color:#666e7a}.callout.secondary{background-color:#e8e9eb;color:#666e7a}.callout.success{background-color:#c7ffe8;color:#666e7a}.callout.warning{background-color:#ffe0d1;color:#666e7a}.callout.alert{background-color:#ffe0d1;color:#666e7a}.callout.small{padding-top:.5rem;padding-right:.5rem;padding-bottom:.5rem;padding-left:.5rem}.callout.large{padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem}.card{display:flex;flex-direction:column;flex-grow:1;margin-bottom:1rem;border:1px solid #f6f6f7;border-radius:0;background:#fff;box-shadow:none;overflow:hidden;color:#666e7a}.card>:last-child{margin-bottom:0}.card-divider{display:flex;flex:0 1 auto;padding:1rem;background:#f6f6f7}.card-divider>:last-child{margin-bottom:0}.card-section{flex:1 0 auto;padding:1rem}.card-section>:last-child{margin-bottom:0}.card-image{min-height:1px}.dropdown-pane{position:absolute;z-index:10;display:none;width:300px;padding:1rem;visibility:hidden;border:1px solid rgba(102,110,122,.18);border-radius:0;background-color:#fff;font-size:1rem}.dropdown-pane.is-opening{display:block}.dropdown-pane.is-open{display:block;visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.pagination{margin-left:0;margin-bottom:1rem}.pagination::after,.pagination::before{display:table;content:' ';flex-basis:0;order:1}.pagination::after{clear:both}.pagination li{margin-right:.06667rem;border-radius:0;font-size:.93333rem;display:none}.pagination li:first-child,.pagination li:last-child{display:inline-block}@media print,screen and (min-width:37.5em){.pagination li{display:inline-block}}.pagination a,.pagination button{display:block;padding:.2rem .66667rem;border-radius:0;color:#40444d}.pagination a:hover,.pagination button:hover{background:#f6f6f7}.pagination .current{padding:.2rem .66667rem;background:#0063de;color:#fff;cursor:default}.pagination .disabled{padding:.2rem .66667rem;color:rgba(102,110,122,.18);cursor:not-allowed}.pagination .disabled:hover{background:0 0}.pagination .ellipsis::after{padding:.2rem .66667rem;content:'\2026';color:#40444d}.pagination-previous a::before,.pagination-previous.disabled::before{display:inline-block;margin-right:.5rem;content:'\00ab'}.pagination-next a::after,.pagination-next.disabled::after{display:inline-block;margin-left:.5rem;content:'\00bb'}.has-tip{position:relative;display:inline-block;border-bottom:dotted 1px #666e7a;font-weight:700;cursor:help}.tooltip{position:absolute;top:calc(100% + .6495rem);z-index:1200;max-width:10rem;padding:.75rem;border-radius:0;background-color:#40444d;font-size:80%;color:#fff}.tooltip::before{position:absolute}.tooltip.bottom::before{display:block;width:0;height:0;border:inset .75rem;content:'';border-top-width:0;border-bottom-style:solid;border-color:transparent transparent #40444d;bottom:100%}.tooltip.bottom.align-center::before{left:50%;transform:translateX(-50%)}.tooltip.top::before{display:block;width:0;height:0;border:inset .75rem;content:'';border-bottom-width:0;border-top-style:solid;border-color:#40444d transparent transparent;top:100%;bottom:auto}.tooltip.top.align-center::before{left:50%;transform:translateX(-50%)}.tooltip.left::before{display:block;width:0;height:0;border:inset .75rem;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #40444d;left:100%}.tooltip.left.align-center::before{bottom:auto;top:50%;transform:translateY(-50%)}.tooltip.right::before{display:block;width:0;height:0;border:inset .75rem;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #40444d transparent transparent;right:100%;left:auto}.tooltip.right.align-center::before{bottom:auto;top:50%;transform:translateY(-50%)}.tooltip.align-top::before{bottom:auto;top:10%}.tooltip.align-bottom::before{bottom:10%;top:auto}.tooltip.align-left::before{left:10%;right:auto}.tooltip.align-right::before{left:auto;right:10%}.accordion{margin-left:0;background:#fff;list-style-type:none}.accordion[disabled] .accordion-title{cursor:not-allowed}.accordion-item:first-child>:first-child{border-radius:0}.accordion-item:last-child>:last-child{border-radius:0}.accordion-title{position:relative;display:block;padding:1.25rem 1rem;border:1px solid #f6f6f7;border-bottom:0;font-size:.8rem;line-height:1;color:#0063de}:last-child:not(.is-active)>.accordion-title{border-bottom:1px solid #f6f6f7;border-radius:0}.accordion-title:focus,.accordion-title:hover{background-color:#f6f6f7}.accordion-title::before{position:absolute;top:50%;right:1rem;margin-top:-.5rem;content:'+'}.is-active>.accordion-title::before{content:'\2013'}.accordion-content{display:none;padding:1rem;border:1px solid #f6f6f7;border-bottom:0;background-color:#fff;color:#666e7a}:last-child>.accordion-content:last-child{border-bottom:1px solid #f6f6f7}.media-object{display:flex;margin-bottom:1rem;flex-wrap:nowrap}.media-object img{max-width:none}@media screen and (max-width:37.49875em){.media-object.stack-for-small{flex-wrap:wrap}}.media-object-section{flex:0 1 auto}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section>:last-child{margin-bottom:0}@media screen and (max-width:37.49875em){.stack-for-small .media-object-section{padding:0;padding-bottom:1rem;flex-basis:100%;max-width:100%}.stack-for-small .media-object-section img{width:100%}}.media-object-section.main-section{flex:1 1 0px}.orbit{position:relative}.orbit-container{position:relative;height:0;margin:0;list-style:none;overflow:hidden}.orbit-slide{width:100%;position:absolute}.orbit-slide.no-motionui.is-active{top:0;left:0}.orbit-figure{margin:0}.orbit-image{width:100%;max-width:100%;margin:0}.orbit-caption{position:absolute;bottom:0;width:100%;margin-bottom:0;padding:1rem;background-color:rgba(64,68,77,.5);color:#fff}.orbit-next,.orbit-previous{position:absolute;top:50%;transform:translateY(-50%);z-index:10;padding:1rem;color:#fff}[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous{outline:0}.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover{background-color:rgba(64,68,77,.5)}.orbit-previous{left:0}.orbit-next{left:auto;right:0}.orbit-bullets{position:relative;margin-top:.8rem;margin-bottom:.8rem;text-align:center}[data-whatinput=mouse] .orbit-bullets{outline:0}.orbit-bullets button{width:1.2rem;height:1.2rem;margin:.1rem;border-radius:50%;background-color:rgba(102,110,122,.18)}.orbit-bullets button:hover{background-color:#666e7a}.orbit-bullets button.is-active{background-color:#666e7a}.flex-video,.responsive-embed{position:relative;height:0;margin-bottom:1.06667rem;padding-bottom:75%;overflow:hidden}.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video,.responsive-embed embed,.responsive-embed iframe,.responsive-embed object,.responsive-embed video{position:absolute;top:0;left:0;width:100%;height:100%}.flex-video.widescreen,.responsive-embed.widescreen{padding-bottom:56.25%}.tabs{margin:0;border:1px solid #f6f6f7;background:#fff;list-style-type:none}.tabs::after,.tabs::before{display:table;content:' ';flex-basis:0;order:1}.tabs::after{clear:both}.tabs.vertical>li{display:block;float:none;width:auto}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:0 0}.tabs.primary{background:#0063de}.tabs.primary>li>a{color:#fff}.tabs.primary>li>a:focus,.tabs.primary>li>a:hover{background:#005ed3}.tabs-title{float:left}.tabs-title>a{display:block;padding:1.25rem 1.5rem;font-size:.8rem;line-height:1;color:#0063de}[data-whatinput=mouse] .tabs-title>a{outline:0}.tabs-title>a:hover{background:#fff;color:#0055bf}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:#f6f6f7;color:#0063de}.tabs-content{border:1px solid #f6f6f7;border-top:0;background:#fff;color:#666e7a;transition:all .5s ease}.tabs-content.vertical{border:1px solid #f6f6f7;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}.thumbnail{display:inline-block;max-width:100%;margin-bottom:1rem;border:4px solid #fff;border-radius:0;box-shadow:0 0 0 1px rgba(64,68,77,.2);line-height:0}a.thumbnail{transition:box-shadow .2s ease-out}a.thumbnail:focus,a.thumbnail:hover{box-shadow:0 0 6px 1px rgba(0,99,222,.5)}a.thumbnail image{box-shadow:none}.menu{padding:0;margin:0;list-style:none;position:relative;display:flex;flex-wrap:wrap}[data-whatinput=mouse] .menu li{outline:0}.menu .button,.menu a{line-height:1;text-decoration:none;display:block;padding:.7rem 1rem}.menu a,.menu button,.menu input,.menu select{margin-bottom:0}.menu input{display:inline-block}.menu,.menu.horizontal{flex-wrap:wrap;flex-direction:row}.menu.vertical{flex-wrap:nowrap;flex-direction:column}.menu.expanded li{flex:1 1 0px}.menu.simple{align-items:center}.menu.simple li+li{margin-left:1rem}.menu.simple a{padding:0}@media print,screen and (min-width:37.5em){.menu.medium-horizontal{flex-wrap:wrap;flex-direction:row}.menu.medium-vertical{flex-wrap:nowrap;flex-direction:column}.menu.medium-expanded li{flex:1 1 0px}.menu.medium-simple li{flex:1 1 0px}}@media print,screen and (min-width:64em){.menu.large-horizontal{flex-wrap:wrap;flex-direction:row}.menu.large-vertical{flex-wrap:nowrap;flex-direction:column}.menu.large-expanded li{flex:1 1 0px}.menu.large-simple li{flex:1 1 0px}}@media print,screen and (min-width:80em){.menu.xlarge-horizontal{flex-wrap:wrap;flex-direction:row}.menu.xlarge-vertical{flex-wrap:nowrap;flex-direction:column}.menu.xlarge-expanded li{flex:1 1 0px}.menu.xlarge-simple li{flex:1 1 0px}}@media screen and (min-width:90em){.menu.xxlarge-horizontal{flex-wrap:wrap;flex-direction:row}.menu.xxlarge-vertical{flex-wrap:nowrap;flex-direction:column}.menu.xxlarge-expanded li{flex:1 1 0px}.menu.xxlarge-simple li{flex:1 1 0px}}.menu.nested{margin-right:0;margin-left:1rem}.menu.icons a{display:flex}.menu.icon-bottom a,.menu.icon-left a,.menu.icon-right a,.menu.icon-top a{display:flex}.menu.icon-left li a{flex-flow:row nowrap}.menu.icon-left li a i,.menu.icon-left li a img,.menu.icon-left li a svg{margin-right:.25rem}.menu.icon-right li a{flex-flow:row nowrap}.menu.icon-right li a i,.menu.icon-right li a img,.menu.icon-right li a svg{margin-left:.25rem}.menu.icon-top li a{flex-flow:column nowrap}.menu.icon-top li a i,.menu.icon-top li a img,.menu.icon-top li a svg{align-self:stretch;margin-bottom:.25rem;text-align:center}.menu.icon-bottom li a{flex-flow:column nowrap}.menu.icon-bottom li a i,.menu.icon-bottom li a img,.menu.icon-bottom li a svg{align-self:stretch;margin-bottom:.25rem;text-align:center}.menu .is-active>a{background:#0063de;color:#fff}.menu .active>a{background:#0063de;color:#fff}.menu.align-left{justify-content:flex-start}.menu.align-right li{display:flex;justify-content:flex-end}.menu.align-right li .submenu li{justify-content:flex-start}.menu.align-right.vertical li{display:block;text-align:right}.menu.align-right.vertical li .submenu li{text-align:right}.menu.align-right .nested{margin-right:1rem;margin-left:0}.menu.align-center li{display:flex;justify-content:center}.menu.align-center li .submenu li{justify-content:flex-start}.menu .menu-text{padding:.7rem 1rem;font-weight:700;line-height:1;color:inherit}.menu-centered>.menu{justify-content:center}.menu-centered>.menu li{display:flex;justify-content:center}.menu-centered>.menu li .submenu li{justify-content:flex-start}.no-js [data-responsive-menu] ul{display:none}.menu-icon{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#fff;box-shadow:0 7px 0 #fff,0 14px 0 #fff;content:''}.menu-icon:hover::after{background:rgba(102,110,122,.18);box-shadow:0 7px 0 rgba(102,110,122,.18),0 14px 0 rgba(102,110,122,.18)}.menu-icon.dark{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon.dark::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#40444d;box-shadow:0 7px 0 #40444d,0 14px 0 #40444d;content:''}.menu-icon.dark:hover::after{background:#666e7a;box-shadow:0 7px 0 #666e7a,0 14px 0 #666e7a}.accordion-menu li{width:100%}.accordion-menu a{padding:.7rem 1rem}.accordion-menu .is-accordion-submenu a{padding:.7rem 1rem}.accordion-menu .nested.is-accordion-submenu{margin-right:0;margin-left:1rem}.accordion-menu.align-right .nested.is-accordion-submenu{margin-right:1rem;margin-left:0}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a{position:relative}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0063de transparent transparent;position:absolute;top:50%;margin-top:-3px;right:1rem}.accordion-menu.align-left .is-accordion-submenu-parent>a::after{right:1rem;left:auto}.accordion-menu.align-right .is-accordion-submenu-parent>a::after{right:auto;left:1rem}.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after{transform:rotate(180deg);transform-origin:50% 50%}.is-accordion-submenu-parent{position:relative}.has-submenu-toggle>a{margin-right:40px}.submenu-toggle{position:absolute;top:0;right:0;width:40px;height:40px;cursor:pointer}.submenu-toggle::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0063de transparent transparent;top:0;bottom:0;margin:auto}.submenu-toggle[aria-expanded=true]::after{transform:scaleY(-1);transform-origin:50% 50%}.submenu-toggle-text{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.is-drilldown{position:relative;overflow:hidden}.is-drilldown li{display:block}.is-drilldown.animate-height{transition:height .5s}.drilldown a{padding:.7rem 1rem;background:#fff}.drilldown .is-drilldown-submenu{position:absolute;top:0;left:100%;z-index:-1;width:100%;background:#fff;transition:transform .15s linear}.drilldown .is-drilldown-submenu.is-active{z-index:1;display:block;transform:translateX(-100%)}.drilldown .is-drilldown-submenu.is-closing{transform:translateX(100%)}.drilldown .is-drilldown-submenu a{padding:.7rem 1rem}.drilldown .nested.is-drilldown-submenu{margin-right:0;margin-left:0}.drilldown .drilldown-submenu-cover-previous{min-height:100%}.drilldown .is-drilldown-submenu-parent>a{position:relative}.drilldown .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0063de;position:absolute;top:50%;margin-top:-6px;right:1rem}.drilldown.align-left .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0063de;right:1rem;left:auto}.drilldown.align-right .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0063de transparent transparent;right:auto;left:1rem}.drilldown .js-drilldown-back>a::before{display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0063de transparent transparent;display:inline-block;vertical-align:middle;margin-right:.75rem}.dropdown.menu>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0063de transparent transparent;right:5px;left:auto;margin-top:-3px}[data-whatinput=mouse] .dropdown.menu a{outline:0}.dropdown.menu>li>a{padding:.7rem 1rem}.dropdown.menu>li.is-active>a{background:0 0;color:#0063de}.no-js .dropdown.menu ul{display:none}.dropdown.menu .nested.is-dropdown-submenu{margin-right:0;margin-left:0}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.vertical>li>a::after{right:14px}.dropdown.menu.vertical>li.opens-left>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0063de transparent transparent;right:auto;left:5px}.dropdown.menu.vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0063de}@media print,screen and (min-width:37.5em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0063de transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.medium-vertical>li>a::after{right:14px}.dropdown.menu.medium-vertical>li.opens-left>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0063de transparent transparent;right:auto;left:5px}.dropdown.menu.medium-vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0063de}}@media print,screen and (min-width:64em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0063de transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.large-vertical>li>a::after{right:14px}.dropdown.menu.large-vertical>li.opens-left>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0063de transparent transparent;right:auto;left:5px}.dropdown.menu.large-vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0063de}}@media print,screen and (min-width:80em){.dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0063de transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.xlarge-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.xlarge-vertical>li>a::after{right:14px}.dropdown.menu.xlarge-vertical>li.opens-left>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0063de transparent transparent;right:auto;left:5px}.dropdown.menu.xlarge-vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0063de}}@media screen and (min-width:90em){.dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0063de transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.xxlarge-vertical>li>a::after{right:14px}.dropdown.menu.xxlarge-vertical>li.opens-left>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0063de transparent transparent;right:auto;left:5px}.dropdown.menu.xxlarge-vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0063de}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;right:0;left:auto}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a::after{position:absolute;top:50%;right:5px;left:auto;margin-top:-6px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;left:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{right:100%;left:auto}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{right:auto;left:100%}.is-dropdown-submenu{position:absolute;top:0;left:100%;z-index:1;display:none;min-width:200px;border:1px solid rgba(102,110,122,.18);background:#fff}.dropdown .is-dropdown-submenu a{padding:.7rem 1rem}.is-dropdown-submenu .is-dropdown-submenu-parent>a::after{right:14px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0063de transparent transparent;right:auto;left:5px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0063de}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}.is-off-canvas-open{overflow:hidden}.js-off-canvas-overlay{position:absolute;top:0;left:0;z-index:11;width:100%;height:100%;transition:opacity .5s ease,visibility .5s ease;background:rgba(255,255,255,.25);opacity:0;visibility:hidden;overflow:hidden}.js-off-canvas-overlay.is-visible{opacity:1;visibility:visible}.js-off-canvas-overlay.is-closable{cursor:pointer}.js-off-canvas-overlay.is-overlay-absolute{position:absolute}.js-off-canvas-overlay.is-overlay-fixed{position:fixed}.off-canvas-wrapper{position:relative;overflow:hidden}.off-canvas{position:fixed;z-index:12;transition:transform .5s ease;backface-visibility:hidden;background:#f6f6f7}[data-whatinput=mouse] .off-canvas{outline:0}.off-canvas.is-transition-push{z-index:12}.off-canvas.is-closed{visibility:hidden}.off-canvas.is-transition-overlap{z-index:13}.off-canvas.is-transition-overlap.is-open{box-shadow:0 0 10px rgba(64,68,77,.7)}.off-canvas.is-open{transform:translate(0,0)}.off-canvas-absolute{position:absolute;z-index:12;transition:transform .5s ease;backface-visibility:hidden;background:#f6f6f7}[data-whatinput=mouse] .off-canvas-absolute{outline:0}.off-canvas-absolute.is-transition-push{z-index:12}.off-canvas-absolute.is-closed{visibility:hidden}.off-canvas-absolute.is-transition-overlap{z-index:13}.off-canvas-absolute.is-transition-overlap.is-open{box-shadow:0 0 10px rgba(64,68,77,.7)}.off-canvas-absolute.is-open{transform:translate(0,0)}.position-left{top:0;left:0;height:100%;overflow-y:auto;width:250px;transform:translateX(-250px)}.off-canvas-content .off-canvas.position-left{transform:translateX(-250px)}.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open{transform:translate(0,0)}.off-canvas-content.is-open-left.has-transition-push{transform:translateX(250px)}.position-left.is-transition-push{box-shadow:inset -13px 0 20px -13px rgba(64,68,77,.25)}.position-right{top:0;right:0;height:100%;overflow-y:auto;width:250px;transform:translateX(250px)}.off-canvas-content .off-canvas.position-right{transform:translateX(250px)}.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open{transform:translate(0,0)}.off-canvas-content.is-open-right.has-transition-push{transform:translateX(-250px)}.position-right.is-transition-push{box-shadow:inset 13px 0 20px -13px rgba(64,68,77,.25)}.position-top{top:0;left:0;width:100%;overflow-x:auto;height:250px;transform:translateY(-250px)}.off-canvas-content .off-canvas.position-top{transform:translateY(-250px)}.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open{transform:translate(0,0)}.off-canvas-content.is-open-top.has-transition-push{transform:translateY(250px)}.position-top.is-transition-push{box-shadow:inset 0 -13px 20px -13px rgba(64,68,77,.25)}.position-bottom{bottom:0;left:0;width:100%;overflow-x:auto;height:250px;transform:translateY(250px)}.off-canvas-content .off-canvas.position-bottom{transform:translateY(250px)}.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open{transform:translate(0,0)}.off-canvas-content.is-open-bottom.has-transition-push{transform:translateY(-250px)}.position-bottom.is-transition-push{box-shadow:inset 0 13px 20px -13px rgba(64,68,77,.25)}.off-canvas-content{transform:none;transition:transform .5s ease;backface-visibility:hidden}.off-canvas-content.has-transition-push{transform:translate(0,0)}.off-canvas-content .off-canvas.is-open{transform:translate(0,0)}@media print,screen and (min-width:37.5em){.position-left.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-left.reveal-for-medium .close-button{display:none}.off-canvas-content .position-left.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-medium~.off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-right.reveal-for-medium .close-button{display:none}.off-canvas-content .position-right.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-medium~.off-canvas-content{margin-right:250px}.position-top.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-top.reveal-for-medium .close-button{display:none}.off-canvas-content .position-top.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-medium~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-bottom.reveal-for-medium .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-medium~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:64em){.position-left.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-left.reveal-for-large .close-button{display:none}.off-canvas-content .position-left.reveal-for-large{transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-large~.off-canvas-content{margin-left:250px}.position-right.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-right.reveal-for-large .close-button{display:none}.off-canvas-content .position-right.reveal-for-large{transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-large~.off-canvas-content{margin-right:250px}.position-top.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-top.reveal-for-large .close-button{display:none}.off-canvas-content .position-top.reveal-for-large{transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-large~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-bottom.reveal-for-large .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-large{transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-large~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:80em){.position-left.reveal-for-xlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-left.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-left.reveal-for-xlarge{transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-xlarge~.off-canvas-content{margin-left:250px}.position-right.reveal-for-xlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-right.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-right.reveal-for-xlarge{transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-xlarge~.off-canvas-content{margin-right:250px}.position-top.reveal-for-xlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-top.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-top.reveal-for-xlarge{transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-xlarge~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-xlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-bottom.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-xlarge{transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-xlarge~.off-canvas-content{margin-bottom:250px}}@media screen and (min-width:90em){.position-left.reveal-for-xxlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-left.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-left.reveal-for-xxlarge{transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-xxlarge~.off-canvas-content{margin-left:250px}.position-right.reveal-for-xxlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-right.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-right.reveal-for-xxlarge{transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-xxlarge~.off-canvas-content{margin-right:250px}.position-top.reveal-for-xxlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-top.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-top.reveal-for-xxlarge{transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-xxlarge~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-xxlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-bottom.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-xxlarge{transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-xxlarge~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width:37.5em){.off-canvas.in-canvas-for-medium{visibility:visible;height:auto;position:static;background:0 0;width:auto;overflow:visible;transition:none}.off-canvas.in-canvas-for-medium.position-bottom,.off-canvas.in-canvas-for-medium.position-left,.off-canvas.in-canvas-for-medium.position-right,.off-canvas.in-canvas-for-medium.position-top{box-shadow:none;transform:none}.off-canvas.in-canvas-for-medium .close-button{display:none}}@media print,screen and (min-width:64em){.off-canvas.in-canvas-for-large{visibility:visible;height:auto;position:static;background:0 0;width:auto;overflow:visible;transition:none}.off-canvas.in-canvas-for-large.position-bottom,.off-canvas.in-canvas-for-large.position-left,.off-canvas.in-canvas-for-large.position-right,.off-canvas.in-canvas-for-large.position-top{box-shadow:none;transform:none}.off-canvas.in-canvas-for-large .close-button{display:none}}@media print,screen and (min-width:80em){.off-canvas.in-canvas-for-xlarge{visibility:visible;height:auto;position:static;background:0 0;width:auto;overflow:visible;transition:none}.off-canvas.in-canvas-for-xlarge.position-bottom,.off-canvas.in-canvas-for-xlarge.position-left,.off-canvas.in-canvas-for-xlarge.position-right,.off-canvas.in-canvas-for-xlarge.position-top{box-shadow:none;transform:none}.off-canvas.in-canvas-for-xlarge .close-button{display:none}}@media screen and (min-width:90em){.off-canvas.in-canvas-for-xxlarge{visibility:visible;height:auto;position:static;background:0 0;width:auto;overflow:visible;transition:none}.off-canvas.in-canvas-for-xxlarge.position-bottom,.off-canvas.in-canvas-for-xxlarge.position-left,.off-canvas.in-canvas-for-xxlarge.position-right,.off-canvas.in-canvas-for-xxlarge.position-top{box-shadow:none;transform:none}.off-canvas.in-canvas-for-xxlarge .close-button{display:none}}html.is-reveal-open{position:fixed;width:100%;overflow-y:hidden}html.is-reveal-open.zf-has-scroll{overflow-y:scroll}html.is-reveal-open body{overflow-y:hidden}.reveal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1005;display:none;background-color:rgba(64,68,77,.45);overflow-y:auto}.reveal{z-index:1006;backface-visibility:hidden;display:none;padding:1rem;border:1px solid rgba(102,110,122,.18);border-radius:0;background-color:#fff;position:relative;top:100px;margin-right:auto;margin-left:auto;overflow-y:auto}[data-whatinput=mouse] .reveal{outline:0}@media print,screen and (min-width:37.5em){.reveal{min-height:0}}.reveal .column{min-width:0}.reveal>:last-child{margin-bottom:0}@media print,screen and (min-width:37.5em){.reveal{width:600px;max-width:96rem}}.reveal.collapse{padding:0}@media print,screen and (min-width:37.5em){.reveal.tiny{width:30%;max-width:96rem}}@media print,screen and (min-width:37.5em){.reveal.small{width:50%;max-width:96rem}}@media print,screen and (min-width:37.5em){.reveal.large{width:90%;max-width:96rem}}.reveal.full{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}@media screen and (max-width:37.49875em){.reveal{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}}.reveal.without-overlay{position:fixed}.sticky-container{position:relative}.sticky{position:relative;z-index:0;transform:translate3d(0,0,0)}.sticky.is-stuck{position:fixed;z-index:5;width:100%}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:relative;right:auto;left:auto}.sticky.is-anchored.is-at-bottom{bottom:0}.title-bar{padding:.5rem;background:#40444d;color:#fff;display:flex;justify-content:flex-start;align-items:center}.title-bar .menu-icon{margin-left:.25rem;margin-right:.25rem}.title-bar-left,.title-bar-right{flex:1 1 0px}.title-bar-right{text-align:right}.title-bar-title{display:inline-block;vertical-align:middle;font-weight:700}.top-bar{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:.5rem;flex-wrap:wrap}.top-bar,.top-bar ul{background-color:#f6f6f7}.top-bar input{max-width:200px;margin-right:1rem}.top-bar .input-group-field{width:100%;margin-right:0}.top-bar input.button{width:auto}.top-bar .top-bar-left,.top-bar .top-bar-right{flex:0 0 100%;max-width:100%}@media print,screen and (min-width:37.5em){.top-bar{flex-wrap:nowrap}.top-bar .top-bar-left{flex:1 1 auto;margin-right:auto}.top-bar .top-bar-right{flex:0 1 auto;margin-left:auto}}@media screen and (max-width:63.99875em){.top-bar.stacked-for-medium{flex-wrap:wrap}.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right{flex:0 0 100%;max-width:100%}}@media screen and (max-width:79.99875em){.top-bar.stacked-for-large{flex-wrap:wrap}.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right{flex:0 0 100%;max-width:100%}}@media screen and (max-width:89.99875em){.top-bar.stacked-for-xlarge{flex-wrap:wrap}.top-bar.stacked-for-xlarge .top-bar-left,.top-bar.stacked-for-xlarge .top-bar-right{flex:0 0 100%;max-width:100%}}.top-bar.stacked-for-xxlarge{flex-wrap:wrap}.top-bar.stacked-for-xxlarge .top-bar-left,.top-bar.stacked-for-xxlarge .top-bar-right{flex:0 0 100%;max-width:100%}.top-bar-title{flex:0 0 auto;margin:.5rem 1rem .5rem 0}.top-bar-left,.top-bar-right{flex:0 0 auto}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix::after,.clearfix::before{display:table;content:' ';flex-basis:0;order:1}.clearfix::after{clear:both}.align-left{justify-content:flex-start}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-left.vertical.menu>li>a{justify-content:flex-start}.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center.vertical.menu>li>a{justify-content:center}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{justify-content:center;align-items:center;align-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media print,screen and (min-width:37.5em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print,screen and (min-width:64em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}@media print,screen and (min-width:80em){.xlarge-order-1{order:1}.xlarge-order-2{order:2}.xlarge-order-3{order:3}.xlarge-order-4{order:4}.xlarge-order-5{order:5}.xlarge-order-6{order:6}}@media screen and (min-width:90em){.xxlarge-order-1{order:1}.xxlarge-order-2{order:2}.xxlarge-order-3{order:3}.xxlarge-order-4{order:4}.xxlarge-order-5{order:5}.xxlarge-order-6{order:6}}.flex-container{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print,screen and (min-width:37.5em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width:64em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width:80em){.xlarge-flex-container{display:flex}.xlarge-flex-child-auto{flex:1 1 auto}.xlarge-flex-child-grow{flex:1 0 auto}.xlarge-flex-child-shrink{flex:0 1 auto}.xlarge-flex-dir-row{flex-direction:row}.xlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xlarge-flex-dir-column{flex-direction:column}.xlarge-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width:90em){.xxlarge-flex-container{display:flex}.xxlarge-flex-child-auto{flex:1 1 auto}.xxlarge-flex-child-grow{flex:1 0 auto}.xxlarge-flex-child-shrink{flex:0 1 auto}.xxlarge-flex-dir-row{flex-direction:row}.xxlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xxlarge-flex-dir-column{flex-direction:column}.xxlarge-flex-dir-column-reverse{flex-direction:column-reverse}}.hide{display:none!important}.invisible{visibility:hidden}@media screen and (max-width:37.49875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:37.5em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:37.5em){.hide-for-medium{display:none!important}}@media screen and (max-width:37.49875em){.show-for-medium{display:none!important}}@media screen and (min-width:37.5em) and (max-width:63.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:37.49875em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.99875em){.show-for-large{display:none!important}}@media screen and (min-width:64em) and (max-width:79.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.99875em),screen and (min-width:80em){.show-for-large-only{display:none!important}}@media print,screen and (min-width:80em){.hide-for-xlarge{display:none!important}}@media screen and (max-width:79.99875em){.show-for-xlarge{display:none!important}}@media screen and (min-width:80em) and (max-width:89.99875em){.hide-for-xlarge-only{display:none!important}}@media screen and (max-width:79.99875em),screen and (min-width:90em){.show-for-xlarge-only{display:none!important}}@media screen and (min-width:90em){.hide-for-xxlarge{display:none!important}}@media screen and (max-width:89.99875em){.show-for-xxlarge{display:none!important}}@media screen and (min-width:90em){.hide-for-xxlarge-only{display:none!important}}@media screen and (max-width:89.99875em){.show-for-xxlarge-only{display:none!important}}.show-for-sr,.show-on-focus{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.show-on-focus:active,.show-on-focus:focus{position:static!important;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.text-hide{font:0/0 a!important;color:transparent!important;text-shadow:none!important;background-color:transparent!important;border:0!important}.text-truncate{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis;white-space:nowrap!important}.text-nowrap{white-space:nowrap!important}.text-wrap{word-wrap:break-word!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-overline{text-decoration:overline!important}.text-underline{text-decoration:underline!important}.text-line-through{text-decoration:line-through!important}.font-wide{letter-spacing:.26667rem}.font-normal{font-weight:400}.font-bold{font-weight:700}.font-italic{font-style:italic!important}ul.list-disc{list-style-type:disc!important}ul.list-circle{list-style-type:circle!important}ul.list-square{list-style-type:square!important}ol.list-decimal{list-style-type:decimal!important}ol.list-lower-alpha{list-style-type:lower-alpha!important}ol.list-lower-latin{list-style-type:lower-latin!important}ol.list-lower-roman{list-style-type:lower-roman!important}ol.list-upper-alpha{list-style-type:upper-alpha!important}ol.list-upper-latin{list-style-type:upper-latin!important}ol.list-upper-roman{list-style-type:upper-roman!important}.rounded{border-radius:5000px!important}.rounded:after{border-radius:50%}.radius{border-radius:.2rem}.bordered{border:.06667rem solid rgba(102,110,122,.18)}.shadow{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.arrow-down{display:block;width:0;height:0;border:inset .4375rem;content:'';border-bottom-width:0;border-top-style:solid;border-color:#40444d transparent transparent}.arrow-up{display:block;width:0;height:0;border:inset .4375rem;content:'';border-top-width:0;border-bottom-style:solid;border-color:transparent transparent #40444d}.arrow-right{display:block;width:0;height:0;border:inset .4375rem;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #40444d}.arrow-left{display:block;width:0;height:0;border:inset .4375rem;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #40444d transparent transparent}.separator-center{text-align:center!important}.separator-center::after,.separator-center::before{display:table;content:' ';flex-basis:0;order:1}.separator-center::after{clear:both}.separator-center::after{position:relative!important;width:3rem;border-bottom:.13333rem solid #0063de;margin:1rem auto 0}.separator-left{text-align:left!important}.separator-left::after,.separator-left::before{display:table;content:' ';flex-basis:0;order:1}.separator-left::after{clear:both}.separator-left::after{position:relative!important;width:3rem;border-bottom:.13333rem solid #0063de;margin:1rem auto 0;margin-left:0!important}.separator-right{text-align:right!important}.separator-right::after,.separator-right::before{display:table;content:' ';flex-basis:0;order:1}.separator-right::after{clear:both}.separator-right::after{position:relative!important;width:3rem;border-bottom:.13333rem solid #0063de;margin:1rem auto 0;margin-right:0!important}.overflow-visible{overflow:visible!important}.overflow-x-visible{overflow-x:visible!important}.overflow-y-visible{overflow-y:visible!important}.overflow-hidden{overflow:hidden!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-scroll{overflow:scroll!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-scroll{overflow-y:scroll!important}.display-inline{display:inline!important}.display-inline-block{display:inline-block!important}.display-block{display:block!important}.display-table{display:table!important}.display-table-cell{display:table-cell!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-fixed-top{position:fixed!important;top:0!important;right:0!important;left:0!important;z-index:975}.position-fixed-bottom{position:fixed!important;right:0!important;bottom:0!important;left:0!important;z-index:975}.border-box{box-sizing:border-box!important}.border-none{border:none!important}.width-25{width:25%!important}.width-50{width:50%!important}.width-75{width:75%!important}.width-100{width:100%!important}.height-25{height:25%!important}.height-50{height:50%!important}.height-75{height:75%!important}.height-100{height:100%!important}.max-width-100{max-width:100%!important}.max-height-100{max-height:100%!important}.margin-0{margin:0}.margin-top-0{margin-top:0!important}.margin-right-0{margin-right:0!important}.margin-bottom-0{margin-bottom:0!important}.margin-left-0{margin-left:0!important}.margin-horizontal-0{margin-right:0!important;margin-left:0!important}.margin-vertical-0{margin-top:0!important;margin-bottom:0!important}.padding-0{padding:0}.padding-top-0{padding-top:0!important}.padding-right-0{padding-right:0!important}.padding-bottom-0{padding-bottom:0!important}.padding-left-0{padding-left:0!important}.padding-horizontal-0{padding-right:0!important;padding-left:0!important}.padding-vertical-0{padding-top:0!important;padding-bottom:0!important}.margin-1{margin:1rem}.margin-top-1{margin-top:1rem!important}.margin-right-1{margin-right:1rem!important}.margin-bottom-1{margin-bottom:1rem!important}.margin-left-1{margin-left:1rem!important}.margin-horizontal-1{margin-right:1rem!important;margin-left:1rem!important}.margin-vertical-1{margin-top:1rem!important;margin-bottom:1rem!important}.padding-1{padding:1rem}.padding-top-1{padding-top:1rem!important}.padding-right-1{padding-right:1rem!important}.padding-bottom-1{padding-bottom:1rem!important}.padding-left-1{padding-left:1rem!important}.padding-horizontal-1{padding-right:1rem!important;padding-left:1rem!important}.padding-vertical-1{padding-top:1rem!important;padding-bottom:1rem!important}.margin-2{margin:2rem}.margin-top-2{margin-top:2rem!important}.margin-right-2{margin-right:2rem!important}.margin-bottom-2{margin-bottom:2rem!important}.margin-left-2{margin-left:2rem!important}.margin-horizontal-2{margin-right:2rem!important;margin-left:2rem!important}.margin-vertical-2{margin-top:2rem!important;margin-bottom:2rem!important}.padding-2{padding:2rem}.padding-top-2{padding-top:2rem!important}.padding-right-2{padding-right:2rem!important}.padding-bottom-2{padding-bottom:2rem!important}.padding-left-2{padding-left:2rem!important}.padding-horizontal-2{padding-right:2rem!important;padding-left:2rem!important}.padding-vertical-2{padding-top:2rem!important;padding-bottom:2rem!important}.margin-3{margin:3rem}.margin-top-3{margin-top:3rem!important}.margin-right-3{margin-right:3rem!important}.margin-bottom-3{margin-bottom:3rem!important}.margin-left-3{margin-left:3rem!important}.margin-horizontal-3{margin-right:3rem!important;margin-left:3rem!important}.margin-vertical-3{margin-top:3rem!important;margin-bottom:3rem!important}.padding-3{padding:3rem}.padding-top-3{padding-top:3rem!important}.padding-right-3{padding-right:3rem!important}.padding-bottom-3{padding-bottom:3rem!important}.padding-left-3{padding-left:3rem!important}.padding-horizontal-3{padding-right:3rem!important;padding-left:3rem!important}.padding-vertical-3{padding-top:3rem!important;padding-bottom:3rem!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)}@media screen and (min-width:1024px) and (max-width:1279px){.grid-container:not(.full){width:68rem}}@media screen and (min-width:1280px) and (max-width:1439px){.grid-container:not(.full){width:84rem}}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}.b3__theme--dark blockquote,.b3__theme--dark cite,.b3__theme--trader blockquote,.b3__theme--trader cite{color:rgba(255,255,255,.7)}.b3__theme--light blockquote,.b3__theme--light cite{color:#666e7a}.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)}code{border:none}@font-face{font-family:b3-icons;src:url(data:application/font-woff;base64,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);src:url(data:application/font-woff;base64,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) 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)}.button{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}.button:focus{box-shadow:0 0 0 .13333rem rgba(0,176,230,.6);outline:0}.button:focus:active{box-shadow:0 0 0 .26667rem rgba(0,176,230,.6)}.button:focus{background-color:#666e7a;color:#fff}.button.active:not(:disabled):not(.disabled){background-color:#606873;color:#fff}.show>.button.dropdown-toggle{background-color:#606873;color:#fff}.button:hover:not(:disabled):not(.disabled){background:#a3a8af radial-gradient(circle,transparent 1%,#a3a8af 1%) center/15000%;color:#fff}.button:active:not(:disabled):not(.disabled){background-color:#f0f1f2;background-size:100%;transition:background 0s;color:#fff}.b3__theme--dark .button,.b3__theme--trader .button{background-color:rgba(255,255,255,.7);border-color:rgba(255,255,255,.7);color:#002c63}.b3__theme--dark .button:focus,.b3__theme--trader .button:focus{background-color:rgba(255,255,255,.7);color:#002c63}.b3__theme--dark .button.active:not(:disabled):not(.disabled),.b3__theme--trader .button.active:not(:disabled):not(.disabled){background-color:rgba(208,209,211,.745);color:#002c63}.b3__theme--dark .button:hover:not(:disabled):not(.disabled),.b3__theme--trader .button: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 .button:active:not(:disabled):not(.disabled),.b3__theme--trader .button:active:not(:disabled):not(.disabled){background-color:rgba(255,255,255,.97);background-size:100%;transition:background 0s;color:#002c63}.b3__theme--light .button{background-color:#666e7a;border-color:#666e7a;color:#fff}.b3__theme--light .button:focus{background-color:#666e7a;color:#fff}.b3__theme--light .button.active:not(:disabled):not(.disabled){background-color:#7d848e;color:#fff}.b3__theme--light .button:hover:not(:disabled):not(.disabled){background:#a3a8af radial-gradient(circle,transparent 1%,#a3a8af 1%) center/15000%;color:#fff}.b3__theme--light .button:active:not(:disabled):not(.disabled){background-color:#f0f1f2;background-size:100%;transition:background 0s;color:#fff}.button.primary{background-color:#ffd862;border:none;color:#002c63}.button.primary:focus{background-color:#ffd862;color:#002c63}.button.primary.active:not(:disabled):not(.disabled){background-color:#e2c25f;color:#002c63}.show>.button.primary.dropdown-toggle{background-color:#e2c25f;color:#002c63}.button.primary:hover:not(:disabled):not(.disabled){background:#ffe8a1 radial-gradient(circle,transparent 1%,#ffe8a1 1%) center/15000%;color:#002c63}.button.primary:active:not(:disabled):not(.disabled){background-color:#fffbef;background-size:100%;transition:background 0s;color:#002c63}.b3__theme--dark .button.primary,.b3__theme--trader .button.primary{background-color:#ffd862;border-color:#ffd862;color:#002c63}.b3__theme--dark .button.primary:focus,.b3__theme--trader .button.primary:focus{background-color:#ffd862;color:#002c63}.b3__theme--dark .button.primary.active:not(:disabled):not(.disabled),.b3__theme--trader .button.primary.active:not(:disabled):not(.disabled){background-color:#e2c25f;color:#002c63}.b3__theme--dark .button.primary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.primary:hover:not(:disabled):not(.disabled){background:#ffe8a1 radial-gradient(circle,transparent 1%,#ffe8a1 1%) center/15000%;color:#002c63}.b3__theme--dark .button.primary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.primary:active:not(:disabled):not(.disabled){background-color:#fffbef;background-size:100%;transition:background 0s;color:#002c63}.b3__theme--light .button.primary{background-color:#ffd862;border-color:#ffd862;color:#002c63}.b3__theme--light .button.primary:focus{background-color:#ffd862;color:#002c63}.b3__theme--light .button.primary.active:not(:disabled):not(.disabled){background-color:#ffde7a;color:#002c63}.b3__theme--light .button.primary:hover:not(:disabled):not(.disabled){background:#ffe8a1 radial-gradient(circle,transparent 1%,#ffe8a1 1%) center/15000%;color:#002c63}.b3__theme--light .button.primary:active:not(:disabled):not(.disabled){background-color:#fffbef;background-size:100%;transition:background 0s;color:#002c63}.button.success{background-color:#08ce79;border:none;color:#002c63}.button.success:focus{background-color:#08ce79;color:#002c63}.button.success.active:not(:disabled):not(.disabled){background-color:#10b972;color:#002c63}.show>.button.success.dropdown-toggle{background-color:#10b972;color:#002c63}.button.success:hover:not(:disabled):not(.disabled){background:#6be2af radial-gradient(circle,transparent 1%,#6be2af 1%) center/15000%;color:#002c63}.button.success:active:not(:disabled):not(.disabled){background-color:#e6faf2;background-size:100%;transition:background 0s;color:#002c63}.b3__theme--dark .button.success,.b3__theme--trader .button.success{background-color:#08ce79;border-color:#08ce79;color:#002c63}.b3__theme--dark .button.success:focus,.b3__theme--trader .button.success:focus{background-color:#08ce79;color:#002c63}.b3__theme--dark .button.success.active:not(:disabled):not(.disabled),.b3__theme--trader .button.success.active:not(:disabled):not(.disabled){background-color:#10b972;color:#002c63}.b3__theme--dark .button.success:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.success:hover:not(:disabled):not(.disabled){background:#6be2af radial-gradient(circle,transparent 1%,#6be2af 1%) center/15000%;color:#002c63}.b3__theme--dark .button.success:active:not(:disabled):not(.disabled),.b3__theme--trader .button.success:active:not(:disabled):not(.disabled){background-color:#e6faf2;background-size:100%;transition:background 0s;color:#002c63}.b3__theme--light .button.success{background-color:#08ce79;border-color:#08ce79;color:#002c63}.b3__theme--light .button.success:focus{background-color:#08ce79;color:#002c63}.b3__theme--light .button.success.active:not(:disabled):not(.disabled){background-color:#2dd58d;color:#002c63}.b3__theme--light .button.success:hover:not(:disabled):not(.disabled){background:#6be2af radial-gradient(circle,transparent 1%,#6be2af 1%) center/15000%;color:#002c63}.b3__theme--light .button.success:active:not(:disabled):not(.disabled){background-color:#e6faf2;background-size:100%;transition:background 0s;color:#002c63}.button.alert,.button.warning{background-color:#fa7c4a;border:none;color:#002c63}.button.alert:focus,.button.warning:focus{background-color:#fa7c4a;color:#002c63}.button.alert.active:not(:disabled):not(.disabled),.button.warning.active:not(:disabled):not(.disabled){background-color:#de744a;color:#002c63}.show>.button.alert.dropdown-toggle,.show>.button.warning.dropdown-toggle{background-color:#de744a;color:#002c63}.button.alert:hover:not(:disabled):not(.disabled),.button.warning:hover:not(:disabled):not(.disabled){background:#fcb092 radial-gradient(circle,transparent 1%,#fcb092 1%) center/15000%;color:#002c63}.button.alert:active:not(:disabled):not(.disabled),.button.warning:active:not(:disabled):not(.disabled){background-color:#fff2ed;background-size:100%;transition:background 0s;color:#002c63}.b3__theme--dark .button.alert,.b3__theme--dark .button.warning,.b3__theme--trader .button.alert,.b3__theme--trader .button.warning{background-color:#fa7c4a;border-color:#fa7c4a;color:#002c63}.b3__theme--dark .button.alert:focus,.b3__theme--dark .button.warning:focus,.b3__theme--trader .button.alert:focus,.b3__theme--trader .button.warning:focus{background-color:#fa7c4a;color:#002c63}.b3__theme--dark .button.alert.active:not(:disabled):not(.disabled),.b3__theme--dark .button.warning.active:not(:disabled):not(.disabled),.b3__theme--trader .button.alert.active:not(:disabled):not(.disabled),.b3__theme--trader .button.warning.active:not(:disabled):not(.disabled){background-color:#de744a;color:#002c63}.b3__theme--dark .button.alert:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.warning:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.alert:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.warning:hover:not(:disabled):not(.disabled){background:#fcb092 radial-gradient(circle,transparent 1%,#fcb092 1%) center/15000%;color:#002c63}.b3__theme--dark .button.alert:active:not(:disabled):not(.disabled),.b3__theme--dark .button.warning:active:not(:disabled):not(.disabled),.b3__theme--trader .button.alert:active:not(:disabled):not(.disabled),.b3__theme--trader .button.warning:active:not(:disabled):not(.disabled){background-color:#fff2ed;background-size:100%;transition:background 0s;color:#002c63}.b3__theme--light .button.alert,.b3__theme--light .button.warning{background-color:#fa7c4a;border-color:#fa7c4a;color:#002c63}.b3__theme--light .button.alert:focus,.b3__theme--light .button.warning:focus{background-color:#fa7c4a;color:#002c63}.b3__theme--light .button.alert.active:not(:disabled):not(.disabled),.b3__theme--light .button.warning.active:not(:disabled):not(.disabled){background-color:#fb9065;color:#002c63}.b3__theme--light .button.alert:hover:not(:disabled):not(.disabled),.b3__theme--light .button.warning:hover:not(:disabled):not(.disabled){background:#fcb092 radial-gradient(circle,transparent 1%,#fcb092 1%) center/15000%;color:#002c63}.b3__theme--light .button.alert:active:not(:disabled):not(.disabled),.b3__theme--light .button.warning:active:not(:disabled):not(.disabled){background-color:#fff2ed;background-size:100%;transition:background 0s;color:#002c63}.button.disabled,.button:disabled,.button[disabled]{background-color:#f6f6f7;border:none;color:rgba(102,110,122,.4);opacity:1}.button.disabled:focus,.button:disabled:focus,.button[disabled]:focus{background-color:#f6f6f7;color:rgba(102,110,122,.4)}.button.disabled.active:not(:disabled):not(.disabled),.button:disabled.active:not(:disabled):not(.disabled),.button[disabled].active:not(:disabled):not(.disabled){background-color:#dbdbde;color:rgba(102,110,122,.4)}.show>.button.disabled.dropdown-toggle,.show>.button:disabled.dropdown-toggle,.show>.button[disabled].dropdown-toggle{background-color:#dbdbde;color:rgba(102,110,122,.4)}.button.disabled:hover:not(:disabled):not(.disabled),.button:disabled:hover:not(:disabled):not(.disabled),.button[disabled]:hover:not(:disabled):not(.disabled){background:#fafafa radial-gradient(circle,transparent 1%,#fafafa 1%) center/15000%;color:rgba(102,110,122,.4)}.button.disabled:active:not(:disabled):not(.disabled),.button:disabled:active:not(:disabled):not(.disabled),.button[disabled]:active:not(:disabled):not(.disabled){background-color:#fefefe;background-size:100%;transition:background 0s;color:rgba(102,110,122,.4)}.b3__theme--dark .button.disabled,.b3__theme--dark .button:disabled,.b3__theme--dark .button[disabled],.b3__theme--trader .button.disabled,.b3__theme--trader .button:disabled,.b3__theme--trader .button[disabled]{background-color:rgba(102,110,122,.5);border-color:rgba(102,110,122,.5);color:rgba(255,255,255,.7)}.b3__theme--dark .button.disabled:focus,.b3__theme--dark .button:disabled:focus,.b3__theme--dark .button[disabled]:focus,.b3__theme--trader .button.disabled:focus,.b3__theme--trader .button:disabled:focus,.b3__theme--trader .button[disabled]:focus{background-color:rgba(102,110,122,.5);color:rgba(255,255,255,.7)}.b3__theme--dark .button.disabled.active:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled.active:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled].active:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled.active:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled.active:not(:disabled):not(.disabled),.b3__theme--trader .button[disabled].active:not(:disabled):not(.disabled){background-color:rgba(89,95,106,.575);color:rgba(255,255,255,.7)}.b3__theme--dark .button.disabled:hover:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled:hover:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled]:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled:hover:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled:hover:not(:disabled):not(.disabled),.b3__theme--trader .button[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 .button.disabled:active:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled:active:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled]:active:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled:active:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled:active:not(:disabled):not(.disabled),.b3__theme--trader .button[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 .button.disabled,.b3__theme--light .button:disabled,.b3__theme--light .button[disabled]{background-color:#f6f6f7;border-color:#f6f6f7;color:rgba(102,110,122,.4)}.b3__theme--light .button.disabled:focus,.b3__theme--light .button:disabled:focus,.b3__theme--light .button[disabled]:focus{background-color:#f6f6f7;color:rgba(102,110,122,.4)}.b3__theme--light .button.disabled.active:not(:disabled):not(.disabled),.b3__theme--light .button:disabled.active:not(:disabled):not(.disabled),.b3__theme--light .button[disabled].active:not(:disabled):not(.disabled){background-color:#f7f7f8;color:rgba(102,110,122,.4)}.b3__theme--light .button.disabled:hover:not(:disabled):not(.disabled),.b3__theme--light .button:disabled:hover:not(:disabled):not(.disabled),.b3__theme--light .button[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 .button.disabled:active:not(:disabled):not(.disabled),.b3__theme--light .button:disabled:active:not(:disabled):not(.disabled),.b3__theme--light .button[disabled]:active:not(:disabled):not(.disabled){background-color:#fefefe;background-size:100%;transition:background 0s;color:rgba(102,110,122,.4)}.button.disabled.alert,.button.disabled.primary,.button.disabled.secondary,.button.disabled.success,.button.disabled.warning,.button:disabled.alert,.button:disabled.primary,.button:disabled.secondary,.button:disabled.success,.button:disabled.warning,.button[disabled].alert,.button[disabled].primary,.button[disabled].secondary,.button[disabled].success,.button[disabled].warning{background-color:#f6f6f7;border:none;color:rgba(102,110,122,.4);opacity:1}.button.disabled.alert:focus,.button.disabled.primary:focus,.button.disabled.secondary:focus,.button.disabled.success:focus,.button.disabled.warning:focus,.button:disabled.alert:focus,.button:disabled.primary:focus,.button:disabled.secondary:focus,.button:disabled.success:focus,.button:disabled.warning:focus,.button[disabled].alert:focus,.button[disabled].primary:focus,.button[disabled].secondary:focus,.button[disabled].success:focus,.button[disabled].warning:focus{background-color:#f6f6f7;color:rgba(102,110,122,.4)}.button.disabled.alert.active:not(:disabled):not(.disabled),.button.disabled.primary.active:not(:disabled):not(.disabled),.button.disabled.secondary.active:not(:disabled):not(.disabled),.button.disabled.success.active:not(:disabled):not(.disabled),.button.disabled.warning.active:not(:disabled):not(.disabled),.button:disabled.alert.active:not(:disabled):not(.disabled),.button:disabled.primary.active:not(:disabled):not(.disabled),.button:disabled.secondary.active:not(:disabled):not(.disabled),.button:disabled.success.active:not(:disabled):not(.disabled),.button:disabled.warning.active:not(:disabled):not(.disabled),.button[disabled].alert.active:not(:disabled):not(.disabled),.button[disabled].primary.active:not(:disabled):not(.disabled),.button[disabled].secondary.active:not(:disabled):not(.disabled),.button[disabled].success.active:not(:disabled):not(.disabled),.button[disabled].warning.active:not(:disabled):not(.disabled){background-color:#dbdbde;color:rgba(102,110,122,.4)}.show>.button.disabled.alert.dropdown-toggle,.show>.button.disabled.primary.dropdown-toggle,.show>.button.disabled.secondary.dropdown-toggle,.show>.button.disabled.success.dropdown-toggle,.show>.button.disabled.warning.dropdown-toggle,.show>.button:disabled.alert.dropdown-toggle,.show>.button:disabled.primary.dropdown-toggle,.show>.button:disabled.secondary.dropdown-toggle,.show>.button:disabled.success.dropdown-toggle,.show>.button:disabled.warning.dropdown-toggle,.show>.button[disabled].alert.dropdown-toggle,.show>.button[disabled].primary.dropdown-toggle,.show>.button[disabled].secondary.dropdown-toggle,.show>.button[disabled].success.dropdown-toggle,.show>.button[disabled].warning.dropdown-toggle{background-color:#dbdbde;color:rgba(102,110,122,.4)}.button.disabled.alert:hover:not(:disabled):not(.disabled),.button.disabled.primary:hover:not(:disabled):not(.disabled),.button.disabled.secondary:hover:not(:disabled):not(.disabled),.button.disabled.success:hover:not(:disabled):not(.disabled),.button.disabled.warning:hover:not(:disabled):not(.disabled),.button:disabled.alert:hover:not(:disabled):not(.disabled),.button:disabled.primary:hover:not(:disabled):not(.disabled),.button:disabled.secondary:hover:not(:disabled):not(.disabled),.button:disabled.success:hover:not(:disabled):not(.disabled),.button:disabled.warning:hover:not(:disabled):not(.disabled),.button[disabled].alert:hover:not(:disabled):not(.disabled),.button[disabled].primary:hover:not(:disabled):not(.disabled),.button[disabled].secondary:hover:not(:disabled):not(.disabled),.button[disabled].success:hover:not(:disabled):not(.disabled),.button[disabled].warning:hover:not(:disabled):not(.disabled){background:#fafafa radial-gradient(circle,transparent 1%,#fafafa 1%) center/15000%;color:rgba(102,110,122,.4)}.button.disabled.alert:active:not(:disabled):not(.disabled),.button.disabled.primary:active:not(:disabled):not(.disabled),.button.disabled.secondary:active:not(:disabled):not(.disabled),.button.disabled.success:active:not(:disabled):not(.disabled),.button.disabled.warning:active:not(:disabled):not(.disabled),.button:disabled.alert:active:not(:disabled):not(.disabled),.button:disabled.primary:active:not(:disabled):not(.disabled),.button:disabled.secondary:active:not(:disabled):not(.disabled),.button:disabled.success:active:not(:disabled):not(.disabled),.button:disabled.warning:active:not(:disabled):not(.disabled),.button[disabled].alert:active:not(:disabled):not(.disabled),.button[disabled].primary:active:not(:disabled):not(.disabled),.button[disabled].secondary:active:not(:disabled):not(.disabled),.button[disabled].success:active:not(:disabled):not(.disabled),.button[disabled].warning:active:not(:disabled):not(.disabled){background-color:#fefefe;background-size:100%;transition:background 0s;color:rgba(102,110,122,.4)}.b3__theme--dark .button.disabled.alert,.b3__theme--dark .button.disabled.primary,.b3__theme--dark .button.disabled.secondary,.b3__theme--dark .button.disabled.success,.b3__theme--dark .button.disabled.warning,.b3__theme--dark .button:disabled.alert,.b3__theme--dark .button:disabled.primary,.b3__theme--dark .button:disabled.secondary,.b3__theme--dark .button:disabled.success,.b3__theme--dark .button:disabled.warning,.b3__theme--dark .button[disabled].alert,.b3__theme--dark .button[disabled].primary,.b3__theme--dark .button[disabled].secondary,.b3__theme--dark .button[disabled].success,.b3__theme--dark .button[disabled].warning,.b3__theme--trader .button.disabled.alert,.b3__theme--trader .button.disabled.primary,.b3__theme--trader .button.disabled.secondary,.b3__theme--trader .button.disabled.success,.b3__theme--trader .button.disabled.warning,.b3__theme--trader .button:disabled.alert,.b3__theme--trader .button:disabled.primary,.b3__theme--trader .button:disabled.secondary,.b3__theme--trader .button:disabled.success,.b3__theme--trader .button:disabled.warning,.b3__theme--trader .button[disabled].alert,.b3__theme--trader .button[disabled].primary,.b3__theme--trader .button[disabled].secondary,.b3__theme--trader .button[disabled].success,.b3__theme--trader .button[disabled].warning{background-color:rgba(102,110,122,.5);border-color:rgba(102,110,122,.5);color:rgba(255,255,255,.7)}.b3__theme--dark .button.disabled.alert:focus,.b3__theme--dark .button.disabled.primary:focus,.b3__theme--dark .button.disabled.secondary:focus,.b3__theme--dark .button.disabled.success:focus,.b3__theme--dark .button.disabled.warning:focus,.b3__theme--dark .button:disabled.alert:focus,.b3__theme--dark .button:disabled.primary:focus,.b3__theme--dark .button:disabled.secondary:focus,.b3__theme--dark .button:disabled.success:focus,.b3__theme--dark .button:disabled.warning:focus,.b3__theme--dark .button[disabled].alert:focus,.b3__theme--dark .button[disabled].primary:focus,.b3__theme--dark .button[disabled].secondary:focus,.b3__theme--dark .button[disabled].success:focus,.b3__theme--dark .button[disabled].warning:focus,.b3__theme--trader .button.disabled.alert:focus,.b3__theme--trader .button.disabled.primary:focus,.b3__theme--trader .button.disabled.secondary:focus,.b3__theme--trader .button.disabled.success:focus,.b3__theme--trader .button.disabled.warning:focus,.b3__theme--trader .button:disabled.alert:focus,.b3__theme--trader .button:disabled.primary:focus,.b3__theme--trader .button:disabled.secondary:focus,.b3__theme--trader .button:disabled.success:focus,.b3__theme--trader .button:disabled.warning:focus,.b3__theme--trader .button[disabled].alert:focus,.b3__theme--trader .button[disabled].primary:focus,.b3__theme--trader .button[disabled].secondary:focus,.b3__theme--trader .button[disabled].success:focus,.b3__theme--trader .button[disabled].warning:focus{background-color:rgba(102,110,122,.5);color:rgba(255,255,255,.7)}.b3__theme--dark .button.disabled.alert.active:not(:disabled):not(.disabled),.b3__theme--dark .button.disabled.primary.active:not(:disabled):not(.disabled),.b3__theme--dark .button.disabled.secondary.active:not(:disabled):not(.disabled),.b3__theme--dark .button.disabled.success.active:not(:disabled):not(.disabled),.b3__theme--dark .button.disabled.warning.active:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled.alert.active:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled.primary.active:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled.secondary.active:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled.success.active:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled.warning.active:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled].alert.active:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled].primary.active:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled].secondary.active:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled].success.active:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled].warning.active:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled.alert.active:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled.primary.active:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled.secondary.active:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled.success.active:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled.warning.active:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled.alert.active:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled.primary.active:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled.secondary.active:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled.success.active:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled.warning.active:not(:disabled):not(.disabled),.b3__theme--trader .button[disabled].alert.active:not(:disabled):not(.disabled),.b3__theme--trader .button[disabled].primary.active:not(:disabled):not(.disabled),.b3__theme--trader .button[disabled].secondary.active:not(:disabled):not(.disabled),.b3__theme--trader .button[disabled].success.active:not(:disabled):not(.disabled),.b3__theme--trader .button[disabled].warning.active:not(:disabled):not(.disabled){background-color:rgba(89,95,106,.575);color:rgba(255,255,255,.7)}.b3__theme--dark .button.disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled].alert:hover:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled].primary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled].secondary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled].success:hover:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled].warning:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--trader .button[disabled].alert:hover:not(:disabled):not(.disabled),.b3__theme--trader .button[disabled].primary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button[disabled].secondary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button[disabled].success:hover:not(:disabled):not(.disabled),.b3__theme--trader .button[disabled].warning: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 .button.disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--dark .button.disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--dark .button.disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--dark .button.disabled.success:active:not(:disabled):not(.disabled),.b3__theme--dark .button.disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled.success:active:not(:disabled):not(.disabled),.b3__theme--dark .button:disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled].alert:active:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled].primary:active:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled].secondary:active:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled].success:active:not(:disabled):not(.disabled),.b3__theme--dark .button[disabled].warning:active:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled.success:active:not(:disabled):not(.disabled),.b3__theme--trader .button.disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled.success:active:not(:disabled):not(.disabled),.b3__theme--trader .button:disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--trader .button[disabled].alert:active:not(:disabled):not(.disabled),.b3__theme--trader .button[disabled].primary:active:not(:disabled):not(.disabled),.b3__theme--trader .button[disabled].secondary:active:not(:disabled):not(.disabled),.b3__theme--trader .button[disabled].success:active:not(:disabled):not(.disabled),.b3__theme--trader .button[disabled].warning: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 .button.disabled.alert,.b3__theme--light .button.disabled.primary,.b3__theme--light .button.disabled.secondary,.b3__theme--light .button.disabled.success,.b3__theme--light .button.disabled.warning,.b3__theme--light .button:disabled.alert,.b3__theme--light .button:disabled.primary,.b3__theme--light .button:disabled.secondary,.b3__theme--light .button:disabled.success,.b3__theme--light .button:disabled.warning,.b3__theme--light .button[disabled].alert,.b3__theme--light .button[disabled].primary,.b3__theme--light .button[disabled].secondary,.b3__theme--light .button[disabled].success,.b3__theme--light .button[disabled].warning{background-color:#f6f6f7;border-color:#f6f6f7;color:rgba(102,110,122,.4)}.b3__theme--light .button.disabled.alert:focus,.b3__theme--light .button.disabled.primary:focus,.b3__theme--light .button.disabled.secondary:focus,.b3__theme--light .button.disabled.success:focus,.b3__theme--light .button.disabled.warning:focus,.b3__theme--light .button:disabled.alert:focus,.b3__theme--light .button:disabled.primary:focus,.b3__theme--light .button:disabled.secondary:focus,.b3__theme--light .button:disabled.success:focus,.b3__theme--light .button:disabled.warning:focus,.b3__theme--light .button[disabled].alert:focus,.b3__theme--light .button[disabled].primary:focus,.b3__theme--light .button[disabled].secondary:focus,.b3__theme--light .button[disabled].success:focus,.b3__theme--light .button[disabled].warning:focus{background-color:#f6f6f7;color:rgba(102,110,122,.4)}.b3__theme--light .button.disabled.alert.active:not(:disabled):not(.disabled),.b3__theme--light .button.disabled.primary.active:not(:disabled):not(.disabled),.b3__theme--light .button.disabled.secondary.active:not(:disabled):not(.disabled),.b3__theme--light .button.disabled.success.active:not(:disabled):not(.disabled),.b3__theme--light .button.disabled.warning.active:not(:disabled):not(.disabled),.b3__theme--light .button:disabled.alert.active:not(:disabled):not(.disabled),.b3__theme--light .button:disabled.primary.active:not(:disabled):not(.disabled),.b3__theme--light .button:disabled.secondary.active:not(:disabled):not(.disabled),.b3__theme--light .button:disabled.success.active:not(:disabled):not(.disabled),.b3__theme--light .button:disabled.warning.active:not(:disabled):not(.disabled),.b3__theme--light .button[disabled].alert.active:not(:disabled):not(.disabled),.b3__theme--light .button[disabled].primary.active:not(:disabled):not(.disabled),.b3__theme--light .button[disabled].secondary.active:not(:disabled):not(.disabled),.b3__theme--light .button[disabled].success.active:not(:disabled):not(.disabled),.b3__theme--light .button[disabled].warning.active:not(:disabled):not(.disabled){background-color:#f7f7f8;color:rgba(102,110,122,.4)}.b3__theme--light .button.disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--light .button.disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--light .button.disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--light .button.disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--light .button.disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--light .button:disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--light .button:disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--light .button:disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--light .button:disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--light .button:disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--light .button[disabled].alert:hover:not(:disabled):not(.disabled),.b3__theme--light .button[disabled].primary:hover:not(:disabled):not(.disabled),.b3__theme--light .button[disabled].secondary:hover:not(:disabled):not(.disabled),.b3__theme--light .button[disabled].success:hover:not(:disabled):not(.disabled),.b3__theme--light .button[disabled].warning: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 .button.disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--light .button.disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--light .button.disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--light .button.disabled.success:active:not(:disabled):not(.disabled),.b3__theme--light .button.disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--light .button:disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--light .button:disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--light .button:disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--light .button:disabled.success:active:not(:disabled):not(.disabled),.b3__theme--light .button:disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--light .button[disabled].alert:active:not(:disabled):not(.disabled),.b3__theme--light .button[disabled].primary:active:not(:disabled):not(.disabled),.b3__theme--light .button[disabled].secondary:active:not(:disabled):not(.disabled),.b3__theme--light .button[disabled].success:active:not(:disabled):not(.disabled),.b3__theme--light .button[disabled].warning:active:not(:disabled):not(.disabled){background-color:#fefefe;background-size:100%;transition:background 0s;color:rgba(102,110,122,.4)}.button.hollow{background-color:transparent;border:1px solid #0063de;color:#0063de}.button.hollow:focus{background-color:transparent;color:#0063de}.button.hollow:focus,.button.hollow:hover{border-color:#0063de}.button.hollow: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}.button.hollow:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#0063de}.b3__theme--dark .button.hollow,.b3__theme--trader .button.hollow{background-color:transparent;border-color:#ffd862;color:#ffd862}.b3__theme--dark .button.hollow:focus,.b3__theme--trader .button.hollow:focus{color:#ffd862}.b3__theme--dark .button.hollow:focus,.b3__theme--dark .button.hollow:hover,.b3__theme--trader .button.hollow:focus,.b3__theme--trader .button.hollow:hover{border-color:#ffd862}.b3__theme--dark .button.hollow:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow: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 .button.hollow:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:#ffd862}.b3__theme--light .button.hollow{background-color:transparent;border:1px solid #0063de;color:#0063de}.b3__theme--light .button.hollow:focus{background-color:transparent;color:#0063de}.b3__theme--light .button.hollow:focus,.b3__theme--light .button.hollow:hover{border-color:#0063de}.b3__theme--light .button.hollow: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 .button.hollow:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#0063de}.button.hollow.secondary{background-color:transparent;border:1px solid #666e7a;color:#666e7a}.button.hollow.secondary:focus{background-color:transparent;color:#666e7a}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#666e7a}.button.hollow.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}.button.hollow.secondary:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#666e7a}.b3__theme--dark .button.hollow.secondary,.b3__theme--trader .button.hollow.secondary{background-color:transparent;border-color:rgba(255,255,255,.7);color:rgba(255,255,255,.7)}.b3__theme--dark .button.hollow.secondary:focus,.b3__theme--trader .button.hollow.secondary:focus{color:rgba(255,255,255,.7)}.b3__theme--dark .button.hollow.secondary:focus,.b3__theme--dark .button.hollow.secondary:hover,.b3__theme--trader .button.hollow.secondary:focus,.b3__theme--trader .button.hollow.secondary:hover{border-color:rgba(255,255,255,.7)}.b3__theme--dark .button.hollow.secondary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.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 .button.hollow.secondary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.secondary:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:rgba(255,255,255,.7)}.b3__theme--light .button.hollow.secondary{background-color:transparent;border:1px solid #666e7a;color:#666e7a}.b3__theme--light .button.hollow.secondary:focus{background-color:transparent;color:#666e7a}.b3__theme--light .button.hollow.secondary:focus,.b3__theme--light .button.hollow.secondary:hover{border-color:#666e7a}.b3__theme--light .button.hollow.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 .button.hollow.secondary:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#666e7a}.button.hollow.success{background-color:transparent;border:1px solid #08ce79;color:#008750}.button.hollow.success:focus{background-color:transparent;color:#008750}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#08ce79}.button.hollow.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}.button.hollow.success:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#008750}.b3__theme--dark .button.hollow.success,.b3__theme--trader .button.hollow.success{background-color:transparent;border-color:#08ce79;color:#08ce79}.b3__theme--dark .button.hollow.success:focus,.b3__theme--trader .button.hollow.success:focus{color:#08ce79}.b3__theme--dark .button.hollow.success:focus,.b3__theme--dark .button.hollow.success:hover,.b3__theme--trader .button.hollow.success:focus,.b3__theme--trader .button.hollow.success:hover{border-color:#08ce79}.b3__theme--dark .button.hollow.success:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.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 .button.hollow.success:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.success:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:#08ce79}.b3__theme--light .button.hollow.success{background-color:transparent;border:1px solid #08ce79;color:#008750}.b3__theme--light .button.hollow.success:focus{background-color:transparent;color:#008750}.b3__theme--light .button.hollow.success:focus,.b3__theme--light .button.hollow.success:hover{border-color:#08ce79}.b3__theme--light .button.hollow.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 .button.hollow.success:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#008750}.button.hollow.alert,.button.hollow.warning{background-color:transparent;border:1px solid #fa7c4a;color:#c40}.button.hollow.alert:focus,.button.hollow.warning:focus{background-color:transparent;color:#c40}.button.hollow.alert:focus,.button.hollow.alert:hover,.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#fa7c4a}.button.hollow.alert:hover:not(:disabled):not(.disabled),.button.hollow.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}.button.hollow.alert:active:not(:disabled):not(.disabled),.button.hollow.warning:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#c40}.b3__theme--dark .button.hollow.alert,.b3__theme--dark .button.hollow.warning,.b3__theme--trader .button.hollow.alert,.b3__theme--trader .button.hollow.warning{background-color:transparent;border-color:#fa7c4a;color:#fa7c4a}.b3__theme--dark .button.hollow.alert:focus,.b3__theme--dark .button.hollow.warning:focus,.b3__theme--trader .button.hollow.alert:focus,.b3__theme--trader .button.hollow.warning:focus{color:#fa7c4a}.b3__theme--dark .button.hollow.alert:focus,.b3__theme--dark .button.hollow.alert:hover,.b3__theme--dark .button.hollow.warning:focus,.b3__theme--dark .button.hollow.warning:hover,.b3__theme--trader .button.hollow.alert:focus,.b3__theme--trader .button.hollow.alert:hover,.b3__theme--trader .button.hollow.warning:focus,.b3__theme--trader .button.hollow.warning:hover{border-color:#fa7c4a}.b3__theme--dark .button.hollow.alert:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow.warning:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.alert:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.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 .button.hollow.alert:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow.warning:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.alert:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.warning:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:#fa7c4a}.b3__theme--light .button.hollow.alert,.b3__theme--light .button.hollow.warning{background-color:transparent;border:1px solid #fa7c4a;color:#c40}.b3__theme--light .button.hollow.alert:focus,.b3__theme--light .button.hollow.warning:focus{background-color:transparent;color:#c40}.b3__theme--light .button.hollow.alert:focus,.b3__theme--light .button.hollow.alert:hover,.b3__theme--light .button.hollow.warning:focus,.b3__theme--light .button.hollow.warning:hover{border-color:#fa7c4a}.b3__theme--light .button.hollow.alert:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow.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 .button.hollow.alert:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow.warning:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#c40}.button.hollow.disabled,.button.hollow:disabled,.button.hollow[disabled]{background-color:transparent;border:1px solid #f6f6f7;color:rgba(102,110,122,.4);opacity:1}.button.hollow.disabled:focus,.button.hollow:disabled:focus,.button.hollow[disabled]:focus{background-color:transparent;color:rgba(102,110,122,.4)}.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow:disabled:focus,.button.hollow:disabled:hover,.button.hollow[disabled]:focus,.button.hollow[disabled]:hover{border-color:#f6f6f7}.button.hollow.disabled:hover:not(:disabled):not(.disabled),.button.hollow:disabled:hover:not(:disabled):not(.disabled),.button.hollow[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)}.button.hollow.disabled:active:not(:disabled):not(.disabled),.button.hollow:disabled:active:not(:disabled):not(.disabled),.button.hollow[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 .button.hollow.disabled,.b3__theme--dark .button.hollow:disabled,.b3__theme--dark .button.hollow[disabled],.b3__theme--trader .button.hollow.disabled,.b3__theme--trader .button.hollow:disabled,.b3__theme--trader .button.hollow[disabled]{background-color:transparent;border-color:rgba(102,110,122,.5);color:rgba(255,255,255,.7)}.b3__theme--dark .button.hollow.disabled:focus,.b3__theme--dark .button.hollow:disabled:focus,.b3__theme--dark .button.hollow[disabled]:focus,.b3__theme--trader .button.hollow.disabled:focus,.b3__theme--trader .button.hollow:disabled:focus,.b3__theme--trader .button.hollow[disabled]:focus{color:rgba(255,255,255,.7)}.b3__theme--dark .button.hollow.disabled:focus,.b3__theme--dark .button.hollow.disabled:hover,.b3__theme--dark .button.hollow:disabled:focus,.b3__theme--dark .button.hollow:disabled:hover,.b3__theme--dark .button.hollow[disabled]:focus,.b3__theme--dark .button.hollow[disabled]:hover,.b3__theme--trader .button.hollow.disabled:focus,.b3__theme--trader .button.hollow.disabled:hover,.b3__theme--trader .button.hollow:disabled:focus,.b3__theme--trader .button.hollow:disabled:hover,.b3__theme--trader .button.hollow[disabled]:focus,.b3__theme--trader .button.hollow[disabled]:hover{border-color:rgba(102,110,122,.5)}.b3__theme--dark .button.hollow.disabled:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow:disabled:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow[disabled]:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.disabled:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow:disabled:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow[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 .button.hollow.disabled:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow:disabled:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow[disabled]:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.disabled:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow:disabled:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow[disabled]:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:rgba(255,255,255,.7)}.b3__theme--light .button.hollow.disabled,.b3__theme--light .button.hollow:disabled,.b3__theme--light .button.hollow[disabled]{background-color:transparent;border:1px solid #f6f6f7;color:rgba(102,110,122,.4);opacity:1}.b3__theme--light .button.hollow.disabled:focus,.b3__theme--light .button.hollow:disabled:focus,.b3__theme--light .button.hollow[disabled]:focus{background-color:transparent;color:rgba(102,110,122,.4)}.b3__theme--light .button.hollow.disabled:focus,.b3__theme--light .button.hollow.disabled:hover,.b3__theme--light .button.hollow:disabled:focus,.b3__theme--light .button.hollow:disabled:hover,.b3__theme--light .button.hollow[disabled]:focus,.b3__theme--light .button.hollow[disabled]:hover{border-color:#f6f6f7}.b3__theme--light .button.hollow.disabled:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow:disabled:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow[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 .button.hollow.disabled:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow:disabled:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow[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)}.button.hollow.disabled.alert,.button.hollow.disabled.primary,.button.hollow.disabled.secondary,.button.hollow.disabled.success,.button.hollow.disabled.warning,.button.hollow:disabled.alert,.button.hollow:disabled.primary,.button.hollow:disabled.secondary,.button.hollow:disabled.success,.button.hollow:disabled.warning,.button.hollow[disabled].alert,.button.hollow[disabled].primary,.button.hollow[disabled].secondary,.button.hollow[disabled].success,.button.hollow[disabled].warning{background-color:transparent;border:1px solid #f6f6f7;color:rgba(102,110,122,.4);opacity:1}.button.hollow.disabled.alert:focus,.button.hollow.disabled.primary:focus,.button.hollow.disabled.secondary:focus,.button.hollow.disabled.success:focus,.button.hollow.disabled.warning:focus,.button.hollow:disabled.alert:focus,.button.hollow:disabled.primary:focus,.button.hollow:disabled.secondary:focus,.button.hollow:disabled.success:focus,.button.hollow:disabled.warning:focus,.button.hollow[disabled].alert:focus,.button.hollow[disabled].primary:focus,.button.hollow[disabled].secondary:focus,.button.hollow[disabled].success:focus,.button.hollow[disabled].warning:focus{background-color:transparent;color:rgba(102,110,122,.4)}.button.hollow.disabled.alert:focus,.button.hollow.disabled.alert:hover,.button.hollow.disabled.primary:focus,.button.hollow.disabled.primary:hover,.button.hollow.disabled.secondary:focus,.button.hollow.disabled.secondary:hover,.button.hollow.disabled.success:focus,.button.hollow.disabled.success:hover,.button.hollow.disabled.warning:focus,.button.hollow.disabled.warning:hover,.button.hollow:disabled.alert:focus,.button.hollow:disabled.alert:hover,.button.hollow:disabled.primary:focus,.button.hollow:disabled.primary:hover,.button.hollow:disabled.secondary:focus,.button.hollow:disabled.secondary:hover,.button.hollow:disabled.success:focus,.button.hollow:disabled.success:hover,.button.hollow:disabled.warning:focus,.button.hollow:disabled.warning:hover,.button.hollow[disabled].alert:focus,.button.hollow[disabled].alert:hover,.button.hollow[disabled].primary:focus,.button.hollow[disabled].primary:hover,.button.hollow[disabled].secondary:focus,.button.hollow[disabled].secondary:hover,.button.hollow[disabled].success:focus,.button.hollow[disabled].success:hover,.button.hollow[disabled].warning:focus,.button.hollow[disabled].warning:hover{border-color:#f6f6f7}.button.hollow.disabled.alert:hover:not(:disabled):not(.disabled),.button.hollow.disabled.primary:hover:not(:disabled):not(.disabled),.button.hollow.disabled.secondary:hover:not(:disabled):not(.disabled),.button.hollow.disabled.success:hover:not(:disabled):not(.disabled),.button.hollow.disabled.warning:hover:not(:disabled):not(.disabled),.button.hollow:disabled.alert:hover:not(:disabled):not(.disabled),.button.hollow:disabled.primary:hover:not(:disabled):not(.disabled),.button.hollow:disabled.secondary:hover:not(:disabled):not(.disabled),.button.hollow:disabled.success:hover:not(:disabled):not(.disabled),.button.hollow:disabled.warning:hover:not(:disabled):not(.disabled),.button.hollow[disabled].alert:hover:not(:disabled):not(.disabled),.button.hollow[disabled].primary:hover:not(:disabled):not(.disabled),.button.hollow[disabled].secondary:hover:not(:disabled):not(.disabled),.button.hollow[disabled].success:hover:not(:disabled):not(.disabled),.button.hollow[disabled].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:rgba(102,110,122,.4)}.button.hollow.disabled.alert:active:not(:disabled):not(.disabled),.button.hollow.disabled.primary:active:not(:disabled):not(.disabled),.button.hollow.disabled.secondary:active:not(:disabled):not(.disabled),.button.hollow.disabled.success:active:not(:disabled):not(.disabled),.button.hollow.disabled.warning:active:not(:disabled):not(.disabled),.button.hollow:disabled.alert:active:not(:disabled):not(.disabled),.button.hollow:disabled.primary:active:not(:disabled):not(.disabled),.button.hollow:disabled.secondary:active:not(:disabled):not(.disabled),.button.hollow:disabled.success:active:not(:disabled):not(.disabled),.button.hollow:disabled.warning:active:not(:disabled):not(.disabled),.button.hollow[disabled].alert:active:not(:disabled):not(.disabled),.button.hollow[disabled].primary:active:not(:disabled):not(.disabled),.button.hollow[disabled].secondary:active:not(:disabled):not(.disabled),.button.hollow[disabled].success:active:not(:disabled):not(.disabled),.button.hollow[disabled].warning: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 .button.hollow.disabled.alert,.b3__theme--dark .button.hollow.disabled.primary,.b3__theme--dark .button.hollow.disabled.secondary,.b3__theme--dark .button.hollow.disabled.success,.b3__theme--dark .button.hollow.disabled.warning,.b3__theme--dark .button.hollow:disabled.alert,.b3__theme--dark .button.hollow:disabled.primary,.b3__theme--dark .button.hollow:disabled.secondary,.b3__theme--dark .button.hollow:disabled.success,.b3__theme--dark .button.hollow:disabled.warning,.b3__theme--dark .button.hollow[disabled].alert,.b3__theme--dark .button.hollow[disabled].primary,.b3__theme--dark .button.hollow[disabled].secondary,.b3__theme--dark .button.hollow[disabled].success,.b3__theme--dark .button.hollow[disabled].warning,.b3__theme--trader .button.hollow.disabled.alert,.b3__theme--trader .button.hollow.disabled.primary,.b3__theme--trader .button.hollow.disabled.secondary,.b3__theme--trader .button.hollow.disabled.success,.b3__theme--trader .button.hollow.disabled.warning,.b3__theme--trader .button.hollow:disabled.alert,.b3__theme--trader .button.hollow:disabled.primary,.b3__theme--trader .button.hollow:disabled.secondary,.b3__theme--trader .button.hollow:disabled.success,.b3__theme--trader .button.hollow:disabled.warning,.b3__theme--trader .button.hollow[disabled].alert,.b3__theme--trader .button.hollow[disabled].primary,.b3__theme--trader .button.hollow[disabled].secondary,.b3__theme--trader .button.hollow[disabled].success,.b3__theme--trader .button.hollow[disabled].warning{background-color:transparent;border-color:rgba(102,110,122,.5);color:rgba(255,255,255,.7)}.b3__theme--dark .button.hollow.disabled.alert:focus,.b3__theme--dark .button.hollow.disabled.primary:focus,.b3__theme--dark .button.hollow.disabled.secondary:focus,.b3__theme--dark .button.hollow.disabled.success:focus,.b3__theme--dark .button.hollow.disabled.warning:focus,.b3__theme--dark .button.hollow:disabled.alert:focus,.b3__theme--dark .button.hollow:disabled.primary:focus,.b3__theme--dark .button.hollow:disabled.secondary:focus,.b3__theme--dark .button.hollow:disabled.success:focus,.b3__theme--dark .button.hollow:disabled.warning:focus,.b3__theme--dark .button.hollow[disabled].alert:focus,.b3__theme--dark .button.hollow[disabled].primary:focus,.b3__theme--dark .button.hollow[disabled].secondary:focus,.b3__theme--dark .button.hollow[disabled].success:focus,.b3__theme--dark .button.hollow[disabled].warning:focus,.b3__theme--trader .button.hollow.disabled.alert:focus,.b3__theme--trader .button.hollow.disabled.primary:focus,.b3__theme--trader .button.hollow.disabled.secondary:focus,.b3__theme--trader .button.hollow.disabled.success:focus,.b3__theme--trader .button.hollow.disabled.warning:focus,.b3__theme--trader .button.hollow:disabled.alert:focus,.b3__theme--trader .button.hollow:disabled.primary:focus,.b3__theme--trader .button.hollow:disabled.secondary:focus,.b3__theme--trader .button.hollow:disabled.success:focus,.b3__theme--trader .button.hollow:disabled.warning:focus,.b3__theme--trader .button.hollow[disabled].alert:focus,.b3__theme--trader .button.hollow[disabled].primary:focus,.b3__theme--trader .button.hollow[disabled].secondary:focus,.b3__theme--trader .button.hollow[disabled].success:focus,.b3__theme--trader .button.hollow[disabled].warning:focus{color:rgba(255,255,255,.7)}.b3__theme--dark .button.hollow.disabled.alert:focus,.b3__theme--dark .button.hollow.disabled.alert:hover,.b3__theme--dark .button.hollow.disabled.primary:focus,.b3__theme--dark .button.hollow.disabled.primary:hover,.b3__theme--dark .button.hollow.disabled.secondary:focus,.b3__theme--dark .button.hollow.disabled.secondary:hover,.b3__theme--dark .button.hollow.disabled.success:focus,.b3__theme--dark .button.hollow.disabled.success:hover,.b3__theme--dark .button.hollow.disabled.warning:focus,.b3__theme--dark .button.hollow.disabled.warning:hover,.b3__theme--dark .button.hollow:disabled.alert:focus,.b3__theme--dark .button.hollow:disabled.alert:hover,.b3__theme--dark .button.hollow:disabled.primary:focus,.b3__theme--dark .button.hollow:disabled.primary:hover,.b3__theme--dark .button.hollow:disabled.secondary:focus,.b3__theme--dark .button.hollow:disabled.secondary:hover,.b3__theme--dark .button.hollow:disabled.success:focus,.b3__theme--dark .button.hollow:disabled.success:hover,.b3__theme--dark .button.hollow:disabled.warning:focus,.b3__theme--dark .button.hollow:disabled.warning:hover,.b3__theme--dark .button.hollow[disabled].alert:focus,.b3__theme--dark .button.hollow[disabled].alert:hover,.b3__theme--dark .button.hollow[disabled].primary:focus,.b3__theme--dark .button.hollow[disabled].primary:hover,.b3__theme--dark .button.hollow[disabled].secondary:focus,.b3__theme--dark .button.hollow[disabled].secondary:hover,.b3__theme--dark .button.hollow[disabled].success:focus,.b3__theme--dark .button.hollow[disabled].success:hover,.b3__theme--dark .button.hollow[disabled].warning:focus,.b3__theme--dark .button.hollow[disabled].warning:hover,.b3__theme--trader .button.hollow.disabled.alert:focus,.b3__theme--trader .button.hollow.disabled.alert:hover,.b3__theme--trader .button.hollow.disabled.primary:focus,.b3__theme--trader .button.hollow.disabled.primary:hover,.b3__theme--trader .button.hollow.disabled.secondary:focus,.b3__theme--trader .button.hollow.disabled.secondary:hover,.b3__theme--trader .button.hollow.disabled.success:focus,.b3__theme--trader .button.hollow.disabled.success:hover,.b3__theme--trader .button.hollow.disabled.warning:focus,.b3__theme--trader .button.hollow.disabled.warning:hover,.b3__theme--trader .button.hollow:disabled.alert:focus,.b3__theme--trader .button.hollow:disabled.alert:hover,.b3__theme--trader .button.hollow:disabled.primary:focus,.b3__theme--trader .button.hollow:disabled.primary:hover,.b3__theme--trader .button.hollow:disabled.secondary:focus,.b3__theme--trader .button.hollow:disabled.secondary:hover,.b3__theme--trader .button.hollow:disabled.success:focus,.b3__theme--trader .button.hollow:disabled.success:hover,.b3__theme--trader .button.hollow:disabled.warning:focus,.b3__theme--trader .button.hollow:disabled.warning:hover,.b3__theme--trader .button.hollow[disabled].alert:focus,.b3__theme--trader .button.hollow[disabled].alert:hover,.b3__theme--trader .button.hollow[disabled].primary:focus,.b3__theme--trader .button.hollow[disabled].primary:hover,.b3__theme--trader .button.hollow[disabled].secondary:focus,.b3__theme--trader .button.hollow[disabled].secondary:hover,.b3__theme--trader .button.hollow[disabled].success:focus,.b3__theme--trader .button.hollow[disabled].success:hover,.b3__theme--trader .button.hollow[disabled].warning:focus,.b3__theme--trader .button.hollow[disabled].warning:hover{border-color:rgba(102,110,122,.5)}.b3__theme--dark .button.hollow.disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow.disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow.disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow.disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow.disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow:disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow:disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow:disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow:disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow:disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow[disabled].alert:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow[disabled].primary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow[disabled].secondary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow[disabled].success:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow[disabled].warning:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow:disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow:disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow:disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow:disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow:disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow[disabled].alert:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow[disabled].primary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow[disabled].secondary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow[disabled].success:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow[disabled].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:rgba(255,255,255,.7)}.b3__theme--dark .button.hollow.disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow.disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow.disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow.disabled.success:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow.disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow:disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow:disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow:disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow:disabled.success:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow:disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow[disabled].alert:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow[disabled].primary:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow[disabled].secondary:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow[disabled].success:active:not(:disabled):not(.disabled),.b3__theme--dark .button.hollow[disabled].warning:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.disabled.success:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow.disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow:disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow:disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow:disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow:disabled.success:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow:disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow[disabled].alert:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow[disabled].primary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow[disabled].secondary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow[disabled].success:active:not(:disabled):not(.disabled),.b3__theme--trader .button.hollow[disabled].warning:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:rgba(255,255,255,.7)}.b3__theme--light .button.hollow.disabled.alert,.b3__theme--light .button.hollow.disabled.primary,.b3__theme--light .button.hollow.disabled.secondary,.b3__theme--light .button.hollow.disabled.success,.b3__theme--light .button.hollow.disabled.warning,.b3__theme--light .button.hollow:disabled.alert,.b3__theme--light .button.hollow:disabled.primary,.b3__theme--light .button.hollow:disabled.secondary,.b3__theme--light .button.hollow:disabled.success,.b3__theme--light .button.hollow:disabled.warning,.b3__theme--light .button.hollow[disabled].alert,.b3__theme--light .button.hollow[disabled].primary,.b3__theme--light .button.hollow[disabled].secondary,.b3__theme--light .button.hollow[disabled].success,.b3__theme--light .button.hollow[disabled].warning{background-color:transparent;border:1px solid #f6f6f7;color:rgba(102,110,122,.4);opacity:1}.b3__theme--light .button.hollow.disabled.alert:focus,.b3__theme--light .button.hollow.disabled.primary:focus,.b3__theme--light .button.hollow.disabled.secondary:focus,.b3__theme--light .button.hollow.disabled.success:focus,.b3__theme--light .button.hollow.disabled.warning:focus,.b3__theme--light .button.hollow:disabled.alert:focus,.b3__theme--light .button.hollow:disabled.primary:focus,.b3__theme--light .button.hollow:disabled.secondary:focus,.b3__theme--light .button.hollow:disabled.success:focus,.b3__theme--light .button.hollow:disabled.warning:focus,.b3__theme--light .button.hollow[disabled].alert:focus,.b3__theme--light .button.hollow[disabled].primary:focus,.b3__theme--light .button.hollow[disabled].secondary:focus,.b3__theme--light .button.hollow[disabled].success:focus,.b3__theme--light .button.hollow[disabled].warning:focus{background-color:transparent;color:rgba(102,110,122,.4)}.b3__theme--light .button.hollow.disabled.alert:focus,.b3__theme--light .button.hollow.disabled.alert:hover,.b3__theme--light .button.hollow.disabled.primary:focus,.b3__theme--light .button.hollow.disabled.primary:hover,.b3__theme--light .button.hollow.disabled.secondary:focus,.b3__theme--light .button.hollow.disabled.secondary:hover,.b3__theme--light .button.hollow.disabled.success:focus,.b3__theme--light .button.hollow.disabled.success:hover,.b3__theme--light .button.hollow.disabled.warning:focus,.b3__theme--light .button.hollow.disabled.warning:hover,.b3__theme--light .button.hollow:disabled.alert:focus,.b3__theme--light .button.hollow:disabled.alert:hover,.b3__theme--light .button.hollow:disabled.primary:focus,.b3__theme--light .button.hollow:disabled.primary:hover,.b3__theme--light .button.hollow:disabled.secondary:focus,.b3__theme--light .button.hollow:disabled.secondary:hover,.b3__theme--light .button.hollow:disabled.success:focus,.b3__theme--light .button.hollow:disabled.success:hover,.b3__theme--light .button.hollow:disabled.warning:focus,.b3__theme--light .button.hollow:disabled.warning:hover,.b3__theme--light .button.hollow[disabled].alert:focus,.b3__theme--light .button.hollow[disabled].alert:hover,.b3__theme--light .button.hollow[disabled].primary:focus,.b3__theme--light .button.hollow[disabled].primary:hover,.b3__theme--light .button.hollow[disabled].secondary:focus,.b3__theme--light .button.hollow[disabled].secondary:hover,.b3__theme--light .button.hollow[disabled].success:focus,.b3__theme--light .button.hollow[disabled].success:hover,.b3__theme--light .button.hollow[disabled].warning:focus,.b3__theme--light .button.hollow[disabled].warning:hover{border-color:#f6f6f7}.b3__theme--light .button.hollow.disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow.disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow.disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow.disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow.disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow:disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow:disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow:disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow:disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow:disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow[disabled].alert:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow[disabled].primary:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow[disabled].secondary:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow[disabled].success:hover:not(:disabled):not(.disabled),.b3__theme--light .button.hollow[disabled].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:rgba(102,110,122,.4)}.b3__theme--light .button.hollow.disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow.disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow.disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow.disabled.success:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow.disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow:disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow:disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow:disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow:disabled.success:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow:disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow[disabled].alert:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow[disabled].primary:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow[disabled].secondary:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow[disabled].success:active:not(:disabled):not(.disabled),.b3__theme--light .button.hollow[disabled].warning:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:rgba(102,110,122,.4)}.button.clear{background-color:transparent;border:none;color:#0063de}.button.clear:focus{background-color:transparent;color:#0063de}.button.clear: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}.button.clear:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#0063de}.b3__theme--dark .button.clear,.b3__theme--trader .button.clear{background-color:transparent;color:#ffd862}.b3__theme--dark .button.clear:focus,.b3__theme--trader .button.clear:focus{color:#ffd862}.b3__theme--dark .button.clear:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear: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 .button.clear:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:#ffd862}.b3__theme--light .button.clear{background-color:transparent;border:none;color:#0063de}.b3__theme--light .button.clear:focus{background-color:transparent;color:#0063de}.b3__theme--light .button.clear: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 .button.clear:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#0063de}.button.clear.secondary{background-color:transparent;border:none;color:#666e7a}.button.clear.secondary:focus{background-color:transparent;color:#666e7a}.button.clear.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}.button.clear.secondary:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#666e7a}.b3__theme--dark .button.clear.secondary,.b3__theme--trader .button.clear.secondary{background-color:transparent;color:#ffd862}.b3__theme--dark .button.clear.secondary:focus,.b3__theme--trader .button.clear.secondary:focus{color:#ffd862}.b3__theme--dark .button.clear.secondary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.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:#ffd862}.b3__theme--dark .button.clear.secondary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.secondary:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:#ffd862}.b3__theme--light .button.clear.secondary{background-color:transparent;border:none;color:#666e7a}.b3__theme--light .button.clear.secondary:focus{background-color:transparent;color:#666e7a}.b3__theme--light .button.clear.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 .button.clear.secondary:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#666e7a}.button.clear.success{background-color:transparent;border:none;color:#008750}.button.clear.success:focus{background-color:transparent;color:#008750}.button.clear.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}.button.clear.success:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#008750}.b3__theme--dark .button.clear.success,.b3__theme--trader .button.clear.success{background-color:transparent;color:#08ce79}.b3__theme--dark .button.clear.success:focus,.b3__theme--trader .button.clear.success:focus{color:#08ce79}.b3__theme--dark .button.clear.success:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.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 .button.clear.success:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.success:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:#08ce79}.b3__theme--light .button.clear.success{background-color:transparent;border:none;color:#008750}.b3__theme--light .button.clear.success:focus{background-color:transparent;color:#008750}.b3__theme--light .button.clear.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 .button.clear.success:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#008750}.button.clear.alert,.button.clear.warning{background-color:transparent;border:none;color:#c40}.button.clear.alert:focus,.button.clear.warning:focus{background-color:transparent;color:#c40}.button.clear.alert:hover:not(:disabled):not(.disabled),.button.clear.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}.button.clear.alert:active:not(:disabled):not(.disabled),.button.clear.warning:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#c40}.b3__theme--dark .button.clear.alert,.b3__theme--dark .button.clear.warning,.b3__theme--trader .button.clear.alert,.b3__theme--trader .button.clear.warning{background-color:transparent;color:#fa7c4a}.b3__theme--dark .button.clear.alert:focus,.b3__theme--dark .button.clear.warning:focus,.b3__theme--trader .button.clear.alert:focus,.b3__theme--trader .button.clear.warning:focus{color:#fa7c4a}.b3__theme--dark .button.clear.alert:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear.warning:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.alert:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.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 .button.clear.alert:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear.warning:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.alert:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.warning:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:#fa7c4a}.b3__theme--light .button.clear.alert,.b3__theme--light .button.clear.warning{background-color:transparent;border:none;color:#c40}.b3__theme--light .button.clear.alert:focus,.b3__theme--light .button.clear.warning:focus{background-color:transparent;color:#c40}.b3__theme--light .button.clear.alert:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear.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 .button.clear.alert:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear.warning:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#c40}.button-group.tiny .clear.button,.button.clear.tiny{padding-left:.8rem;padding-right:.8rem}.button-group.small .clear.button,.button.clear.small{padding-left:1.2rem;padding-right:1.2rem}.button-group.large .clear.button,.button.clear.large{padding-left:2rem;padding-right:2rem}.button.clear.disabled,.button.clear:disabled,.button.clear[disabled]{background-color:transparent;border:none;color:rgba(102,110,122,.4);opacity:1}.button.clear.disabled:focus,.button.clear:disabled:focus,.button.clear[disabled]:focus{background-color:transparent;color:rgba(102,110,122,.4)}.button.clear.disabled:hover:not(:disabled):not(.disabled),.button.clear:disabled:hover:not(:disabled):not(.disabled),.button.clear[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)}.button.clear.disabled:active:not(:disabled):not(.disabled),.button.clear:disabled:active:not(:disabled):not(.disabled),.button.clear[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 .button.clear.disabled,.b3__theme--dark .button.clear:disabled,.b3__theme--dark .button.clear[disabled],.b3__theme--trader .button.clear.disabled,.b3__theme--trader .button.clear:disabled,.b3__theme--trader .button.clear[disabled]{background-color:transparent;color:rgba(102,110,122,.5)}.b3__theme--dark .button.clear.disabled:focus,.b3__theme--dark .button.clear:disabled:focus,.b3__theme--dark .button.clear[disabled]:focus,.b3__theme--trader .button.clear.disabled:focus,.b3__theme--trader .button.clear:disabled:focus,.b3__theme--trader .button.clear[disabled]:focus{color:rgba(102,110,122,.5)}.b3__theme--dark .button.clear.disabled:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear:disabled:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear[disabled]:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.disabled:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear:disabled:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear[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 .button.clear.disabled:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear:disabled:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear[disabled]:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.disabled:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear:disabled:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear[disabled]:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:rgba(102,110,122,.5)}.b3__theme--light .button.clear.disabled,.b3__theme--light .button.clear:disabled,.b3__theme--light .button.clear[disabled]{background-color:transparent;border:none;color:rgba(102,110,122,.4);opacity:1}.b3__theme--light .button.clear.disabled:focus,.b3__theme--light .button.clear:disabled:focus,.b3__theme--light .button.clear[disabled]:focus{background-color:transparent;color:rgba(102,110,122,.4)}.b3__theme--light .button.clear.disabled:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear:disabled:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear[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 .button.clear.disabled:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear:disabled:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear[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)}.button.clear.disabled.alert,.button.clear.disabled.primary,.button.clear.disabled.secondary,.button.clear.disabled.success,.button.clear.disabled.warning,.button.clear:disabled.alert,.button.clear:disabled.primary,.button.clear:disabled.secondary,.button.clear:disabled.success,.button.clear:disabled.warning,.button.clear[disabled].alert,.button.clear[disabled].primary,.button.clear[disabled].secondary,.button.clear[disabled].success,.button.clear[disabled].warning{background-color:transparent;border:none;color:rgba(102,110,122,.4);opacity:1}.button.clear.disabled.alert:focus,.button.clear.disabled.primary:focus,.button.clear.disabled.secondary:focus,.button.clear.disabled.success:focus,.button.clear.disabled.warning:focus,.button.clear:disabled.alert:focus,.button.clear:disabled.primary:focus,.button.clear:disabled.secondary:focus,.button.clear:disabled.success:focus,.button.clear:disabled.warning:focus,.button.clear[disabled].alert:focus,.button.clear[disabled].primary:focus,.button.clear[disabled].secondary:focus,.button.clear[disabled].success:focus,.button.clear[disabled].warning:focus{background-color:transparent;color:rgba(102,110,122,.4)}.button.clear.disabled.alert:hover:not(:disabled):not(.disabled),.button.clear.disabled.primary:hover:not(:disabled):not(.disabled),.button.clear.disabled.secondary:hover:not(:disabled):not(.disabled),.button.clear.disabled.success:hover:not(:disabled):not(.disabled),.button.clear.disabled.warning:hover:not(:disabled):not(.disabled),.button.clear:disabled.alert:hover:not(:disabled):not(.disabled),.button.clear:disabled.primary:hover:not(:disabled):not(.disabled),.button.clear:disabled.secondary:hover:not(:disabled):not(.disabled),.button.clear:disabled.success:hover:not(:disabled):not(.disabled),.button.clear:disabled.warning:hover:not(:disabled):not(.disabled),.button.clear[disabled].alert:hover:not(:disabled):not(.disabled),.button.clear[disabled].primary:hover:not(:disabled):not(.disabled),.button.clear[disabled].secondary:hover:not(:disabled):not(.disabled),.button.clear[disabled].success:hover:not(:disabled):not(.disabled),.button.clear[disabled].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:rgba(102,110,122,.4)}.button.clear.disabled.alert:active:not(:disabled):not(.disabled),.button.clear.disabled.primary:active:not(:disabled):not(.disabled),.button.clear.disabled.secondary:active:not(:disabled):not(.disabled),.button.clear.disabled.success:active:not(:disabled):not(.disabled),.button.clear.disabled.warning:active:not(:disabled):not(.disabled),.button.clear:disabled.alert:active:not(:disabled):not(.disabled),.button.clear:disabled.primary:active:not(:disabled):not(.disabled),.button.clear:disabled.secondary:active:not(:disabled):not(.disabled),.button.clear:disabled.success:active:not(:disabled):not(.disabled),.button.clear:disabled.warning:active:not(:disabled):not(.disabled),.button.clear[disabled].alert:active:not(:disabled):not(.disabled),.button.clear[disabled].primary:active:not(:disabled):not(.disabled),.button.clear[disabled].secondary:active:not(:disabled):not(.disabled),.button.clear[disabled].success:active:not(:disabled):not(.disabled),.button.clear[disabled].warning: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 .button.clear.disabled.alert,.b3__theme--dark .button.clear.disabled.primary,.b3__theme--dark .button.clear.disabled.secondary,.b3__theme--dark .button.clear.disabled.success,.b3__theme--dark .button.clear.disabled.warning,.b3__theme--dark .button.clear:disabled.alert,.b3__theme--dark .button.clear:disabled.primary,.b3__theme--dark .button.clear:disabled.secondary,.b3__theme--dark .button.clear:disabled.success,.b3__theme--dark .button.clear:disabled.warning,.b3__theme--dark .button.clear[disabled].alert,.b3__theme--dark .button.clear[disabled].primary,.b3__theme--dark .button.clear[disabled].secondary,.b3__theme--dark .button.clear[disabled].success,.b3__theme--dark .button.clear[disabled].warning,.b3__theme--trader .button.clear.disabled.alert,.b3__theme--trader .button.clear.disabled.primary,.b3__theme--trader .button.clear.disabled.secondary,.b3__theme--trader .button.clear.disabled.success,.b3__theme--trader .button.clear.disabled.warning,.b3__theme--trader .button.clear:disabled.alert,.b3__theme--trader .button.clear:disabled.primary,.b3__theme--trader .button.clear:disabled.secondary,.b3__theme--trader .button.clear:disabled.success,.b3__theme--trader .button.clear:disabled.warning,.b3__theme--trader .button.clear[disabled].alert,.b3__theme--trader .button.clear[disabled].primary,.b3__theme--trader .button.clear[disabled].secondary,.b3__theme--trader .button.clear[disabled].success,.b3__theme--trader .button.clear[disabled].warning{background-color:transparent;color:rgba(102,110,122,.5)}.b3__theme--dark .button.clear.disabled.alert:focus,.b3__theme--dark .button.clear.disabled.primary:focus,.b3__theme--dark .button.clear.disabled.secondary:focus,.b3__theme--dark .button.clear.disabled.success:focus,.b3__theme--dark .button.clear.disabled.warning:focus,.b3__theme--dark .button.clear:disabled.alert:focus,.b3__theme--dark .button.clear:disabled.primary:focus,.b3__theme--dark .button.clear:disabled.secondary:focus,.b3__theme--dark .button.clear:disabled.success:focus,.b3__theme--dark .button.clear:disabled.warning:focus,.b3__theme--dark .button.clear[disabled].alert:focus,.b3__theme--dark .button.clear[disabled].primary:focus,.b3__theme--dark .button.clear[disabled].secondary:focus,.b3__theme--dark .button.clear[disabled].success:focus,.b3__theme--dark .button.clear[disabled].warning:focus,.b3__theme--trader .button.clear.disabled.alert:focus,.b3__theme--trader .button.clear.disabled.primary:focus,.b3__theme--trader .button.clear.disabled.secondary:focus,.b3__theme--trader .button.clear.disabled.success:focus,.b3__theme--trader .button.clear.disabled.warning:focus,.b3__theme--trader .button.clear:disabled.alert:focus,.b3__theme--trader .button.clear:disabled.primary:focus,.b3__theme--trader .button.clear:disabled.secondary:focus,.b3__theme--trader .button.clear:disabled.success:focus,.b3__theme--trader .button.clear:disabled.warning:focus,.b3__theme--trader .button.clear[disabled].alert:focus,.b3__theme--trader .button.clear[disabled].primary:focus,.b3__theme--trader .button.clear[disabled].secondary:focus,.b3__theme--trader .button.clear[disabled].success:focus,.b3__theme--trader .button.clear[disabled].warning:focus{color:rgba(102,110,122,.5)}.b3__theme--dark .button.clear.disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear.disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear.disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear.disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear.disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear:disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear:disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear:disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear:disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear:disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear[disabled].alert:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear[disabled].primary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear[disabled].secondary:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear[disabled].success:hover:not(:disabled):not(.disabled),.b3__theme--dark .button.clear[disabled].warning:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear:disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear:disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear:disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear:disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear:disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear[disabled].alert:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear[disabled].primary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear[disabled].secondary:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear[disabled].success:hover:not(:disabled):not(.disabled),.b3__theme--trader .button.clear[disabled].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:rgba(102,110,122,.5)}.b3__theme--dark .button.clear.disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear.disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear.disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear.disabled.success:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear.disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear:disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear:disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear:disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear:disabled.success:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear:disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear[disabled].alert:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear[disabled].primary:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear[disabled].secondary:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear[disabled].success:active:not(:disabled):not(.disabled),.b3__theme--dark .button.clear[disabled].warning:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.disabled.success:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear.disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear:disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear:disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear:disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear:disabled.success:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear:disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear[disabled].alert:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear[disabled].primary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear[disabled].secondary:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear[disabled].success:active:not(:disabled):not(.disabled),.b3__theme--trader .button.clear[disabled].warning:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:rgba(102,110,122,.5)}.b3__theme--light .button.clear.disabled.alert,.b3__theme--light .button.clear.disabled.primary,.b3__theme--light .button.clear.disabled.secondary,.b3__theme--light .button.clear.disabled.success,.b3__theme--light .button.clear.disabled.warning,.b3__theme--light .button.clear:disabled.alert,.b3__theme--light .button.clear:disabled.primary,.b3__theme--light .button.clear:disabled.secondary,.b3__theme--light .button.clear:disabled.success,.b3__theme--light .button.clear:disabled.warning,.b3__theme--light .button.clear[disabled].alert,.b3__theme--light .button.clear[disabled].primary,.b3__theme--light .button.clear[disabled].secondary,.b3__theme--light .button.clear[disabled].success,.b3__theme--light .button.clear[disabled].warning{background-color:transparent;border:none;color:rgba(102,110,122,.4);opacity:1}.b3__theme--light .button.clear.disabled.alert:focus,.b3__theme--light .button.clear.disabled.primary:focus,.b3__theme--light .button.clear.disabled.secondary:focus,.b3__theme--light .button.clear.disabled.success:focus,.b3__theme--light .button.clear.disabled.warning:focus,.b3__theme--light .button.clear:disabled.alert:focus,.b3__theme--light .button.clear:disabled.primary:focus,.b3__theme--light .button.clear:disabled.secondary:focus,.b3__theme--light .button.clear:disabled.success:focus,.b3__theme--light .button.clear:disabled.warning:focus,.b3__theme--light .button.clear[disabled].alert:focus,.b3__theme--light .button.clear[disabled].primary:focus,.b3__theme--light .button.clear[disabled].secondary:focus,.b3__theme--light .button.clear[disabled].success:focus,.b3__theme--light .button.clear[disabled].warning:focus{background-color:transparent;color:rgba(102,110,122,.4)}.b3__theme--light .button.clear.disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear.disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear.disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear.disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear.disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear:disabled.alert:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear:disabled.primary:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear:disabled.secondary:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear:disabled.success:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear:disabled.warning:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear[disabled].alert:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear[disabled].primary:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear[disabled].secondary:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear[disabled].success:hover:not(:disabled):not(.disabled),.b3__theme--light .button.clear[disabled].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:rgba(102,110,122,.4)}.b3__theme--light .button.clear.disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear.disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear.disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear.disabled.success:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear.disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear:disabled.alert:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear:disabled.primary:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear:disabled.secondary:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear:disabled.success:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear:disabled.warning:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear[disabled].alert:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear[disabled].primary:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear[disabled].secondary:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear[disabled].success:active:not(:disabled):not(.disabled),.b3__theme--light .button.clear[disabled].warning:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:rgba(102,110,122,.4)}.button[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}.button[class*=b3__btn-with-icon--left] [class^=b3__ico]:before{vertical-align:top}.button[class*=b3__btn-with-icon--left] [class^=b3__ico]{left:.8rem}.button[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}.button[class*=b3__btn-with-icon--right] [class^=b3__ico]:before{vertical-align:top}.button[class*=b3__btn-with-icon--right] [class^=b3__ico]{right:.8rem}.button[class*=b3__btn-with-icon--only]{padding:0;width:3.2rem;height:3.2rem}.button[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}.button[class*=b3__btn-with-icon--only] [class^=b3__ico]:before{vertical-align:top}.button[class*=b3__btn-with-icon--only] [class^=b3__ico]{top:50%;left:50%;transform:translate(-50%,-50%)}.button.arrow-only{padding-left:.2rem}.button.dropdown[class*=b3__btn-with-icon--only]{width:6.4rem;padding-right:3.2rem}.button.dropdown[class*=b3__btn-with-icon--left].btn-link{padding-left:1.6rem;padding-right:1.6rem}.button.dropdown: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}.button-group.tiny .button,.button.tiny{padding:.4rem 1.6rem;border-radius:1.6rem;line-height:.8rem;height:1.6rem;padding-left:.8rem;padding-right:.8rem;font-size:.8rem}.button-group.tiny .button[class*=b3__btn-with-icon--left],.button.tiny[class*=b3__btn-with-icon--left]{padding-left:1.73333rem}.button-group.tiny .button[class*=b3__btn-with-icon--left] [class^=b3__ico],.button.tiny[class*=b3__btn-with-icon--left] [class^=b3__ico]{position:absolute;top:50%;transform:translateY(-50%);width:1.2rem;height:1.2rem;font-size:1.2rem;line-height:1.2rem}.button-group.tiny .button[class*=b3__btn-with-icon--left] [class^=b3__ico]:before,.button.tiny[class*=b3__btn-with-icon--left] [class^=b3__ico]:before{vertical-align:top}.button-group.tiny .button[class*=b3__btn-with-icon--left] [class^=b3__ico],.button.tiny[class*=b3__btn-with-icon--left] [class^=b3__ico]{left:.2rem}.button-group.tiny .button[class*=b3__btn-with-icon--right],.button-group.tiny .dropdown.button,.button.tiny.dropdown,.button.tiny[class*=b3__btn-with-icon--right]{padding-right:1.73333rem}.button-group.tiny .button[class*=b3__btn-with-icon--right] [class^=b3__ico],.button.tiny[class*=b3__btn-with-icon--right] [class^=b3__ico]{position:absolute;top:50%;transform:translateY(-50%);width:1.2rem;height:1.2rem;font-size:1.2rem;line-height:1.2rem}.button-group.tiny .button[class*=b3__btn-with-icon--right] [class^=b3__ico]:before,.button.tiny[class*=b3__btn-with-icon--right] [class^=b3__ico]:before{vertical-align:top}.button-group.tiny .button[class*=b3__btn-with-icon--right] [class^=b3__ico],.button.tiny[class*=b3__btn-with-icon--right] [class^=b3__ico]{right:.2rem}.button-group.tiny .button[class*=b3__btn-with-icon--only],.button.tiny[class*=b3__btn-with-icon--only]{padding:0;width:1.6rem;height:1.6rem}.button-group.tiny .button[class*=b3__btn-with-icon--only] [class^=b3__ico],.button.tiny[class*=b3__btn-with-icon--only] [class^=b3__ico]{position:absolute;top:50%;transform:translateY(-50%);width:1.2rem;height:1.2rem;font-size:1.2rem;line-height:1.2rem}.button-group.tiny .button[class*=b3__btn-with-icon--only] [class^=b3__ico]:before,.button.tiny[class*=b3__btn-with-icon--only] [class^=b3__ico]:before{vertical-align:top}.button-group.tiny .button[class*=b3__btn-with-icon--only] [class^=b3__ico],.button.tiny[class*=b3__btn-with-icon--only] [class^=b3__ico]{top:50%;left:50%;transform:translate(-50%,-50%)}.button-group.tiny .dropdown.button[class*=b3__btn-with-icon--only],.button.tiny.dropdown[class*=b3__btn-with-icon--only]{width:3.2rem;padding-right:1.6rem}.button-group.tiny .dropdown.button:after,.button.tiny.dropdown:after{right:.2rem;width:1.2rem;height:1.2rem;font-size:1.2rem;line-height:1.2rem}.button-group.small .button,.button.small{padding:.6rem 2.4rem;border-radius:2.4rem;line-height:1.2rem;height:2.4rem;font-weight:700;font-size:.8rem;letter-spacing:1.5px!important;text-transform:uppercase;white-space:nowrap}.button-group.small .button[class*=b3__btn-with-icon--left] [class^=b3__ico],.button.small[class*=b3__btn-with-icon--left] [class^=b3__ico]{left:.4rem}.button-group.small .button[class*=b3__btn-with-icon--right] [class^=b3__ico],.button.small[class*=b3__btn-with-icon--right] [class^=b3__ico]{right:.4rem}.button-group.small .button[class*=b3__btn-with-icon--only],.button.small[class*=b3__btn-with-icon--only]{padding:0;width:2.4rem;height:2.4rem}.button-group.small .button[class*=b3__btn-with-icon--only] [class^=b3__ico],.button.small[class*=b3__btn-with-icon--only] [class^=b3__ico]{top:50%;left:50%;transform:translate(-50%,-50%)}.button-group.small .dropdown.button[class*=b3__btn-with-icon--only],.button.small.dropdown[class*=b3__btn-with-icon--only]{width:4.8rem;padding-right:2.4rem}.button-group.small .dropdown.button:after,.button.small.dropdown:after{right:.4rem;width:1.6rem;height:1.6rem;font-size:1.6rem;line-height:1.6rem}.button-group.large .button,.button.large{padding:1rem 4rem;border-radius:4rem;line-height:2rem;height:4rem;font-size:1rem;letter-spacing:1.5px}.button-group.large .button[class*=b3__btn-with-icon--left] [class^=b3__ico],.button.large[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}.button-group.large .button[class*=b3__btn-with-icon--left] [class^=b3__ico]:before,.button.large[class*=b3__btn-with-icon--left] [class^=b3__ico]:before{vertical-align:top}.button-group.large .button[class*=b3__btn-with-icon--left] [class^=b3__ico],.button.large[class*=b3__btn-with-icon--left] [class^=b3__ico]{left:1rem}.button-group.large .button[class*=b3__btn-with-icon--right] [class^=b3__ico],.button.large[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}.button-group.large .button[class*=b3__btn-with-icon--right] [class^=b3__ico]:before,.button.large[class*=b3__btn-with-icon--right] [class^=b3__ico]:before{vertical-align:top}.button-group.large .button[class*=b3__btn-with-icon--right] [class^=b3__ico],.button.large[class*=b3__btn-with-icon--right] [class^=b3__ico]{right:1rem}.button-group.large .button[class*=b3__btn-with-icon--only],.button.large[class*=b3__btn-with-icon--only]{padding:0;width:4rem;height:4rem}.button-group.large .button[class*=b3__btn-with-icon--only] [class^=b3__ico],.button.large[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}.button-group.large .button[class*=b3__btn-with-icon--only] [class^=b3__ico]:before,.button.large[class*=b3__btn-with-icon--only] [class^=b3__ico]:before{vertical-align:top}.button-group.large .button[class*=b3__btn-with-icon--only] [class^=b3__ico],.button.large[class*=b3__btn-with-icon--only] [class^=b3__ico]{top:50%;left:50%;transform:translate(-50%,-50%)}.button-group.large .dropdown.button[class*=b3__btn-with-icon--only],.button.large.dropdown[class*=b3__btn-with-icon--only]{width:8rem;padding-right:4rem}.button-group.large .dropdown.button:after,.button.large.dropdown:after{right:1rem;width:2rem;height:2rem;font-size:2rem;line-height:2rem}.button-group .button{font-weight:700;font-size:.8rem;letter-spacing:1.5px!important;text-transform:uppercase;white-space:nowrap}.button-group .button:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;margin-left:0}.button-group .button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;margin-right:0}.button-group .button:not(:first-child):not(.b3__btn-with-icon--left):not(.b3__btn-with-icon--only):not(.arrow-only){padding-left:1.6rem}.button-group .button:not(:last-child):not(.b3__btn-with-icon--right):not(.b3__btn-with-icon--only){padding-right:1.6rem}.button-group .button.hollow:not(:first-child){border-left-width:0}.button-group .button.hollow:not(:last-child){border-right-width:0}.button-group.primary .button{background-color:#ffd862;border:none;color:#002c63}.button-group.primary .button:focus{background-color:#ffd862;color:#002c63}.button-group.primary .button.active:not(:disabled):not(.disabled){background-color:#e2c25f;color:#002c63}.show>.button-group.primary .button.dropdown-toggle{background-color:#e2c25f;color:#002c63}.button-group.primary .button:hover:not(:disabled):not(.disabled){background:#ffe8a1 radial-gradient(circle,transparent 1%,#ffe8a1 1%) center/15000%;color:#002c63}.button-group.primary .button:active:not(:disabled):not(.disabled){background-color:#fffbef;background-size:100%;transition:background 0s;color:#002c63}.b3__theme--dark .button-group.primary .button,.b3__theme--trader .button-group.primary .button{background-color:#ffd862;border-color:#ffd862;color:#002c63}.b3__theme--dark .button-group.primary .button:focus,.b3__theme--trader .button-group.primary .button:focus{background-color:#ffd862;color:#002c63}.b3__theme--dark .button-group.primary .button.active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.primary .button.active:not(:disabled):not(.disabled){background-color:#e2c25f;color:#002c63}.b3__theme--dark .button-group.primary .button:hover:not(:disabled):not(.disabled),.b3__theme--trader .button-group.primary .button:hover:not(:disabled):not(.disabled){background:#ffe8a1 radial-gradient(circle,transparent 1%,#ffe8a1 1%) center/15000%;color:#002c63}.b3__theme--dark .button-group.primary .button:active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.primary .button:active:not(:disabled):not(.disabled){background-color:#fffbef;background-size:100%;transition:background 0s;color:#002c63}.b3__theme--light .button-group.primary .button{background-color:#ffd862;border-color:#ffd862;color:#002c63}.b3__theme--light .button-group.primary .button:focus{background-color:#ffd862;color:#002c63}.b3__theme--light .button-group.primary .button.active:not(:disabled):not(.disabled){background-color:#ffde7a;color:#002c63}.b3__theme--light .button-group.primary .button:hover:not(:disabled):not(.disabled){background:#ffe8a1 radial-gradient(circle,transparent 1%,#ffe8a1 1%) center/15000%;color:#002c63}.b3__theme--light .button-group.primary .button:active:not(:disabled):not(.disabled){background-color:#fffbef;background-size:100%;transition:background 0s;color:#002c63}.button-group.success .button{background-color:#08ce79;border:none;color:#002c63}.button-group.success .button:focus{background-color:#08ce79;color:#002c63}.button-group.success .button.active:not(:disabled):not(.disabled){background-color:#10b972;color:#002c63}.show>.button-group.success .button.dropdown-toggle{background-color:#10b972;color:#002c63}.button-group.success .button:hover:not(:disabled):not(.disabled){background:#6be2af radial-gradient(circle,transparent 1%,#6be2af 1%) center/15000%;color:#002c63}.button-group.success .button:active:not(:disabled):not(.disabled){background-color:#e6faf2;background-size:100%;transition:background 0s;color:#002c63}.b3__theme--dark .button-group.success .button,.b3__theme--trader .button-group.success .button{background-color:#08ce79;border-color:#08ce79;color:#002c63}.b3__theme--dark .button-group.success .button:focus,.b3__theme--trader .button-group.success .button:focus{background-color:#08ce79;color:#002c63}.b3__theme--dark .button-group.success .button.active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.success .button.active:not(:disabled):not(.disabled){background-color:#10b972;color:#002c63}.b3__theme--dark .button-group.success .button:hover:not(:disabled):not(.disabled),.b3__theme--trader .button-group.success .button:hover:not(:disabled):not(.disabled){background:#6be2af radial-gradient(circle,transparent 1%,#6be2af 1%) center/15000%;color:#002c63}.b3__theme--dark .button-group.success .button:active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.success .button:active:not(:disabled):not(.disabled){background-color:#e6faf2;background-size:100%;transition:background 0s;color:#002c63}.b3__theme--light .button-group.success .button{background-color:#08ce79;border-color:#08ce79;color:#002c63}.b3__theme--light .button-group.success .button:focus{background-color:#08ce79;color:#002c63}.b3__theme--light .button-group.success .button.active:not(:disabled):not(.disabled){background-color:#2dd58d;color:#002c63}.b3__theme--light .button-group.success .button:hover:not(:disabled):not(.disabled){background:#6be2af radial-gradient(circle,transparent 1%,#6be2af 1%) center/15000%;color:#002c63}.b3__theme--light .button-group.success .button:active:not(:disabled):not(.disabled){background-color:#e6faf2;background-size:100%;transition:background 0s;color:#002c63}.button-group.alert .button,.button-group.warning .button{background-color:#fa7c4a;border:none;color:#002c63}.button-group.alert .button:focus,.button-group.warning .button:focus{background-color:#fa7c4a;color:#002c63}.button-group.alert .button.active:not(:disabled):not(.disabled),.button-group.warning .button.active:not(:disabled):not(.disabled){background-color:#de744a;color:#002c63}.show>.button-group.alert .button.dropdown-toggle,.show>.button-group.warning .button.dropdown-toggle{background-color:#de744a;color:#002c63}.button-group.alert .button:hover:not(:disabled):not(.disabled),.button-group.warning .button:hover:not(:disabled):not(.disabled){background:#fcb092 radial-gradient(circle,transparent 1%,#fcb092 1%) center/15000%;color:#002c63}.button-group.alert .button:active:not(:disabled):not(.disabled),.button-group.warning .button:active:not(:disabled):not(.disabled){background-color:#fff2ed;background-size:100%;transition:background 0s;color:#002c63}.b3__theme--dark .button-group.alert .button,.b3__theme--dark .button-group.warning .button,.b3__theme--trader .button-group.alert .button,.b3__theme--trader .button-group.warning .button{background-color:#fa7c4a;border-color:#fa7c4a;color:#002c63}.b3__theme--dark .button-group.alert .button:focus,.b3__theme--dark .button-group.warning .button:focus,.b3__theme--trader .button-group.alert .button:focus,.b3__theme--trader .button-group.warning .button:focus{background-color:#fa7c4a;color:#002c63}.b3__theme--dark .button-group.alert .button.active:not(:disabled):not(.disabled),.b3__theme--dark .button-group.warning .button.active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.alert .button.active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.warning .button.active:not(:disabled):not(.disabled){background-color:#de744a;color:#002c63}.b3__theme--dark .button-group.alert .button:hover:not(:disabled):not(.disabled),.b3__theme--dark .button-group.warning .button:hover:not(:disabled):not(.disabled),.b3__theme--trader .button-group.alert .button:hover:not(:disabled):not(.disabled),.b3__theme--trader .button-group.warning .button:hover:not(:disabled):not(.disabled){background:#fcb092 radial-gradient(circle,transparent 1%,#fcb092 1%) center/15000%;color:#002c63}.b3__theme--dark .button-group.alert .button:active:not(:disabled):not(.disabled),.b3__theme--dark .button-group.warning .button:active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.alert .button:active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.warning .button:active:not(:disabled):not(.disabled){background-color:#fff2ed;background-size:100%;transition:background 0s;color:#002c63}.b3__theme--light .button-group.alert .button,.b3__theme--light .button-group.warning .button{background-color:#fa7c4a;border-color:#fa7c4a;color:#002c63}.b3__theme--light .button-group.alert .button:focus,.b3__theme--light .button-group.warning .button:focus{background-color:#fa7c4a;color:#002c63}.b3__theme--light .button-group.alert .button.active:not(:disabled):not(.disabled),.b3__theme--light .button-group.warning .button.active:not(:disabled):not(.disabled){background-color:#fb9065;color:#002c63}.b3__theme--light .button-group.alert .button:hover:not(:disabled):not(.disabled),.b3__theme--light .button-group.warning .button:hover:not(:disabled):not(.disabled){background:#fcb092 radial-gradient(circle,transparent 1%,#fcb092 1%) center/15000%;color:#002c63}.b3__theme--light .button-group.alert .button:active:not(:disabled):not(.disabled),.b3__theme--light .button-group.warning .button:active:not(:disabled):not(.disabled){background-color:#fff2ed;background-size:100%;transition:background 0s;color:#002c63}.button-group.hollow .button{background-color:transparent;border:1px solid #0063de;color:#0063de}.button-group.hollow .button:focus{background-color:transparent;color:#0063de}.button-group.hollow .button:focus,.button-group.hollow .button:hover{border-color:#0063de}.button-group.hollow .button: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}.button-group.hollow .button:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#0063de}.b3__theme--dark .button-group.hollow .button,.b3__theme--trader .button-group.hollow .button{background-color:transparent;border-color:#ffd862;color:#ffd862}.b3__theme--dark .button-group.hollow .button:focus,.b3__theme--trader .button-group.hollow .button:focus{color:#ffd862}.b3__theme--dark .button-group.hollow .button:focus,.b3__theme--dark .button-group.hollow .button:hover,.b3__theme--trader .button-group.hollow .button:focus,.b3__theme--trader .button-group.hollow .button:hover{border-color:#ffd862}.b3__theme--dark .button-group.hollow .button:hover:not(:disabled):not(.disabled),.b3__theme--trader .button-group.hollow .button: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 .button-group.hollow .button:active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.hollow .button:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:#ffd862}.b3__theme--light .button-group.hollow .button{background-color:transparent;border:1px solid #0063de;color:#0063de}.b3__theme--light .button-group.hollow .button:focus{background-color:transparent;color:#0063de}.b3__theme--light .button-group.hollow .button:focus,.b3__theme--light .button-group.hollow .button:hover{border-color:#0063de}.b3__theme--light .button-group.hollow .button: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 .button-group.hollow .button:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#0063de}.button-group.hollow .button:not(:first-child){border-left-width:0}.button-group.hollow .button:not(:last-child){border-right-width:0}.button-group.hollow.secondary .button{background-color:transparent;border:1px solid #666e7a;color:#666e7a}.button-group.hollow.secondary .button:focus{background-color:transparent;color:#666e7a}.button-group.hollow.secondary .button:focus,.button-group.hollow.secondary .button:hover{border-color:#666e7a}.button-group.hollow.secondary .button: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}.button-group.hollow.secondary .button:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#666e7a}.b3__theme--dark .button-group.hollow.secondary .button,.b3__theme--trader .button-group.hollow.secondary .button{background-color:transparent;border-color:rgba(255,255,255,.7);color:rgba(255,255,255,.7)}.b3__theme--dark .button-group.hollow.secondary .button:focus,.b3__theme--trader .button-group.hollow.secondary .button:focus{color:rgba(255,255,255,.7)}.b3__theme--dark .button-group.hollow.secondary .button:focus,.b3__theme--dark .button-group.hollow.secondary .button:hover,.b3__theme--trader .button-group.hollow.secondary .button:focus,.b3__theme--trader .button-group.hollow.secondary .button:hover{border-color:rgba(255,255,255,.7)}.b3__theme--dark .button-group.hollow.secondary .button:hover:not(:disabled):not(.disabled),.b3__theme--trader .button-group.hollow.secondary .button: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 .button-group.hollow.secondary .button:active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.hollow.secondary .button:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:rgba(255,255,255,.7)}.b3__theme--light .button-group.hollow.secondary .button{background-color:transparent;border:1px solid #666e7a;color:#666e7a}.b3__theme--light .button-group.hollow.secondary .button:focus{background-color:transparent;color:#666e7a}.b3__theme--light .button-group.hollow.secondary .button:focus,.b3__theme--light .button-group.hollow.secondary .button:hover{border-color:#666e7a}.b3__theme--light .button-group.hollow.secondary .button: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 .button-group.hollow.secondary .button:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#666e7a}.button-group.hollow.secondary .button:not(:first-child){border-left-width:0}.button-group.hollow.secondary .button:not(:last-child){border-right-width:0}.button-group.hollow.success .button{background-color:transparent;border:1px solid #08ce79;color:#008750}.button-group.hollow.success .button:focus{background-color:transparent;color:#008750}.button-group.hollow.success .button:focus,.button-group.hollow.success .button:hover{border-color:#08ce79}.button-group.hollow.success .button: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}.button-group.hollow.success .button:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#008750}.b3__theme--dark .button-group.hollow.success .button,.b3__theme--trader .button-group.hollow.success .button{background-color:transparent;border-color:#08ce79;color:#08ce79}.b3__theme--dark .button-group.hollow.success .button:focus,.b3__theme--trader .button-group.hollow.success .button:focus{color:#08ce79}.b3__theme--dark .button-group.hollow.success .button:focus,.b3__theme--dark .button-group.hollow.success .button:hover,.b3__theme--trader .button-group.hollow.success .button:focus,.b3__theme--trader .button-group.hollow.success .button:hover{border-color:#08ce79}.b3__theme--dark .button-group.hollow.success .button:hover:not(:disabled):not(.disabled),.b3__theme--trader .button-group.hollow.success .button: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 .button-group.hollow.success .button:active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.hollow.success .button:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:#08ce79}.b3__theme--light .button-group.hollow.success .button{background-color:transparent;border:1px solid #08ce79;color:#008750}.b3__theme--light .button-group.hollow.success .button:focus{background-color:transparent;color:#008750}.b3__theme--light .button-group.hollow.success .button:focus,.b3__theme--light .button-group.hollow.success .button:hover{border-color:#08ce79}.b3__theme--light .button-group.hollow.success .button: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 .button-group.hollow.success .button:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#008750}.button-group.hollow.success .button:not(:first-child){border-left-width:0}.button-group.hollow.success .button:not(:last-child){border-right-width:0}.button-group.hollow.alert .button,.button-group.hollow.warning .button{background-color:transparent;border:1px solid #fa7c4a;color:#c40}.button-group.hollow.alert .button:focus,.button-group.hollow.warning .button:focus{background-color:transparent;color:#c40}.button-group.hollow.alert .button:focus,.button-group.hollow.alert .button:hover,.button-group.hollow.warning .button:focus,.button-group.hollow.warning .button:hover{border-color:#fa7c4a}.button-group.hollow.alert .button:hover:not(:disabled):not(.disabled),.button-group.hollow.warning .button: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}.button-group.hollow.alert .button:active:not(:disabled):not(.disabled),.button-group.hollow.warning .button:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#c40}.b3__theme--dark .button-group.hollow.alert .button,.b3__theme--dark .button-group.hollow.warning .button,.b3__theme--trader .button-group.hollow.alert .button,.b3__theme--trader .button-group.hollow.warning .button{background-color:transparent;border-color:#fa7c4a;color:#fa7c4a}.b3__theme--dark .button-group.hollow.alert .button:focus,.b3__theme--dark .button-group.hollow.warning .button:focus,.b3__theme--trader .button-group.hollow.alert .button:focus,.b3__theme--trader .button-group.hollow.warning .button:focus{color:#fa7c4a}.b3__theme--dark .button-group.hollow.alert .button:focus,.b3__theme--dark .button-group.hollow.alert .button:hover,.b3__theme--dark .button-group.hollow.warning .button:focus,.b3__theme--dark .button-group.hollow.warning .button:hover,.b3__theme--trader .button-group.hollow.alert .button:focus,.b3__theme--trader .button-group.hollow.alert .button:hover,.b3__theme--trader .button-group.hollow.warning .button:focus,.b3__theme--trader .button-group.hollow.warning .button:hover{border-color:#fa7c4a}.b3__theme--dark .button-group.hollow.alert .button:hover:not(:disabled):not(.disabled),.b3__theme--dark .button-group.hollow.warning .button:hover:not(:disabled):not(.disabled),.b3__theme--trader .button-group.hollow.alert .button:hover:not(:disabled):not(.disabled),.b3__theme--trader .button-group.hollow.warning .button: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 .button-group.hollow.alert .button:active:not(:disabled):not(.disabled),.b3__theme--dark .button-group.hollow.warning .button:active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.hollow.alert .button:active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.hollow.warning .button:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:#fa7c4a}.b3__theme--light .button-group.hollow.alert .button,.b3__theme--light .button-group.hollow.warning .button{background-color:transparent;border:1px solid #fa7c4a;color:#c40}.b3__theme--light .button-group.hollow.alert .button:focus,.b3__theme--light .button-group.hollow.warning .button:focus{background-color:transparent;color:#c40}.b3__theme--light .button-group.hollow.alert .button:focus,.b3__theme--light .button-group.hollow.alert .button:hover,.b3__theme--light .button-group.hollow.warning .button:focus,.b3__theme--light .button-group.hollow.warning .button:hover{border-color:#fa7c4a}.b3__theme--light .button-group.hollow.alert .button:hover:not(:disabled):not(.disabled),.b3__theme--light .button-group.hollow.warning .button: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 .button-group.hollow.alert .button:active:not(:disabled):not(.disabled),.b3__theme--light .button-group.hollow.warning .button:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#c40}.button-group.hollow.alert .button:not(:first-child),.button-group.hollow.warning .button:not(:first-child){border-left-width:0}.button-group.hollow.alert .button:not(:last-child),.button-group.hollow.warning .button:not(:last-child){border-right-width:0}.button-group.clear .button{background-color:transparent;border:none;color:#0063de}.button-group.clear .button:focus{background-color:transparent;color:#0063de}.button-group.clear .button: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}.button-group.clear .button:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#0063de}.b3__theme--dark .button-group.clear .button,.b3__theme--trader .button-group.clear .button{background-color:transparent;color:#ffd862}.b3__theme--dark .button-group.clear .button:focus,.b3__theme--trader .button-group.clear .button:focus{color:#ffd862}.b3__theme--dark .button-group.clear .button:hover:not(:disabled):not(.disabled),.b3__theme--trader .button-group.clear .button: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 .button-group.clear .button:active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.clear .button:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:#ffd862}.b3__theme--light .button-group.clear .button{background-color:transparent;border:none;color:#0063de}.b3__theme--light .button-group.clear .button:focus{background-color:transparent;color:#0063de}.b3__theme--light .button-group.clear .button: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 .button-group.clear .button:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#0063de}.button-group.clear.secondary .button{background-color:transparent;border:none;color:#666e7a}.button-group.clear.secondary .button:focus{background-color:transparent;color:#666e7a}.button-group.clear.secondary .button: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}.button-group.clear.secondary .button:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#666e7a}.b3__theme--dark .button-group.clear.secondary .button,.b3__theme--trader .button-group.clear.secondary .button{background-color:transparent;color:#ffd862}.b3__theme--dark .button-group.clear.secondary .button:focus,.b3__theme--trader .button-group.clear.secondary .button:focus{color:#ffd862}.b3__theme--dark .button-group.clear.secondary .button:hover:not(:disabled):not(.disabled),.b3__theme--trader .button-group.clear.secondary .button: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 .button-group.clear.secondary .button:active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.clear.secondary .button:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:#ffd862}.b3__theme--light .button-group.clear.secondary .button{background-color:transparent;border:none;color:#666e7a}.b3__theme--light .button-group.clear.secondary .button:focus{background-color:transparent;color:#666e7a}.b3__theme--light .button-group.clear.secondary .button: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 .button-group.clear.secondary .button:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#666e7a}.button-group.clear.success .button{background-color:transparent;border:none;color:#008750}.button-group.clear.success .button:focus{background-color:transparent;color:#008750}.button-group.clear.success .button: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}.button-group.clear.success .button:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#008750}.b3__theme--dark .button-group.clear.success .button,.b3__theme--trader .button-group.clear.success .button{background-color:transparent;color:#08ce79}.b3__theme--dark .button-group.clear.success .button:focus,.b3__theme--trader .button-group.clear.success .button:focus{color:#08ce79}.b3__theme--dark .button-group.clear.success .button:hover:not(:disabled):not(.disabled),.b3__theme--trader .button-group.clear.success .button: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 .button-group.clear.success .button:active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.clear.success .button:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:#08ce79}.b3__theme--light .button-group.clear.success .button{background-color:transparent;border:none;color:#008750}.b3__theme--light .button-group.clear.success .button:focus{background-color:transparent;color:#008750}.b3__theme--light .button-group.clear.success .button: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 .button-group.clear.success .button:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#008750}.button-group.clear.alert .button,.button-group.clear.warning .button{background-color:transparent;border:none;color:#c40}.button-group.clear.alert .button:focus,.button-group.clear.warning .button:focus{background-color:transparent;color:#c40}.button-group.clear.alert .button:hover:not(:disabled):not(.disabled),.button-group.clear.warning .button: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}.button-group.clear.alert .button:active:not(:disabled):not(.disabled),.button-group.clear.warning .button:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#c40}.b3__theme--dark .button-group.clear.alert .button,.b3__theme--dark .button-group.clear.warning .button,.b3__theme--trader .button-group.clear.alert .button,.b3__theme--trader .button-group.clear.warning .button{background-color:transparent;color:#fa7c4a}.b3__theme--dark .button-group.clear.alert .button:focus,.b3__theme--dark .button-group.clear.warning .button:focus,.b3__theme--trader .button-group.clear.alert .button:focus,.b3__theme--trader .button-group.clear.warning .button:focus{color:#fa7c4a}.b3__theme--dark .button-group.clear.alert .button:hover:not(:disabled):not(.disabled),.b3__theme--dark .button-group.clear.warning .button:hover:not(:disabled):not(.disabled),.b3__theme--trader .button-group.clear.alert .button:hover:not(:disabled):not(.disabled),.b3__theme--trader .button-group.clear.warning .button: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 .button-group.clear.alert .button:active:not(:disabled):not(.disabled),.b3__theme--dark .button-group.clear.warning .button:active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.clear.alert .button:active:not(:disabled):not(.disabled),.b3__theme--trader .button-group.clear.warning .button:active:not(:disabled):not(.disabled){background-color:#fff;background-size:100%;transition:background 0s;color:#fa7c4a}.b3__theme--light .button-group.clear.alert .button,.b3__theme--light .button-group.clear.warning .button{background-color:transparent;border:none;color:#c40}.b3__theme--light .button-group.clear.alert .button:focus,.b3__theme--light .button-group.clear.warning .button:focus{background-color:transparent;color:#c40}.b3__theme--light .button-group.clear.alert .button:hover:not(:disabled):not(.disabled),.b3__theme--light .button-group.clear.warning .button: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 .button-group.clear.alert .button:active:not(:disabled):not(.disabled),.b3__theme--light .button-group.clear.warning .button:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#c40}.button-group.tiny .button:not(:first-child):not(.b3__btn-with-icon--left):not(.b3__btn-with-icon--only):not(.arrow-only){padding-left:.4rem}.button-group.tiny .button:not(:last-child):not(.b3__btn-with-icon--right):not(.b3__btn-with-icon--only){padding-right:.4rem}.button-group.small .button:not(:first-child):not(.b3__btn-with-icon--left):not(.b3__btn-with-icon--only):not(.arrow-only){padding-left:1.2rem}.button-group.small .button:not(:last-child):not(.b3__btn-with-icon--right):not(.b3__btn-with-icon--only){padding-right:1.2rem}.button-group.large .button:not(:first-child):not(.b3__btn-with-icon--left):not(.b3__btn-with-icon--only):not(.arrow-only){padding-left:2rem}.button-group.large .button:not(:last-child):not(.b3__btn-with-icon--right):not(.b3__btn-with-icon--only){padding-right:2rem}.slider{width:100%;background:rgba(102,110,122,.18);height:.4rem;border-radius:.4rem}.b3__theme--dark .slider,.b3__theme--trader .slider{background:rgba(255,255,255,.15)}.slider-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)}.slider-handle:hover{background:#00b0e6;box-shadow:0 0 0 .8rem rgba(0,176,230,.2)}.slider-handle:focus:active{opacity:1;background:#00b0e6;border-color:#fff;box-shadow:0 0 0 .8rem rgba(0,176,230,.2)!important}.slider-fill{background:#00b0e6;opacity:.5;height:.4rem;border-radius:.4rem}.slider.disabled{opacity:1}.slider.disabled .slider-handle{opacity:1;background:#a2a8b1;border-color:#a2a8b1;box-shadow:0 0 0 .8rem transparent!important;cursor:not-allowed}.slider.disabled .slider-fill{background:rgba(102,110,122,.5);opacity:.4}.b3__theme--dark .slider.disabled .slider-fill,.b3__theme--trader .slider.disabled .slider-fill{opacity:1}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;background:rgba(102,110,122,.18);height:.4rem;border-radius:.4rem;opacity:1}.b3__theme--dark input[type=range],.b3__theme--trader input[type=range]{background:rgba(255,255,255,.15)}input[type=range]::-webkit-slider-runnable-track{background:0 0!important;box-shadow:none!important}input[type=range]::-moz-range-track{background:0 0!important;box-shadow:none!important}input[type=range]::-ms-track{background:0 0!important;box-shadow:none!important}input[type=range]::-ms-fill-upper{background:0 0!important;box-shadow:none!important}input[type=range]::-ms-fill-lower{background:#00b0e6;opacity:.5;height:.4rem;border-radius:.4rem}input[type=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)}input[type=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)}input[type=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)}input[type=range]:hover::-webkit-slider-thumb{background:#00b0e6;box-shadow:0 0 0 .8rem rgba(0,176,230,.2)}input[type=range]:hover::-moz-range-thumb{background:#00b0e6;box-shadow:0 0 0 .8rem rgba(0,176,230,.2)}input[type=range]:focus{box-shadow:none!important;outline:0}input[type=range]:focus::-webkit-slider-thumb{opacity:1;background:#00b0e6;border-color:#fff;box-shadow:0 0 0 .8rem rgba(0,176,230,.2)!important}input[type=range]:focus::-moz-range-thumb{opacity:1;background:#00b0e6;border-color:#fff;box-shadow:0 0 0 .8rem rgba(0,176,230,.2)!important}input[type=range]:disabled::-webkit-slider-thumb{opacity:1;background:#a2a8b1;border-color:#a2a8b1;box-shadow:0 0 0 .8rem transparent!important;cursor:not-allowed}input[type=range]:disabled::-moz-range-thumb{opacity:1;background:#a2a8b1;border-color:#a2a8b1;box-shadow:0 0 0 .8rem transparent!important;cursor:not-allowed}/*! 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}.switch-paddle{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 .switch-paddle,.b3__theme--trader .switch-paddle{background:#002c63}.b3__theme--trader .switch-paddle{background:#1e2023}input:checked~.switch-paddle{background:#00b0e6;border-color:#00b0e6}input:focus~.switch-paddle{box-shadow:0 0 0 .2rem rgba(0,176,230,.6)}input:disabled~.switch-paddle{background:#fff;border-color:rgba(102,110,122,.4)}.b3__theme--dark input:disabled~.switch-paddle,.b3__theme--trader input:disabled~.switch-paddle{background:#002c63;border-color:rgba(255,255,255,.25)}.b3__theme--trader input:disabled~.switch-paddle{background:#1e2023}.switch-paddle:after{width:.8rem;height:.8rem;top:50%;transform:translateY(-50%);border-radius:50%;background:#00b0e6;transition:all .2s ease}input:checked~.switch-paddle:after{left:1.46667rem;top:50%;transform:translateY(-50%);background:#fff}input:disabled~.switch-paddle:after{background:rgba(102,110,122,.4)}.b3__theme--dark input:disabled~.switch-paddle:after,.b3__theme--trader input:disabled~.switch-paddle:after{background:rgba(255,255,255,.25)}.switch-paddle:hover{box-shadow:0 0 0 .8rem rgba(0,176,230,.2)}input:disabled~.switch-paddle:hover{box-shadow:0 0 0 0 rgba(0,176,230,.2);cursor:not-allowed}.switch-active,.switch-inactive{font-weight:700;font-size:.8rem;line-height:1.2em;letter-spacing:.5px;text-transform:uppercase}.switch-inactive{color:#00b0e6;right:5%}.switch input:disabled~.switch-paddle .switch-active,.switch input:disabled~.switch-paddle .switch-inactive{color:rgba(102,110,122,.4)}.b3__theme--dark .switch input:disabled~.switch-paddle .switch-active,.b3__theme--dark .switch input:disabled~.switch-paddle .switch-inactive,.b3__theme--trader .switch input:disabled~.switch-paddle .switch-active,.b3__theme--trader .switch input:disabled~.switch-paddle .switch-inactive{color:rgba(255,255,255,.25)}.switch.tiny .switch-paddle{width:2.2rem;height:1.2rem;border-radius:1.2rem;top:50%;transform:translateY(-50%)}.switch.tiny .switch-paddle:after{width:.4rem;height:.4rem;top:50%;transform:translateY(-50%)}.switch.tiny input:checked~.switch-paddle:after{left:1.33333rem}.switch.small .switch-paddle{width:2.8rem;height:1.6rem;border-radius:1.6rem;top:50%;transform:translateY(-50%)}.switch.small .switch-paddle:after{width:.8rem;height:.8rem;top:50%;transform:translateY(-50%)}.switch.small input:checked~.switch-paddle:after{left:1.46667rem}.switch.large .switch-paddle{width:4rem;height:2rem;border-radius:2rem;top:50%;transform:translateY(-50%)}.switch.large .switch-paddle:after{left:.26667rem;width:1rem;height:1rem;top:50%;transform:translateY(-50%)}.switch.large input:checked~.switch-paddle:after{left:2.4rem}.b3__form-control,.b3__form-file,.b3__form-select{position:relative;border-radius:3px;overflow:hidden;transition:all .8s;background:rgba(246,246,247,.88)}.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)}.b3__theme--trader .b3__form-control,.b3__theme--trader .b3__form-file,.b3__theme--trader .b3__form-select{background:rgba(26,50,59,.9)}.b3__theme--light .b3__form-control,.b3__theme--light .b3__form-file,.b3__theme--light .b3__form-select{background:rgba(246,246,247,.88)}.b3__form-control.is-focused,.b3__form-select.is-focused,.is-focused.b3__form-file{background-color:rgba(128,216,243,.28)}.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)}.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)}.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)}.b3__form-control:before,.b3__form-file:before,.b3__form-select:before{content:'';position:absolute;bottom:0;height:.13333rem;width:0;left:50%;background:#00b0e6;transition:all .4s ease-in-out}.b3__form-control:before,.b3__form-file:before,.b3__form-select:before{transform:translateX(-50%)}.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%}.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%}.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%}.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%}.b3__form-control label,.b3__form-file label,.b3__form-select label{position:absolute;left:.8rem;font-weight:400;font-size:.9rem;line-height:1.62em;letter-spacing:0;transition:.2s all ease;cursor:pointer;color:#666e7a;pointer-events:none}.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)}.b3__theme--light .b3__form-control label,.b3__theme--light .b3__form-file label,.b3__theme--light .b3__form-select label{color:#666e7a}.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;border-radius:0;border-bottom:1px solid #00b0e6;background:0 0;box-shadow:none;padding:1.2rem .8rem 0;transition:.2s all ease;cursor:pointer;color:#40444d;border-color:#00b0e6!important;margin:0;width:100%}.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;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;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;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 .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;box-shadow:0 0 0 1000px rgba(255,255,255,.1) inset}.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}.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;outline:0;box-shadow:none;border:none}.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}.b3__form-control select:focus::-ms-value,.b3__form-file select:focus::-ms-value,.b3__form-select select:focus::-ms-value{background:0 0}.b3__form-control select::-ms-expand,.b3__form-file select::-ms-expand,.b3__form-select select::-ms-expand{display:none}.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}.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;font-weight:600;font-size:1rem;line-height:1.33em;letter-spacing:0}.b3__form-control.small,.b3__form-select.small,.small.b3__form-file{display:-ms-grid;display:grid;-ms-grid-columns:1fr 7fr;grid-template-columns:1fr 7fr}.b3__form-control.small label,.b3__form-select.small label,.small.b3__form-file label{position:static;line-height:2.33333rem;white-space:nowrap;display:inline-block;padding:0 .8rem;transform:translateY(0);margin:0;-ms-grid-column:1;border-bottom:1px solid #00b0e6}.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)}.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}.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;padding:0 .8rem;line-height:2.33333rem;-ms-grid-column:2}.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}.b3__form-control.is-search,.b3__form-select.is-search,.is-search.b3__form-file{border-radius:3.2rem}.b3__form-control.is-focused,.b3__form-select.is-focused,.is-focused.b3__form-file{background-size:100%;transition:background 0s}.b3__form-control.is-focused:before,.b3__form-select.is-focused:before,.is-focused.b3__form-file:before{width:100%}.b3__form-control.is-focused label,.b3__form-select.is-focused label,.is-focused.b3__form-file label{color:#00b0e6}.b3__form-control.is-focused.small label,.b3__form-select.is-focused.small label,.is-focused.small.b3__form-file label{border-color:#00b0e6}.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;cursor:not-allowed;color:rgba(102,110,122,.5)}.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)}.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)}.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;letter-spacing:0;top:.13333rem;transform:translateY(0)}.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}.b3__form-control.is-valid:before,.b3__form-select.is-valid:before,.is-valid.b3__form-file:before{background:#08ce79;width:100%}.b3__form-control.is-valid label,.b3__form-select.is-valid label,.is-valid.b3__form-file label{color:#008750}.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}.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}.b3__form-control.is-valid~.b3__form-feedback--valid,.b3__form-select.is-valid~.b3__form-feedback--valid,.is-valid.b3__form-file~.b3__form-feedback--valid{max-height:6.66667rem;margin-top:.4rem}.b3__form-control.is-invalid:before,.b3__form-select.is-invalid:before,.is-invalid.b3__form-file:before{background:#fa7c4a;width:100%}.b3__form-control.is-invalid label,.b3__form-select.is-invalid label,.is-invalid.b3__form-file label{color:#c40}.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}.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}.b3__form-control.is-invalid~.b3__form-feedback--invalid,.b3__form-select.is-invalid~.b3__form-feedback--invalid,.is-invalid.b3__form-file~.b3__form-feedback--invalid{max-height:6.66667rem;margin-top:.4rem}.b3__form-control label,.b3__form-file label{top:50%;transform:translateY(-50%)}.b3__form-control input,.b3__form-control textarea,.b3__form-file input,.b3__form-file textarea{caret-color:#00b0e6}.b3__form-control input::placeholder,.b3__form-control textarea::placeholder,.b3__form-file input::placeholder,.b3__form-file textarea::placeholder{opacity:.4;color:#666e7a}.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)}.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}.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;color:#666e7a}.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)}.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}.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;color:#666e7a}.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)}.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}.b3__form-control textarea,.b3__form-file textarea{margin-top:1.4rem;padding-top:0}.b3__form-control.is-datepicker:after,.is-datepicker.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-control.is-datepicker:after,.b3__theme--light .is-datepicker.b3__form-file:after{color:#002c63}.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}.b3__theme--trader .b3__form-control.is-datepicker:after,.b3__theme--trader .is-datepicker.b3__form-file:after{color:#fff}.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;letter-spacing:0;top:.13333rem;transform:translateY(0)}.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{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{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{max-height:6.66667rem;margin-top:.4rem}.b3__form-feedback--valid{color:#008750}.b3__form-feedback--valid:before{content:""}.b3__theme--dark .b3__form-feedback--valid,.b3__theme--trader .b3__form-feedback--valid{color:#08ce79}.b3__theme--light .b3__form-feedback--valid{color:#008750}.b3__form-feedback--invalid{color:#c40}.b3__form-feedback--invalid:before{content:""}.b3__theme--dark .b3__form-feedback--invalid,.b3__theme--trader .b3__form-feedback--invalid{color:#fa7c4a}.b3__theme--light .b3__form-feedback--invalid{color:#c40}.b3__form-help-text,.help-text{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 .help-text,.b3__theme--trader .b3__form-help-text,.b3__theme--trader .help-text{color:rgba(255,255,255,.7)!important}.b3__theme--light .b3__form-help-text,.b3__theme--light .help-text{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}.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 .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}.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;border-bottom-right-radius:0}.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;border-bottom-left-radius:0}.input-group-label{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-label,.b3__theme--trader .input-group-label{color:rgba(255,255,255,.7)}.b3__theme--light .input-group-label{color:#666e7a}.input-group-label span[class^=b3__ico--]{font-size:1.6rem}.input-group-label .b3__form-checkbox~label,.input-group-label .b3__form-radio~label{margin-left:0;margin-right:0}.input-group .button{font-size:.8rem;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 .button[class*=b3__btn-with-icon--left]{padding-left:1.73333rem}.input-group .button[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 .button[class*=b3__btn-with-icon--left] [class^=b3__ico]:before{vertical-align:top}.input-group .button[class*=b3__btn-with-icon--left] [class^=b3__ico]{left:.2rem}.input-group .button.dropdown,.input-group .button[class*=b3__btn-with-icon--right]{padding-right:1.73333rem}.input-group .button[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 .button[class*=b3__btn-with-icon--right] [class^=b3__ico]:before{vertical-align:top}.input-group .button[class*=b3__btn-with-icon--right] [class^=b3__ico]{right:.2rem}.input-group .button[class*=b3__btn-with-icon--only]{padding:0;width:1.6rem;height:1.6rem}.input-group .button[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 .button[class*=b3__btn-with-icon--only] [class^=b3__ico]:before{vertical-align:top}.input-group .button[class*=b3__btn-with-icon--only] [class^=b3__ico]{top:50%;left:50%;transform:translate(-50%,-50%)}.input-group .button.dropdown-toggle{padding-right:1.2rem}.input-group .button.dropdown-toggle:after{right:.2rem;width:1rem;height:1rem;font-size:1rem;line-height:1rem}.picker table:not(.unstriped) tbody tr:nth-child(even){background:0 0}.picker thead th{padding:inherit;line-height:inherit;border:none;text-align:center}.picker tbody td,.picker tbody th,.picker tfoot td,.picker tfoot th{border:none}.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}.menu>li.menu-text,.menu>li>a{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;min-height:3.2rem}.b3__theme--dark .menu>li.menu-text,.b3__theme--dark .menu>li>a,.b3__theme--trader .menu>li.menu-text,.b3__theme--trader .menu>li>a{color:#fff}.b3__theme--light .menu>li.menu-text,.b3__theme--light .menu>li>a{color:#002c63}.menu>li.menu-text [class^=b3__ico--],.menu>li>a [class^=b3__ico--]{font-size:1.6rem;margin-right:.6rem;height:1.6rem;overflow:hidden}.menu>li.menu-text{color:#666e7a;font-weight:400}.b3__theme--dark .menu>li.menu-text,.b3__theme--trader .menu>li.menu-text{color:rgba(255,255,255,.7)}.b3__theme--light .menu>li.menu-text{color:#666e7a}.menu>li:not(.disabled)>a:hover{background:rgba(0,176,230,.08);color:#002c63}.b3__theme--dark .menu>li:not(.disabled)>a:hover,.b3__theme--trader .menu>li:not(.disabled)>a:hover{color:#fff}.b3__theme--light .menu>li:not(.disabled)>a:hover{color:#002c63}.menu>li.disabled{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;color:rgba(102,110,122,.4);cursor:not-allowed}.b3__theme--dark .menu>li.disabled,.b3__theme--trader .menu>li.disabled{color:#fff}.b3__theme--light .menu>li.disabled{color:#002c63}.menu>li.disabled [class^=b3__ico--]{font-size:1.6rem;margin-right:.6rem;height:1.6rem;overflow:hidden}.b3__theme--dark .menu>li.disabled,.b3__theme--trader .menu>li.disabled{color:rgba(255,255,255,.25)}.b3__theme--light .menu>li.disabled{color:rgba(102,110,122,.4)}.menu>li.is-accordion-submenu-parent:not(.has-submenu-toggle)>a,.menu>li.is-drilldown-submenu-parent>a,.menu>li.is-dropdown-submenu-parent>a,.menu>li.opens-left>a,.menu>li.opens-right>a{position:relative;padding-right:2.4rem!important}.menu>li.is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after,.menu>li.is-drilldown-submenu-parent>a:after,.menu>li.is-dropdown-submenu-parent>a:after,.menu>li.opens-left>a:after,.menu>li.opens-right>a: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%)}.dropdown.menu>li.is-dropdown-submenu-parent>a:after{content:""}.dropdown.menu>li.is-dropdown-submenu-parent.is-active>a:before{right:2.4rem}.menu>li.is-drilldown-submenu-parent>a: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}.menu:not(.vertical)>li>a{border:none;border-radius:.2rem;padding:.8rem 1.6rem .8rem}.menu:not(.vertical)>li.is-active>a{background:0 0;color:#002c63}.b3__theme--dark .menu:not(.vertical)>li.is-active>a,.b3__theme--trader .menu:not(.vertical)>li.is-active>a{color:#fff}.b3__theme--light .menu:not(.vertical)>li.is-active>a{color:#002c63}.menu:not(.vertical)>li.is-active>a:before{content:'';position:absolute;bottom:0;left:1.6rem;right:1.6rem;border-bottom:3px solid #00b0e6}.menu:not(.vertical)>li.is-active>a:hover:hover{background:rgba(0,176,230,.08);color:#002c63}.b3__theme--dark .menu:not(.vertical)>li.is-active>a:hover:hover,.b3__theme--trader .menu:not(.vertical)>li.is-active>a:hover:hover{color:#fff}.b3__theme--light .menu:not(.vertical)>li.is-active>a:hover:hover{color:#002c63}.menu.vertical>li a{border-left:3px solid transparent;border-top-left-radius:0;border-bottom-left-radius:0;padding:.8rem 1.6rem .8rem;line-height:1.6rem}.menu.vertical>li.is-active>a{background:0 0;border-color:#00b0e6;color:#002c63}.b3__theme--dark .menu.vertical>li.is-active>a,.b3__theme--trader .menu.vertical>li.is-active>a{color:#fff}.b3__theme--light .menu.vertical>li.is-active>a{color:#002c63}.menu.vertical>li.is-active>a:hover:hover{background:rgba(0,176,230,.08);color:#002c63}.b3__theme--dark .menu.vertical>li.is-active>a:hover:hover,.b3__theme--trader .menu.vertical>li.is-active>a:hover:hover{color:#fff}.b3__theme--light .menu.vertical>li.is-active>a:hover:hover{color:#002c63}.menu.vertical>li.is-dropdown-submenu-parent>a:after{content:""}.menu.vertical>li.is-dropdown-submenu-parent.opens-left>a:after{content:"";left:0}.dropdown.menu.vertical>li.is-dropdown-submenu-parent>a:after,.is-dropdown-submenu.menu.vertical>li.is-dropdown-submenu-parent>a:after,.vertical.dropdown-pane>li.is-dropdown-submenu-parent>a:after{content:""}.dropdown.menu.vertical>li.is-dropdown-submenu-parent.opens-left>a:after,.is-dropdown-submenu.menu.vertical>li.is-dropdown-submenu-parent.opens-left>a:after,.vertical.dropdown-pane>li.is-dropdown-submenu-parent.opens-left>a:after{content:"";left:0}@media screen and (min-width:600px){.menu.medium-horizontal>li>a{border:none;border-radius:.2rem;padding:.8rem 1.6rem .8rem}.menu.medium-horizontal>li.is-active>a{background:0 0;color:#002c63}.b3__theme--dark .menu.medium-horizontal>li.is-active>a,.b3__theme--trader .menu.medium-horizontal>li.is-active>a{color:#fff}.b3__theme--light .menu.medium-horizontal>li.is-active>a{color:#002c63}.menu.medium-horizontal>li.is-active>a:before{content:'';position:absolute;bottom:0;left:1.6rem;right:1.6rem;border-bottom:3px solid #00b0e6}.menu.medium-horizontal>li.is-active>a:hover:hover{background:rgba(0,176,230,.08);color:#002c63}.b3__theme--dark .menu.medium-horizontal>li.is-active>a:hover:hover,.b3__theme--trader .menu.medium-horizontal>li.is-active>a:hover:hover{color:#fff}.b3__theme--light .menu.medium-horizontal>li.is-active>a:hover:hover{color:#002c63}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after{content:""}}@media screen and (min-width:1024px){.menu.large-horizontal>li>a{border:none;border-radius:.2rem;padding:.8rem 1.6rem .8rem}.menu.large-horizontal>li.is-active>a{background:0 0;color:#002c63}.b3__theme--dark .menu.large-horizontal>li.is-active>a,.b3__theme--trader .menu.large-horizontal>li.is-active>a{color:#fff}.b3__theme--light .menu.large-horizontal>li.is-active>a{color:#002c63}.menu.large-horizontal>li.is-active>a:before{content:'';position:absolute;bottom:0;left:1.6rem;right:1.6rem;border-bottom:3px solid #00b0e6}.menu.large-horizontal>li.is-active>a:hover:hover{background:rgba(0,176,230,.08);color:#002c63}.b3__theme--dark .menu.large-horizontal>li.is-active>a:hover:hover,.b3__theme--trader .menu.large-horizontal>li.is-active>a:hover:hover{color:#fff}.b3__theme--light .menu.large-horizontal>li.is-active>a:hover:hover{color:#002c63}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after{content:""}}@media screen and (min-width:1280px){.menu.xlarge-horizontal>li>a{border:none;border-radius:.2rem;padding:.8rem 1.6rem .8rem}.menu.xlarge-horizontal>li.is-active>a{background:0 0;color:#002c63}.b3__theme--dark .menu.xlarge-horizontal>li.is-active>a,.b3__theme--trader .menu.xlarge-horizontal>li.is-active>a{color:#fff}.b3__theme--light .menu.xlarge-horizontal>li.is-active>a{color:#002c63}.menu.xlarge-horizontal>li.is-active>a:before{content:'';position:absolute;bottom:0;left:1.6rem;right:1.6rem;border-bottom:3px solid #00b0e6}.menu.xlarge-horizontal>li.is-active>a:hover:hover{background:rgba(0,176,230,.08);color:#002c63}.b3__theme--dark .menu.xlarge-horizontal>li.is-active>a:hover:hover,.b3__theme--trader .menu.xlarge-horizontal>li.is-active>a:hover:hover{color:#fff}.b3__theme--light .menu.xlarge-horizontal>li.is-active>a:hover:hover{color:#002c63}.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a:after{content:""}}@media screen and (min-width:1440px){.menu.xxlarge-horizontal>li>a{border:none;border-radius:.2rem;padding:.8rem 1.6rem .8rem}.menu.xxlarge-horizontal>li.is-active>a{background:0 0;color:#002c63}.b3__theme--dark .menu.xxlarge-horizontal>li.is-active>a,.b3__theme--trader .menu.xxlarge-horizontal>li.is-active>a{color:#fff}.b3__theme--light .menu.xxlarge-horizontal>li.is-active>a{color:#002c63}.menu.xxlarge-horizontal>li.is-active>a:before{content:'';position:absolute;bottom:0;left:1.6rem;right:1.6rem;border-bottom:3px solid #00b0e6}.menu.xxlarge-horizontal>li.is-active>a:hover:hover{background:rgba(0,176,230,.08);color:#002c63}.b3__theme--dark .menu.xxlarge-horizontal>li.is-active>a:hover:hover,.b3__theme--trader .menu.xxlarge-horizontal>li.is-active>a:hover:hover{color:#fff}.b3__theme--light .menu.xxlarge-horizontal>li.is-active>a:hover:hover{color:#002c63}.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a:after{content:""}}.menu.nested{margin-left:2rem}.menu.nested li>a,.menu.submenu li>a{font-weight:400;font-size:.9rem;line-height:1.62em;letter-spacing:0;line-height:1.6rem;padding:.8rem 1.6rem}.b3__theme--dark .dropdown-pane li.is-dropdown-submenu-parent.b3__theme--light,.b3__theme--dark .menu.dropdown li.is-dropdown-submenu-parent.b3__theme--light,.b3__theme--dark .menu.is-dropdown-submenu li.is-dropdown-submenu-parent.b3__theme--light,.b3__theme--trader .dropdown-pane li.is-dropdown-submenu-parent.b3__theme--light,.b3__theme--trader .menu.dropdown li.is-dropdown-submenu-parent.b3__theme--light,.b3__theme--trader .menu.is-dropdown-submenu li.is-dropdown-submenu-parent.b3__theme--light{background:0 0}.dropdown-pane,.menu.is-dropdown-submenu{background:#fff;border:1px solid rgba(102,110,122,.18);border-radius:3px;box-shadow:0 .4rem .4rem rgba(102,110,122,.1)}.dropdown-pane>li>a,.menu.is-dropdown-submenu>li>a{font-weight:400;font-size:.9rem;line-height:1.62em;letter-spacing:0;color:#002c63}.dropdown-pane>li>a:hover,.menu.is-dropdown-submenu>li>a:hover{color:#002c63}.menu.drilldown .is-drilldown-submenu{background:#fff}.b3__theme--dark .menu.drilldown .is-drilldown-submenu,.b3__theme--trader .menu.drilldown .is-drilldown-submenu{background:#002c63}.b3__theme--trader .menu.drilldown .is-drilldown-submenu{background:#1e2023}.b3__theme--light .menu.drilldown .is-drilldown-submenu{background:#fff}.menu.drilldown .is-drilldown-submenu a{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 .menu.drilldown .is-drilldown-submenu a,.b3__theme--trader .menu.drilldown .is-drilldown-submenu a{color:#fff}.b3__theme--light .menu.drilldown .is-drilldown-submenu a{color:#002c63}.menu.drilldown .is-drilldown-submenu a [class^=b3__ico--]{font-size:1.6rem;margin-right:.6rem;height:1.6rem;overflow:hidden}.menu.drilldown li.js-drilldown-back>a{font-weight:700;font-size:.8rem;line-height:1.2em;letter-spacing:.5px;text-transform:uppercase;padding:.8rem 1.6rem .8rem;line-height:1.6rem;padding-left:4rem;color:#0063de}.b3__theme--dark .menu.drilldown li.js-drilldown-back>a,.b3__theme--trader .menu.drilldown li.js-drilldown-back>a{color:#ffd862}.b3__theme--light .menu.drilldown li.js-drilldown-back>a{color:#0063de}.menu.drilldown li.js-drilldown-back>a:before{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;right:initial;left:1.6rem;border:none!important;margin-top:0!important}.menu.accordion-menu .submenu{margin:0}.menu.accordion-menu .submenu .menu.submenu>li>a{padding-left:2.4rem}.menu.accordion-menu .submenu .menu.submenu .menu.submenu>li>a{padding-left:3.2rem}.menu.accordion-menu li.is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after{transition:all .5s}.menu.accordion-menu li.is-accordion-submenu-parent:not(.has-submenu-toggle)[aria-expanded=true] a{border-left-color:rgba(102,110,122,.4)}.b3__theme--dark .menu.accordion-menu li.is-accordion-submenu-parent:not(.has-submenu-toggle)[aria-expanded=true] a,.b3__theme--trader .menu.accordion-menu li.is-accordion-submenu-parent:not(.has-submenu-toggle)[aria-expanded=true] a{border-left-color:rgba(255,255,255,.25)}.b3__theme--light .menu.accordion-menu li.is-accordion-submenu-parent:not(.has-submenu-toggle)[aria-expanded=true] a{border-left-color:rgba(102,110,122,.4)}.menu.accordion-menu li.is-accordion-submenu-parent:not(.has-submenu-toggle)[aria-expanded=true]>a:after{transform:rotate(180deg) translateY(50%)}.menu.accordion-menu li.is-accordion-submenu-parent:not(.has-submenu-toggle)[aria-expanded=true].is-active>a{border-color:#00b0e6;color:#002c63}.b3__theme--dark .menu.accordion-menu li.is-accordion-submenu-parent:not(.has-submenu-toggle)[aria-expanded=true].is-active>a,.b3__theme--trader .menu.accordion-menu li.is-accordion-submenu-parent:not(.has-submenu-toggle)[aria-expanded=true].is-active>a{color:#fff}.b3__theme--light .menu.accordion-menu li.is-accordion-submenu-parent:not(.has-submenu-toggle)[aria-expanded=true].is-active>a{color:#002c63}.menu.accordion-menu li.is-accordion-submenu-parent.has-submenu-toggle .is-accordion-submenu.is-active{position:relative}.menu.accordion-menu li.is-accordion-submenu-parent.has-submenu-toggle .is-accordion-submenu.is-active:before{content:'';position:absolute;left:0;top:0;transform:translateY(-100%);width:.2rem;height:3.2rem;background:rgba(102,110,122,.4)}.b3__theme--dark .menu.accordion-menu li.is-accordion-submenu-parent.has-submenu-toggle .is-accordion-submenu.is-active:before,.b3__theme--trader .menu.accordion-menu li.is-accordion-submenu-parent.has-submenu-toggle .is-accordion-submenu.is-active:before{background:rgba(255,255,255,.25)}.b3__theme--light .menu.accordion-menu li.is-accordion-submenu-parent.has-submenu-toggle .is-accordion-submenu.is-active:before{background:rgba(102,110,122,.4)}.menu.accordion-menu li.is-accordion-submenu-parent.has-submenu-toggle .is-accordion-submenu.is-active a{border-left-color:rgba(102,110,122,.4)}.b3__theme--dark .menu.accordion-menu li.is-accordion-submenu-parent.has-submenu-toggle .is-accordion-submenu.is-active a,.b3__theme--trader .menu.accordion-menu li.is-accordion-submenu-parent.has-submenu-toggle .is-accordion-submenu.is-active a{border-left-color:rgba(255,255,255,.25)}.b3__theme--light .menu.accordion-menu li.is-accordion-submenu-parent.has-submenu-toggle .is-accordion-submenu.is-active a{border-left-color:rgba(102,110,122,.4)}.menu.accordion-menu li.is-accordion-submenu-parent.has-submenu-toggle .is-accordion-submenu.is-active li.is-active>a{border-color:#00b0e6;color:#002c63}.b3__theme--dark .menu.accordion-menu li.is-accordion-submenu-parent.has-submenu-toggle .is-accordion-submenu.is-active li.is-active>a,.b3__theme--trader .menu.accordion-menu li.is-accordion-submenu-parent.has-submenu-toggle .is-accordion-submenu.is-active li.is-active>a{color:#fff}.b3__theme--light .menu.accordion-menu li.is-accordion-submenu-parent.has-submenu-toggle .is-accordion-submenu.is-active li.is-active>a{color:#002c63}.menu.accordion-menu .submenu-toggle{width:3.2rem;height:3.2rem;border-radius:50%;transition:all .2s;background:0 0;color:#002c63}.b3__theme--dark .menu.accordion-menu .submenu-toggle,.b3__theme--trader .menu.accordion-menu .submenu-toggle{color:#fff}.b3__theme--light .menu.accordion-menu .submenu-toggle{color:#002c63}.menu.accordion-menu .submenu-toggle:hover{background:rgba(0,176,230,.08)}.menu.accordion-menu .submenu-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:all .5s;border:none!important;margin-top:0!important}.menu.accordion-menu .submenu-toggle[aria-expanded=true]:after{transform:rotate(180deg) translateY(50%)}.top-bar,.top-bar ul{background:0 0}.top-bar{padding:1.6rem;border-bottom:1px solid rgba(102,110,122,.18)}.b3__theme--dark .top-bar,.b3__theme--trader .top-bar{border-bottom-color:rgba(255,255,255,.25)}.b3__theme--light .top-bar{border-bottom-color:rgba(102,110,122,.18)}.top-bar .menu{align-items:flex-end}.top-bar .menu li.menu-text{position:relative;align-self:center;padding-top:0;padding-bottom:0;min-height:auto;line-height:1.2rem}.top-bar .menu li.menu-text strong{font-size:1.1rem;letter-spacing:0}@media screen and (min-width:600px) and (max-width:1023px){.top-bar .menu li.menu-text{padding-bottom:1.6rem}}@media screen and (max-width:599px){.top-bar .menu li.menu-text{padding-bottom:1.6rem}}.top-bar .input-group{margin-bottom:0}.top-bar input{max-width:auto}.top-bar .b3__logo-area{line-height:3.2rem!important}.top-bar .b3__logo-area>a{padding:.8rem!important}.top-bar .b3__logo-area>a:hover{background:0 0!important}.top-bar .b3__logo-area [class^=b3__logo]{vertical-align:middle}.title-bar{background:0 0;padding:.92033rem .8rem;border-bottom:1px solid rgba(102,110,122,.18)}.b3__theme--dark .title-bar,.b3__theme--trader .title-bar{border-bottom-color:rgba(255,255,255,.25)}.b3__theme--light .title-bar{border-bottom-color:rgba(102,110,122,.18)}.title-bar-title{text-align:center;display:block;width:100%}.menu-icon{border-radius:50%;width:1.6rem;height:1.6rem;box-shadow:0 0 0 transparent;transition:all .2s ease}.menu-icon:after{top:.13333rem;background:#002c63;box-shadow:0 .6rem 0 #002c63,0 1.2rem 0 #002c63}.menu-icon:hover{box-shadow:0 0 0 .8rem rgba(0,176,230,.2);background:rgba(0,176,230,.2)}.menu-icon:hover:after{background:#002c63;box-shadow:0 .6rem 0 #002c63,0 1.2rem 0 #002c63}.b3__theme--dark .menu-icon:after,.b3__theme--trader .menu-icon:after{background:#fff;box-shadow:0 .6rem 0 #fff,0 1.2rem 0 #fff}.b3__theme--dark .menu-icon:hover:after,.b3__theme--trader .menu-icon:hover:after{background:#fff;box-shadow:0 .6rem 0 #fff,0 1.2rem 0 #fff}.b3__theme--light .menu-icon:after{background:#002c63;box-shadow:0 .6rem 0 #002c63,0 1.2rem 0 #002c63}.b3__theme--light .menu-icon:hover:after{background:#002c63;box-shadow:0 .6rem 0 #002c63,0 1.2rem 0 #002c63}.pagination{display:flex}.pagination li{background:0 0;border:none;margin:0 .2rem;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}.pagination li [class^=b3__ico]{font-size:1.2rem}.b3__theme--dark .pagination li,.b3__theme--trader .pagination li{color:#ffd862}.b3__theme--light .pagination li{color:#0063de}.pagination li a{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 .pagination li a,.b3__theme--trader .pagination li a{color:#ffd862}.b3__theme--light .pagination li a{color:#0063de}.pagination li a:hover{background:rgba(0,176,230,.2);color:#0063de}.b3__theme--dark .pagination li a:hover,.b3__theme--trader .pagination li a:hover{color:#ffd862}.b3__theme--light .pagination li a:hover{color:#0063de}.pagination li.pagination-next a:after,.pagination li.pagination-next:after,.pagination li.pagination-previous a:before,.pagination li.pagination-previous.disabled a:before,.pagination li.pagination-previous.disabled:before,.pagination li.pagination-previous:before{display:none}.pagination li.current{line-height:1.73333rem;background:0 0;border:2px solid #00b0e6;color:#40444d}.b3__theme--dark .pagination li.current,.b3__theme--trader .pagination li.current{color:#fff}.b3__theme--light .pagination li.current{color:#40444d}.pagination li.disabled{color:rgba(102,110,122,.4)}.b3__theme--dark .pagination li.disabled,.b3__theme--trader .pagination li.disabled{color:rgba(255,255,255,.25)}.b3__theme--light .pagination li.disabled{color:rgba(102,110,122,.4)}.pagination li.ellipsis:after{color:#666e7a}.b3__theme--dark .pagination li.ellipsis:after,.b3__theme--trader .pagination li.ellipsis:after{color:rgba(255,255,255,.7)}.b3__theme--light .pagination li.ellipsis:after{color:#666e7a}.breadcrumbs{display:flex}.breadcrumbs li{float:none;text-transform:none;font-size:.8rem;letter-spacing:0;line-height:1.6rem;color:#666e7a}.breadcrumbs li [class^=b3__ico]{font-size:1.2rem;vertical-align:top}.breadcrumbs 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 .breadcrumbs li a,.b3__theme--trader .breadcrumbs li a{color:#fff}.b3__theme--light .breadcrumbs li a{color:#002c63}.breadcrumbs li a:hover{color:#00b0e6;text-decoration:none}@media screen and (max-width:599px){.breadcrumbs li a{max-width:1.2rem}}@media screen and (max-width:599px){.breadcrumbs li:first-child a{max-width:initial}}@media screen and (max-width:599px){.breadcrumbs li:nth-last-child(-n+3) a{max-width:4rem}}.b3__theme--dark .breadcrumbs li,.b3__theme--trader .breadcrumbs li{color:rgba(255,255,255,.7)}.b3__theme--light .breadcrumbs li{color:#666e7a}.breadcrumbs li:not(:last-child):after{display:inline-block;vertical-align:middle;font-family:b3-icons;content:"";font-size:.8rem;color:#a2a8b1;margin:0 .25rem;line-height:1.6rem}.breadcrumbs li.disabled{color:#a2a8b1;text-decoration:line-through}.accordion{background:0 0;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-item{border:none}.accordion-item :last-child>.accordion-content:last-child,.accordion-item:last-child:not(.is-active)>.accordion-title{border-bottom:none}.accordion-title{border:none;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)}.accordion-title:focus{box-shadow:0 0 0 .13333rem rgba(0,176,230,.6);outline:0}.accordion-title:focus:active{box-shadow:0 0 0 .26667rem rgba(0,176,230,.6)}.accordion-title:after,.accordion-title:before{content:''!important;display:block;position:absolute;top:50%;right:initial;margin:0;transform:translateY(-50%);background:#0063de;transition:all .2s ease}.accordion-title:before{left:1.2rem;height:.93333rem;width:.13333rem}.accordion-title:after{left:.8rem;width:.93333rem;height:.13333rem}.accordion-title[aria-expanded=true]:before{transform:translateY(-50%) rotate(-90deg)}.accordion-title: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-title:active:not(:disabled):not(.disabled){background-color:rgba(0,176,230,.28);background-size:100%;transition:background 0s;color:#0063de}.accordion-title:focus{box-shadow:none;background-color:transparent}.accordion-title:focus:active{box-shadow:0 0 0 .26667rem rgba(0,176,230,.6)}.b3__theme--dark .accordion-title,.b3__theme--trader .accordion-title{color:#fff;border-top:1px solid rgba(255,255,255,.15)}.b3__theme--dark .accordion-title:after,.b3__theme--dark .accordion-title:before,.b3__theme--trader .accordion-title:after,.b3__theme--trader .accordion-title:before{background:#ffd862}.b3__theme--dark .accordion-title:hover:not(:disabled):not(.disabled),.b3__theme--trader .accordion-title:hover:not(:disabled):not(.disabled){color:#ffd862}.b3__theme--dark .accordion-title:focus,.b3__theme--trader .accordion-title:focus{background:0 0;color:#fff}.b3__theme--light .accordion-title{color:#40444d;border-top:1px solid rgba(102,110,122,.18)}.b3__theme--light .accordion-title:after,.b3__theme--light .accordion-title:before{background:#0063de}.b3__theme--light .accordion-title:hover:not(:disabled):not(.disabled){color:#0063de}.b3__theme--light .accordion-title:focus{color:#40444d}.accordion-content{border:none;background:0 0;padding:1.2rem 1.6rem;color:inherit}.accordion[disabled] .accordion-title{color:#a2a8b1}.accordion[disabled] .accordion-title:after,.accordion[disabled] .accordion-title:before{background:#a2a8b1}.accordion[disabled] .accordion-title:focus,.accordion[disabled] .accordion-title:focus:active,.accordion[disabled] .accordion-title:hover{background:0 0;color:#a2a8b1}.callout{padding:.8rem 4rem .8rem 1.6rem;border-radius:.2rem;border:2px solid #ffd862;background:#fff;color:#40444d}.b3__theme--dark .callout,.b3__theme--trader .callout{background:#002c63;color:#fff}.b3__theme--trader .callout{background:#1e2023}.b3__theme--light .callout{background:#fff;color:#40444d}.callout.primary{background:#fff;border-color:#ffd862}.b3__theme--dark .callout.primary,.b3__theme--trader .callout.primary{background:#002c63}.b3__theme--trader .callout.primary{background:#1e2023}.b3__theme--light .callout.primary{background:#fff}.callout.secondary{background:#fff;border-color:#666e7a}.b3__theme--dark .callout.secondary,.b3__theme--trader .callout.secondary{background:#002c63}.b3__theme--trader .callout.secondary{background:#1e2023}.b3__theme--light .callout.secondary{background:#fff}.callout.alert,.callout.success,.callout.warning{padding-left:4rem;position:relative}.callout.alert:before,.callout.success:before,.callout.warning:before{content:'';position:absolute;top:.8rem;left:1.6rem;font-family:b3-icons;font-size:1.6rem;line-height:1.6rem}.callout.success{background:#fff;border-color:#08ce79}.b3__theme--dark .callout.success,.b3__theme--trader .callout.success{background:#002c63}.b3__theme--trader .callout.success{background:#1e2023}.b3__theme--light .callout.success{background:#fff}.callout.success:before{content:"";color:#08ce79}.callout.alert,.callout.warning{background:#fff;border-color:#fa7c4a}.b3__theme--dark .callout.alert,.b3__theme--dark .callout.warning,.b3__theme--trader .callout.alert,.b3__theme--trader .callout.warning{background:#002c63}.b3__theme--trader .callout.alert,.b3__theme--trader .callout.warning{background:#1e2023}.b3__theme--light .callout.alert,.b3__theme--light .callout.warning{background:#fff}.callout.alert:before,.callout.warning:before{content:"";color:#fa7c4a}.callout.small{padding:.4rem .8rem}.callout.small.alert,.callout.small.success,.callout.small.warning{padding-left:2.8rem}.callout.small.alert:before,.callout.small.success:before,.callout.small.warning:before{top:.4rem;left:.8rem}.callout.large{padding:3.2rem 3.2rem}.callout.large.alert,.callout.large.success,.callout.large.warning{padding-left:5.6rem}.callout.large.alert:before,.callout.large.success:before,.callout.large.warning:before{top:3.2rem;left:3.2rem}.callout .close-button{padding:.6rem .8rem;font-size:1.6rem;line-height:1.6rem;color:inherit;top:0;right:0;opacity:.5}.callout .close-button:hover{opacity:1;color:#40444d}.b3__theme--dark .callout .close-button:hover,.b3__theme--trader .callout .close-button:hover{color:#fff}.b3__theme--light .callout .close-button:hover{color:#40444d}.card{border-radius:.2rem;background:#fff;border:1px solid #f6f6f7;box-shadow:0 .4rem .4rem rgba(102,110,122,.1)}.card-divider{padding:.8rem 1.6rem;font-weight:700;font-size:.8rem;line-height:1.2em;letter-spacing:.5px;text-transform:uppercase;color:#40444d!important;background:#f6f6f7}.card-section{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}.reveal{padding:1.6rem;padding-bottom:.6rem;background:#fff;border-radius:.2rem;border:none;box-shadow:0 .8rem .8rem rgba(102,110,122,.1);max-width:100%;width:100%;transition:transform .2s ease-out;transform:scale(.8)}@media screen and (max-width:599px){.reveal{margin:0;min-height:100vh;border-radius:0}}@media screen and (min-width:600px){.reveal{max-width:40rem}}.reveal[aria-hidden=false]{transform:none}.reveal-overlay{background:rgba(64,68,77,.8)}.reveal h1{font-weight:400;font-size:1.6rem;line-height:1.1em;letter-spacing:0;color:#666e7a!important;margin-bottom:2.4rem;letter-spacing:0}.reveal .close-button{padding:.6rem .8rem;font-size:1.6rem;line-height:1.6rem;color:inherit;top:0;right:0;opacity:.5}.reveal .close-button:hover{opacity:1;color:#40444d}.b3__theme--dark .reveal .close-button:hover,.b3__theme--trader .reveal .close-button:hover{color:#fff}.b3__theme--light .reveal .close-button:hover{color:#40444d}.reveal.tiny{max-width:30%!important}.reveal.large{max-width:90%!important}.reveal.small{max-width:50%!important}tbody,tfoot,thead{border:none;background:0 0}thead{background:0 0}thead th[rowspan]{vertical-align:bottom}thead th[colspan]{text-align:center}thead th{line-height:1.35rem!important;padding:.93333rem 1.6rem;font-weight:600;font-size:1rem;line-height:1.33em;letter-spacing:0;border-top:2px solid #002c63;border-bottom:none;color:#40444d}.b3__theme--dark thead th,.b3__theme--trader thead th{border-top-color:#fff;color:#fff}.b3__theme--light thead th{border-top-color:#002c63;color:#40444d}thead .b3__head--level2 th{font-size:.9rem;letter-spacing:0;background:rgba(102,110,122,.18);border-left:1px solid #fff;border-bottom:1px solid #e3e5e7;font-weight:400;color:#40444d}.b3__theme--dark thead .b3__head--level2 th,.b3__theme--trader thead .b3__head--level2 th{background:rgba(102,110,122,.4);border-left-color:#002c63;border-bottom-color:transparent;color:#fff}.b3__theme--trader thead .b3__head--level2 th{border-left-color:#1e2023}.b3__theme--light thead .b3__head--level2 th{background:rgba(102,110,122,.18);border-left-color:#fff;border-bottom-color:#e3e5e7;color:#40444d}thead .b3__head--level3 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}.b3__theme--dark thead .b3__head--level3 th,.b3__theme--trader thead .b3__head--level3 th{background:rgba(102,110,122,.5);border-left-color:#002c63;border-bottom-color:transparent;color:#fff}.b3__theme--trader thead .b3__head--level3 th{border-left-color:#1e2023}.b3__theme--light thead .b3__head--level3 th{background:#f6f6f7;border-left-color:#e3e5e7;border-bottom-color:#e3e5e7;color:#40444d}thead .b3__head--level4 th{font-size:.9rem;letter-spacing:0;border-left:1px solid #e3e5e7;border-bottom:1px solid #e3e5e7;border-top:none;font-weight:400}.b3__theme--dark thead .b3__head--level4 th,.b3__theme--trader thead .b3__head--level4 th{border-left-color:rgba(255,255,255,.25);border-bottom-color:rgba(255,255,255,.25);color:#fff}.b3__theme--light thead .b3__head--level4 th{border-left-color:#e3e5e7;border-bottom-color:#e3e5e7;color:#40444d}tbody tr,tfoot tr{background:0 0;transition:background .2s}tbody tr>td,tbody tr>th,tfoot tr>td,tfoot tr>th{vertical-align:middle}tbody tr>td:first-child,tbody tr>th:first-child,tfoot tr>td:first-child,tfoot tr>th:first-child{border-left:1px solid transparent}tbody tr.is-selected,tfoot tr.is-selected{background:rgba(102,110,122,.18)}.b3__theme--dark tbody tr.is-selected,.b3__theme--dark tfoot tr.is-selected,.b3__theme--trader tbody tr.is-selected,.b3__theme--trader tfoot tr.is-selected{background:rgba(255,255,255,.25)}.b3__theme--light tbody tr.is-selected,.b3__theme--light tfoot tr.is-selected{background:rgba(102,110,122,.18)}tbody tr.is-selected>td:first-child,tbody tr.is-selected>th:first-child,tfoot tr.is-selected>td:first-child,tfoot tr.is-selected>th:first-child{border-left:3px solid #00b0e6}tbody td,tbody th,tfoot td,tfoot th{line-height:1.35rem!important;padding:.93333rem 1.6rem;font-size:.9rem;letter-spacing:0;text-align:left;border-top:1px solid #e3e5e7;border-bottom:1px solid #e3e5e7;color:#666e7a}.b3__theme--dark tbody td,.b3__theme--dark tbody th,.b3__theme--dark tfoot td,.b3__theme--dark tfoot th,.b3__theme--trader tbody td,.b3__theme--trader tbody th,.b3__theme--trader tfoot td,.b3__theme--trader tfoot th{border-top-color:rgba(255,255,255,.25);border-bottom-color:rgba(255,255,255,.25);color:rgba(255,255,255,.7)}.b3__theme--light tbody td,.b3__theme--light tbody th,.b3__theme--light tfoot td,.b3__theme--light tfoot th{border-top-color:#e3e5e7;border-bottom-color:#e3e5e7;color:#666e7a}table .b3__form-checkbox~label,table .b3__form-radio~label{margin-left:0;margin-right:-1.33333rem;vertical-align:middle}table .b3__cell--without-padding{padding:0 0 0 1.6rem;line-height:3.2rem;height:3.2rem}table.hover thead tr:hover{background:0 0!important}table.hover tbody tr:hover{background:rgba(0,176,230,.08)}.b3__theme--dark table.hover tbody tr:hover,.b3__theme--trader table.hover tbody tr:hover{background:rgba(0,176,230,.24)}.b3__theme--light table.hover tbody tr:hover{background:rgba(0,176,230,.08)}table.hover:not(.unstriped) tbody tr:nth-of-type(even):hover{background:rgba(0,176,230,.08)}.b3__theme--dark table.hover:not(.unstriped) tbody tr:nth-of-type(even):hover,.b3__theme--trader table.hover:not(.unstriped) tbody tr:nth-of-type(even):hover{background:rgba(0,176,230,.24)}.b3__theme--light table.hover:not(.unstriped) tbody tr:nth-of-type(even):hover{background:rgba(0,176,230,.08)}table:not(.unstriped) tbody tr:nth-child(even){background:#f6f6f7}.b3__theme--dark table:not(.unstriped) tbody tr:nth-child(even),.b3__theme--trader table:not(.unstriped) tbody tr:nth-child(even){background:rgba(255,255,255,.15)}.b3__theme--light table:not(.unstriped) tbody tr:nth-child(even){background:#f6f6f7}table.unstriped tbody{background:0 0}table.unstriped tbody tr{background:0 0}.tabs{border:none;background:0 0;margin-bottom:.8rem;border-bottom:1px solid rgba(102,110,122,.18)}.b3__theme--dark .tabs,.b3__theme--trader .tabs{border-color:rgba(255,255,255,.15)}.b3__theme--light .tabs{border-color:rgba(102,110,122,.18)}@media screen and (max-width:599px){.tabs{display:block;white-space:nowrap;overflow-x:auto;overflow-y:hidden}.tabs>li{float:none;display:inline-block}}.tabs:not(.vertical) .tabs-title>a{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.6rem;position:relative;transition:.2s all}.tabs:not(.vertical) .tabs-title>a:before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;border-bottom:3px solid #00b0e6;transition:.2s all}.tabs:not(.vertical) .tabs-title>a [class^=b3__ico]{vertical-align:middle;line-height:1.6rem;font-size:1.6rem;margin-right:.4rem}.b3__theme--dark .tabs:not(.vertical) .tabs-title>a,.b3__theme--trader .tabs:not(.vertical) .tabs-title>a{color:#fff}.b3__theme--light .tabs:not(.vertical) .tabs-title>a{color:#40444d}.tabs:not(.vertical) .tabs-title>a:hover{border:none;background:rgba(0,176,230,.08);color:#40444d}.b3__theme--dark .tabs:not(.vertical) .tabs-title>a:hover,.b3__theme--trader .tabs:not(.vertical) .tabs-title>a:hover{background:rgba(0,176,230,.24);color:#fff}.b3__theme--light .tabs:not(.vertical) .tabs-title>a:hover{background:rgba(0,176,230,.08);color:#40444d}.tabs:not(.vertical) .tabs-title>a:focus{box-shadow:none}.tabs:not(.vertical) .tabs-title.is-active>a{border:none;background:0 0;color:#40444d}.b3__theme--dark .tabs:not(.vertical) .tabs-title.is-active>a,.b3__theme--trader .tabs:not(.vertical) .tabs-title.is-active>a{color:#fff}.b3__theme--light .tabs:not(.vertical) .tabs-title.is-active>a{color:#40444d}.tabs:not(.vertical) .tabs-title.is-active>a:before{left:50%;width:100%}.tabs.vertical{border:none}.tabs.vertical .tabs-title>a{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}.tabs.vertical .tabs-title>a [class^=b3__ico]{vertical-align:middle;line-height:1.6rem;font-size:1.6rem;margin-right:.4rem}.b3__theme--dark .tabs.vertical .tabs-title>a,.b3__theme--trader .tabs.vertical .tabs-title>a{color:#fff}.b3__theme--light .tabs.vertical .tabs-title>a{color:#40444d}.tabs.vertical .tabs-title>a:hover{background:rgba(0,176,230,.08)}.b3__theme--dark .tabs.vertical .tabs-title>a:hover,.b3__theme--trader .tabs.vertical .tabs-title>a:hover{background:rgba(0,176,230,.24)}.b3__theme--light .tabs.vertical .tabs-title>a:hover{background:rgba(0,176,230,.08)}.tabs.vertical .tabs-title>a:focus{box-shadow:none}.tabs.vertical .tabs-title.is-active>a{border-color:#00b0e6}.tabs-content{background:0 0;padding:0;border:0;color:#666e7a}.b3__theme--dark .tabs-content,.b3__theme--trader .tabs-content{color:rgba(255,255,255,.7)}.b3__theme--light .tabs-content{color:#666e7a}.tabs-panel{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{margin-bottom:0}.dataTables_paginate a.previous{padding-right:.46667rem!important}.dataTables_paginate a.next{padding-left:.46667rem!important}.dataTables_filter label,.dataTables_length label{color:unset}.dataTables_filter input,.dataTables_length input{height:auto}.dataTables_filter input:focus,.dataTables_length input:focus{outline:0!important;border:none!important;background:0 0!important;box-shadow:none!important}.dataTables_filter select,.dataTables_length select{width:auto;height:auto}.dataTables_filter label,.dataTables_length label{margin-bottom:.5rem}.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.primary{background:#ffd862;color:#002c63}.badge.secondary{background:#666e7a;color:#fff}.badge.success{background:#08ce79;color:#002c63}.badge.alert,.badge.warning{background:#fa7c4a;color:#002c63}h1 .badge,h2 .badge,h3 .badge,h4 .badge,h5 .badge,h6 .badge{margin-left:-.6em}.button+.badge{vertical-align:text-bottom;margin:0 0 1.6rem -1.4rem;position:relative;z-index:2}.orbit{position:relative;padding-bottom:2.8rem}.orbit-container{border-radius:.2rem}.orbit-bullets{position:absolute;bottom:.8rem;left:50%;transform:translate(-50%);margin:0}.orbit-bullets button{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 .orbit-bullets button,.b3__theme--trader .orbit-bullets button{background:rgba(255,255,255,.25)}.b3__theme--light .orbit-bullets button{background:#a2a8b1}.orbit-bullets button.is-active{width:1.4rem;background:#00b0e6}.orbit-next,.orbit-previous{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}.orbit-next:focus,.orbit-previous:focus{opacity:0}.orbit-next:hover:active,.orbit-previous:hover:active{transform:translateY(-50%) scale(.8)}.orbit:hover .orbit-next,.orbit:hover .orbit-previous{opacity:.5;background:#0063de}.orbit-next:hover,.orbit-previous:hover{opacity:1!important;background:#0063de}.orbit-next [class^=b3__ico],.orbit-previous [class^=b3__ico]{display:inline-block;height:2.4rem;overflow:hidden;box-sizing:border-box}.orbit-next [class^=b3__ico]:before,.orbit-previous [class^=b3__ico]:before{display:inline-block;vertical-align:top}.orbit-previous{left:1.4rem}.orbit-next{right:1.4rem}.orbit-caption{background:rgba(102,110,122,.18);bottom:0;left:0;right:0;padding:1rem;color:#fff}.orbit-caption h1,.orbit-caption h2,.orbit-caption h3,.orbit-caption h4,.orbit-caption h5,.orbit-caption h6{color:#fff}.orbit-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.primary .progress-meter:before{background:#0063de}.b3__theme--dark .progress.primary .progress-meter:before,.b3__theme--trader .progress.primary .progress-meter:before{background:#ffd862}.b3__theme--light .progress.primary .progress-meter:before{background:#0063de}.progress.secondary .progress-meter:before{background:#666e7a}.b3__theme--dark .progress.secondary .progress-meter:before,.b3__theme--trader .progress.secondary .progress-meter:before{background:#fff}.b3__theme--light .progress.secondary .progress-meter:before{background:#666e7a}.progress.success .progress-meter:before{background:#08ce79}.b3__theme--dark .progress.success .progress-meter:before,.b3__theme--trader .progress.success .progress-meter:before{background:#08ce79}.b3__theme--light .progress.success .progress-meter:before{background:#08ce79}.progress.alert .progress-meter:before,.progress.warning .progress-meter:before{background:#fa7c4a}.b3__theme--dark .progress.alert .progress-meter:before,.b3__theme--dark .progress.warning .progress-meter:before,.b3__theme--trader .progress.alert .progress-meter:before,.b3__theme--trader .progress.warning .progress-meter:before{background:#fa7c4a}.b3__theme--light .progress.alert .progress-meter:before,.b3__theme--light .progress.warning .progress-meter:before{background:#fa7c4a}.progress-meter{position:relative;height:1.86667rem;border-radius:.46667rem;color:#a2a8b1;background-color:transparent!important;padding-bottom:1rem}.progress-meter:before{position:absolute;content:'';display:block;bottom:-.13333rem;left:0;right:0;height:.46667rem;border-radius:.46667rem;background:#00b0e6}.progress-meter-text{color:#a2a8b1}.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)}a.thumbnail:hover{box-shadow:0 .6rem .6rem rgba(102,110,122,.1)}.tooltip{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,.b3__theme--trader .tooltip{background:#fff;color:#002c63}.b3__theme--light .tooltip{background:#40444d;color:#fff}.tooltip:after,.tooltip: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}.button-group.large .button .b3__loading-inline,.button.large .b3__loading-inline{width:2rem;height:2rem}.button-group.large .button .b3__loading-inline:before,.button.large .b3__loading-inline:before{width:2rem;height:2rem;margin-top:-1rem;margin-left:-1rem}.button-group.tiny .button .b3__loading-inline,.button.tiny .b3__loading-inline{width:1.2rem;height:1.2rem}.button-group.tiny .button .b3__loading-inline:before,.button.tiny .b3__loading-inline:before{width:1.2rem;height:1.2rem;margin-top:-.6rem;margin-left:-.6rem}@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 .button{margin-bottom:0}.b3__sidenav__header-functions .button+.badge{margin-bottom:.2rem;margin-left:-1.8rem;pointer-events:none}@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+.grid-container{padding-top:4rem}}@media screen and (min-width:1024px){.b3__sidenav+.grid-container{transition:.5s all;padding-left:20.26667rem;padding-right:2.26667rem;max-width:100%!important}}@media screen and (min-width:1280px){.b3__sidenav+.grid-container{padding-left:20.8rem;padding-right:2.8rem}}@media screen and (min-width:1440px){.b3__sidenav+.grid-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+.grid-container{padding-left:7.06667rem}}@media screen and (min-width:1024px) and (min-width:1280px){.b3__sidenav--minimized+.grid-container{padding-left:7.6rem}}@media screen and (min-width:1024px) and (min-width:1440px){.b3__sidenav--minimized+.grid-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)}.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}
@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}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%;margin-bottom:1rem;color:#666e7a}.table td,.table th{padding:.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 td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){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;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 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){background-color:rgba(255,255,255,.05)}.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;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .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:.25rem;transition:border-color .15s ease-in-out,box-shadow .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:#5fa6ff;outline:0;box-shadow:0 0 0 .2rem rgba(0,99,222,.25)}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}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(.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);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.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='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008750' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position: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='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008750' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.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='http://www.w3.org/2000/svg' fill='%23FA7C4A' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FA7C4A' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%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='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FA7C4A' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FA7C4A' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%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;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .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='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%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='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(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='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%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='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(64, 68, 77, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%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='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%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;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#0063de;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#004192;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,99,222,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#0063de;border-color:#0063de}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.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='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .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;border-color:#dee2e6}}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,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);src:url(data:application/font-woff;base64,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) 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;border-radius:3px;overflow:hidden;transition:all .8s;background:rgba(246,246,247,.88)}.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)}.b3__theme--trader .b3__form-control,.b3__theme--trader .b3__form-file,.b3__theme--trader .b3__form-select{background:rgba(26,50,59,.9)}.b3__theme--light .b3__form-control,.b3__theme--light .b3__form-file,.b3__theme--light .b3__form-select{background:rgba(246,246,247,.88)}.b3__form-control.is-focused,.b3__form-select.is-focused,.is-focused.b3__form-file{background-color:rgba(128,216,243,.28)}.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)}.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)}.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)}.b3__form-control:before,.b3__form-file:before,.b3__form-select:before{content:'';position:absolute;bottom:0;height:.13333rem;width:0;left:50%;background:#00b0e6;transition:all .4s ease-in-out}.b3__form-control:before,.b3__form-file:before,.b3__form-select:before{transform:translateX(-50%)}.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%}.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%}.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%}.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%}.b3__form-control label,.b3__form-file label,.b3__form-select label{position:absolute;left:.8rem;font-weight:400;font-size:.9rem;line-height:1.62em;letter-spacing:0;transition:.2s all ease;cursor:pointer;color:#666e7a;pointer-events:none}.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)}.b3__theme--light .b3__form-control label,.b3__theme--light .b3__form-file label,.b3__theme--light .b3__form-select label{color:#666e7a}.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;border-radius:0;border-bottom:1px solid #00b0e6;background:0 0;box-shadow:none;padding:1.2rem .8rem 0;transition:.2s all ease;cursor:pointer;color:#40444d;border-color:#00b0e6!important;margin:0;width:100%}.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;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;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;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 .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;box-shadow:0 0 0 1000px rgba(255,255,255,.1) inset}.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}.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;outline:0;box-shadow:none;border:none}.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}.b3__form-control select:focus::-ms-value,.b3__form-file select:focus::-ms-value,.b3__form-select select:focus::-ms-value{background:0 0}.b3__form-control select::-ms-expand,.b3__form-file select::-ms-expand,.b3__form-select select::-ms-expand{display:none}.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}.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;font-weight:600;font-size:1rem;line-height:1.33em;letter-spacing:0}.b3__form-control.small,.b3__form-select.small,.small.b3__form-file{display:-ms-grid;display:grid;-ms-grid-columns:1fr 7fr;grid-template-columns:1fr 7fr}.b3__form-control.small label,.b3__form-select.small label,.small.b3__form-file label{position:static;line-height:2.33333rem;white-space:nowrap;display:inline-block;padding:0 .8rem;transform:translateY(0);margin:0;-ms-grid-column:1;border-bottom:1px solid #00b0e6}.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)}.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}.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;padding:0 .8rem;line-height:2.33333rem;-ms-grid-column:2}.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}.b3__form-control.is-search,.b3__form-select.is-search,.is-search.b3__form-file{border-radius:3.2rem}.b3__form-control.is-focused,.b3__form-select.is-focused,.is-focused.b3__form-file{background-size:100%;transition:background 0s}.b3__form-control.is-focused:before,.b3__form-select.is-focused:before,.is-focused.b3__form-file:before{width:100%}.b3__form-control.is-focused label,.b3__form-select.is-focused label,.is-focused.b3__form-file label{color:#00b0e6}.b3__form-control.is-focused.small label,.b3__form-select.is-focused.small label,.is-focused.small.b3__form-file label{border-color:#00b0e6}.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;cursor:not-allowed;color:rgba(102,110,122,.5)}.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)}.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)}.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;letter-spacing:0;top:.13333rem;transform:translateY(0)}.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}.b3__form-control.is-valid:before,.b3__form-select.is-valid:before,.is-valid.b3__form-file:before{background:#08ce79;width:100%}.b3__form-control.is-valid label,.b3__form-select.is-valid label,.is-valid.b3__form-file label{color:#008750}.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}.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}.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;margin-top:.4rem}.b3__form-control.is-invalid:before,.b3__form-select.is-invalid:before,.is-invalid.b3__form-file:before{background:#fa7c4a;width:100%}.b3__form-control.is-invalid label,.b3__form-select.is-invalid label,.is-invalid.b3__form-file label{color:#c40}.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}.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}.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;margin-top:.4rem}.b3__form-control label,.b3__form-file label{top:50%;transform:translateY(-50%)}.b3__form-control input,.b3__form-control textarea,.b3__form-file input,.b3__form-file textarea{caret-color:#00b0e6}.b3__form-control input::placeholder,.b3__form-control textarea::placeholder,.b3__form-file input::placeholder,.b3__form-file textarea::placeholder{opacity:.4;color:#666e7a}.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)}.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}.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;color:#666e7a}.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)}.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}.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;color:#666e7a}.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)}.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}.b3__form-control textarea,.b3__form-file textarea{margin-top:1.4rem;padding-top:0}.b3__form-control.is-datepicker:after,.is-datepicker.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-control.is-datepicker:after,.b3__theme--light .is-datepicker.b3__form-file:after{color:#002c63}.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}.b3__theme--trader .b3__form-control.is-datepicker:after,.b3__theme--trader .is-datepicker.b3__form-file:after{color:#fff}.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;letter-spacing:0;top:.13333rem;transform:translateY(0)}.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}.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;border-bottom-right-radius:0}.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;border-bottom-left-radius:0}.input-group .b3__form-control,.input-group .b3__form-file,.input-group .b3__form-select{flex:1 1 auto}.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;margin-right:-1.33333rem;vertical-align:middle}.b3__datagrid .b3__cell--without-padding,.table .b3__cell--without-padding{padding:0 0 0 1.6rem;line-height:3.2rem;height:3.2rem}.b3__datagrid thead,.table thead{background:0 0}.b3__datagrid thead th[rowspan],.table thead th[rowspan]{vertical-align:bottom}.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;font-weight:600;font-size:1rem;line-height:1.33em;letter-spacing:0;border-top:2px solid #002c63;border-bottom:none;color:#40444d}.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;color:#fff}.b3__theme--light .b3__datagrid thead th,.b3__theme--light .table thead th{border-top-color:#002c63;color:#40444d}.b3__datagrid thead .b3__head--level2 th,.table thead .b3__head--level2 th{font-size:.9rem;letter-spacing:0;background:rgba(102,110,122,.18);border-left:1px solid #fff;border-bottom:1px solid #e3e5e7;font-weight:400;color:#40444d}.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);border-left-color:#002c63;border-bottom-color:transparent;color:#fff}.b3__theme--trader .b3__datagrid thead .b3__head--level2 th,.b3__theme--trader .table thead .b3__head--level2 th{border-left-color:#1e2023}.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);border-left-color:#fff;border-bottom-color:#e3e5e7;color:#40444d}.b3__datagrid thead .b3__head--level3 th,.table thead .b3__head--level3 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}.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);border-left-color:#002c63;border-bottom-color:transparent;color:#fff}.b3__theme--trader .b3__datagrid thead .b3__head--level3 th,.b3__theme--trader .table thead .b3__head--level3 th{border-left-color:#1e2023}.b3__theme--light .b3__datagrid thead .b3__head--level3 th,.b3__theme--light .table thead .b3__head--level3 th{background:#f6f6f7;border-left-color:#e3e5e7;border-bottom-color:#e3e5e7;color:#40444d}.b3__datagrid thead .b3__head--level4 th,.table thead .b3__head--level4 th{font-size:.9rem;letter-spacing:0;border-left:1px solid #e3e5e7;border-bottom:1px solid #e3e5e7;border-top:none;font-weight:400}.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);border-bottom-color:rgba(255,255,255,.25);color:#fff}.b3__theme--light .b3__datagrid thead .b3__head--level4 th,.b3__theme--light .table thead .b3__head--level4 th{border-left-color:#e3e5e7;border-bottom-color:#e3e5e7;color:#40444d}.b3__datagrid thead.thead-dark th,.table thead.thead-dark th{font-size:.9rem;letter-spacing:0;background:rgba(102,110,122,.18);border-left:1px solid #fff;border-bottom:1px solid #e3e5e7;font-weight:400;color:#40444d;border-top:2px solid #002c63}.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;transition:background .2s}.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}.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}.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)}.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)}.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)}.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}.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;font-size:.9rem;letter-spacing:0;text-align:left;border-top:1px solid #e3e5e7;border-bottom:1px solid #e3e5e7;color:#666e7a}.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);border-bottom-color:rgba(255,255,255,.25);color:rgba(255,255,255,.7)}.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;border-bottom-color:#e3e5e7;color:#666e7a}.b3__datagrid-striped tbody tr:nth-of-type(odd),.table-striped tbody tr:nth-of-type(odd){background:0 0}.b3__datagrid-striped tbody tr:nth-of-type(even),.table-striped tbody tr:nth-of-type(even){background:#f6f6f7}.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)}.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}.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)}.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)}.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)}.b3__datagrid-bordered td,.b3__datagrid-bordered th,.table-bordered td,.table-bordered th{border:1px solid #e3e5e7}.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)}.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}.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}.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)}.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}.b3__datagrid-hover tbody tr:hover,.table-hover tbody tr:hover{background:rgba(0,176,230,.08)}.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)}.b3__theme--light .b3__datagrid-hover tbody tr:hover,.b3__theme--light .table-hover tbody tr:hover{background:rgba(0,176,230,.08)}.nav:not(.flex-column).nav-tabs{border:none;background:0 0;margin-bottom:.8rem;border-bottom:1px solid rgba(102,110,122,.18)}.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.6rem;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;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;font-weight:400;font-size:.9rem;line-height:1.62em;letter-spacing:0;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{background:rgba(0,176,230,.08);color:#002c63}.b3__theme--dark .nav:not(.flex-column).nav-tabs .dropdown-menu>a:hover:hover,.b3__theme--trader .nav:not(.flex-column).nav-tabs .dropdown-menu>a:hover:hover{color:#fff}.b3__theme--light .nav:not(.flex-column).nav-tabs .dropdown-menu>a:hover:hover{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}


/*ALTERAR url DO background-image NO ARQUIVO COMPILADO para de '/static' para '/status/static' */

body {
  background-color: #fff !important;
}

.container-fluid {
  padding: 0px;
}

.container-fluid > div {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

div.content {
  flex: 1;
  width: 100%;
  margin-top: 72px;
}

.off-menu-content {
  margin-top: 72px;
}

header {
  flex-shrink: 0;
}

footer {
  border: none;
  text-align: right;
  width: 100%;
  flex-shrink: 0;
}

footer div {
  max-width: 85rem; /*79.701130041087*/
  margin: 0 auto;
}

footer span.icon {
  margin-right: 0.9rem;
  font-size: 1.5rem;
}

footer span.text {
  letter-spacing: 2px;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.uppercase {
  text-transform: uppercase;
}

.b3-header {
  height: 72px;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 1000;
}

header p {
  color: #fff;
}
/* PADDING-TOP */

.b3__padding-top--1 {
  padding-top: 0.1rem;
}

.b3__padding-top--2 {
  padding-top: 0.15rem;
}

.b3__padding-top--3 {
  padding-top: 0.2rem;
}

.b3__padding-top--5 {
  padding-top: 0.3rem;
}

.b3__padding-top--6 {
  padding-top: 0.4rem;
}

.b3__padding-top--7 {
  padding-top: 0.45rem;
}

.b3__padding-top--8 {
  padding-top: 0.5rem;
}

.b3__padding-top--9 {
  padding-top: 0.6rem;
}

.b3__padding-top--10 {
  padding-top: 0.65rem;
}

.b3__padding-top--11 {
  padding-top: 0.7rem;
}

.b3__padding-top--12 {
  padding-top: 0.8rem;
}

.b3__padding-top--14 {
  padding-top: 0.9rem;
}

.b3__padding-top--16 {
  padding-top: 1rem;
}

.b3__padding-top--19 {
  padding-top: 1.2rem;
}

.b3__padding-top--21 {
  padding-top: 1.35rem;
}

.b3__padding-top--28 {
  padding-top: 1.75rem;
}

.b3__padding-top--29 {
  padding-top: 1.85rem;
}

.b3__padding-top--32 {
  padding-top: 2rem;
}

.b3__padding-top--38 {
  padding-top: 2.4rem;
}

/* PADDING-BOTTOM */

.b3__padding-bottom--5 {
  padding-bottom: 0.3rem;
}

.b3__padding-bottom--8 {
  padding-bottom: 0.5rem;
}

.b3__padding-bottom--11 {
  padding-bottom: 0.7rem;
}

.b3__padding-bottom--14 {
  padding-bottom: 0.9rem;
}

.b3__padding-bottom--16 {
  padding-bottom: 1rem !important;
}

.b3__padding-bottom--19 {
  padding-bottom: 1.2rem;
}

.b3__padding-bottom--32 {
  padding-bottom: 2rem !important;
}

/* PADDING-RIGHT */

.b3__padding-right--8 {
  padding-right: 0.5rem;
}

.b3__padding-right--16 {
  padding-right: 1rem;
}

.b3__padding-right--17 {
  padding-right: 1.1rem;
}

.b3__padding-right--19 {
  padding-right: 1.2rem;
}

.b3__padding-right--36 {
  padding-right: 2.3rem;
}

/* PADDING-LEFT */

.b3__padding-left--4 {
  padding-left: 0.3rem;
}

.b3__padding-left--12 {
  padding-left: 0.8rem;
}

.b3__padding-left--17 {
  padding-left: 1.1rem;
}

.b3__padding-left--19 {
  padding-left: 1.2rem;
}

.b3__padding-left--24 {
  padding-left: 1.5rem;
}

.b3__padding-left--32 {
  padding-left: 2rem;
}

.b3__padding-left--44 {
  padding-left: 2.8rem;
}

.b3__padding-left--64 {
  padding-left: 4rem;
}

/* MARGIN-TOP */

.b3__margin-top--3 {
  margin-top: 0.2rem;
}

.b3__margin-top--6 {
  margin-top: 0.4rem;
}

.b3__margin-top--32 {
  margin-top: 2rem;
}

.b3__margin-top--38 {
  margin-top: 2.4rem;
}

/* MARGIN-BOTTOM */

.b3__margin-bottom--14 {
  margin-bottom: 0.9rem;
}

.b3__margin-bottom--16 {
  margin-bottom: 1rem;
}

.b3__margin-bottom--36 {
  margin-bottom: 2.3rem;
}

/* MARGIN-LEFT */

.b3__margin-left--4 {
  margin-left: 0.25rem;
}

.b3__margin-left--8 {
  margin-left: 0.5rem;
}

.b3__margin-left--24 {
  margin-left: 1.5rem;
}

.b3__margin-left--28 {
  margin-left: 1.8rem;
}

.b3__margin-left--35 {
  margin-left: 2.2rem;
}

/* MARGIN-RIGHT */

.b3__margin-right--8 {
  margin-right: 0.5rem;
}

.b3__margin-right--16 {
  margin-right: 1rem;
}

.b3__margin-right--19 {
  margin-right: 1.2rem;
}

.b3__margin-right--24 {
  margin-right: 1.5rem;
}

.b3__margin-right--28 {
  margin-right: 1.8rem;
}

.b3__margin-right--36 {
  margin-right: 2.3rem;
}

.secao-cards-status,
.secao-cards-channel-status {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.card-status,
.card-channel-status {
  width: 22.35rem; /*30%;*/
  height: 125px;
}

.card-status--normal.card-status--publicado {
  background-color: rgba(0, 135, 80, 1);
  border: thin solid rgba(0, 135, 80, 1);
}
.card-status--normal.card-status--aguardando {
  background-color: #666e7a;
  border: thin solid #666e7a;
}

.card-channel-status--normal {
  background-color: #1d70bc;
  border: thin solid #1d70bc;
}

.card-channel-status--publicado {
  background-color: #008750;
  border: thin solid #008750;
}

.card-channel-status--aguardando {
  background-color: #666e7a;
  border: thin solid #666e7a;
}

.card-channel-status-nao-publicado {
  background-color: #000;
}

.card-channel-status--no-occurrence,
.card-channel-status--occurrences,
.card-channel-status--info {
  border: thin solid #e3e5e7;
}

.card-channel-status--alerta,
.card-channel-status--atraso-n3 {
  width: 50.25rem; /*60%*/
}

.card-status--atraso .card-body,
.card-channel-status--atraso .card-body,
.card-channel-status--alerta .card-body,
.card-channel-status--atraso-n3 .card-body {
  padding: 0;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
}

.card-status--atraso .card-body > div:first-child,
.card-channel-status--atraso .card-body > div:first-child {
  background-color: #cc4400;
  height: 100%;
}

.card-channel-status--atraso-n3 .card-body > div:first-child {
  background-color: #000;
  height: 100%;
}

.card-channel-status--alerta .card-body > div:first-child {
  background-color: #b40000;
  height: 100%;
}

.card-channel-status--alerta .card-body > div:first-child,
.card-channel-status--atraso-n3 .card-body > div:first-child {
  width: 40%;
}

.card-channel-status--alerta .card-body > div:nth-child(2),
.card-channel-status--atraso-n3 .card-body > div:nth-child(2) {
  width: 60%;
}

.card-status--atraso .card-body > div:first-child {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.card-channel-status--atraso .card-body > div:first-child,
.card-channel-status--alerta .card-body > div:first-child,
.card-channel-status--atraso-n3 .card-body > div:first-child {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.card-status--atraso .card-body > div:nth-child(2) {
  height: 100%;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-x: auto;
}

/* Organiza os spans de atraso em colunas */
.card-status--atraso .card-body > div:nth-child(2) > div:nth-child(2),
.card-channel-status--atraso .card-body > div:nth-child(2) > div:first-child {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 100%;
}

.card-channel-status--atraso .card-body > div:nth-child(2) > div:first-child {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  height: 125px;
}

.card-channel-status--atraso .card-body > div:nth-child(2) span:last-child,
.card-channel-status--atraso-n3 .card-body > div:nth-child(2) span:last-child,
.card-status--atraso
  .card-body
  > div:nth-child(2)
  > div:nth-child(2)
  span:last-child {
  margin-right: 2rem;
}

.card-status--atraso .card-body > div:nth-child(2) > div:nth-child(2) span {
  margin-top: 0.5rem;
}

.card-channel-status--atraso .card-body > div:nth-child(2) span,
.card-channel-status--atraso-n3 .card-body > div:nth-child(2) span {
  margin-top: 0.5rem;
}

.card-channel-status--atraso-n3
  .card-body
  > div:nth-child(2)
  > div:first-child {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.card-channel-status--atraso-n3
  .card-body
  > div:nth-child(2)
  > div:first-child
  div {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.card-channel-status--atraso
  .card-body
  > div:nth-child(2)
  > div:first-child
  > div:first-child,
.card-channel-status--atraso-n3
  .card-body
  > div:nth-child(2)
  > div:first-child
  > div:first-child {
  margin-left: 1.2rem;
}

.card-status--atraso .card-body > div:first-child > div:first-child > span {
  margin-left: 1rem;
  margin-top: 0.2rem;
}

.card-channel-status--atraso .card-body > div:first-child > span,
.card-channel-status--alerta .card-body > div:first-child > span,
.card-channel-status--atraso-n3 .card-body > div:first-child > span {
  margin-left: 1rem;
}

.card-status--atraso
  .card-body
  > div:first-child
  > div:first-child
  > div:first-child {
  margin-bottom: 0.8rem;
}

.card-status--atraso .card-body > div:first-child > div:first-child,
.card-channel-status--atraso .card-body > div:first-child,
.card-channel-status--atraso-n3 .card-body > div:first-child {
  display: flex;
  flex-direction: row;
}

.card-status--atraso
  .card-body
  > div:first-child
  > div:first-child
  > div:first-child
  > div:first-child,
.card-channel-status--atraso
  .card-body
  > div:first-child
  > div:first-child
  > div:first-child,
.card-channel-status--atraso-n3
  .card-body
  > div:first-child
  > div:first-child
  > div:first-child {
  background-image: url(../img/Pending_Circle.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  height: 2.0625rem;
  width: 2.0625rem;
}

.card-status--normal .card-body,
.card-channel-status--normal .card-body,
.card-channel-status--aguardando .card-body,
.card-channel-status--publicado .card-body {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.card-status--overview .card-body {
  margin-top: 0.8rem;
  padding: 0 1.3rem 1rem;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.card-status--overview > span {
  margin-top: 0.9rem;
}

.card-status--overview .card-body > div > div {
  margin-top: 0.5rem;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.card-status--overview-bar {
  width: 1rem;
  height: 1.6rem;
  border-radius: 5px;
  max-width: 1rem;
}

.card-status--overview .card-body > div > div > span {
  font-size: 1.2rem;
  margin-left: 0.9rem;
}

.card-status--info .card-body,
.card-channel-status--info .card-body {
  margin-top: 0.4rem;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.card-status--health-bar,
.card-channel-status--health-bar {
  width: 1.35rem;
}

.card-status--health-bar.total,
.card-channel-status--health-bar.total {
  margin-right: 3.4px;
  height: 3.625rem;
  border: 1px solid #f6f6f7;
  border-radius: 0.25rem 0.25rem 0 0;
  display: flex;
  flex-direction: column;
}

.card-status--health-bar > div:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.background-color--health-bar__green {
  background-color: rgba(0, 135, 80, 0.9);
}

.background-color--health-bar__green:hover {
  background-color: rgba(0, 135, 80, 1);
}

.background-color--health-bar__orange {
  background-color: rgba(204, 68, 0, 0.9);
}

.background-color--health-bar__orange:hover {
  background-color: rgba(204, 68, 0, 1);
}

.background-color--health-bar__red {
  background-color: rgba(180, 0, 0, 0.9);
}

.background-color--health-bar__red:hover {
  background-color: rgba(180, 0, 0, 1);
}

.card-channel-status--occurrences .card-body {
  padding: 0;
}

.card-channel-status--alerta .card-body > div:nth-child(2) > div:first-child,
.card-channel-status--occurrences .card-body > div:first-child {
  display: flex;
  flex-direction: column;
}

.card-channel-status--alerta
  .card-body
  > div:nth-child(2)
  > div:first-child
  div,
.card-channel-status--occurrences .card-body > div:first-child div {
  display: flex;
  flex-direction: row;
}

.card-channel-status--alerta
  .card-body
  > div:nth-child(2)
  > div:first-child
  > div {
  margin-top: 0.5rem;
}

.card-channel-status--alerta
  .card-body
  > div:nth-child(2)
  > div:first-child
  > div:first-child {
  margin-top: 0.3rem;
}

.card-channel-status--alerta
  .card-body
  > div:nth-child(2)
  > div:first-child
  div
  > span:nth-child(2),
.card-channel-status--occurrences
  .card-body
  > div:first-child
  div
  > span:nth-child(2) {
  margin-left: 0.6rem;
}

.card-channel-status--alerta
  .card-body
  > div:nth-child(2)
  > div:first-child
  div
  > span:nth-child(3) {
  margin-left: 0.2rem;
}

.card-channel-status--occurrences
  .card-body
  > div:first-child
  div
  > span:nth-child(3) {
  margin-left: 0.4rem;
}

.card-status--banner > span:first-child {
  float: right;
  width: 1.875rem;
  height: 1.875rem;
}

.row {
  width: 100%;
}

.notification {
  cursor: pointer;
}

.notification:after {
  border-radius: 50%;
  background: #cc4400;
  color: #fff;
  width: 17px;
  height: 17px;
  font-size: 11px;
  position: absolute;
  margin-left: -18px;
  margin-top: -5px;
}

a.card-channel {
  font-weight: unset;
}

a.card-channel:hover {
  color: unset;
}

.nav {
  max-width: 85rem; /*79.701130041087*/
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.nav p {
  padding-left: 1rem;
  padding-top: 0.5rem;
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.nav li {
  float: left;
}

.nav li a {
  display: inline;
  color: white;
  text-align: center;
  text-decoration: none;
}

.nav .push {
  margin-left: auto;
}

.nav span.icon {
  margin-right: 0.9rem;
  font-size: 1.5rem;
}

.panel-status {
  background: #e3e5e7;
}

.panel-status .panel {
  max-width: 85rem;
  margin: 0 auto;
}

.panel-channels .panel {
  max-width: 85rem;
  margin: 0 auto;
}

.panel-health .panel {
  max-width: 85rem;
  margin: 0 auto;
}

.panel-occurrences .panel {
  max-width: 85rem;
  margin: 0 auto;
}

.tooltip-width {
  max-width: 16rem;
  white-space: wrap;
}

@keyframes rotate-lt {
  0% {
    transform: rotate(-180deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotate-rt {
  0% {
    transform: rotate(-180deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.timer {
  display: block;
  width: 26px;
  height: 26px;
  margin: 1.3px auto 0;
}

.timer:after {
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  top: 10%;
  left: 10%;
  text-align: center;
  line-height: 21px;
  font-size: 11px;
  font-weight: bold;
}

.timer span em {
  background: #eee;
}

.timer {
  border-radius: 100%;
  position: relative;
}

.timer span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.timer span:first-child {
  left: 0;
}

.timer span:last-child {
  left: 50%;
}

.timer span em {
  border-radius: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.timer span:first-child em {
  left: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  animation-name: rotate-lt;
  transform-origin: 0 50%;
}

.timer span:last-child em {
  left: -100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  animation-name: rotate-rt;
  transform-origin: 100% 50%;
}

div.clock {
  display: table-cell;
  vertical-align: middle;
}

div.frame {
  border-radius: 45px;
  width: 30px;
  height: 30px;
  border: 1px solid white;
}

.modal {
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  margin: auto;
}

.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: fff;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  border-radius: 0;
  height: 72px;
}

#modal-notification .modal-header {
  background-color: #4a0074;
}

#modal-occurrence .modal-header {
  background-color: #002c63;
}

.modal-content {
  position: relative;
  background-color: #fff;
  width: 80%;
  max-width: 900px;
  border-radius: 0;
  margin: auto;
  min-height: 550px;
  height: fit-content;
}

.modal ul.options {
  list-style-type: none;
  overflow: hidden;
}

.modal ul.options li {
  float: left;
}

.modal ul.options li a {
  display: inline;
  color: white;
  text-align: center;
  text-decoration: none;
}

.modal .push {
  margin-left: auto;
}

span.icon {
  margin-right: 0.9rem;
  font-size: 1.5rem;
}

.modal-header .content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.modal-body .content {
  width: 90%;
  margin: 0 auto;
}

.pre-line {
  white-space: pre-line;
}

.notifications-type {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 750px) {
  .notifications-type {
    flex-direction: column;
  }
}

.modal-content.background {
  background-image: url(../img/background-group.svg);
  background-repeat: no-repeat;
  background-size: 92%;
  background-position-y: bottom;
}

.notifications.no-notifications {
  text-align: center;
}

.push-left {
  float: left;
}

.push-right {
  float: right;
}

.push-clear {
  clear: both;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.badge {
  padding-top: 0.05rem;
}

.link-button {
  color: #0063de !important;
  font-size: 0.75rem;
}

.card-occurrence {
  width: 100%;
}

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

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

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

.text-middle {
  vertical-align: middle;
}

.accordion-occurrences {
  background: 0 0;
  border-bottom: 1px solid rgba(102, 110, 122, 0.18);
  margin-left: 0;
  list-style-type: none;
}

.accordion-occurrences .title {
  display: inline-block;
  border-radius: 3.2rem;
  line-height: 1.6rem;
  height: 3.2rem;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1.5px !important;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-position: 50%;
  transition: all 0.8s;
  margin: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  padding: 0.9rem 1.6rem 0.8rem;
  color: #40444d;
  border: none;
  /*border-top: 1px solid rgba(102,110,122,.18);*/
  cursor: pointer;
}

.accordion-occurrences .item-content {
  border: none;
  background: 0 0;
  color: inherit;
  flex: 1 1 auto;
  /*padding: 0.9rem 1.6rem 1.4rem 1.6rem;*/
  padding: 0.9rem 0rem 1.4rem;
}

.accordion-occurrences .item {
  border-bottom: 1px solid rgba(102, 110, 122, 0.18);
}

.flex {
  display: flex;
}

.flex.space-between {
  align-content: space-between;
}

.flex.align--between {
  align-content: space-between;
  justify-content: space-between;
}

.flex.flex-cards {
  display: flex;
  flex-wrap: wrap;
}

.flex-justify--center {
  justify-content: center;
  align-items: center;
}

.flex-flex--end {
  justify-content: flex-end;
  align-content: flex-end;
}

.flex-item--center {
  align-items: center;
}

.flex-item--start {
  align-items: start;
}

.flex-align--end {
  align-items: flex-end;
  align-content: flex-end;
}
.flex.flex-align--start {
  align-items: flex-start;
  align-content: flex-start;
}

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

.b3__text-color__white {
  color: #fff;
}

.b3__text-color__red {
  color: #b40000;
}

.b3__text-color__orange {
  color: #cc4400;
}

.b3__text-color__purple {
  color: #4a0074;
}

.b3__text-color__gray {
  color: #666e7a;
}

.b3__text-color__green {
  color: #008750;
}

.b3__text-color__blue {
  color: #1d70bc;
}

.b3__text-color__black {
  color: #000000;
}

.b3__text-color__info {
  color: #7f8a7d;
}

.card-channel {
  width: 22.35rem;
  height: 398px;
  max-width: 390px;
}

.card-channel .card-details {
  cursor: pointer;
}

.badge.badge-red {
  color: #fff;
  background-color: #b40000;
}

.badge.badge-purple {
  color: #fff;
  background-color: #4a0074;
}
.badge.badge-blue {
  color: #fff;
  background-color: #1d70bc;
}

.status-progress {
  display: flex;
  height: 0.8675rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.status-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1d70bc;
  transition: width 0.6s ease;
}

.background-color--bar__red {
  background-color: #b40000;
}

.background-color--bar__orange {
  background-color: #cc4400;
}

.background-color--bar__purple {
  background-color: #4a0074;
}

.background-color--bar__gray {
  background-color: rgba(102, 110, 122);
}

.background-color--bar__gray--light {
  background-color: rgba(102, 110, 122, 0.5);
}

.background-color--bar__green {
  background-color: #008750;
}

/*PROVISÓRIO*/
.background-color--bar__info {
  background-color: #7f8a7d;
}

.background-color--bar__black {
  background-color: #000000;
}

.background-color--bar__blue {
  background-color: #1d70bc;
}

.background-color--bar__initial {
  background-color: #007bff;
}

.background-color--white {
  background-color: #ffffff;
}

.whitespace.pre {
  white-space: pre;
}

.lineheight--med {
  line-height: 1.75rem;
}

.card-subchannel--bar {
  width: 0.87rem;
  height: 1.4rem;
  border-radius: 4px;
  max-width: 0.875rem;
  box-shadow: none;
  border: 1px solid #f6f6f7;
}

.overflow--hidden {
  overflow: hidden;
}

.margin-left--auto {
  margin-left: auto !important;
}

.border--orange {
  border: 1px solid #cc4400 !important;
}

.border--red {
  border: 1px solid #b40000 !important;
}

.border--blue {
  border: 1px solid #1d70bc !important;
}

.border--purple {
  border: 1px solid #4a0074 !important;
}

.border--gray {
  border: 1px solid rgba(102, 110, 122) !important;
}

.border--green {
  border: 1px solid #008750 !important;
}

.border--black {
  border: 1px solid #000 !important;
}

/*PROVISÓRIO*/
.border--info {
  border: 1px solid #7f8a7d !important;
}

.panel-occurrences .card-today {
  width: 50%;
  max-width: 486px;
}

.today-occurrences {
  min-height: 172px;
  display: flex;
}

.panel-occurrences .occurrences {
  max-width: 740px;
  width: 100%;
  margin-left: auto;
}

.panel-occurrences .accordion-occurrences {
  border-bottom: none;
}

.b3__ico-pending {
  background-image: url(../img/Pending_Circle--orange.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  height: 24px;
  width: 24px;
}

.b3__ico-size--status {
  font-size: 24px;
  margin-right: 0.9rem;
}

.b3__ico-size--info {
  font-size: 18px !important;
  margin-right: 0rem !important;
  line-height: 1rem !important;
}

.pull-right-flex {
  margin-left: 0 auto;
}

.accordion-subchannels {
  background: 0 0;
  border-bottom: 1px solid rgba(102, 110, 122, 0.18);
  margin-left: 0;
  list-style-type: none;
}

.accordion-subchannels .title {
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  border-radius: 3.2rem;
  line-height: 1.6rem;
  height: fit-content; /*4rem;*/
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1.5px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-position: 50%;
  transition: all 0.8s;
  /*margin: 0;*/
  border-radius: 0;
  /*width: 100%;*/
  text-align: left;
  padding: 1.4rem 0 1.4rem;
  color: #40444d;
  border: none;
  border-bottom: 1px solid rgba(102, 110, 122, 0.18);
}

.accordion-subchannels .item-content {
  border: none;
  background: 0 0;
  color: inherit;
  flex: 1 1 auto;
  padding: 0;
  border-bottom: 1px solid rgba(102, 110, 122, 0.18);
}

.accordion-subchannels {
  border-bottom: none;
}
.accordion-subchannels .title > * {
  flex: 1;
}

.subchannels-title {
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subchannels-title > * {
  flex: 1;
}

.accordion-subchannels .title span.icon {
  line-height: 0;
}

.accordion-assets {
  background: 0 0;
  border-bottom: 1px solid rgba(102, 110, 122, 0.18);
  margin-left: 0;
  list-style-type: none;
}

.accordion-assets .title {
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  border-radius: 3.2rem;
  line-height: 1.6rem;
  height: fit-content; /*3.5rem;*/
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1.5px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-position: 50%;
  transition: all 0.8s;
  /*margin: 0;*/
  border-radius: 0;
  /*width: 100%;*/
  text-align: left;
  padding: 1.2rem 0 1.2rem;
  color: #40444d;
  border-bottom: 1px solid rgba(102, 110, 122, 0.18);
}

.accordion-assets .item-content {
  border: none;
  background: 0 0;
  color: inherit;
  flex: 1 1 auto;
  padding: 0;
}

.accordion-assets .item-content {
  border: none;
  background: 0 0;
  color: inherit;
  flex: 1 1 auto;
}

.border-top--gray {
  border-top: 1px solid rgba(102, 110, 122, 0.18);
}

.border-bottom--gray {
  border-bottom: 1px solid rgba(102, 110, 122, 0.18);
}

.accordion-assets {
  border-bottom: none;
}

.accordion-assets .title > * {
  flex: 1;
}

.accordion-assets .title span.icon {
  line-height: 0;
}

.status-asset.status-progress {
  height: 15px;
  width: 317px;
}

.pointer {
  cursor: pointer;
}

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

.flex-basis-4 {
  flex-basis: 4.11rem;
}

.flex-basis-8 {
  flex-basis: 7.9rem !important;
}

.status.flex-basis-18 {
  flex-basis: 18.1rem;
}

.status.flex-basis-15 {
  flex-basis: 14.9375rem;
}

.status.flex-basis-24 {
  flex-basis: 24rem;
}

.status.flex-basis-26 {
  flex-basis: 26.125rem;
}

.status.flex-basis {
  flex-basis: 28.125rem;
}

.flex-basis-11 {
  flex-basis: 11.9375rem !important;
}

.flex-basis-14 {
  flex-basis: 14rem !important;
}
.flex-basis-141 {
  flex-basis: 14.1rem !important;
}

.flex-basis-16 {
  flex-basis: 16.1rem;
}

.background-support--purple {
  background: rgba(74, 0, 116, 0.1);
}

.background-support--blue {
  background: rgba(29, 112, 188, 0.1);
}

.background-support--gray {
  background: rgba(102, 110, 122, 0.1);
}

.background-support--red {
  background: rgba(180, 0, 0, 0.1);
}

.background-support--orange {
  background: rgba(204, 68, 0, 0.1);
}

.background-support--green {
  background: rgba(0, 135, 80, 0.1);
}

.background-support--info {
  background: rgba(13, 202, 240, 0.1);
}

.background-support--black {
  background: rgba(0, 0, 0, 0.1);
}

.card-asset--bar {
  width: 22px;
  height: 21px;
  border-radius: 3px;
}

.max-width.margin-auto {
  max-width: 85rem;
  margin: 0 auto;
  padding-right: 5px;
}

.dropdownitem {
  border-left: 3px solid transparent;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0;
  padding: 0.8rem 1.6rem;
  line-height: 1.6rem;
  transition: all 0.5s;
  border-radius: 0.2rem;
  background: 0 0;
}

/* Combo idiomas */
.idioma-drop * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-weight: 300;
}

.idioma-seta {
  position: absolute;
  z-index: 3;
  margin-left: 5.5rem;
  margin-top: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  cursor: pointer;
}

.idioma-coluna {
  float: left;
  width: 100%;
  padding: 0;
  min-height: 64px;
  position: absolute;
  top: 0;
}

.idioma-drop {
  display: inline-block;
}

.idioma-drop label,
.idioma-drop ul li {
  display: block;
  color: #fff;
  padding: 0px 6px;
  cursor: pointer;
  left: -0.5rem;
}

.idioma-drop ul.idioma-list li a {
  display: block;
}

.idioma-drop ul.idioma-list {
  /*position: absolute;*/
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  padding: 0.2rem;
  bottom: 2.7rem;
  width: 80px; /*105px*/
  height: 0;
}

.idioma-drop ul.idioma-list li {
  padding: 8px 10px;
  transition: 0.2s ease;
  width: 100%;
}

.idioma-drop ul.idioma-list li:hover {
  background-color: rgb(0 176 230 / 20%);
}

.idioma-drop ul.idioma-list li:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.idioma-drop ul.idioma-list li.selected {
  display: none;
}

.idioma-drop label {
  position: relative;
  border-radius: 3px;
  z-index: 2;
}

.idioma-drop .idioma-flag .flag,
.idioma-drop .idioma-list .idioma .flag {
  float: left;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}

.idioma-drop.open ul.idioma-list {
  visibility: visible;
  opacity: 1;
  z-index: 3;
  border: 1px solid #00b0e6;
  background-color: #fff;
  padding: 0.2rem;
  bottom: 2.5rem;
  width: 80px; /*105px*/
  border-radius: 3px;
  padding: 0;
  margin-top: 0.3rem;
  height: auto;
}

.idioma-drop.open label {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.animate,
.idioma-flag,
.idioma-list {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.caret-toggle:after {
  display: inline-block;
  margin-left: 0.8rem;
  margin-top: 0.6rem;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.load,
.load:before {
  width: 3.2rem;
  height: 3.2rem;
}

.whitespace--prewrap {
  white-space: pre-wrap;
}

.whitespace--nowrap {
  white-space: nowrap;
}

.card-status--banner {
  width: 50.25rem;
  background-color: #000;
}

.panel-occurrences .flex > * {
  flex: 1 1;
}

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

.modal-open {
  overflow: hidden;
}

.card-channel-status--occurrences .card-body {
  overflow: auto;
  padding: 0.75rem;
}

.card-status--info,
.card-channel-status--info {
  overflow-x: auto;
}

/* MEDIA QUERY */

@media screen and (max-width: 1273px) {
  .status-asset.status-progress {
    width: 75%;
  }
}

@media screen and (max-width: 1229px) {
  .status-asset.status-progress {
    width: 75%;
  }
  .card-status--overview .card-body > div:nth-child(n + 2):nth-child(-n + 4) {
    margin-left: 1.2rem;
  }
}

@media (max-width: 1193px) and (min-width: 1083px) {
  .card-channel-status--info .card-status--health-bar {
    width: 1.2rem;
  }
}

@media (max-width: 1193px) and (min-width: 1083px) {
  .card-status--info .card-status--health-bar {
    width: 1.2rem;
  }
}

@media screen and (max-width: 1180px) {
  .card-status--banner {
    width: 105vh;
    margin-left: 1rem;
  }
}

@media screen and (max-width: 1109px) {
  .flex.flex-cards {
    justify-content: center;
    margin-right: 1.8rem;
  }

  .card-status--overview {
    width: 25rem;
  }

  .card-status--info {
    margin-left: 0;
  }

  .card-loading:not(.card-channel-status--info):last-child {
    margin-left: 1.25rem !important;
  }

  .card-loading.card-channel-status--info {
    margin-left: 1.25rem !important;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 1082px) {
  .card-status--info {
    margin-left: 0;
  }
}

@media (max-width: 1109px) and (min-width: 1025px) {
  .card-channel-status--info {
    margin-left: auto;
  }
}

@media screen and (max-width: 1000px) {
  .card-status--atraso .card-body > div:nth-child(2) > div:nth-child(2) {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 1024px) and (min-width: 826px) {
  .card-channel-status--occurrences,
  .card-channel-status--no-occurrence,
  .card-channel-status--info {
    margin: auto;
  }

  .card-channel-status--info {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 1165px) {
  .card-status--atraso + .card-status--info,
  .card-channel-status--alerta + .card-channel-status--info {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 1153px) {
  .card-status--atraso + .card-status--info,
  .card-channel-status--alerta + .card-channel-status--info {
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 1146px) {
  .card-status--atraso + .card-status--info,
  .card-channel-status--alerta + .card-channel-status--info {
    margin-left: 0.25rem;
  }
}

@media screen and (max-width: 1138px) {
  .card-status--atraso + .card-status--info,
  .card-channel-status--alerta + .card-channel-status--info {
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .card-status--normal,
  .card-channel-status--normal,
  .card-channel-status--aguardando,
  .card-channel-status--publicado {
    width: 100%;
  }

  .card-status--info {
    margin-left: 1.8rem;
  }

  .card-status--overview,
  .card-status--atraso + .card-status--info,
  .card-status--banner {
    margin-left: 0;
  }
}

@media screen and (max-width: 999px) {
  .card-status--atraso .card-body,
  .card-channel-status--atraso .card-body {
    flex-direction: column;
    align-items: center;
  }

  .card-status--atraso .card-body > div:nth-child(2) {
    height: 150px;
  }

  .card-status--atraso,
  .card-channel-status--atraso {
    width: 100% !important;
  }

  .card-status--atraso,
  .card-channel-status--atraso {
    height: fit-content !important;
  }

  .card-channel-status--atraso .card-body > div:nth-child(2) > div:first-child {
    flex-direction: row;
    height: fit-content;
  }
}

@media screen and (max-width: 996px) {
  .direction--column {
    flex-direction: column;
  }

  .direction--column > * {
    flex-basis: 0 !important;
  }

  .direction--column:not(.subchannels-title) > * {
    padding-bottom: 0.6rem;
  }

  .direction--column .status {
    margin-right: auto;
  }

  .flex-basis--unset {
    flex-basis: unset;
  }

  .status-asset.status-progress {
    display: none;
  }

  .accordion-subchannels .title {
    width: unset;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(102, 110, 122, 0.18);
  }

  .subchannel-name {
    flex-direction: row-reverse;
  }

  .subchannel-name .name {
    margin-right: auto;
  }

  .accordion-subchannels > li.item .title .status {
    justify-content: flex-start;
  }

  .panel-occurrences .card-today,
  .panel-occurrences .occurrences {
    width: 100%;
    max-width: unset;
  }

  .panel-occurrences .panel > div.flex {
    flex-direction: column;
  }

  .panel-occurrences .accordion-occurrences {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .card-status--banner {
    width: 100vh;
  }
}

@media screen and (max-width: 976px) {
  .card-status--banner {
    width: 105vh;
    margin-left: 0;
  }
}

@media screen and (max-width: 850px) {
  .card-occurrence .card-body p.flex {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

@media (min-width: 826px) and (max-width: 999px) {
  .card-status--atraso .card-body > div,
  .card-channel-status--atraso .card-body > div {
    width: 100%;
  }

  .card-status--atraso .card-body > div:first-child,
  .card-channel-status--atraso .card-body > div:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 826px) {
  .card-channel-status--alerta
    .card-body
    > div:nth-child(2)
    > div:first-child
    > div
    > span:first-child,
  .card-channel-status--alerta
    .card-body
    > div:nth-child(2)
    > div:first-child
    > div
    > span:nth-child(2) {
    white-space: nowrap;
  }

  .card-channel-status--alerta .card-body > div:nth-child(2),
  .card-channel-status--atraso-n3 .card-body > div:nth-child(2) {
    height: 100%;
  }

  .card-channel-status--alerta .card-body > div:nth-child(2) > div:first-child,
  .card-channel-status--atraso-n3
    .card-body
    > div:nth-child(2)
    > div:first-child {
    overflow: auto;
    max-height: 100%;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }

  .card-channel-status--alerta
    .card-body
    > div:nth-child(2)
    > div:first-child::-webkit-scrollbar {
    width: 0;
    height: 0; /* Safari and Chrome */
  }
}

@media screen and (max-width: 825px) {
  .card-channel-status--alerta,
  .card-channel-status--atraso-n3 {
    height: auto;
  }

  .card-channel-status--alerta
    .card-body
    > div:nth-child(2)
    > div:first-child
    > div {
    flex-direction: column;
  }

  .card-channel-status--alerta
    .card-body
    > div:nth-child(2)
    > div:first-child
    > div
    > span {
    white-space: normal;
  }

  .card-channel-status--no-occurrence,
  .card-channel-status--occurrences,
  .card-channel-status--info {
    margin: auto;
  }

  /* Elimina a margem "fantasma" para igualar as margens entre os cards */
  .card-channel-status--no-occurrence,
  .card-channel-status--occurrences {
    margin-top: -0.5rem;
  }

  .card-channel-status--info {
    margin-top: 0.5rem;
  }

  .secao-cards-channel-status,
  .secao-cards-status {
    align-items: center;
    align-content: center;
    flex-direction: column;
    justify-content: center;
  }

  .card-channel-status,
  .card-status {
    width: 100% !important;
  }

  .card-status--overview,
  .card-status--info {
    margin-left: 0;
  }

  .card-status--overview .card-body {
    justify-content: center;
  }

  .card-status--atraso .card-body,
  .card-channel-status--atraso .card-body,
  .card-channel-status--alerta .card-body,
  .card-channel-status--atraso-n3 .card-body {
    flex-direction: column;
    align-items: center;
  }

  .card-status--atraso .card-body > div:first-child {
    flex-direction: row;
    justify-content: space-around;
  }

  .card-status--atraso .card-body > div:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
  }

  .card-channel-status--atraso .card-body > div:first-child {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .card-status--atraso .card-body > div:first-child > div:first-child {
    margin-top: 0.4rem;
  }

  .card-status--atraso
    .card-body
    > div:first-child
    > div:first-child
    > div:first-child {
    margin-bottom: 0.4rem;
  }

  .card-status--atraso .card-body > div:first-child > div:first-child > span {
    margin-top: 0;
  }

  .card-status--atraso .card-body > div,
  .card-channel-status--atraso .card-body > div,
  .card-channel-status--alerta .card-body > div:first-child,
  .card-channel-status--alerta .card-body > div:nth-child(2),
  .card-channel-status--atraso-n3 .card-body > div {
    width: 100%;
  }

  .card-channel-status--atraso .card-body > div:nth-child(2),
  .card-channel-status--alerta .card-body > div:nth-child(2),
  .card-channel-status--atraso-n3 .card-body > div:nth-child(2) {
    margin-top: 1rem;
  }

  .card-status--atraso .card-body > div:nth-child(2) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .card-status--atraso .card-body > div:nth-child(2) > div:first-child,
  .card-channel-status--alerta .card-body > div:nth-child(2) > div:first-child {
    padding-top: 0;
  }

  .card-channel-status--atraso .card-body > div:nth-child(2) > div:first-child {
    padding-top: 0;
    margin-top: -0.5rem;
  }

  .card-status--atraso .card-body > div:nth-child(2) > div:nth-child(2) span,
  .card-channel-status--atraso
    .card-body
    > div:nth-child(2)
    > div:first-child
    > span {
    margin-top: 0.1rem;
  }

  .card-channel-status--occurrences {
    height: fit-content;
    min-height: 125px;
  }
}

@media screen and (max-width: 770px) {
  .off-menu-content {
    width: 100%;
    transition: ease 0.5s;
    background-color: #002c63;
    z-index: 99999998;
    position: fixed;
    opacity: 0;
    height: 0;
  }

  .hamb-menu span {
    transition: 0.2s ease;
  }

  .off-menu-content.show {
    opacity: 1;
    height: calc(100% - 72px);
  }

  .off-menu-content.show .off-menu-content-ul li {
    display: block;
  }

  .off-menu-content.show .list-idioma li {
    display: inline;
  }

  .off-menu-content .off-menu-content-ul {
    margin: 0;
    padding: 0 1.5rem 0;
    overflow: hidden;
    list-style-type: none;
  }

  .off-menu-content .off-menu-content-ul li {
    padding-top: 1rem;
  }

  .list-idioma {
    list-style-type: none;
  }

  .off-menu-content .list-idioma li,
  .off-menu-content .off-menu-content-ul li {
    display: none;
  }

  footer {
    display: none;
  }

  .panel-channels {
    margin-bottom: 3.2rem !important;
  }

  .card-status--normal,
  .card-channel-status--normal,
  .card-channel-status--aguardando,
  .card-channel-status--publicado {
    height: 90px;
  }
}

@media screen and (max-width: 747px) {
  .flex.flex-cards {
    margin-right: 0;
  }
}

@media screen and (max-width: 547px) {
  .card-status--atraso .card-body > div:first-child {
    flex-direction: column;
  }

  .card-status--atraso .card-body > div:nth-child(2) > div:nth-child(2) {
    /*padding-bottom: 4rem;*/
    padding-bottom: 0.5rem;
  }

  .card-status--atraso .card-body > div:first-child > div {
    margin-left: auto;
    margin-right: auto;
  }

  .card-status--atraso .card-body > div:first-child > span {
    margin: auto;
    margin-bottom: 0.4rem;
  }

  h1.platform-status {
    margin-right: 0;
  }

  .card-channel-status--atraso .card-body > div:nth-child(2) span:last-child,
  .card-channel-status--atraso-n3 .card-body > div:nth-child(2) span:last-child,
  .card-status--atraso
    .card-body
    > div:nth-child(2)
    > div:nth-child(2)
    span:last-child {
    margin-right: auto;
  }
}

@media screen and (max-width: 530px) {
  .modal-content {
    width: 100%;
  }
  .modal .options .time {
    margin-left: 0 !important;
  }

  .modal .options .exit {
    padding-left: 0 !important;
  }

  .modal h1 {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 510px) {
  h1.platform-status {
    margin-right: 0;
    margin-bottom: 0.8rem !important;
  }

  a.history-a {
    float: none;
    margin-left: 1.5rem;
    margin-top: 0;
  }

  .secao-cards-status {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 490px) {
  .card-status--atraso .card-body > div:nth-child(2) {
    flex-direction: column;
    height: fit-content;
  }

  .card-status--atraso .card-body > div:nth-child(2) > div:first-child {
    padding: 0;
    margin: auto;
    margin-top: -0.5rem; /* Provisório */
  }

  .card-channel-status--atraso .card-body > div:nth-child(2) > div:first-child {
    padding: 0;
    margin: auto;
    width: fit-content !important;
    flex-direction: column;
    padding-bottom: 1rem;
  }

  .card-status--atraso .card-body > div:nth-child(2) > div:nth-child(2),
  .card-status--atraso .card-body > div:nth-child(2) > div:first-child,
  .card-channel-status--atraso > div:nth-child(2) > div:first-child {
    flex-wrap: nowrap;
    overflow: scroll;
    width: 100%;
    margin: auto;
  }

  .card-status--atraso .card-body > div:nth-child(2) > div:nth-child(2) > span,
  .card-status--atraso .card-body > div:nth-child(2) > div:first-child > span {
    margin-left: auto;
    margin-right: auto;
  }

  .card-channel-status--atraso
    .card-body
    > div:nth-child(2)
    > div:first-child
    > span {
    margin-left: 0.4rem;
  }

  /* Primeira coluna de spans */
  .card-channel-status--atraso
    .card-body
    > div:nth-child(2)
    > div:first-child
    > span:nth-child(n + 1):nth-child(-n + 4) {
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 450px) {
  .loading {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }

  .card-status--overview {
    display: none;
  }

  .card-channel .subchannel-title {
    flex-direction: column;
  }

  .card-channel .subchannel-title .hour {
    margin-left: 1.9rem !important;
  }

  .card-channel span.badge {
    float: none;
    margin-left: 0px !important;
  }

  .card-status span.b3__text-subtitle {
    margin-left: 0.9rem;
  }

  .card-status div.b3__text-title--2 span {
    font-size: 1.5rem !important;
  }

  .channel-name.flex,
  .channel-status.flex {
    flex-direction: column;
  }

  .channel-name.flex span.badge,
  .channel-status.flex span.badge {
    margin-right: auto;
  }

  .channel-name.flex span.badge {
    margin-top: 0.6rem;
  }
}

@media screen and (max-width: 428px) {
  .notifications .badge {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 433px) {
  .card-channel-status--health-bar,
  .card-status--health-bar {
    width: 1.246rem;
  }
}

@media screen and (max-width: 425px) {
  .card-channel-status--health-bar,
  .card-status--health-bar {
    width: 1.211rem;
  }
}

@media screen and (max-width: 417px) {
  .card-channel-status--health-bar,
  .card-status--health-bar {
    width: 1.175rem;
  }
}

@media screen and (max-width: 411px) {
  .card-channel-status--health-bar,
  .card-status--health-bar {
    width: 1.13rem;
  }
  .card-status--normal,
  .card-channel-status--normal,
  .card-channel-status--aguardando,
  .card-channel-status--publicado {
    height: 55px;
  }
}

@media screen and (max-width: 400px) {
  .card-channel-status--health-bar,
  .card-status--health-bar {
    width: 1.1rem;
  }

  .modal-header {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 395px) {
  .card-channel-status--health-bar,
  .card-status--health-bar {
    width: 1.06rem;
  }
}

@media screen and (max-width: 383px) {
  .card-channel-status--health-bar,
  .card-status--health-bar {
    width: 1.03rem;
  }
}

@media screen and (max-width: 382px) {
  .card-status--normal span.b3__text-subtitle {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 374px) {
  .card-channel-status--health-bar,
  .card-status--health-bar {
    width: 0.96rem;
  }
}

@media screen and (max-width: 370px) {
  .b3__text-title--2 {
    font-size: 2rem;
  }
  .b3__text-title--4 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 366px) {
  .card-channel-status--health-bar,
  .card-status--health-bar {
    width: 0.96rem;
  }
  .card-status--normal,
  .card-channel-status--normal,
  .card-channel-status--aguardando,
  .card-channel-status--publicado {
    height: 50px;
  }
}

@media screen and (max-width: 364px) {
  .card-status--normal span.b3__text-subtitle {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 356px) {
  .card-channel-status--health-bar,
  .card-status--health-bar {
    width: 0.92rem;
  }
}

@media screen and (max-width: 346px) {
  .card-channel-status--health-bar,
  .card-status--health-bar {
    width: 0.89rem;
  }
  .card-status--normal span.b3__text-subtitle {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 336px) {
  .card-channel-status--health-bar,
  .card-status--health-bar {
    width: 0.85rem;
  }
}

@media screen and (max-width: 329px) {
  .card-status--normal span.b3__text-subtitle {
    font-size: 1.09rem;
  }
}

@media screen and (max-width: 327px) {
  .card-status--normal span.b3__text-subtitle {
    font-size: 1.08rem;
  }
}

@media screen and (max-width: 326px) {
  .card-channel-status--health-bar,
  .card-status--health-bar {
    width: 0.82rem;
  }
}

@media screen and (max-width: 325px) {
  .b3__text-title--4 {
    font-size: 1.2rem;
  }
  .card-status--normal span.b3__text-subtitle {
    font-size: 1.07rem;
  }
}

@media screen and (max-width: 323px) {
  .b3__text-title--4 {
    font-size: 1.2rem;
  }
  .card-status--normal span.b3__text-subtitle {
    font-size: 1.05rem;
  }
}

@media screen and (max-width: 320px) {
  .card-status--normal span.b3__text-subtitle {
    font-size: 1.04rem;
  }
}

@media screen and (max-width: 318px) {
  .card-status--normal span.b3__text-subtitle {
    font-size: 1.02rem;
  }
}

@media screen and (max-width: 315px) {
  .card-status--normal span.b3__text-subtitle {
    font-size: 1rem;
  }
}

@media screen and (max-width: 312px) {
  .b3__text-title--4 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 311px) {
  .card-status--normal span.b3__text-subtitle {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 300px) {
  .card-channel-status--health-bar,
  .card-status--health-bar {
    width: 0.65rem;
  }
}

