.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.btn + .btn {
  margin-left: 0.4rem;
}
.btn-square {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-width: 2.375em;
}
.btn-sm.btn-square {
  min-width: 2em;
}
.btn-xs.btn-square {
  min-width: 1.917em;
}
.dropdown-toggle.btn-square:after {
  margin-left: 0;
}
.dropdown-toggle.icon:after {
  border: none !important;
  width: 0;
  margin: 0;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #4a7fb5;
  --bs-secondary: #e2ebf3;
  --bs-success: #74b52d;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #de5e5d;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-primary-rgb: 74, 127, 181;
  --bs-secondary-rgb: 226.04, 234.52, 243.16;
  --bs-success-rgb: 116, 181, 45;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 222, 94, 93;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 52, 58, 64;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 43, 43, 43;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #2b2b2b;
  --bs-body-bg: #fff; }

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }

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

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

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

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

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

ol,
ul {
  padding-left: 2rem; }

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, .small {
  font-size: 0.875em; }

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

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #4a7fb5;
  text-decoration: none; }
  a:hover {
    color: #3b6691;
    text-decoration: underline; }

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

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,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

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

::file-selector-button {
  font: inherit; }

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

.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: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  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: 0.875em;
  color: #6c757d; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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; } }

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

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #2b2b2b;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #2b2b2b;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #2b2b2b;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #2b2b2b;
  vertical-align: top;
  border-color: #dee2e6; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:first-child) {
    border-top: 2px solid currentColor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-bg: #dbe5f0;
  --bs-table-striped-bg: #d0dae4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c5ced8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cbd4de;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c5ced8; }

.table-secondary {
  --bs-table-bg: #f9fbfd;
  --bs-table-striped-bg: #edeef0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e0e2e4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e6e8ea;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e0e2e4; }

.table-success {
  --bs-table-bg: #e3f0d5;
  --bs-table-striped-bg: #d8e4ca;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #ccd8c0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d2dec5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #ccd8c0; }

.table-info {
  --bs-table-bg: #d1ecf1;
  --bs-table-striped-bg: #c7e0e5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd4d9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1dadf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd4d9; }

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9; }

.table-danger {
  --bs-table-bg: #f8dfdf;
  --bs-table-striped-bg: #ecd4d4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc9c9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5cece;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc9c9; }

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1; }

.table-dark {
  --bs-table-bg: #343a40;
  --bs-table-striped-bg: #3e444a;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #484e53;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #43494e;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #484e53; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

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

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

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

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

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: 0.5rem; }

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2b2b2b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #2b2b2b;
    background-color: #fff;
    border-color: #a5bfda;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(74, 127, 181, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::-moz-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; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #2b2b2b;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-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;
    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; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #2b2b2b;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; }
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #2b2b2b;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-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;
    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) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #2b2b2b;
  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 {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2b2b2b;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #a5bfda;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(74, 127, 181, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #2b2b2b; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #a5bfda;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(74, 127, 181, 0.25); }
  .form-check-input:checked {
    background-color: #4a7fb5;
    border-color: #4a7fb5; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #4a7fb5;
    border-color: #4a7fb5;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      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='%23a5bfda'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      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"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(74, 127, 181, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(74, 127, 181, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #4a7fb5;
    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) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #c9d9e9; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4a7fb5;
    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) {
      .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #c9d9e9; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::-moz-placeholder {
      color: transparent; }
    .form-floating > .form-control:-ms-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:not(:-moz-placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:not(:-ms-input-placeholder) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2b2b2b;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

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

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

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

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

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

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(116, 181, 45, 0.9);
  border-radius: 0.25rem; }

.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: #74b52d;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2374b52d' 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: #74b52d;
    box-shadow: 0 0 0 0.25rem rgba(116, 181, 45, 0.25); }

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #74b52d; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2374b52d' 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-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #74b52d;
    box-shadow: 0 0 0 0.25rem rgba(116, 181, 45, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #74b52d; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #74b52d; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(116, 181, 45, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #74b52d; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

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

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #de5e5d; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23de5e5d'%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='%23de5e5d' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #de5e5d;
    box-shadow: 0 0 0 0.25rem rgba(222, 94, 93, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #de5e5d; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #de5e5d; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(222, 94, 93, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #de5e5d; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #2b2b2b;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -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;
  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: #2b2b2b;
    text-decoration: none; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(74, 127, 181, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #fff;
  background-color: #4a7fb5;
  border-color: #4a7fb5; }
  .btn-primary:hover {
    color: #fff;
    background-color: #3f6c9a;
    border-color: #3b6691; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #3f6c9a;
    border-color: #3b6691;
    box-shadow: 0 0 0 0.25rem rgba(101, 146, 192, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3b6691;
    border-color: #385f88; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(101, 146, 192, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #4a7fb5;
    border-color: #4a7fb5; }

.btn-secondary {
  color: #000;
  background-color: #e2ebf3;
  border-color: #e2ebf3; }
  .btn-secondary:hover {
    color: #000;
    background-color: #e6eef5;
    border-color: #e5edf4; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #000;
    background-color: #e6eef5;
    border-color: #e5edf4;
    box-shadow: 0 0 0 0.25rem rgba(192, 199, 207, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #e8eff6;
    border-color: #e5edf4; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(192, 199, 207, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #000;
    background-color: #e2ebf3;
    border-color: #e2ebf3; }

.btn-success {
  color: #000;
  background-color: #74b52d;
  border-color: #74b52d; }
  .btn-success:hover {
    color: #000;
    background-color: #89c04d;
    border-color: #82bc42; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #000;
    background-color: #89c04d;
    border-color: #82bc42;
    box-shadow: 0 0 0 0.25rem rgba(99, 154, 38, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #000;
    background-color: #90c457;
    border-color: #82bc42; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(99, 154, 38, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #000;
    background-color: #74b52d;
    border-color: #74b52d; }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #148a9c;
    border-color: #128293; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #fff;
    background-color: #148a9c;
    border-color: #128293;
    box-shadow: 0 0 0 0.25rem rgba(58, 176, 195, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #128293;
    border-color: #117a8a; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(58, 176, 195, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-danger {
  color: #fff;
  background-color: #de5e5d;
  border-color: #de5e5d; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bd504f;
    border-color: #b24b4a; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bd504f;
    border-color: #b24b4a;
    box-shadow: 0 0 0 0.25rem rgba(227, 118, 117, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b24b4a;
    border-color: #a74746; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(227, 118, 117, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #de5e5d;
    border-color: #de5e5d; }

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #2c3136;
    border-color: #2a2e33; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #2c3136;
    border-color: #2a2e33;
    box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #2a2e33;
    border-color: #272c30; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }

.btn-outline-primary {
  color: #4a7fb5;
  border-color: #4a7fb5; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #4a7fb5;
    border-color: #4a7fb5; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(74, 127, 181, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #4a7fb5;
    border-color: #4a7fb5; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(74, 127, 181, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #4a7fb5;
    background-color: transparent; }

.btn-outline-secondary {
  color: #e2ebf3;
  border-color: #e2ebf3; }
  .btn-outline-secondary:hover {
    color: #000;
    background-color: #e2ebf3;
    border-color: #e2ebf3; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(226, 235, 243, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #000;
    background-color: #e2ebf3;
    border-color: #e2ebf3; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(226, 235, 243, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #e2ebf3;
    background-color: transparent; }

.btn-outline-success {
  color: #74b52d;
  border-color: #74b52d; }
  .btn-outline-success:hover {
    color: #000;
    background-color: #74b52d;
    border-color: #74b52d; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(116, 181, 45, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #000;
    background-color: #74b52d;
    border-color: #74b52d; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(116, 181, 45, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #74b52d;
    background-color: transparent; }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #17a2b8;
    background-color: transparent; }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent; }

.btn-outline-danger {
  color: #de5e5d;
  border-color: #de5e5d; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #de5e5d;
    border-color: #de5e5d; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(222, 94, 93, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #de5e5d;
    border-color: #de5e5d; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(222, 94, 93, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #de5e5d;
    background-color: transparent; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #343a40;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #4a7fb5;
  text-decoration: none; }
  .btn-link:hover {
    color: #3b6691;
    text-decoration: underline; }
  .btn-link:focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

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

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

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #2b2b2b;
  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[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  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; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropend .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; }

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

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

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

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

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

.dropstart .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; }

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  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: #1e2125;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4a7fb5; }
  .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 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #fff;
      background-color: #4a7fb5; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

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

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

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.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,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #4a7fb5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: #3b6691;
    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: none;
    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 {
      border-color: #e9ecef #e9ecef #dee2e6;
      isolation: isolate; }
    .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: #4a7fb5; }

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.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-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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: 1rem;
        padding-left: 1rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas-header {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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: 1rem;
        padding-left: 1rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas-header {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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: 1rem;
        padding-left: 1rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas-header {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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: 1rem;
        padding-left: 1rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas-header {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas-header {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas-header {
    display: none; }
  .navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand .offcanvas-top,
  .navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; }

.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.55); }
  .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 .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%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.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: rgba(255, 255, 255, 0.85); }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.85); }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.65); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.85); }
  .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 .nav-link.active {
  color: rgba(255, 255, 255, 0.85); }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.65);
  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.65%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.65); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: rgba(255, 255, 255, 0.85); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem; }

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

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

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

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

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

.card-header {
  padding: 0.5rem 1rem;
  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.5rem 1rem;
  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.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0; }

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

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

.card-img,
.card-img-top,
.card-img-bottom {
  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-group > .card {
  margin-bottom: 0.75rem; }

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  color: #4a7fb5;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: #3b6691;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: #3b6691;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(74, 127, 181, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

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

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

.page-link {
  padding: 0.375rem 0.75rem; }

.page-item:first-child .page-link {
  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; }

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

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

.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.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

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

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

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert-primary {
  color: #2c4c6d;
  background-color: #dbe5f0;
  border-color: #c9d9e9; }
  .alert-primary .alert-link {
    color: #233d57; }

.alert-secondary {
  color: #888d92;
  background-color: #f9fbfd;
  border-color: #f6f9fb; }
  .alert-secondary .alert-link {
    color: #6d7175; }

.alert-success {
  color: #466d1b;
  background-color: #e3f0d5;
  border-color: #d5e9c0; }
  .alert-success .alert-link {
    color: #385716; }

.alert-info {
  color: #0e616e;
  background-color: #d1ecf1;
  border-color: #b9e3ea; }
  .alert-info .alert-link {
    color: #0b4e58; }

.alert-warning {
  color: #997404;
  background-color: #fff3cd;
  border-color: #ffecb5; }
  .alert-warning .alert-link {
    color: #7a5d03; }

.alert-danger {
  color: #853838;
  background-color: #f8dfdf;
  border-color: #f5cfce; }
  .alert-danger .alert-link {
    color: #6a2d2d; }

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #4f5050; }

.alert-dark {
  color: #1f2326;
  background-color: #d6d8d9;
  border-color: #c2c4c6; }
  .alert-dark .alert-link {
    color: #191c1e; }

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #4a7fb5;
  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; } }

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.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: #2b2b2b;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  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: #4a7fb5;
    border-color: #4a7fb5; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

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

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

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

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

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

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .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: #2c4c6d;
  background-color: #dbe5f0; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #2c4c6d;
    background-color: #c5ced8; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #2c4c6d;
    border-color: #2c4c6d; }

.list-group-item-secondary {
  color: #888d92;
  background-color: #f9fbfd; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #888d92;
    background-color: #e0e2e4; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #888d92;
    border-color: #888d92; }

.list-group-item-success {
  color: #466d1b;
  background-color: #e3f0d5; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #466d1b;
    background-color: #ccd8c0; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #466d1b;
    border-color: #466d1b; }

.list-group-item-info {
  color: #0e616e;
  background-color: #d1ecf1; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0e616e;
    background-color: #bcd4d9; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0e616e;
    border-color: #0e616e; }

.list-group-item-warning {
  color: #997404;
  background-color: #fff3cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #997404;
    background-color: #e6dbb9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #997404;
    border-color: #997404; }

.list-group-item-danger {
  color: #853838;
  background-color: #f8dfdf; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #853838;
    background-color: #dfc9c9; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #853838;
    border-color: #853838; }

.list-group-item-light {
  color: #636464;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464; }

.list-group-item-dark {
  color: #1f2326;
  background-color: #d6d8d9; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1f2326;
    background-color: #c1c2c3; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1f2326;
    border-color: #1f2326; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(74, 127, 181, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

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

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  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 .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  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; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .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; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-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: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px;
      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 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-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: 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 .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff; }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff; }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-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 > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-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[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0; }

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 1rem 1rem;
  color: #2b2b2b; }

.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%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%); }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

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

.link-primary {
  color: #4a7fb5; }
  .link-primary:hover, .link-primary:focus {
    color: #3b6691; }

.link-secondary {
  color: #e2ebf3; }
  .link-secondary:hover, .link-secondary:focus {
    color: #e8eff6; }

.link-success {
  color: #74b52d; }
  .link-success:hover, .link-success:focus {
    color: #90c457; }

.link-info {
  color: #17a2b8; }
  .link-info:hover, .link-info:focus {
    color: #128293; }

.link-warning {
  color: #ffc107; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39; }

.link-danger {
  color: #de5e5d; }
  .link-danger:hover, .link-danger:focus {
    color: #b24b4a; }

.link-light {
  color: #f8f9fa; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb; }

.link-dark {
  color: #343a40; }
  .link-dark:hover, .link-dark:focus {
    color: #2a2e33; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25; }

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

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

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

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

.opacity-0 {
  opacity: 0 !important; }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

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

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

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

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

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

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

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

.d-grid {
  display: grid !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; }

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

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

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

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

.shadow-none {
  box-shadow: none !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; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

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

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

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

.border-top-0 {
  border-top: 0 !important; }

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

.border-end-0 {
  border-right: 0 !important; }

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

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: 1px solid #dee2e6 !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #4a7fb5 !important; }

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

.border-success {
  border-color: #74b52d !important; }

.border-info {
  border-color: #17a2b8 !important; }

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

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

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

.border-dark {
  border-color: #343a40 !important; }

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

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !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; }

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

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

.min-vw-100 {
  min-width: 100vw !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; }

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !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; }

.justify-content-evenly {
  justify-content: space-evenly !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; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

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

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

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

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

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

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

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

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

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

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

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

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

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

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

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

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

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

.fst-normal {
  font-style: normal !important; }

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

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

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

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

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

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

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

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

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

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

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

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important; }

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important; }

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important; }

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-gradient {
  background-image: var(--bs-gradient) !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; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

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

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

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

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

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

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

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

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

.rounded-end {
  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-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !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; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !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; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !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; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !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; }
  .justify-content-md-evenly {
    justify-content: space-evenly !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; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !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; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !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; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !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; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !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; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !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; }
  .d-print-none {
    display: none !important; } }

.btn-xs {
  padding: 0.2rem 0.4rem;
  font-size: 0.75rem;
  border-radius: 0.15rem; }

.btn-secondary {
  color: #4a7fb5; }
  .btn-secondary:hover {
    color: #4a7fb5; }

.btn-outline-secondary {
  color: #bbb;
  border-color: #bbb; }
  .btn-outline-secondary:hover {
    color: #000;
    background-color: #bbb;
    border-color: #bbb; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(187, 187, 187, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #000;
    background-color: #bbb;
    border-color: #bbb; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(187, 187, 187, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #bbb;
    background-color: transparent; }

.btn-breadcrumbs {
  color: rgba(255, 255, 255, 0.65);
  background-color: #5c8cbc;
  border-color: #5c8cbc; }
  .btn-breadcrumbs:hover {
    color: rgba(255, 255, 255, 0.85);
    background-color: #759dc6;
    border-color: #6c97c3; }
  .btn-check:focus + .btn-breadcrumbs, .btn-breadcrumbs:focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #759dc6;
    border-color: #6c97c3;
    box-shadow: 0 0 0 0.25rem rgba(105, 149, 194, 0.5); }
  .btn-check:checked + .btn-breadcrumbs,
  .btn-check:active + .btn-breadcrumbs, .btn-breadcrumbs:active, .btn-breadcrumbs.active,
  .show > .btn-breadcrumbs.dropdown-toggle {
    color: #000;
    background-color: #7da3ca;
    border-color: #6c97c3; }
    .btn-check:checked + .btn-breadcrumbs:focus,
    .btn-check:active + .btn-breadcrumbs:focus, .btn-breadcrumbs:active:focus, .btn-breadcrumbs.active:focus,
    .show > .btn-breadcrumbs.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(105, 149, 194, 0.5); }
  .btn-breadcrumbs:disabled, .btn-breadcrumbs.disabled {
    color: #fff;
    background-color: #5c8cbc;
    border-color: #5c8cbc; }
/**
 *= require ./src/css/nodeca-codes
 **/

@font-face {
  font-family: 'nodeca';
  src: url(/assets/nodeca-2d8d40f429a02da6c4efff910753bca0.woff2) format('woff2'),
       url(/assets/nodeca-99f29f26f4746e0644f39bb4d993aa8c.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

.icon:before {
  font-family: "nodeca";
  speak: none;
  /*text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);*/

  display: inline-block;
  text-align: center;
  line-height: 1em;
  position: relative;

  font-style: normal !important;
  font-weight: normal !important;
}

.icon-space-after:before {
  margin-right: .3em;
}

.icon-space-before {
  margin-left: .3em;
}

.icon-dimmed:before {
  opacity: 0.7;
}

.icon-lg:before {
  font-size: 120%;
  top: 1px;
}

.icon-sm:before {
  font-size: .8em;
  top: -.05em;
}

.icon-search:before { content: '\e800'; } /* '' */
.icon-link:before { content: '\e801'; } /* '' */
.icon-attach:before { content: '\e802'; } /* '' */
.icon-bookmark:before { content: '\e803'; } /* '' */
.icon-edit:before { content: '\e804'; } /* '' */
.icon-download:before { content: '\e805'; } /* '' */
.icon-x:before { content: '\e806'; } /* '' */
.icon-report:before { content: '\e807'; } /* '' */
.icon-history:before { content: '\e808'; } /* '' */
.icon-ref-outer:before { content: '\e809'; } /* '' */
.icon-expand-alt:before { content: '\e80a'; } /* '' */
.icon-collapse-alt:before { content: '\e80b'; } /* '' */
.icon-comment:before { content: '\e80c'; } /* '' */
.icon-ref-local:before { content: '\e80d'; } /* '' */
.icon-infraction:before { content: '\e80e'; } /* '' */
.icon-editor-full:before { content: '\e80f'; } /* '' */
.icon-plus:before { content: '\e810'; } /* '' */
.icon-editor-small:before { content: '\e811'; } /* '' */
.icon-video:before { content: '\e813'; } /* '' */
.icon-binary:before { content: '\e816'; } /* '' */
.icon-camera:before { content: '\e817'; } /* '' */
.icon-dropdown-local:before { content: '\e818'; } /* '' */
.icon-right-open:before { content: '\e819'; } /* '' */
.icon-help:before { content: '\e81a'; } /* '' */
.icon-info:before { content: '\e81b'; } /* '' */
.icon-list-bullet:before { content: '\e81c'; } /* '' */
.icon-list-numbered:before { content: '\e81d'; } /* '' */
.icon-quote:before { content: '\e81e'; } /* '' */
.icon-bold:before { content: '\e81f'; } /* '' */
.icon-italic:before { content: '\e820'; } /* '' */
.icon-header:before { content: '\e821'; } /* '' */
.icon-vote-up:before { content: '\e822'; } /* '' */
.icon-to-top:before { content: '\e823'; } /* '' */
.icon-picture:before { content: '\e824'; } /* '' */
.icon-level-up:before { content: '\e825'; } /* '' */
.icon-closed:before { content: '\e826'; } /* '' */
.icon-mail:before { content: '\e827'; } /* '' */
.icon-views:before { content: '\e828'; } /* '' */
.icon-more:before { content: '\e829'; } /* '' */
.icon-pin:before { content: '\e82a'; } /* '' */
.icon-clock:before { content: '\e82b'; } /* '' */
.icon-ignore:before { content: '\e82c'; } /* '' */
.icon-to-bottom:before { content: '\e82d'; } /* '' */
.icon-menu:before { content: '\e82e'; } /* '' */
.icon-chevron-big-left:before { content: '\e82f'; } /* '' */
.icon-chevron-big-right:before { content: '\e830'; } /* '' */
.icon-loading-placeholder:before { content: '\e831'; } /* '' */
.icon-location:before { content: '\e832'; } /* '' */
.icon-login:before { content: '\e833'; } /* '' */
.icon-preview:before { content: '\e834'; } /* '' */
.icon-delivery:before { content: '\e835'; } /* '' */
.icon-interchange:before { content: '\e836'; } /* '' */
.icon-track-muted:before { content: '\e837'; } /* '' */
.icon-track-normal:before { content: '\e838'; } /* '' */
.icon-track-tracking:before { content: '\e839'; } /* '' */
.icon-track-watching:before { content: '\e83a'; } /* '' */
.icon-check-single:before { content: '\e83b'; } /* '' */
.icon-posts:before { content: '\e83f'; } /* '' */
.icon-replies:before { content: '\e840'; } /* '' */
.icon-reply:before { content: '\e841'; } /* '' */
.icon-reply-for:before { content: '\e842'; } /* '' */
.icon-vote-down:before { content: '\e844'; } /* '' */
.icon-expand:before { content: '\e845'; } /* '' */
.icon-collapse:before { content: '\e846'; } /* '' */
.icon-dropdown:before { content: '\e847'; } /* '' */
.icon-check:before { content: '\e848'; } /* '' */
.icon-threads:before { content: '\e849'; } /* '' */
.icon-arrow-subsections:before { content: '\e84a'; } /* '' */
.icon-editor-narrow:before { content: '\f100'; } /* '' */
.icon-editor-unnarrow:before { content: '\f101'; } /* '' */
.icon-emoji:before { content: '\f118'; } /* '' */
.icon-my-location:before { content: '\f124'; } /* '' */
.icon-sliders:before { content: '\f1de'; } /* '' */
.visible-deleted-block {
  display: none !important;
}
.deleted.visible-deleted-block,
.deleted .visible-deleted-block {
  display: block !important;
}
.deleted.visible-deleted-inline-block,
.deleted .visible-deleted-inline-block,
.deleted display inline-block !important,
.deleted.visible-deleted-inline,
.deleted .visible-deleted-inline {
  display: inline !important;
}
.deleted.hidden-deleted,
.deleted .hidden-deleted {
  display: none !important;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.abuse-report-dlg__loading-placeholder {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.breadcrumbs-container {
  font-size: 0.875rem;
  height: 2.75rem;
  background-color: #4677aa;
  margin-bottom: 1.5rem;
  color: rgba(255,255,255,0.65);
}
.breadcrumbs {
  line-height: 2.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs__item:before {
  content: '/';
  margin: 0 0.6em 0 0.5em;
}
.breadcrumbs__item:first-child:before {
  content: '';
  margin: 0;
}
.breadcrumbs__item:last-child:after {
  content: '/';
  margin: 0 0.6em 0 0.5em;
}
.breadcrumbs__m-nolink:last-child:after {
  content: unset;
}
.breadcrumbs__link {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs__link:hover {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
}
@media (max-width: 575px) {
  .breadcrumbs__item {
    display: none;
  }
  .breadcrumbs__item:first-child,
  .breadcrumbs__item:last-child {
    display: inline;
  }
  .breadcrumbs__item + .breadcrumbs__item + .breadcrumbs__item:last-child:before {
    content: '/ ... /';
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.confirm-dialog .modal-footer {
  padding-top: 0;
  border-top: 0;
  justify-content: center;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.content-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style-type: none;
  padding: 0;
  margin-bottom: 2rem;
}
.content-tabs-link {
  color: #71858f;
  background-color: #eff3f8;
  display: flex;
  font-size: 0.875rem;
  align-items: center;
  border-radius: 3rem;
  border: 1px solid #e0e6ec;
  padding: 0.375rem 0.875rem;
}
.content-tabs-link:hover,
.content-tabs-link:active {
  text-decoration: none;
}
.content-tabs-link.active {
  background-color: #4a7fb5;
  color: #fff;
}
.content-tabs-link.active:hover,
.content-tabs-link.active:active {
  color: #fff;
}
.content-tabs-counter {
  color: #8698a1;
  margin-left: 0.25rem;
  align-self: flex-start;
  font-size: 0.625rem;
}
.content-tabs-link.active .content-tabs-counter {
  color: #dfdfdf;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.debug-timeline {
  cursor: pointer;
}
.debug-timeline > .debug-timeline__scope {
  margin-left: 0;
  padding-left: 0;
}
.debug-timeline__scope {
  list-style: none;
  padding-left: 1rem;
}
.debug-timeline__period {
  color: #212529;
}
.debug-timeline__m-hidden {
  display: none;
  background-color: #f8f8f8;
}
.debug-timeline__m-hidden .debug-timeline__period {
  color: #8f9fa7;
}
.debug-timeline__m-show-hidden .debug-timeline__m-hidden {
  display: block;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.page-footer {
  padding-top: 2rem;
}
.page-footer-nav {
  display: flex;
  gap: 2rem;
  border-top: 1px solid #bdcbd9;
  margin: 0;
  padding: 0.7rem 0;
  list-style: none;
}
.page-footer-nav__item {
  color: #8f9fa7;
  font-size: 0.875rem;
}
.page-footer-nav__item-link {
  color: inherit;
}
.page-footer-nav__item-link:hover {
  text-decoration: none;
}
.hlist {
  margin: 0;
  padding: 0;
}
.hlist-item {
  display: inline-block;
  *margin-right: 0.8em;
}
.hlist-item:after {
  content: ',';
  margin-right: 0.5em;
}
.hlist-item:last-child:after {
  content: "";
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.location-show-dlg__map-container {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  background: #ddd;
}
.location-show-dlg__map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 575px) {
  .location-show-dlg__map-container {
    padding-bottom: 100%;
  }
}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.hljs {
  padding: 9.5px;
  background-color: #f5f8fb;
  border-radius: 0.125rem;
  border: 1px solid #e2ebf3;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.markup {
  overflow: auto;
  padding-left: 3px;
  margin-left: -3px;
  padding-right: 3px;
  margin-right: -3px;
}
.markup .image {
  max-width: 100%;
  display: inline-block;
  border-radius: 2px;
  position: relative;
  min-width: 10px;
  min-height: 10px;
  background-color: #ccc;
}
.markup .image > img {
  max-width: 100%;
  border-radius: 2px;
  position: absolute;
}
.markup .image__spacer {
  display: block;
}
.markup .link {
  text-decoration: underline;
}
.markup .link-banned {
  color: #4a7fb5;
}
.markup pre code {
  white-space: unset;
}
.markup .ez-block {
  margin-bottom: 1rem;
  border-radius: 2px;
}
.markup .ez-player {
  max-width: 600px;
}
.markup .ez-player-container {
  border-radius: 2px;
}
.markup .emoji {
  font-size: 1.25em;
  line-height: 1em;
  vertical-align: middle;
  color: #8f9fa7;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.attach-img {
  background-color: #f8f8f8;
}
.attach__m-md,
.attach__m-orig {
  min-width: 20px;
  min-height: 20px;
  max-width: 100%;
  display: inline-block;
  border-radius: 2px;
  position: relative;
}
.attach__m-md > img,
.attach__m-orig > img {
  max-width: 100%;
  border-radius: 2px;
}
.attach__spacer + img {
  position: absolute;
  top: 0;
  left: 0;
}
a.attach__link-control {
  display: block;
  transition: 0.2s ease 0.1s;
  position: absolute;
  bottom: 3px;
  right: 3px;
  opacity: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,0.3);
  border-radius: 3px;
}
.attach:hover .attach__link-control {
  opacity: 1;
}
.attach__spacer {
  display: block;
}
.attach__m-sm {
  width: 170px;
  height: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 2px;
  vertical-align: middle;
  box-shadow: 0 0 1px #dfdfdf;
  background-color: #f8f8f8;
  margin-right: 0.7rem;
  margin-bottom: 0.7rem;
}
.attach__m-sm .attach__image {
  max-width: 170px;
  max-height: 150px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.attach__m-sm .attach__content {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  padding: 0 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attach__m-sm .attach__icon {
  position: absolute;
  font-size: 1.25rem;
  line-height: 1em;
  top: 0.5em;
  left: 0.5em;
  color: #b1bcc1;
}
@media (max-width: 767px) {
  .attach__m-sm {
    width: 119px;
    height: 105px;
  }
  .attach__m-sm .attach__image {
    max-width: 119px;
    max-height: 105px;
  }
}
@media (max-width: 575px) {
  .attach__m-sm {
    width: 100px;
    height: 88px;
  }
  .attach__m-sm .attach__image {
    max-width: 100px;
    max-height: 88px;
  }
}
.attach__m-broken {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3e%3cpath fill='%23aeb9bf' d='M918.4 149.5h-349c-14.1 0-26.2 12.1-26.2 26.2v118.9c0 15.9 13.5 25 22 33.6 11.4 11.4 78.7 77.4 83 83.8L483.4 577.6c-22 22-28.4 31.1-2.3 57.1l69.5 69.5c14.4 14.3 11.2 8.3 11.2 35.1 0 14.8-1.4 82.8 1.2 91.4 3.4 10.9 12.8 19.8 26.5 19.8h328.9c13 0 26.2-11.3 26.2-23.2V172.7c.1-10.2-10.7-23.2-26.2-23.2M597.3 282.3v-78.7h294.9v592.9H615.8v-89.6c0-19.4-20.8-34-39.8-52.9l-46.7-47.5c7.2-4.8 146.7-145.9 164.1-163.3 14.1-14.1 19.7-16.4 19.7-34.4 0-12.5-18.4-26.9-25.9-34.4l-75.7-75.7c-3.3-3.2-14.2-11.7-14.2-16.4z'/%3e%3cpath fill='%23aeb9bf' d='M391.9 149.5H81.6c-15.5 0-26.2 13-26.2 23.2v654.7c0 11.9 13.3 23.2 26.2 23.2h328.9c19.2 0 27.8-14.2 27.8-34v-105c0-18.7-5.5-23.3-15.1-32.8l-71.4-72.2 176.3-175.7c9.4-12.5 10.3-25.3-.6-37l-9.2-9.4c-1.5-1.4-1.7-1.6-3.1-3.1l-55.5-55.7c-.2-.2-.5-.6-.8-.8-.2-.2-.6-.5-.8-.8-2.5-2.5-3.7-3.6-6.2-6.2l-24.7-24.7c-5.4-5.1-9-7.1-9.2-17.1-.7-31.2 1.6-73.6.2-102.1-.6-14-11.6-24.5-26.3-24.5m-26.2 54v95.7c0 13.5 39.3 47.8 49.8 58.3l53.7 54.4c-1.4 5.3-39 41.4-45.9 48.3L305.8 577.6c-10.8 10.8-18.9 14-18.9 32 0 13.4 36.5 45 46.7 55.2 6.5 6.5 50.6 48 50.6 52.9v78.7H107.8V203.5h257.9z'/%3e%3c/svg%3e");
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center center;
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

.gslide-image img {
  min-width: auto;
}
html.glightbox-open {
  overflow: initial;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.quote {
  background-color: #f5f8fb;
  border-radius: 0 0.125rem 0.125rem 0;
  color: #495057;
  border: 1px solid #e2ebf3;
  border-left: 0.1875rem solid #c1d0d7;
  padding: 1rem;
}
.quote__title {
  font-size: 0.875rem;
  margin-top: -0.5rem;
  margin-right: -0.5px;
  padding: 0.5rem 0;
}
.quote__author {
  font-style: normal;
}
.quote__author-avatar {
  width: 18px;
  height: 18px;
  margin-right: 0.375rem;
  border-radius: 2px;
  box-shadow: 0 0 1px #8f9fa7;
  opacity: 0.7;
}
.quote__controls {
  margin-top: -0.3125rem;
  margin-right: -0.375rem;
}
.quote__controls .btn {
  background-color: transparent;
  margin-left: 0;
}
.quote__collapse {
  display: none;
}
.quote__ref-local {
  display: none;
}
.quote__collapse,
.quote__expand,
.quote__ref-local,
.quote__ref-outer {
  color: #6f7c8a;
}
.quote__collapse:hover,
.quote__expand:hover,
.quote__ref-local:hover,
.quote__ref-outer:hover {
  color: #212529;
}
.quote__m-expanded > .quote__expand,
.quote__m-expanded > .quote__title > .quote__controls > .quote__expand {
  display: none;
}
.quote__m-expanded > .quote__collapse,
.quote__m-expanded > .quote__title > .quote__controls > .quote__collapse {
  display: inline-block;
}
.quote__m-local > .quote__title > .quote__controls > .quote__ref-outer {
  display: none;
}
.quote__m-local > .quote__title > .quote__controls > .quote__ref-local {
  display: inline-block;
}
.quote__content > p:last-child {
  margin-bottom: 0;
}
.quote__content .link {
  color: #5c8cbc;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.markup-selection-menu__btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  color: #fff !important;
  background-color: #212529;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  text-decoration: none !important;
  transition: 0.15s ease-in-out;
}
.markup-selection-menu__btn:hover {
  background-color: #888;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.spoiler {
  border: 1px solid #e2ebf3;
  border-left: 0.1875rem solid #c1d0d7;
  margin-bottom: 1rem;
}
.spoiler__title {
  cursor: pointer;
  background-color: #f5f8fb;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
}
.spoiler__inner {
  overflow: hidden;
}
.spoiler__content {
  padding: 1rem 1rem 0;
  margin-bottom: -0.5rem;
  display: none;
}
.spoiler__m-open > .spoiler__inner > .spoiler__content {
  display: block;
}
.spoiler__icon-collapse {
  display: none;
}
.spoiler__m-open > .spoiler__title .spoiler__icon-collapse {
  display: inline;
}
.spoiler__m-open > .spoiler__title .spoiler__icon-expand {
  display: none;
}
.mdedit__preview .spoiler__content {
  margin-top: 0;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.navbar {
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.navbar.navbar__m-menu {
  max-height: 100vh;
  overflow: auto;
}
.navbar-dark .navbar-toggler {
  background-image: none;
  border-color: transparent;
  color: rgba(255,255,255,0.65);
  padding: 0.5rem;
  margin-left: 0.4rem;
}
.navbar__right,
.navbar__right-burger {
  display: flex;
  margin-left: auto;
  flex-grow: 0;
}
.navbar__right-burger {
  align-items: center;
}
.navbar-brand {
  text-transform: uppercase;
  margin-right: 2rem;
}
.navbar__level-up {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
  margin-left: -0.8rem;
  margin-right: 0.7rem;
}
.navbar-primary .navbar-inner {
  opacity: 1;
  transition: opacity 0.1s linear;
}
.navbar-alt {
  flex-wrap: nowrap;
  top: -56px;
  background-color: transparent !important;
  transition: top 0.001s linear 0.1s;
}
.navbar-alt .navbar-inner {
  opacity: 0;
  transition: opacity 0.1s linear;
}
.navbar-alt .hidden-nav-alt {
  display: none !important;
}
.page-head .hidden-page-head {
  display: none !important;
}
.navbar__m-secondary.navbar-primary .navbar-inner {
  opacity: 0;
}
.navbar__m-secondary.navbar-alt {
  top: 0px;
  transition: top 0.001s linear;
}
.navbar__m-secondary.navbar-alt .navbar-inner {
  opacity: 1;
}
.navbar__m-menu.navbar__m-secondary.navbar-primary .navbar-inner {
  opacity: 1;
}
.navbar__m-menu.navbar__m-secondary.navbar-alt .navbar-inner {
  opacity: 0;
}
.navbar__title {
  padding-right: 1rem;
  padding-left: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-alt .btn {
  opacity: 0.5;
}
.navbar__hover-swap-container {
  flex: 1 1 0%;
  min-width: 0;
  position: relative;
}
.navbar__hover-swap-container .navbar__hover-hide {
  transition: opacity 0.1s;
}
.navbar__hover-swap-container .navbar__hover-show {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.1s;
}
.navbar__hover-swap-container:hover .navbar__hover-hide {
  opacity: 0;
}
.navbar__hover-swap-container:hover .navbar__hover-show {
  opacity: 1;
}
@media (min-width: 768px) {
  .navbar__right {
    align-items: center;
  }
  .navbar__right-burger {
    display: none;
  }
}
.navbar-progress {
  display: none;
}
.navbar__m-progress .navbar-brand {
  display: none;
}
.navbar__m-progress .navbar-progress {
  display: block;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.page-progress {
  flex-direction: row;
}
.page-progress__item + .page-progress__item {
  margin-left: 0 !important;
}
.page-progress__button-first {
  padding-left: 0.8rem !important;
  padding-right: 0.5rem !important;
}
.page-progress__button-last {
  padding-left: 0.5rem !important;
  padding-right: 0.8rem !important;
  margin-right: 0.3rem;
}
.content-top .page-progress__m-position-start .page-progress__button-first,
.content-bottom .page-progress__m-position-near-end .page-progress__button-last,
.page-progress__m-position-end .page-progress__button-last {
  opacity: 0.4;
  cursor: default;
}
.content-top .page-progress__m-position-start .page-progress__button-first:hover,
.content-bottom .page-progress__m-position-near-end .page-progress__button-last:hover,
.page-progress__m-position-end .page-progress__button-last:hover {
  color: rgba(255,255,255,0.65);
}
.page-progress__info {
  display: inline-block;
  min-width: 6rem;
}
.page-progress__label {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.page-progress__label-current {
  color: rgba(255,255,255,0.85);
}
.page-progress__label-total:before {
  content: '/';
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.page-progress__bar {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.65);
}
.page-progress__bar-fill {
  background-color: rgba(255,255,255,0.85);
  height: 0.0625rem;
  transition: width 0.3s;
}
.page-progress__menu {
  min-width: 170px;
  padding: 0.5rem 0.7rem 0.7rem;
  position: absolute !important;
}
.page-progress__button-first:after,
.page-progress__button-last:after,
.page-progress__info:after {
  left: 0 !important;
  right: 0 !important;
  margin-left: 0;
  border: none;
}
.page-progress__button-first:after {
  left: 0.3rem !important;
}
.page-progress__button-last:after {
  right: 0.3rem !important;
}
.page-actions {
  white-space: nowrap;
}
.page-actions > .btn {
  margin-left: 0.4rem;
}
.page-actions__dropdown {
  position: relative;
  display: inline-block;
}
.page-actions > .btn + .page-actions__dropdown {
  margin-left: 0.4rem;
}
.page-actions__item {
  display: inline-block;
}
.page-actions__item + .page-actions__item {
  margin-left: 0.4rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.page-head {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
.page-head__title {
  margin: 0;
  font-weight: normal;
  font-size: 1.75rem;
  color: #4a7fb5;
}
.page-head__descr {
  font-size: 0.75rem;
  color: #8f9fa7;
  margin: 0.375rem 0 0 0;
}
.page-loading__content {
  display: none;
}
.page-loading__progress {
  display: block;
}
.page-loading__m-done .page-loading__content {
  display: block;
}
.page-loading__m-done .page-loading__progress {
  display: none;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.pager {
  margin-top: 1rem;
  text-align: center;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.restore-notice {
  position: fixed;
  left: 50%;
  top: 200px;
  max-width: 100%;
}
.restore-notice__inner,
a.restore-notice__inner {
  position: relative;
  left: -50%;
  margin: 0 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #666;
  border-radius: 100px;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0 2px 2px #fff;
}
.faq-markup__content .table td {
  white-space: normal !important;
}
.faq-markup__content > h3 {
  padding-top: 1rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
:root {
  --page-max-width: 940px;
}
body {
  min-height: 100vh;
}
html {
  scroll-padding-top: 76px;
}
body {
  padding-top: 56px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
}
.layout__container {
  max-width: var(--page-max-width);
  width: 100%;
}
.layout__container.space-top {
  margin-top: 2rem;
}
#content {
  flex: 1 1 100%;
}
.debug {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 200px;
  overflow: auto;
  padding-top: 1rem;
  font-size: 0.75rem;
  color: #888;
  background-color: #fbfbf8;
  border-top: 1px solid #eee;
}
.debug-on .debug {
  display: block;
}
.nojs-alert,
.nocookies-alert {
  display: none;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  text-align: center;
  position: fixed;
  top: 90px;
  z-index: 1000;
}
.nojs-alert {
  display: block;
}
.no-cookies .nocookies {
  display: block;
}
.site-offline-msg {
  display: none;
  position: fixed;
  bottom: 0;
  left: 1rem;
  right: 1rem;
}
.site-offline .site-offline-msg {
  display: block;
}
.ez-player-container {
  position: relative;
  height: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000;
}

.ez-player-placeholder {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  border: 0;
}

.ez-player-picture {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .2s ease;
}

.ez-player-placeholder:hover .ez-player-picture {
  transform: scale(1.03, 1.03);
}

.ez-player-frame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ez-player-duration {
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: #fff;
  font-size: 16px;
  text-shadow: 0 0 2px #000;
}

.ez-player-header {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
}

.ez-player-title {
  padding: 0 15px;
  height: 50px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  text-shadow: 0 0 2px #000;
}

.ez-player-title:hover {
  text-decoration: underline;
}

.ez-player-button {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Ccircle cx='256' cy='256' r='256' fill='%23000' fill-opacity='0.5' /%3E%3Cpath d='M396 238L184 116c-2-2-5-3-8-3-8 0-15 7-15 15v254c0 8 7 14 15 14l9-2 211-122c5-4 8-10 8-17s-3-13-8-17z' fill='%23eee' /%3E%3C/svg%3E");
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 10;
}

.ez-player-placeholder:hover .ez-player-button {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Ccircle cx='256' cy='256' r='256' fill='%23000' fill-opacity='0.5' /%3E%3Cpath d='M396 238L184 116c-2-2-5-3-8-3-8 0-15 7-15 15v254c0 8 7 14 15 14l9-2 211-122c5-4 8-10 8-17s-3-13-8-17z' fill='%23fff' /%3E%3C/svg%3E");
}

.ez-player-logo {
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 30;
  position: absolute;
}

.ez-domain-youtube_com .ez-player-logo {
  display: block;
  top: 10px;
  left: 13px;
  height: 30px;
  width: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1' width='835' height='1000' viewBox='-2 0 834.53047 999.89111'%3E%3Cpath fill='%23fff' fill-opacity='0.5' d='M-2 719c0-34 2-87 6-156 2-34 15-62 37-84 21-21 49-33 84-35 64-3 161-5 291-5 129 0 226 2 291 5 34 2 62 14 84 35 22 22 34 50 37 84 3 58 5 110 5 156 0 47-2 99-5 157-3 34-15 62-37 84-22 21-50 33-84 35-65 3-162 5-291 5-130 0-227-2-291-5-34-2-63-14-84-35-22-22-35-50-37-84-4-70-6-122-6-157zm65-136h59v315h57V583h59v-53H63v53zM126 0h58l36 147h4L259 0h58l-44 143-23 73v152h-57V222l-5-24-9-26-8-24L126 0zm112 856c0 31 11 46 35 46 20 0 40-11 59-34v30h50V627h-50v207c-14 13-24 20-30 20-9 0-14-6-14-18V627h-50v229zm76-556V159c0-22 7-39 21-51 15-12 33-18 55-18 21 0 38 6 51 19 14 13 20 30 20 52v140c0 23-6 41-19 54-13 14-31 20-54 20s-41-7-54-21c-13-13-20-32-20-54zm52 7c0 14 8 22 22 22s22-8 22-24V157c0-6-2-11-7-15-4-4-10-6-15-6-6 0-11 2-15 6-5 3-7 8-7 14v151zm65 591h51v-20c13 16 29 24 49 24 30 0 45-20 45-60V691c0-45-16-68-49-68-16 0-31 8-45 26V530h-51v368zm51-51V677c8-7 15-11 22-11 14 0 21 9 21 27v143c0 16-6 24-18 24-9 0-17-5-25-13zm23-521V97h50v208c0 12 4 18 14 18 8 0 18-7 29-20V97h51v271h-51v-30c-18 23-38 34-59 34-23 0-34-15-34-46zm110 496c0 24 6 45 18 60 13 16 31 24 55 24 51 0 76-28 76-84v-20h-52v29l-3 13c-1 5-3 9-6 11-3 3-8 4-14 4-14 0-22-13-22-39v-51h97v-70c0-24-6-44-18-58s-30-21-55-21c-23 0-41 7-55 22s-21 34-21 57v123zm52-96v-29c0-20 8-30 22-30 15 0 23 10 23 30v29h-45z'/%3E%3C/svg%3E");
}

.ez-domain-youtube_com .ez-player-title {
  padding-left: 50px;
}

.ez-domain-vimeo_com .ez-player-logo {
  display: block;
  top: 12px;
  left: 13px;
  height: 25px;
  width: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1' width='1146' height='1000' viewBox='0 0 1145.9999 1000'%3E%3Cpath fill='%23fff' fill-opacity='0.5' d='M0 272c37-43 73-82 110-116s68-60 95-77c27-18 52-33 73-43 21-11 37-19 48-22l17-4 24-2c13 0 24 2 35 6 17 7 31 18 42 34 11 17 21 35 29 56 9 20 16 44 22 72l15 77 13 79c5 29 10 53 15 71 21 83 38 142 51 177s27 53 42 53c16 0 38-19 66-55 29-38 60-88 94-152 17-32 26-62 26-91l-2-23c-6-35-23-56-51-65-7-3-15-4-24-4-23 0-51 9-83 26 15-87 59-156 134-209C848 20 906 0 965 0l24 1c68 5 114 35 139 90 12 25 18 55 18 88 0 19-2 40-6 61-12 68-35 137-70 208-34 71-72 133-112 188-41 54-86 106-133 155s-88 87-123 117c-35 29-66 51-91 68-28 16-54 24-79 24-24 0-47-7-69-21s-41-30-56-48-28-37-38-57c-12-25-45-125-98-298-53-174-85-268-96-281l-4-4-14-4c-7-2-15-2-24 0-9 1-21 6-36 14-15 7-32 18-50 32L0 272z'/%3E%3C/svg%3E");
}

.ez-domain-vimeo_com .ez-player-title {
  padding-left: 47px;
}

#io-progress {
  position: fixed;
  top: 50px;
  left: 50%;
  z-index: 2000;
  border: 1px solid #d8b917;
  width: 140px;
  margin-left: -70px;
  box-sizing: border-box;
  display: none;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.notifications {
  position: fixed;
  right: 0rem;
  top: 1rem;
  z-index: 9999;
  margin: 0 1rem;
  width: 100%;
  max-width: 300px;
}
.notification {
  position: relative;
  border-left: 3px solid transparent;
  box-shadow: 0px 2px 8px #a0a0a0;
  margin-bottom: 0.5rem;
  max-height: 200px;
  overflow: auto;
  text-shadow: none;
  transition: all 0.5s linear;
}
.notification a {
  font-weight: bold;
  text-decoration: underline;
}
.notification.fade {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.notification.fade.show {
  opacity: 1;
  -webkit-animation: notification 0.75s linear;
          animation: notification 0.75s linear;
  overflow: auto;
  max-height: 200px;
}
.notification-danger {
  background-color: #de5e5d;
  border-left-color: #de5e5d;
  color: #fff;
}
.notification-danger a {
  color: #fff;
}
.notification-info {
  background-color: #fff;
  border-left-color: #4a7fb5;
  color: #4372a3;
}
.notification-info a {
  color: #4372a3;
}
.notification-close-white {
  display: none;
}
.notification-danger .notification-close-default {
  display: none;
}
.notification-danger .notification-close-white {
  display: block;
}
.notifications-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.notifications-container .notifications {
  position: absolute;
  top: 63px;
  margin: 0;
}
@-webkit-keyframes notification {
  0% {
    transform: rotateY(-90deg);
    opacity: 0;
  }
  70% {
    transform: rotateY(20deg);
    opacity: 0.8;
  }
  90% {
    transform: rotateY(-10deg);
    opacity: 1;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes notification {
  0% {
    transform: rotateY(-90deg);
    opacity: 0;
  }
  70% {
    transform: rotateY(20deg);
    opacity: 0.8;
  }
  90% {
    transform: rotateY(-10deg);
    opacity: 1;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.user__m-banned {
  text-decoration: line-through;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.attach-img {
  background-color: #f8f8f8;
}
.attach__m-md,
.attach__m-orig {
  min-width: 20px;
  min-height: 20px;
  max-width: 100%;
  display: inline-block;
  border-radius: 2px;
  position: relative;
}
.attach__m-md > img,
.attach__m-orig > img {
  max-width: 100%;
  border-radius: 2px;
}
.attach__spacer + img {
  position: absolute;
  top: 0;
  left: 0;
}
a.attach__link-control {
  display: block;
  transition: 0.2s ease 0.1s;
  position: absolute;
  bottom: 3px;
  right: 3px;
  opacity: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,0.3);
  border-radius: 3px;
}
.attach:hover .attach__link-control {
  opacity: 1;
}
.attach__spacer {
  display: block;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.subscription-dlg__item {
  color: #212529;
}
.subscription-dlg__item:hover {
  color: #212529;
  text-decoration: none;
}
.subscription-dlg__item-heading {
  font-size: 1.25rem;
  font-weight: 500;
}
.subscription-dlg__item-heading .icon {
  margin-right: 0.45rem;
}
.subscription-dlg__item-text {
  color: #8f9fa7;
  font-size: 0.875rem;
  line-height: 1.3;
}
.list-group-item.active .subscription-dlg__item-text {
  color: #fff;
}
.list-group-item.active:hover .subscription-dlg__item-text {
  color: #212529;
}
/*
  Expected use
  ============

  Without grid (inline-block)
  ---------------------------

  ### image

  a.thumb
    img.thumb__image
    .thumb-caption[.thumb-caption__m-secondary]
      .thumb-caption__line

  ### video

  .thumb
    a.thumb-inner
      .thumb__icon.icon.icon-video
      img.thumb__image
      .thumb-caption[.thumb-caption__m-secondary]
        .thumb-caption__line

  ### binary

  a.thumb
    .thumb__icon.icon.icon-binary
    .thumb__content
    .thumb-caption[.thumb-caption__m-secondary]
      .thumb-caption__line

  With grid (flexbox)
  -------------------

  TBD

*/
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.thumb-grid {
  padding: 0;
  margin: 0 -10px;
}
.thumb-grid__item {
  display: inline-block;
  padding: 0 10px;
  margin: 0 0 20px;
}
.thumb-grid__item .thumb {
  transition: transform 0.2s ease;
}
.thumb-grid__item.active .thumb,
.thumb-grid__item.selected .thumb {
  transform: scale(0.9);
}
.thumb-grid__m-sm.thumb-grid {
  margin: 0 -10px;
}
.thumb-grid__m-sm .thumb-grid__item {
  padding: 0 10px;
}
.thumb-grid__m-tight {
  margin: 0 -5px;
}
.thumb-grid__m-tight .thumb-grid__item {
  padding: 0 5px;
  margin: 0 0 10px;
}
.thumb-grid__m-tight.thumb-grid__m-sm.thumb-grid {
  margin: 0 -5px;
}
.thumb-grid__m-tight.thumb-grid__m-sm .thumb-grid__item {
  padding: 0 5px;
  margin: 0 0 10px;
}
.thumb {
  width: 170px;
  height: 150px;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 1px #dfdfdf;
  background-color: #f8f8f8;
}
.thumb:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.thumb-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  font-size: 0.75rem;
  line-height: 1.1em;
  padding: 0.5em;
  text-align: left;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 75%, rgba(0,0,0,0.1) 100%);
  border-radius: 0 0 3px 3px;
  transition: background 0.2s ease;
}
.thumb-caption:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.375rem;
  background: linear-gradient(to top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
  top: -0.375rem;
  left: 0;
}
.thumb-caption__line {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thumb-caption__line + .thumb-caption__line {
  margin-top: 0.125em;
}
.thumb-caption.thumb-caption__m-secondary,
.thumb-caption__m-secondary {
  color: #e0e0e0;
}
.thumb-caption__inline + .thumb-caption__inline {
  margin-left: 1em;
}
.thumb__inner {
  display: inline-block;
  height: 100%;
  border-radius: 3px;
  background-color: #000;
  vertical-align: top;
}
.thumb__inner:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.thumb__image {
  max-width: 170px;
  max-height: 150px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.thumb__content {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  padding: 0 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thumb__icon {
  position: absolute;
  font-size: 1.25rem;
  line-height: 1em;
  top: 0.5em;
  left: 0.5em;
  color: #b1bcc1;
}
.thumb-grid__m-sm .thumb,
.thumb__m-sm .thumb,
.thumb-grid__m-sm.thumb,
.thumb__m-sm.thumb {
  width: 119px;
  height: 105px;
}
.thumb-grid__m-sm .thumb__image,
.thumb__m-sm .thumb__image {
  max-width: 119px;
  max-height: 105px;
}
.thumb-grid__m-sm .thumb-caption,
.thumb__m-sm .thumb-caption {
  border-radius: 0 0 2px 2px;
}
.thumb-grid__m-sm .thumb,
.thumb__m-sm .thumb,
.thumb-grid__m-sm.thumb,
.thumb__m-sm.thumb,
.thumb-grid__m-sm .thumb__image,
.thumb__m-sm .thumb__image,
.thumb-grid__m-sm .thumb__inner,
.thumb__m-sm .thumb__inner {
  border-radius: 2px;
}
@media (max-width: 767px) {
  .thumb-grid__m-responsive.thumb-grid {
    margin: 0 -10px;
  }
  .thumb-grid__m-responsive .thumb-grid__item {
    padding: 0 10px;
    margin-bottom: 20px;
    border-radius: 3px;
  }
  .thumb-grid__m-responsive.thumb-grid__m-tight {
    margin: 0 -5px;
  }
  .thumb-grid__m-responsive.thumb-grid__m-tight .thumb-grid__item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .thumb-grid__m-responsive .thumb,
  .thumb__m-responsive .thumb,
  .thumb-grid__m-responsive.thumb,
  .thumb__m-responsive.thumb {
    width: 119px;
    height: 105px;
  }
  .thumb-grid__m-responsive .thumb__image,
  .thumb__m-responsive .thumb__image {
    max-width: 119px;
    max-height: 105px;
  }
  .thumb-grid__m-responsive .thumb-caption,
  .thumb__m-responsive .thumb-caption {
    border-radius: 0 0 2px 2px;
  }
  .thumb-grid__m-responsive .thumb,
  .thumb__m-responsive .thumb,
  .thumb-grid__m-responsive.thumb,
  .thumb__m-responsive.thumb,
  .thumb-grid__m-responsive .thumb__image,
  .thumb__m-responsive .thumb__image,
  .thumb-grid__m-responsive .thumb__inner,
  .thumb__m-responsive .thumb__inner {
    border-radius: 2px;
  }
}
@media (max-width: 575px) {
  .thumb-grid__m-responsive.thumb-grid {
    margin: 0 -7.5px;
  }
  .thumb-grid__m-responsive .thumb-grid__item {
    padding: 0 7.5px;
    margin-bottom: 15px;
    border-radius: 3px;
  }
  .thumb-grid__m-responsive.thumb-grid__m-tight {
    margin: 0 -5px;
  }
  .thumb-grid__m-responsive.thumb-grid__m-tight .thumb-grid__item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .thumb__m-responsive .thumb,
  .thumb__m-responsive.thumb__m-sm .thumb,
  .thumb-grid__m-responsive .thumb,
  .thumb__m-responsive.thumb,
  .thumb__m-responsive.thumb__m-sm.thumb,
  .thumb-grid__m-responsive.thumb {
    width: 100px;
    height: 88px;
  }
  .thumb__m-responsive .thumb__image,
  .thumb__m-responsive.thumb__m-sm .thumb__image,
  .thumb-grid__m-responsive .thumb__image {
    max-width: 100px;
    max-height: 88px;
  }
  .thumb__m-responsive .thumb-caption,
  .thumb__m-responsive.thumb__m-sm .thumb-caption,
  .thumb-grid__m-responsive .thumb-caption {
    border-radius: 0 0 cornerRadiusXs cornerRadiusXs;
  }
  .thumb__m-responsive .thumb,
  .thumb__m-responsive.thumb__m-sm .thumb,
  .thumb-grid__m-responsive .thumb,
  .thumb__m-responsive.thumb,
  .thumb__m-responsive.thumb__m-sm.thumb,
  .thumb-grid__m-responsive.thumb,
  .thumb__m-responsive .thumb__image,
  .thumb__m-responsive.thumb__m-sm .thumb__image,
  .thumb-grid__m-responsive .thumb__image,
  .thumb__m-responsive .thumb__inner,
  .thumb__m-responsive.thumb__m-sm .thumb__inner,
  .thumb-grid__m-responsive .thumb__inner {
    border-radius: cornerRadiusXs;
  }
  .thumb__m-responsive .thumb-caption,
  .thumb__m-responsive.thumb__m-sm .thumb-caption,
  .thumb-grid__m-responsive .thumb-caption {
    font-size: 10px;
  }
  .thumb__m-responsive .thumb-caption.thumb-caption__m-secondary,
  .thumb__m-responsive.thumb__m-sm .thumb-caption.thumb-caption__m-secondary,
  .thumb-grid__m-responsive .thumb-caption.thumb-caption__m-secondary,
  .thumb__m-responsive .thumb-caption__m-secondary,
  .thumb__m-responsive.thumb__m-sm .thumb-caption__m-secondary,
  .thumb-grid__m-responsive .thumb-caption__m-secondary {
    font-size: 9px;
  }
}
.thumb-grid.thumb-grid__m-fluid {
  padding: 0;
  margin: 0 -0.75rem;
  display: flex;
  flex-wrap: wrap;
}
.thumb-grid.thumb-grid__m-fluid .thumb-grid__item {
  flex: 0 1 20%;
  max-width: 20%;
  padding: 0 0.75rem;
  margin: 0 0 1.5rem;
  border-radius: 3px;
}
.thumb-grid__item-inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #4a7fb5;
  border-radius: 3px;
}
.thumb-grid__item-inner:before {
  display: block;
  content: '';
  padding-top: 88.23529411764706%;
}
.thumb-grid__item-inner .thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.thumb-grid__item-inner .thumb__image {
  width: unset !important;
  height: unset !important;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 799px) {
  .thumb-grid.thumb-grid__m-fluid {
    margin: 0 -0.75rem;
  }
  .thumb-grid.thumb-grid__m-fluid .thumb-grid__item {
    flex: 0 1 25%;
    max-width: 25%;
    padding: 0 0.75rem;
    margin: 0 0 1.5rem;
    border-radius: 3px;
  }
}
@media (max-width: 569px) {
  .thumb-grid.thumb-grid__m-fluid {
    margin: 0 -0.75rem;
  }
  .thumb-grid.thumb-grid__m-fluid .thumb-grid__item {
    flex: 0 1 33.333333333333336%;
    max-width: 33.333333333333336%;
    padding: 0 0.75rem;
    margin: 0 0 1.5rem;
    border-radius: 2px;
  }
}
@media (max-width: 389px) {
  .thumb-grid.thumb-grid__m-fluid {
    margin: 0 -0.75rem;
  }
  .thumb-grid.thumb-grid__m-fluid .thumb-grid__item {
    flex: 0 1 50%;
    max-width: 50%;
    padding: 0 0.75rem;
    margin: 0 0 1.5rem;
    border-radius: 2px;
  }
}
.thumb-grid.thumb-grid__m-fluid-md {
  padding: 0;
  margin: 0 -0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.thumb-grid.thumb-grid__m-fluid-md .thumb-grid__item {
  flex: 0 1 25%;
  max-width: 25%;
  padding: 0 0.5rem;
  margin: 0 0 1rem;
  border-radius: 3px;
}
.thumb-grid.thumb-grid__m-fluid-md .thumb-grid__item .thumb,
.thumb-grid.thumb-grid__m-fluid-md .thumb-grid__item .thumb__image {
  width: 100%;
  height: 100%;
}
@media (max-width: 569px) {
  .thumb-grid.thumb-grid__m-fluid-md {
    margin: 0 -0.5rem;
  }
  .thumb-grid.thumb-grid__m-fluid-md .thumb-grid__item {
    flex: 0 1 33.333333333333336%;
    max-width: 33.333333333333336%;
    padding: 0 0.5rem;
    margin: 0 0 1rem;
    border-radius: 2px;
  }
}
@media (max-width: 389px) {
  .thumb-grid.thumb-grid__m-fluid-md {
    margin: 0 -0.5rem;
  }
  .thumb-grid.thumb-grid__m-fluid-md .thumb-grid__item {
    flex: 0 1 50%;
    max-width: 50%;
    padding: 0 0.5rem;
    margin: 0 0 1rem;
    border-radius: 2px;
  }
}
.thumb__m-broken {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3e%3cpath fill='%23aeb9bf' d='M918.4 149.5h-349c-14.1 0-26.2 12.1-26.2 26.2v118.9c0 15.9 13.5 25 22 33.6 11.4 11.4 78.7 77.4 83 83.8L483.4 577.6c-22 22-28.4 31.1-2.3 57.1l69.5 69.5c14.4 14.3 11.2 8.3 11.2 35.1 0 14.8-1.4 82.8 1.2 91.4 3.4 10.9 12.8 19.8 26.5 19.8h328.9c13 0 26.2-11.3 26.2-23.2V172.7c.1-10.2-10.7-23.2-26.2-23.2M597.3 282.3v-78.7h294.9v592.9H615.8v-89.6c0-19.4-20.8-34-39.8-52.9l-46.7-47.5c7.2-4.8 146.7-145.9 164.1-163.3 14.1-14.1 19.7-16.4 19.7-34.4 0-12.5-18.4-26.9-25.9-34.4l-75.7-75.7c-3.3-3.2-14.2-11.7-14.2-16.4z'/%3e%3cpath fill='%23aeb9bf' d='M391.9 149.5H81.6c-15.5 0-26.2 13-26.2 23.2v654.7c0 11.9 13.3 23.2 26.2 23.2h328.9c19.2 0 27.8-14.2 27.8-34v-105c0-18.7-5.5-23.3-15.1-32.8l-71.4-72.2 176.3-175.7c9.4-12.5 10.3-25.3-.6-37l-9.2-9.4c-1.5-1.4-1.7-1.6-3.1-3.1l-55.5-55.7c-.2-.2-.5-.6-.8-.8-.2-.2-.6-.5-.8-.8-2.5-2.5-3.7-3.6-6.2-6.2l-24.7-24.7c-5.4-5.1-9-7.1-9.2-17.1-.7-31.2 1.6-73.6.2-102.1-.6-14-11.6-24.5-26.3-24.5m-26.2 54v95.7c0 13.5 39.3 47.8 49.8 58.3l53.7 54.4c-1.4 5.3-39 41.4-45.9 48.3L305.8 577.6c-10.8 10.8-18.9 14-18.9 32 0 13.4 36.5 45 46.7 55.2 6.5 6.5 50.6 48 50.6 52.9v78.7H107.8V203.5h257.9z'/%3e%3c/svg%3e");
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center center;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.add-infraction-expire__checkbox-label {
  line-height: 1.25;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.announce {
  margin-top: 1.5rem;
}
.announce > p:last-child,
.announce > ul:last-child,
.announce > ol:last-child {
  margin-bottom: 0rem;
}
.announce + .announce {
  margin-top: 0;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.av-anon {
  display: inline-block;
  background-color: #f8f8f8;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAwIiBoZWlnaHQ9IjEwMDAiPjxwYXRoIGZpbGw9IiNhZWI5YmYiIGQ9Ik01MDAgNzZjNzkuMSAwIDE1NSAyMy40IDIwMy4yIDg5LjUgNjQuMSA4OCA1NSAyMTYuNSAyNC4xIDMxNUE1NDIuOCA1NDIuOCAwIDAgMSA2NzAgNjA2LjJjLTguMiAxMy0yMC43IDM1LjUtMjAuOSA1MS4yLS4zIDI3IDUuNiA1Mi42IDI1LjMgNzIuMiAyOC4yIDI4LjIgODQuOSA1MC4yIDEyMi4zIDYzLjcgNjMuNCAyMi44IDE1Mi4xIDU1LjIgMjAzLjQgMTAwLjRWOTQ1Yy02OS44LTU4LTEyOC41LTgyLjMtMjE3LTExNC4yLTQ0LTE1LjgtMTAzLjgtMzkuOC0xMzctNzMtMjcuNS0yNy41LTM3LjQtNjIuOS0zNy0xMDEgLjMtMjQuNSAxNC4yLTUxLjUgMjctNzIgMTAzLjUtMTY0LjggMTM0LjgtNDY5LTEzNi00NjlTMjYwLjUgNDIwLjEgMzY0IDU4NWMxMi44IDIwLjUgMjYuNyA0Ny41IDI3IDcyIC40IDM4LjEtOS41IDczLjUtMzcgMTAxLTMzLjIgMzMuMi05MyA1Ny4yLTEzNyA3My04Ni4yIDMxLTE0Ni40IDU1LjUtMjE3IDExNC4ydi01MS40YzQ5LjctNDMuOCAxNDEuMS03OCAyMDMuNC0xMDAuNCAzNy40LTEzLjUgOTQuMS0zNS41IDEyMi4zLTYzLjcgMTkuNy0xOS42IDI1LjYtNDUuMSAyNS4zLTcyLjItLjItMTUuNy0xMi43LTM4LjEtMjAuOS01MS4yYTU0Mi44IDU0Mi44IDAgMCAxLTU3LjQtMTI1LjdjLTMxLTk4LjUtNDAtMjI3IDI0LjEtMzE1QzM0NS4xIDk5LjUgNDIwLjggNzYgNTAwIDc2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: cover;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.navbar-auth__dropdown-toggle:after {
  display: none;
}
.navbar-auth__avatar {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 3px;
  border: 1px solid #6e99c4;
}
.navbar-auth__dropdown-toggle {
  padding-right: 0 !important;
}
.navbar-guest {
  padding-right: 0 !important;
}
.navbar-auth__dropdown-toggle {
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .navbar-auth__dropdown-toggle {
    padding-top: 0 !important;
    padding-left: 0.4rem !important;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.navbar__m-unread-dialogs .navbar-auth__avatar-container,
.navbar__m-unread-dialogs .navbar-toggler {
  position: relative;
}
.navbar__m-unread-dialogs .navbar-auth__avatar-container:after,
.navbar__m-unread-dialogs .navbar-toggler:after {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid #4a7fb5;
  border-radius: 10px;
  top: -6px;
  left: 31px;
  background-color: #ffb700;
  content: ' ';
}
.navbar__m-unread-dialogs .navbar-auth__dropdown-dialogs:after {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #ffb700;
  content: ' ';
  position: relative;
  right: -12px;
  margin-left: -6px;
  bottom: 2px;
  display: inline-block;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.markup .attach__m-hidden {
  display: inline-block;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  width: 170px;
}
.markup .attach__m-hidden .attach__spacer {
  padding-bottom: 88.2353%;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.markup .image__m-hidden {
  display: inline-block;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  width: 170px;
}
.markup .image__m-hidden .image__spacer {
  padding-bottom: 88.2353%;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.markup .thumb__m-hidden {
  cursor: pointer;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
#ucard-popover {
  cursor: default;
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 900;
  width: 400px;
  min-height: 180px;
  border: 1px solid #bdcbd9;
  border-radius: 4px;
  box-shadow: 0 0 1rem #bdcbd9;
  margin-left: 0.5rem;
  padding: 1rem;
}
#ucard-popover.ucard-popover__m-bottom {
  margin-top: 0.5rem;
  margin-left: 0;
}
.ucard-sidebar {
  float: left;
  width: 102px;
}
.ucard-avatar {
  display: block;
  border: 1px solid #bdcbd9;
  border-radius: 4px;
}
.ucard-avatar__image {
  width: 100%;
  border-radius: 4px;
}
.ucard__controls {
  padding: 0;
  margin: 0.5rem 0 0 0;
}
.ucard__controls-item {
  list-style: none;
  margin-top: 0.4rem;
}
.ucard-info {
  overflow: hidden;
  padding-left: 1rem;
}
.ucard-info__head {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-top: -0.2rem;
  margin-bottom: 0.5rem;
}
.ucard-info__head-link:hover {
  text-decoration: none;
}
.ucard-info__dl {
  font-size: 0.875rem;
  line-height: 1.1em;
  margin: 0;
}
.ucard-info__dt {
  float: left;
  clear: left;
  width: 100px;
  font-weight: normal;
  color: #8f9fa7;
}
.ucard-info__dt:after {
  content: ':';
}
.ucard-info__dd {
  margin: 0 0 0.5rem 110px;
}
.ucard-info__dd:last-child {
  margin-bottom: 0;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.votes-popover {
  z-index: 900 !important;
}
.votes-popover-content {
  margin: 0;
}
.votes-popover__dt {
  float: left;
  font-weight: normal;
}
.votes-popover__dd {
  margin-left: 2em;
}
.votes-popover__dd:last-child {
  margin-bottom: 0.125rem;
}
.votes-popover__list {
  padding: 0;
  margin: 0;
}
.votes-popover__list-item {
  list-style: none;
  display: inline-block;
}
.votes-popover__list-item:after {
  margin-right: 0.3em;
  content: ",";
}
.votes-popover__list-item:last-child:after {
  margin-right: 0;
  content: "";
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.nav-search .nav-link.dropdown-toggle:after {
  display: none;
}
.nav-search__m-narrow {
  display: none;
}
.nav-search__form {
  display: none;
  background-color: #fff;
  border-radius: 0.25rem;
}
.nav-search__go,
.nav-search__input,
.nav-search__select,
.nav-search__close {
  background-color: transparent;
  border-color: transparent !important;
}
.nav-search__input:focus {
  box-shadow: none;
}
.nav-search__input::-moz-placeholder {
  color: #8f9fa7;
}
.nav-search__input:-ms-input-placeholder {
  color: #8f9fa7;
}
.nav-search__input::placeholder {
  color: #8f9fa7;
}
.nav-search__go {
  color: #8f9fa7;
}
.nav-search__select {
  color: #4a7fb5;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.nav-search__close {
  color: #8f9fa7;
}
.nav-search__input {
  padding-left: 0;
}
@media (max-width: 767px) {
  .nav-search__m-wide {
    display: none;
  }
  .nav-search__m-narrow {
    display: block;
  }
}
@media (min-width: 768px) {
  .nav-search-on .navbar__m-hide-on-search,
  .nav-search-on .page-progress {
    display: none;
  }
  .nav-search-on .nav-search__m-wide {
    flex: 1 1 0;
    min-width: 0;
  }
  .nav-search-on .nav-search__m-wide .nav-search__btn {
    display: none;
  }
  .nav-search-on .nav-search__m-wide .nav-search__form {
    display: block;
  }
  .nav-search-on .navbar__right {
    margin-left: unset;
    flex-grow: 1;
  }
  .navbar-alt .page-progress {
    display: flex;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.cookie-confirm {
  margin-bottom: 0;
  border-radius: 0;
  border-width: 1px 0 0 0;
}
.cookie-confirm p:last-child {
  margin-bottom: 0;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
body {
  background-color: #f7f7f7;
  background-image: url("/assets/background-5b04d85ece40b5daf35de5cec3829295.svg");
  background-position: top;
  background-size: 450px;
  background-attachment: fixed;
}
#content::before {
  content: '';
  box-shadow: 0px 0 20px 8px rgba(0,0,0,0.067);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: var(--page-max-width);
  z-index: -1000;
}
.dev-warning {
  width: 100%;
  max-width: var(--page-max-width);
  align-self: center;
}
.navbar {
  width: 100%;
  max-width: var(--page-max-width);
  align-self: center;
  left: unset;
  right: unset;
}
#content {
  width: 100%;
  max-width: var(--page-max-width);
  align-self: center;
  background-color: #fff;
}
.page-footer {
  width: 100%;
  max-width: var(--page-max-width);
  align-self: center;
  background-color: #fff;
}
@media (min-width: 1004px) {
  #content::before,
  #content,
  .dev-warning,
  .navbar,
  .page-footer {
    max-width: calc(var(--page-max-width) + 4rem);
  }
  .layout__container {
    max-width: calc(var(--page-max-width) + 4rem);
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.navbar-brand {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NTE2IiBoZWlnaHQ9IjEwMDAiIHZpZXdCb3g9IjAgMCA0NTE2IDEwMDAiPjxwYXRoIGQ9Ik0xNjI5LjMgODExLjNjLTE4LjEgMCAtMjYuOCAtMTIuOCAtNDAuMyAtMjkuNGwtMTI4LjYgLTE1OC40Yy03IC04LjYgLTEyIC0xNS4zIC0yMi44IC0xNS4zSDEzNDBjLTcuMiAwIC0xMC45IDMuNyAtMTAuOSAxMXYxNTkuNGMwIDEwLjIgLTIuOSAxOC4yIC04LjcgMjRhMzIuNCAzMi40IDAgMCAxIC0yNCA4LjdoLTM4LjFjLTEwLjIgMCAtMTguMiAtMyAtMjQgLTguN2EzMi40IDMyLjQgMCAwIDEgLTguNyAtMjRWMjIxLjRjMCAtMTAuMiAzIC0xOC4xIDguNyAtMjRhMzIuMyAzMi4zIDAgMCAxIDI0IC04LjdoMjIzLjRjMjkgMCA1Ni4zIDUuMyA4MS43IDE1LjggMjUuNCAxMC41IDQ3LjQgMjUgNjYgNDMuNiAxOC40IDE4LjUgMzMgNDAuNSA0My41IDY1LjlhMjExLjYgMjExLjYgMCAwIDEgMTUuOCA4MS43YzAgNDEuNCAtOS44IDc4LjEgLTI5LjYgMTEwYTIwNSAyMDUgMCAwIDEgLTc1IDczYy0xMS43IDYuNiAtMTcuNyAxOS4zIC03LjYgMzEuN0wxNzA3LjMgNzcyYzcuNiA5LjMgNS40IDIwLjEgMSAyNy43IC00LjMgNy43IC0xMS45IDExLjUgLTIyLjggMTEuNWgtNTYuMnptNjAwLjggLTExOS45YTI5LjYgMjkuNiAwIDAgMSA5LjggMjRjLS43IDguNyAtNCAxNiAtOS44IDIxLjhhMzQzLjIgMzQzLjIgMCAwIDEgLTgxLjcgNjBjLTMxLjIgMTYuNiAtNzEuNSAyNSAtMTIxIDI1IC0zNS41IDAgLTY4LjYgLTYuNCAtOTkgLTE5YTIzNCAyMzQgMCAwIDEgLTc5IC01My41QTI0OC4xIDI0OC4xIDAgMCAxIDE3OTcgNjY3YTI4Ny42IDI4Ny42IDAgMCAxIC0xOSAtMTA2LjJWNDUwLjJjMCAtMzcuOCA2LjMgLTcyLjggMTkgLTEwNS4xczMwLjIgLTYwIDUyLjMgLTgyLjhhMjQwLjcgMjQwLjcgMCAwIDEgNzkgLTU0YzMwLjUgLTEzIDYzLjYgLTE5LjYgOTkuMiAtMTkuNmEyNzguNyAyNzguNyAwIDAgMSAxMTguNyAyNSAyMTYgMjE2IDAgMCAxIDQyIDI0LjZjMTIgOSAyMiAxNy42IDMwIDI1LjYgMTUuMiAxNS4zIDE1LjIgMzAuNSAwIDQ1LjhsLTI1LjEgMjVjLTcuMyA3LjMgLTE0LjIgMTEuMSAtMjAuNyAxMS41IC02LjYuMyAtMTQuMiAtMy41IC0yMi45IC0xMS41YTI3Ny42IDI3Ny42IDAgMCAwIC00MyAtMzAuNWMtMTkuMyAtMTEuNiAtNDUuNiAtMTcuNCAtNzkgLTE3LjRhMTM0IDEzNCAwIDAgMCAtMTA3LjMgNDcuNCAxNTIuNyAxNTIuNyAwIDAgMCAtMjkgNTIuM2MtNi41IDIwIC05LjcgNDEuMiAtOS43IDYzLjd2MTEwLjVjMCA0OC42IDEyLjkgODggMzguNiAxMTguMiAyNS44IDMwLjEgNjEuNiA0NS4yIDEwNy40IDQ1LjIgMzIgMCA1OSAtNiA4MS4xIC0xOCAyMi4yIC0xMiA0MC4yIC0yNC4xIDU0IC0zNi40IDYuNSAtNS45IDE0IC05LjEgMjIuMyAtOS45IDguNCAtLjcgMTYuMiAyLjYgMjMuNCA5LjlsMjEuOCAyMS43em00OTkgMzguMmMyMi40IDAgNDMuMyAtNC40IDYyLjUgLTEzQTE1Ni41IDE1Ni41IDAgMCAwIDI4NzUgNjMwYzggLTIwLjEgMTIgLTQxLjMgMTIgLTYzLjkgMCAtMjIuNSAtNCAtNDMuNyAtMTIgLTYzLjdhMTU2IDE1NiAwIDAgMCAtODMuNCAtODYuNmMtMTkuMiAtOC44IC00MCAtMTMgLTYyLjYgLTEzIC0yMi41IDAgLTQzLjQgNC4yIC02Mi42IDEzYTE1NiAxNTYgMCAwIDAgLTgzLjQgODYuNmMtOCAyMCAtMTIgNDEuMiAtMTIgNjMuNyAwIDIyLjYgNCA0My44IDEyIDYzLjhhMTU2LjUgMTU2LjUgMCAwIDAgODMuNCA4Ni42YzE5LjIgOC43IDQwLjEgMTMgNjIuNiAxM3ptMCA5Mi42Yy0zNS43IDAgLTY5IC02LjcgLTk5LjggLTIwLjJhMjYxIDI2MSAwIDAgMSAtMTM2LjIgLTEzNi4yIDI0NyAyNDcgMCAwIDEgLTIwLjEgLTk5LjcgMjQ3IDI0NyAwIDAgMSAyMC4xIC05OS43IDI2MC40IDI2MC40IDAgMCAxIDEzNi4yIC0xMzYuMiAyNDcgMjQ3IDAgMCAxIDk5LjcgLTIwLjEgMjQ3IDI0NyAwIDAgMSA5OS43IDIwLjEgMjU5LjkgMjU5LjkgMCAwIDEgMTM2LjIgMTM2LjJjMTMuNSAzMC45IDIwLjIgNjQuMSAyMC4yIDk5LjdhMjQ3IDI0NyAwIDAgMSAtMjAuMiA5OS43QTI2MC42IDI2MC42IDAgMCAxIDI4MjguNyA4MDJhMjQ2LjggMjQ2LjggMCAwIDEgLTk5LjcgMjAuMnptNjcwIC0zMTZjMCAtMjcuNiAtOSAtNTAgLTI3LjIgLTY3YTkyLjIgOTIuMiAwIDAgMCAtNjUuNCAtMjUuNkgzMjAzYy03LjMgMCAtMTEgMy42IC0xMSAxMC45djI4My4zYzAgNy4zIDMuNyAxMC45IDExIDEwLjloMTAzLjVjMjcuNiAwIDUwIC04LjYgNjcgLTI1LjZzMjUuNiAtMzkuNSAyNS42IC02N1Y1MDYuMXpNMzEyNi43IDEwMDBjLTEwLjEgMCAtMTguMiAtMyAtMjQgLTguN2EzMi40IDMyLjQgMCAwIDEgLTguNyAtMjRWMzUzLjdjMCAtMTAuMiAzIC0xOC4yIDguNyAtMjRhMzIuNSAzMi41IDAgMCAxIDI0IC04LjdoMTc5LjhjMjguMyAwIDU0LjMgNC43IDc4IDE0LjFhMTgxLjMgMTgxLjMgMCAwIDEgNjAuNCAzOC43YzE2LjcgMTYuNCAyOS42IDM2IDM4LjcgNTguOCA5IDIzIDEzLjYgNDcuNSAxMy42IDczLjZWNjI2YzAgMjYuMiAtNC43IDUwLjcgLTE0LjIgNzMuNiAtOS40IDIyLjkgLTIyLjMgNDIuNSAtMzguNyA1OC44YTE3OC4zIDE3OC4zIDAgMCAxIC01OC44IDM4LjcgMTkzLjcgMTkzLjcgMCAwIDEgLTc0LjcgMTQuMkgzMjAzYy03LjIgMCAtMTEgMy42IC0xMSAxMC45djE0NS4xYzAgMTAuMSAtMi44IDE4LjIgLTguNiAyNGEzMi41IDMyLjUgMCAwIDEgLTI0IDguN2gtMzIuN3ptODQ0LjQgLTI5NS41YTI4IDI4IDAgMCAxIDkuMyAyMS44IDM5IDM5IDAgMCAxIC05LjMgMjIuOWMtMTQuNSAxOC4xIC0zNS45IDM0LjkgLTY0LjIgNTAuMSAtMjguMyAxNS4zIC02Mi4yIDIyLjkgLTEwMS40IDIyLjkgLTMwLjUgMCAtNTggLTUgLTgyLjIgLTE0LjdhMTgxLjcgMTgxLjcgMCAwIDEgLTEwMyAtMTAxLjljLTkuNCAtMjMuMiAtMTQuMiAtNDggLTE0LjIgLTc0VjUwMi44YzAgLTI2LjEgNC4yIC01MSAxMi41IC03NC42YTE3NCAxNzQgMCAwIDEgMzcuMSAtNjEuNiAxNzYuNyAxNzYuNyAwIDAgMSA2MCAtNDEuMyAyMDMuMiAyMDMuMiAwIDAgMSA4MS4xIC0xNS4zYzMwLjUgMCA1Ny44IDUgODEuOCAxNS4zYTE3OSAxNzkgMCAwIDEgMTAwLjggMTAzYzkgMjMuNSAxMy41IDQ4LjQgMTMuNSA3NC41djY1LjRjMCAxMC4yIC0yLjkgMTguMiAtOC43IDI0YTMyLjUgMzIuNSAwIDAgMSAtMjQgOC43aC0yNDUuMWMtNy4zIDAgLTExIDMuNiAtMTEgMTAuOXYxOS42YTEwMyAxMDMgMCAwIDAgMjQuNiA2OS44YzE2LjMgMTguOCA0MiAyOC4zIDc2LjggMjguMyAyNy42IDAgNDkgLTUgNjQuMyAtMTQuNyAxNS4zIC05LjggMjYuOSAtMTkuMSAzNC45IC0yNy44IDggLTggMTYgLTExLjggMjQgLTExLjQgOCAuMyAxNS4yIDMuOCAyMS44IDEwLjNsMjAuNiAxOC41ek0zODk1IDUwM2MwIC0yNy42IC03LjYgLTUxLjIgLTIzIC03MC44IC0xNS4yIC0xOS42IC00MC4yIC0yOS40IC03NSAtMjkuNCAtMzQuMiAwIC01OC4yIDkuOCAtNzIgMjkuNGExMTkuOCAxMTkuOCAwIDAgMCAtMjAuNyA3MC44djUuNWMwIDcuMyAzLjYgMTAuOSAxMC45IDEwLjlIMzg4NGM3LjMgMCAxMC45IC0zLjYgMTAuOSAtMTFWNTAzem01NTUuNyAzMDguNGMtMTAuMiAwIC0xOC4yIC0zIC0yNCAtOC43YTMyLjUgMzIuNSAwIDAgMSAtOC43IC0yNFY1MDYuMmMwIC0yNy42IC04LjYgLTUxLjcgLTI1LjYgLTcyLjUgLTE3LjEgLTIwLjYgLTQzIC0zMSAtNzggLTMxIC0zNC44IDAgLTYwLjggMTAuNCAtNzcuOCAzMWExMTAuNSAxMTAuNSAwIDAgMCAtMjUuNiA3Mi41djI3Mi40YzAgMTAuMiAtMyAxOC4yIC04LjcgMjRhMzIuNSAzMi41IDAgMCAxIC0yNCA4LjdoLTMyLjdjLTEwLjIgMCAtMTguMiAtMyAtMjQgLTguN2EzMi4zIDMyLjMgMCAwIDEgLTguNyAtMjRWNTA2LjJhMTk2IDE5NiAwIDAgMSAxNC43IC03NS4yYzkuOCAtMjQgMjMuNCAtNDQuOCA0MC45IC02Mi42IDE3LjQgLTE3LjggMzguNCAtMzIgNjMuMiAtNDIuNWEyMDkuNCAyMDkuNCAwIDAgMSA4Mi44IC0xNS44YzMwLjUgMCA1OCA1LjMgODIuOCAxNS44YTE5NSAxOTUgMCAwIDEgNjMuMiA0Mi41IDE5NyAxOTcgMCAwIDEgNTUuNSAxMzcuOXYyNzIuM2MwIDEwLjIgLTIuOSAxOC4yIC04LjcgMjRhMzIuNCAzMi40IDAgMCAxIC0yNCA4LjdoLTMyLjZ6TTE0NzUuMiA1MTAuMmMxNC42IDAgMjguNSAtMi44IDQyIC04LjJhMTA2LjUgMTA2LjUgMCAwIDAgMzUuNCAtMjMuNCAxMTcuMiAxMTcuMiAwIDAgMCAyNC41IC0xMjggMTA3LjUgMTA3LjUgMCAwIDAgLTI0LjUgLTM0LjRjLTEwLjIgLTkuNCAtMjIgLTE2LjcgLTM1LjQgLTIxLjhhMTE3LjIgMTE3LjIgMCAwIDAgLTQyIC03LjZoLTEzNGMtNy4yIDAgLTEwLjkgMy42IC0xMC45IDEwLjl2MjAxLjVjMCA3LjMgMy42IDExIDExIDExaDEzNHoiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTU2Ni40IDQ3OGEyNzguNCAyNzguNCAwIDAgMCAtMTg5IC0xNTMgNDYuNiA0Ni42IDAgMCAwIC0xMy41IC0yLjhsLTIuNiAtLjV2LjRhNDYuOCA0Ni44IDAgMCAwIC0xMS4yIDkyLjFsMTEuMiAyLjhBMTg0LjkgMTg0LjkgMCAwIDEgNDk2IDU2MC42di40IC0uMWE0Ni44IDQ2LjggMCAwIDAgOTAuNSAwYzMuMyAtMjcgLTguOCAtNTkgLTIwIC04M3pNOTA5LjIgNTYwLjlhNTk5LjggNTk5LjggMCAwIDAgLTEuNCAtMTkuNEE1OTUuNyA1OTUuNyAwIDAgMCAzNjEuMyAxLjhhNDYuOCA0Ni44IDAgMSAwIDAgOTMuNXYuNGE1MDIuMiA1MDIuMiAwIDAgMSA0NTQuMyA0NjUuMmguOGE0Ni44IDQ2LjggMCAwIDAgOTAuNCAwaDIuNHoiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggZD0iTTE0MSA2MjguM2MtNzcuNyAwIC0xNDEgNjMuMyAtMTQxIDE0MSAwIDc3LjUgNjMuMyAxNDAuOSAxNDEgMTQwLjkgNzcuNiAwIDE0MSAtNjMuNCAxNDEgLTE0MXMtNjMuNCAtMTQxIC0xNDEgLTE0MXptMCA4Mi4xYTU5IDU5IDAgMCAxIDU4LjggNTguOCA1OSA1OSAwIDAgMSAtMTE3LjYgMCA1OC45IDU4LjkgMCAwIDEgNTguOCAtNTguOHoiIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Ik0xNDMuMyA5My41YTUwIDUwIDAgMCAwIC00OS44IDQ5Ljd2NDI3LjFBMjA0IDIwNCAwIDAgMCAwIDYyMS4yVjEyMi41QTEyNCAxMjQgMCAwIDEgMTI0LjIgMEgxNDYuN2E0Ni44IDQ2LjggMCAwIDEgMjUuNSA4NnYuMWgtLjJjLTcuMyA0LjcgLTE2IDcuNCAtMjUuMyA3LjRoLTMuNHpNODE2LjcgNzY3YTUwIDUwIDAgMCAxIC00OS43IDQ5LjZIMzM5LjlhMjA0IDIwNCAwIDAgMSAtNTAuOSA5My42aDQ5OC43QTEyNCAxMjQgMCAwIDAgOTEwLjEgNzg2di0yMi43YTQ2LjggNDYuOCAwIDAgMCAtODYgLTI1LjRoLS4xdi4yYy00LjcgNy4zIC03LjQgMTYgLTcuNCAyNS4ydjMuNXoiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: auto 22px;
  background-position: 0 9px;
  opacity: 0.5;
  min-width: 101px;
  margin-right: 1.7rem !important;
  text-indent: -1000px;
  overflow: hidden;
  vertical-align: bottom;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.dev-warning {
  display: none;
  align-items: center;
  padding: 0 1rem;
  background-color: #de5e5d;
}
.dev-warning__text {
  text-align: center;
  width: 100%;
  color: #fff;
}
.dev-warning__text > a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.dev-warning__aside {
  width: 1.5rem;
}
.dev-warning-on .dev-warning {
  display: flex;
  position: fixed;
  top: 0;
  height: 56px;
  width: 100%;
  z-index: 1031;
}
.dev-warning-on body {
  padding-top: 112px;
}
.dev-warning-on .fixed-top,
.dev-warning-on .navbar__m-secondary.navbar-alt {
  top: 56px;
}
.dev-warning-on .navbar-alt {
  top: 0;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.rules-content > h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.rules-content a {
  text-decoration: underline;
}
.rules-toc {
  font-size: 0.875rem;
  margin-left: 1rem;
  color: #666;
}
.rules-toc a {
  color: inherit;
}
.rules-anchor {
  margin-left: 0.25rem;
  opacity: 0.5;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.users-activity__empty {
  color: #8f9fa7;
}
.users-activity__loading-prev {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.users-activity__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.users-activity-item {
  margin-bottom: 1.5rem;
}
.users-activity-item__m-deleted .users-activity-item__title {
  text-decoration: line-through;
}
.users-activity-item__header {
  border-bottom: 1px solid #bdcbd9;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
}
.users-activity-item__title {
  color: #212529 !important;
  line-height: 1.2;
  margin-bottom: 0.125rem;
  display: block;
}
.users-activity-item__stat-narrow,
.users-activity-item__stat {
  font-size: 0.75rem;
  color: #8f9fa7;
  list-style: none;
  margin: 0;
  padding: 0;
}
.users-activity-item__stat-item {
  display: inline-block;
}
.users-activity-item__stat-item:after {
  content: '|';
  margin: 0 0.5rem;
}
.users-activity-item__stat-item:last-child:after {
  content: '';
}
.users-activity-item__stat-link {
  color: #8f9fa7;
}
.users-activity-item__m-with-content .users-activity-item__title {
  font-size: 1.125rem;
  color: #6d818b !important;
}
.users-activity-item.users-activity-item__m-with-content {
  padding-bottom: 1rem;
}
.users-activity-item__content .markup .image {
  max-width: 50%;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.users-activity-title-user,
.users-activity-title-user:hover,
.users-activity-title-user:focus,
.users-activity-title-user:active {
  color: inherit;
}
.users-activity-title-user__avatar {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-right: 10px;
  box-shadow: 0 0 1px #8f9fa7;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.user-album-upload {
  padding: 1rem;
  text-align: center;
  background-color: #eff3f8;
  margin-bottom: 1.5rem;
  border-radius: 3px;
  border: 1px solid #eff3f8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-album-upload.active {
  border: 1px dashed #000;
}
.user-album-root__no-files {
  display: none;
}
.user-album-root.no-files .user-album-root__no-files {
  display: block;
}
.user-album-root.no-files .user-medialist {
  display: none;
}
.user-album-root__loading-prev,
.user-album-root__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.user-medialist-item__select-overlay {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.user-medialist-item__select-cb {
  float: right;
  margin: 0.2em;
}
.user-medialist__m-selection .user-medialist-item__select-overlay {
  display: block;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.album-edit__cover {
  display: none;
}
.has-cover .album-edit__cover {
  display: block;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.avatar-change {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.avatar-change__info {
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  background-color: #eff3f8;
  border: 1px solid transparent;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.avatar-change__canvas {
  display: none;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 3px;
}
.avatar-change.active .avatar-change__info {
  border: 1px dashed #000;
}
.avatar-change.active .avatar-change__canvas {
  border: 1px dashed #000;
}
.avatar-preview {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 100px;
  height: 100px;
  display: none;
  box-shadow: 0 0 0 1px #fff, 0 0 2px 1px #000;
  border-radius: 2px;
}
.avatar-change.avatar-change__m-loaded .avatar-change__canvas,
.avatar-change.avatar-change__m-loaded .avatar-preview,
.avatar-change.avatar-change__m-loaded .avatar-cropper {
  display: block;
}
.avatar-change.avatar-change__m-loaded .avatar-change__info {
  display: none;
}
.avatar-dialog__m-cursor-n {
  cursor: n-resize;
}
.avatar-dialog__m-cursor-e {
  cursor: e-resize;
}
.avatar-dialog__m-cursor-w {
  cursor: w-resize;
}
.avatar-dialog__m-cursor-s {
  cursor: s-resize;
}
.avatar-dialog__m-cursor-nw {
  cursor: nw-resize;
}
.avatar-dialog__m-cursor-ne {
  cursor: ne-resize;
}
.avatar-dialog__m-cursor-sw {
  cursor: sw-resize;
}
.avatar-dialog__m-cursor-se {
  cursor: se-resize;
}
.avatar-dialog__m-cursor-move {
  cursor: move;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.avatar-cropper {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
}
.avatar-cropper__move {
  border: 2px dotted #ccc;
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: -2px;
  cursor: move;
  background-color: rgba(255,255,255,0.25);
}
.avatar-cropper__left {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -8.5px;
  width: 15px;
  cursor: w-resize;
}
.avatar-cropper__top {
  position: absolute;
  top: -8.5px;
  left: 0px;
  right: 0px;
  height: 15px;
  cursor: n-resize;
}
.avatar-cropper__bottom {
  position: absolute;
  bottom: -8.5px;
  left: 0px;
  right: 0px;
  height: 15px;
  cursor: s-resize;
}
.avatar-cropper__right {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -8.5px;
  width: 15px;
  cursor: e-resize;
}
.avatar-cropper__top-left,
.avatar-cropper__top-right,
.avatar-cropper__bottom-right,
.avatar-cropper__bottom-left {
  position: absolute;
  width: 15px;
  height: 15px;
}
.avatar-cropper__top-left {
  left: -8.5px;
  top: -8.5px;
  cursor: nw-resize;
}
.avatar-cropper__top-right {
  right: -8.5px;
  top: -8.5px;
  cursor: ne-resize;
}
.avatar-cropper__bottom-right {
  right: -8.5px;
  bottom: -8.5px;
  cursor: se-resize;
}
.avatar-cropper__bottom-left {
  left: -8.5px;
  bottom: -8.5px;
  cursor: sw-resize;
}
.avatar-cropper__mark {
  box-shadow: 0 0 0 1px #000;
  width: 9px;
  height: 9px;
  background-color: #e6e6e6;
  border-radius: 9px;
}
.avatar-cropper__right .avatar-cropper__mark,
.avatar-cropper__left .avatar-cropper__mark {
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -4.5px;
}
.avatar-cropper__top .avatar-cropper__mark,
.avatar-cropper__bottom .avatar-cropper__mark {
  position: relative;
  top: 3px;
  margin-left: auto;
  margin-right: auto;
}
.avatar-cropper__top-left .avatar-cropper__mark,
.avatar-cropper__top-right .avatar-cropper__mark,
.avatar-cropper__bottom-right .avatar-cropper__mark,
.avatar-cropper__bottom-left .avatar-cropper__mark {
  position: relative;
  top: 3px;
  left: 3px;
}
.avatar-dialog__m-crop-active .avatar-cropper__move,
.avatar-dialog__m-crop-active .avatar-cropper__left,
.avatar-dialog__m-crop-active .avatar-cropper__top,
.avatar-dialog__m-crop-active .avatar-cropper__bottom,
.avatar-dialog__m-crop-active .avatar-cropper__right,
.avatar-dialog__m-crop-active .avatar-cropper__top-left,
.avatar-dialog__m-crop-active .avatar-cropper__top-right,
.avatar-dialog__m-crop-active .avatar-cropper__bottom-right,
.avatar-dialog__m-crop-active .avatar-cropper__bottom-left {
  cursor: inherit;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.breadcrumbs__icon {
  margin-right: 0.6em;
  border-radius: 2px;
  height: 1.5rem;
  vertical-align: top;
  margin-top: 0.6875rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.dialog-list-item {
  display: flex;
  margin-bottom: 2rem;
}
.dialog-list-item__aside {
  flex: 0 0 0%;
  padding-top: 0.125rem;
}
.dialog-list-item__aside-inner {
  display: block;
  position: relative;
}
.dialog-list-item__aside-inner:after {
  display: none;
  position: absolute;
  content: '';
  top: -0.5rem;
  right: -0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background-color: #4a7fb5;
  border: 2px solid #fff;
}
.dialog-list-item__avatar-image {
  box-sizing: border-box;
  border: 1px solid #bdcbd9;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  vertical-align: top;
}
.dialog-list-item__m-unread .dialog-list-item__aside-inner:after {
  display: block;
}
.dialog-list-item__aside-inline {
  flex: 0 0 0%;
  margin-right: 0.5rem;
  display: none;
}
.dialog-list-item__aside-inline .dialog-list-item__avatar-image {
  width: 35px;
  height: 35px;
  border-radius: 2px 2px;
}
.dialog-list-item__content {
  flex: 1 1 0%;
  padding-left: 0.75rem;
  min-width: 0;
}
.dialog-list-item__header {
  display: flex;
  align-items: center;
}
.dialog-list-item__info {
  flex: 1 1 100%;
  min-width: 0;
  display: flex;
  line-height: 1.125rem;
}
.dialog-list-item__talk-with {
  flex: 1 1 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dialog-list-item__date {
  flex: 1 1 0%;
  font-size: 0.75rem;
  white-space: nowrap;
  padding-left: 1.5rem;
  color: #a5b2b9;
}
.dialog-list-item__controls {
  padding-left: 0.5rem;
  height: 1rem;
  margin-right: -0.5rem;
  margin-top: -0.95rem;
}
.dialog-list-item__avatar-self {
  width: 20px;
  height: 20px;
  margin-right: 0.375rem;
  border-radius: 2px;
}
.dialog-list-item__preview {
  display: flex;
}
.dialog-list-item__preview-aside {
  flex: 0 0 0%;
  display: none;
}
a.dialog-list-item__preview-text {
  flex: 1 1 0%;
  display: block;
  font-size: 0.875rem;
  color: #7e9099;
  text-decoration: none;
  margin-top: 0.125rem;
}
.dialog-list-item__m-outgoing .dialog-list-item__preview {
  padding-top: 0.25rem;
}
.dialog-list-item__m-outgoing .dialog-list-item__preview-aside {
  display: block;
}
.dialog-list-item__m-outgoing a.dialog-list-item__preview-text {
  background-color: #f1f1f1;
  border-radius: 4px;
  padding: 0.5rem;
}
.dialog-list-item__delete {
  color: #d2d9dc;
}
@media (max-width: 575px) {
  .dialog-list-item__content {
    padding-left: 0;
  }
  .dialog-list-item__aside {
    display: none;
  }
  .dialog-list-item__aside-inline {
    display: block;
  }
  .dialog-list-item__info {
    flex-direction: column;
  }
  .dialog-list-item__date {
    padding-left: 0;
  }
  .dialog-list-item__avatar-self {
    margin-right: 0.5rem;
  }
  .dialog-list-item__m-outgoing .dialog-list-item__preview {
    padding-left: 0.925rem;
  }
}
.ignore-user-dlg__avatar {
  width: 16px;
  height: 16px;
  margin: 0px 3px;
  border-radius: 2px;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.media-select-dlg__no-medias {
  margin-top: 1rem;
  display: none;
}
.no-medias .media-select-dlg__no-medias {
  display: block;
}
.no-more-medias .media-select-dlg__more-medias {
  display: none;
}
.media-select-dlg__actions {
  margin: 1rem 0;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.user-messages-list-item {
  display: flex;
  margin-bottom: 1.5rem;
}
.user-messages-list-item__aside {
  flex: 0 0 0%;
  padding: 0.5rem 1rem 0.5rem 0;
  min-width: 2.875rem;
}
.user-messages-list-item__aside-inline {
  margin-bottom: 1rem;
  display: none;
}
.user-messages-list-item__avatar-image {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 2px;
  box-shadow: 0 0 1px #8f9fa7;
}
.user-messages-list-item__separator {
  flex: 0 0 0%;
  min-width: 0.1875rem;
  border-radius: 1rem;
  background-color: #e3edf6;
}
.user-messages-list-item__content {
  flex: 1 1 0%;
  min-width: 0;
  padding: 0.5rem 5.9375rem 0 1rem;
}
.user-messages-list-item__message > p:first-child {
  margin-top: -0.25rem;
}
.user-messages-list-item__message > p:last-child {
  margin-bottom: 0.5rem;
}
.user-messages-list-item__controls {
  font-size: 0.75rem;
  color: #8f9fa7;
  margin: 0;
  padding: 0;
  list-style: none;
}
.user-messages-list-item__controls-item {
  display: inline-block;
  margin-right: 0.25rem;
}
.user-messages-list-item__controls-item:last-child {
  margin-right: 0;
}
.user-messages-list-item__infraction .icon {
  color: #de5e5d;
}
.user-messages-list-item__infraction-m-warning .icon {
  color: #f0ad4e;
}
.user-messages-list-item__action {
  background-color: transparent;
  color: #8f9fa7;
}
.user-messages-list-item__action:hover,
.user-messages-list-item__action:focus,
.user-messages-list-item__action:active {
  color: #6d818b;
  background-color: #f8f8f8;
}
.user-messages-list-item__m-self .user-messages-list-item__aside {
  padding-left: 1rem;
  padding-right: 0;
}
.user-messages-list-item__m-self .user-messages-list-item__content {
  padding: 0.5rem 1rem 0 5.9375rem;
}
.user-messages-list-item__m-self .user-messages-list-item__controls,
.user-messages-list-item__m-self .user-messages-list-item__aside-inline {
  text-align: right;
}
.user-messages-list-item__m-self + .user-messages-list-item__m-self .user-messages-list-item__avatar,
.user-messages-list-item__m-not-self + .user-messages-list-item__m-not-self .user-messages-list-item__avatar,
.user-messages-list-item__m-self + .user-messages-list-item__m-self .user-messages-list-item__avatar-image,
.user-messages-list-item__m-not-self + .user-messages-list-item__m-not-self .user-messages-list-item__avatar-image {
  visibility: hidden;
}
.user-messages-list-item__m-self + .user-messages-list-item__m-self .user-messages-list-item__aside-inline,
.user-messages-list-item__m-not-self + .user-messages-list-item__m-not-self .user-messages-list-item__aside-inline {
  display: none;
}
@media (max-width: 575px) {
  .user-messages-list-item__aside-inline {
    display: block;
  }
  .user-messages-list-item__aside {
    display: none;
  }
  .user-messages-list-item__content {
    padding-right: 1.1875rem;
  }
  .user-messages-list-item__m-self .user-messages-list-item__content {
    padding-left: 1.1875rem;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.users-bookmarks__empty {
  display: none;
  color: #8f9fa7;
}
.users-bookmarks__list:empty + .users-bookmarks__empty {
  display: block;
}
.users-bookmarks__loading-prev {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.users-bookmarks__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.users-bookmarks-item {
  margin-bottom: 2rem;
}
.users-bookmarks-item__header {
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-end;
}
.users-bookmarks-item__m-with-content .users-bookmarks-item__header {
  border-bottom: 1px solid #bdcbd9;
}
.users-bookmarks-item__meta {
  flex: 1 1 auto;
}
.users-bookmarks-item__controls {
  flex: 0 1 auto;
}
.users-bookmarks-item__btn-delete {
  font-size: 0.875rem;
  color: #8f9fa7;
  padding-right: 0.5rem;
}
.users-bookmarks-item__title {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.125rem;
  display: block;
}
.users-bookmarks-item__stat-narrow,
.users-bookmarks-item__stat {
  font-size: 0.75rem;
  color: #8f9fa7;
  list-style: none;
  margin: 0;
  padding: 0;
}
.users-bookmarks-item__stat-item {
  display: inline-block;
}
.users-bookmarks-item__stat-item:after {
  content: '|';
  margin: 0 0.5rem;
}
.users-bookmarks-item__stat-item:last-child:after {
  content: '';
}
.users-bookmarks-item__stat-link {
  color: #8f9fa7;
}
.users-bookmarks-item__content .markup .image {
  max-width: 50%;
}
.users-bookmarks-item {
  position: relative;
}
.users-bookmarks-item__expand {
  display: none;
  width: 100%;
  min-height: 3rem;
  background: linear-gradient(to bottom, transparent 0%, #fff 50%, #fff 100%);
  font-size: 0.875rem;
  position: absolute;
  bottom: 0;
}
.users-bookmarks-item__expand-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.users-bookmarks-item__content {
  max-height: 200px;
  overflow: hidden;
}
.users-bookmarks-item__m-can-expand .users-bookmarks-item__expand {
  display: block;
}
.no-js .users-bookmarks-item__content,
.users-bookmarks-item__m-expanded .users-bookmarks-item__content {
  max-height: none;
  overflow: visible;
}
.no-js .users-bookmarks-item__expand,
.users-bookmarks-item__m-expanded .users-bookmarks-item__expand {
  display: none;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.user-messages-list-reply {
  border-bottom: 1px solid #bdcbd9;
  margin: -1rem 0 2rem;
  padding-bottom: 0.5rem;
}
.user-messages-list__loading-prev,
.user-messages-list__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.dialogs-create__user-nick-group {
  align-items: flex-end;
  display: none;
}
.dialogs-create__user-nick-label {
  white-space: nowrap;
  margin-right: 0.6em;
}
.dialogs-create__user-nick-col {
  flex: 1 1 100%;
}
.dialogs-create__user-nick-col .twitter-typeahead {
  display: block !important;
}
.dialogs-create-editor__m-with-nick .mdedit-header__caption {
  display: none;
}
.dialogs-create-editor__m-with-nick .mdedit__collapser {
  display: none;
}
.dialogs-create-editor__m-with-nick .dialogs-create__user-nick-group {
  display: flex;
}
.dialogs-create-editor__m-with-nick.mdedit__m-collapsed .mdedit-header__caption {
  display: block;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.dialog-list-filter {
  margin-top: 0.5rem !important;
  color: #8f9fa7;
  line-height: 1.2em;
}
.dialog-list__loading-prev,
.dialog-list__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.user-media__container {
  position: relative;
}
.user-media__content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  margin: 0 4rem 1.5rem;
  background-color: #f8f8f8;
  border-radius: 2px;
}
.user-media__content.user-media__m-binary {
  min-height: 250px;
}
.user-media__image-container {
  flex: 0 1 auto;
  border-radius: inherit;
  overflow: hidden;
}
.user-media__image-outer {
  display: block;
  max-width: 100%;
  position: relative;
}
.user-media__image-spacer {
  display: block;
}
.user-media__image {
  position: absolute;
  max-width: 100%;
}
.user-media__video {
  flex: 1 1 auto;
  border-radius: inherit;
  overflow: hidden;
}
.user-media__binary {
  flex: 0 1 auto;
  margin: 0 3rem;
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-media__binary-icon {
  display: block;
  font-size: 6rem;
  line-height: 1.1em;
  color: #c9d9e9;
  margin-bottom: 0.5rem;
}
.user-media__prev,
.user-media__next {
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 4rem;
  color: #8f9fa7;
  top: 50px;
  bottom: 50px;
}
.user-media__prev:hover,
.user-media__next:hover {
  text-decoration: none;
  color: #6d818b;
}
.user-media__prev:focus,
.user-media__next:focus {
  outline: none;
}
.user-media__prev {
  left: 0;
  width: 29%;
}
.user-media__next {
  right: 0;
  width: 39%;
}
.user-media__m-video .user-media__prev,
.user-media__m-video .user-media__next {
  max-width: 4rem;
}
.user-media__m-binary .user-media__prev,
.user-media__m-binary .user-media__next {
  max-width: 20%;
}
.user-media__prev-icon,
.user-media__next-icon {
  position: absolute;
  top: 50%;
  font-size: 2rem;
  margin-top: -1rem;
  line-height: 1em;
}
.user-media__prev-icon {
  left: 0;
}
.user-media__next-icon {
  right: 0;
}
.user-media__m-disabled {
  opacity: 0.4;
}
.user-media__m-disabled.user-media__prev:hover,
.user-media__m-disabled.user-media__next:hover {
  color: #8f9fa7;
}
@media (max-width: 575px) {
  .user-media__content {
    margin-left: 0;
    margin-right: 0;
    min-height: 150px;
  }
  .user-media__content.user-media__m-binary {
    min-height: 200px;
  }
  .user-media__prev,
  .user-media__next {
    color: #a5b2b9;
    text-shadow: 0 0 1px #374045;
  }
  .user-media__prev:hover,
  .user-media__next:hover {
    color: #bcc5ca;
  }
  .user-media__prev-icon {
    left: 0.7rem;
  }
  .user-media__next-icon {
    right: 0.7rem;
  }
  .user-media__m-binary .user-media__prev,
  .user-media__m-binary .user-media__next {
    text-shadow: none;
  }
  .user-media__binary-icon {
    font-size: 4rem;
  }
}
.user-media__controls {
  position: absolute;
  right: 5rem;
  left: auto;
  bottom: 1rem;
}
.user-media__control-item > .btn {
  color: #fff;
  background-color: rgba(0,0,0,0.3);
}
.user-media__control-item > .btn:hover {
  background-color: rgba(0,0,0,0.4);
}
.user-media-root__restore {
  margin: 0 auto;
  position: fixed;
  bottom: 0px;
  left: 45%;
  padding: 10px 20px;
  background: #fff;
  z-index: 30;
  border: 1px solid #000;
}
.user-media__footer {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 500px;
}
.user-media-comment,
.user-media-comment__placeholder {
  min-height: 30px;
  margin-bottom: 1.5rem;
}
.user-media-comment__placeholder-link {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.user-media-comment__aside {
  float: left;
  margin-top: 0.125rem;
}
.user-media-comment__userpic-img {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  box-shadow: 0 0 1px #8f9fa7;
}
.user-media-comment__inner {
  margin-right: 0px;
  margin-left: 46px;
}
.user-media-comment__meta {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.1em;
  color: #8f9fa7;
  margin-bottom: 0.1rem;
}
.user-media-comment__author {
  flex: 1 1 auto;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-media-comment__author-link {
  color: #8f9fa7;
}
.user-media-comment__ts {
  flex: 1 1 auto;
  white-space: nowrap;
  margin-left: 1rem;
}
.user-media-comment__controls {
  flex: 1 1 auto;
}
.user-media-comment__dropdown {
  padding-left: 1rem;
  color: #8f9fa7;
}
.user-media-comment__content {
  line-height: 1.25em;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.user-member-page__m-deleted .page-head__title {
  -webkit-text-decoration: line-through 4px #de5e5d;
          text-decoration: line-through 4px #de5e5d;
}
.member-head {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.member-head .page-head {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.member-head__aside {
  width: 150px;
  float: left;
}
.member-head__content {
  min-height: 150px;
  padding-left: 170px;
}
.member-head__m-guest .member-head__aside {
  width: 100px;
}
.member-head__m-guest .member-head__content {
  min-height: 100px;
  padding-left: 120px;
}
.member-blocks {
  padding-left: 2px;
  margin-left: -2px;
  margin-top: 2rem;
  overflow: hidden;
}
.member-menu .btn {
  margin-left: 0;
  margin-right: 0.4rem;
}
.member-menu .btn-sm {
  margin-left: 0;
  margin-right: 0.3rem;
}
.member-menu__dropdown {
  display: inline-block;
  position: relative;
}
.member-head__m-avatar-exists .member-avatar__delete {
  display: block;
}
.member-avatar {
  position: relative;
}
.member-avatar__image {
  width: 100%;
  border-radius: 0.1875rem;
  box-shadow: 0 0 0.125rem #bdcbd9;
}
.member-avatar__link {
  display: block;
}
.member-avatar__caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(33,37,41,0.6);
  color: #8f9fa7;
  font-size: 0.75rem;
  transition: background-color 0.2s ease;
  border-radius: 0 0 0.1875rem 0.1875rem;
  padding: 0 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member-avatar__delete {
  display: none;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}
.member-avatar:hover .member-avatar__caption {
  background-color: #212529;
}
.member-avatar:hover .member-avatar__delete {
  opacity: 1;
}
.member-block {
  margin-bottom: 2rem;
}
.member-block__header {
  font-size: 1.25rem;
  border-bottom: 0.0625rem solid #bdcbd9;
  margin-bottom: 1rem;
}
.member-block__header-text > .btn {
  vertical-align: text-bottom;
}
.member-block__header-arrow {
  margin-left: 0.3em;
  margin-right: 0.25em;
  opacity: 0.8;
  font-size: 1.125rem;
}
.member-block__header-link {
  color: inherit;
}
.member-block__header-link:hover {
  text-decoration: none;
}
.member-block__header-counter {
  font-size: 0.625rem;
  color: #8f9fa7;
  vertical-align: text-bottom;
}
.member-block__header-collapser {
  float: right;
  margin-left: 0.5em;
  margin-right: 0.2em;
}
.member-block__header-collapser:focus {
  outline: none;
}
.member-blocks__col-left .member-block {
  padding-right: 0.75rem;
}
.member-blocks__col-right .member-block {
  padding-left: 0.75rem;
}
@media (max-width: 767px) {
  .member-blocks__col-left .member-block {
    padding-right: 0;
  }
  .member-blocks__col-right .member-block {
    padding-left: 0;
  }
}
.member-block__header-collapser .icon-expand {
  display: none;
}
.member-block__header-collapser .icon-collapse {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.member-block__header-collapser:hover .icon-collapse {
  opacity: 1;
}
.member-block__header-collapser.collapsed .icon-expand {
  display: inline;
}
.member-block__header-collapser.collapsed .icon-collapse {
  display: none;
}
.member-block__image-list {
  padding: 0;
  margin: 1rem 0 0;
  white-space: nowrap;
  position: relative;
}
.member-block__image-list:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2rem;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
}
.member-block__image-list-item {
  display: inline-block;
  list-style: none;
  margin-right: 1rem;
}
.member__ignored {
  color: #8f9fa7;
}
@media (min-width: 768px) {
  .member-block__inner {
    display: block !important;
    height: auto !important;
  }
  .member-block__header-collapser {
    display: none;
  }
}
@media (max-width: 649px) {
  .member-head .member-head__aside {
    width: 100px;
  }
  .member-head .member-head__content {
    min-height: 100px;
    padding-left: 116px;
  }
}
@media (max-width: 575px) {
  .member-head .member-head__aside {
    width: 70px;
  }
  .member-head .member-head__content {
    min-height: 70px;
    padding-left: 86px;
  }
  .member-head .page-head__title {
    font-size: 1.25rem;
  }
}
.member-actions-xs {
  display: flex;
  margin-bottom: 2rem;
}
.member-actions-xs .page-actions__item {
  flex: 1 1 100%;
}
.member-actions-xs .btn {
  width: 100%;
}
.member-actions-xs .dropdown-menu {
  min-width: 100%;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.member-about__dt {
  float: left;
  clear: left;
  width: 100px;
  text-align: right;
  font-weight: normal;
  color: #8f9fa7;
}
.member-about__dd {
  margin: 0 0 0 110px;
  padding: 0 0 0.5em 0;
}
/*@media (max-width: 400px - 1)
  .member-about__dt
    float none
    width 100%
    text-align left
  .member-about__dd
    margin: 0*/
.member-about__m-hidden {
  display: none;
}
.member-about__m-expanded .member-about__m-hidden {
  display: block;
  -webkit-animation: member-about-expand-animation 1s;
          animation: member-about-expand-animation 1s;
}
.member-about__m-expanded .member-about__expand {
  display: none;
}
@-webkit-keyframes member-about-expand-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes member-about-expand-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.member-block__bookmarks-info {
  line-height: 1.5em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.member-block__bookmarks-info-item {
  margin-bottom: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
#member-infractions-info {
  margin-top: -0.5rem;
}
.member-infractions__table {
  font-size: 0.875rem;
  min-width: 540px;
}
.member-infractions__table th {
  font-weight: normal;
  color: #8f9fa7;
}
.member-infractions__table th,
.member-infractions__table td,
.member-infractions__table tbody {
  border: 0 !important;
}
.member-infractions-item__m-expired {
  opacity: 0.6;
}
.member-infractions-item__m-deleted {
  opacity: 0.6;
}
.member-infractions-item__m-deleted .member-infractions-item__reason,
.member-infractions-item__m-deleted .member-infractions-item__points {
  text-decoration: line-through;
}
.member-infractions-item__m-highlight {
  background-color: #fcf8e3;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.usernote {
  width: 100%;
  border-radius: 4px;
  background-color: #fcf8e3;
  border: 1px solid #f3e28c;
  padding: 1rem;
  margin: 0 0 1.5rem 0;
}
.usernote > p:last-child,
.usernote > ul:last-child,
.usernote > ol:last-child {
  margin-bottom: 0rem;
}
.usernote__controls {
  margin-right: -10px;
  margin-top: -10px;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
.usernote__controls:hover {
  opacity: 1;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.mod-notes-item {
  margin-bottom: 2rem;
}
.mod-notes-item__info {
  display: flex;
  align-items: flex-end;
  color: #8f9fa7;
  font-size: 0.75rem;
  line-height: 1.1em;
  margin-bottom: 0.5rem;
}
.mod-notes-item__info-aside {
  float: left;
}
.mod-notes-item__avatar-image {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 2px;
  box-shadow: 0 0 1px #8f9fa7;
}
.mod-notes-item__info-data {
  flex: 1 1 100%;
  border-bottom: 1px solid #bdcbd9;
  margin-left: 0.5rem;
}
.mod-notes-item__author {
  font-size: 0.875rem;
  line-height: 1.1em;
  color: #7e9099;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.25rem;
}
.mod-notes-item__author-link {
  color: #7e9099;
}
.mod-notes-item__ts {
  margin-bottom: 0.25rem;
}
.mod-notes-item__controls {
  border-bottom: 1px solid #bdcbd9;
}
.mod-notes-item__controls-inner {
  white-space: nowrap;
  margin-right: -0.25rem;
}
.mod-notes-item__controls-btn {
  opacity: 0.5;
  transition: opacity 0.2s ease;
  margin-left: 0 !important;
}
.mod-notes-item__info:hover .mod-notes-item__controls-btn {
  opacity: 1;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.user-settings__tabs {
  justify-content: center;
}
.user-settings__tab-content {
  padding: 1rem;
  background-color: #f8f8f8;
  border-radius: 4px;
}
.user-settings__m-narrow {
  max-width: 400px;
  margin: 0 auto;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.user-settings-about-field__m-mandatory .user-settings-about-field__label:after {
  content: ' *';
  color: #f00;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.user-settings-about-field__location {
  color: #86929e;
  text-decoration: underline;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.user-settings-account__active-sessions {
  margin-top: 1.5rem;
}
.user-settings-account__closed-sessions {
  margin-top: 1.5rem;
}
.user-settings-account__session {
  margin-bottom: 1rem;
}
.user-settings-account__session:last-child {
  margin-bottom: 0;
}
.user-settings-account__logout {
  float: right;
}
.user-settings-account__logout-btn {
  padding: 0;
}
.user-settings-account__device {
  font-size: 0.75rem;
}
.user-settings-account__ip {
  color: #6d818b;
  font-size: 0.75rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.user-settings-ignore {
  table-layout: fixed;
  margin-bottom: 0;
}
.user-settings-ignore td {
  border-top: 0 !important;
}
.user-settings-ignore__avatar {
  width: 16px;
  height: 16px;
  margin: 0px 3px;
  border-radius: 2px;
}
.user-settings-ignore__user {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
  padding-left: 0 !important;
}
.user-settings-ignore__expire {
  width: 130px;
  text-align: right;
}
.user-settings-ignore__controls {
  width: 30px;
  text-align: right;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .user-settings-ignore__reason {
    display: none;
  }
  .user-settings-ignore__user {
    width: auto;
  }
}
@media (max-width: 575px) {
  .user-settings-ignore__expire {
    display: none;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.user-settings-location__map-container {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 1rem;
}
.user-settings-location__map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.user-settings-location__map.user-settings-location__map {
  cursor: pointer;
}
.user-settings-location__submit {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}
@media (max-width: 575px) {
  .user-settings-location__map-container {
    padding-bottom: 100%;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.user-subscriptions-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.user-subscriptions-item__content {
  flex: 1 1 0%;
  padding: 0.125rem 0 0.125rem 0.875rem;
  position: relative;
  width: auto;
  min-width: 0;
}
.user-subscriptions-item__m-no-markers .user-subscriptions-item__content {
  padding-left: 0;
}
.user-subscriptions-item__title {
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
.user-subscriptions-item__title-link {
  color: #212529;
}
.user-subscriptions-item__microstat {
  color: #8f9fa7;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-subscriptions-item__microstat > a {
  color: inherit;
}
.user-subscriptions-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.user-subscriptions-item__stat {
  flex: 0 0 0%;
  min-width: 6rem;
  color: #b1bcc1;
  text-align: right;
}
.user-subscriptions-item__btn-delete {
  margin-left: 10px;
}
.user-subscriptions-item__unread-marker {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.125rem;
  border-radius: 0.125rem;
  background-color: #e3edf6;
}
.user-subscriptions-item__new-marker {
  display: none;
  color: #a5c980;
  font-size: 0.75rem;
  line-height: 0.75;
  border: 1px solid #a5c980;
  border-radius: 0.25rem;
  padding: 1px 3px 3px;
  margin-left: 0.375em;
  margin-top: -0.25rem;
  vertical-align: top;
}
.user-subscriptions-item__m-unread .user-subscriptions-item__unread-marker {
  background-color: #4a7fb5;
}
.user-subscriptions-item__m-new .user-subscriptions-item__unread-marker {
  background-color: #4a7fb5;
}
.user-subscriptions-item__m-new .user-subscriptions-item__new-marker {
  display: inline-block;
}
.user-subscriptions-root .content-tabs {
  margin-bottom: 1.375rem;
}
.user-subscriptions__no-items {
  margin-top: 1.5rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.user-tracker-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.user-tracker-item__content {
  flex: 1 1 0%;
  padding: 0.125rem 0;
  position: relative;
  width: auto;
  min-width: 0;
}
.user-tracker-item__title {
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
.user-tracker-item__title-link {
  color: #212529;
}
.user-tracker-item__microstat {
  color: #8f9fa7;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-tracker-item__microstat > a {
  color: inherit;
}
.user-tracker-item__microstat-author::before,
.user-tracker-item__microstat-time::before {
  content: '·';
  margin: 0 0.5em 0 0.5em;
  display: inline-block;
}
.user-tracker-item__microstat-time {
  display: none;
}
.user-tracker-item__stat-time {
  display: inline;
}
@media (max-width: 575px) {
  .user-tracker-item__microstat-time {
    display: inline;
  }
  .user-tracker-item__stat-time {
    display: none;
  }
  .user-tracker-item__microstat-author::before {
    content: ',';
    margin: 0 0.5em 0 0;
    display: inline-block;
  }
}
.user-tracker-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.user-tracker-item__stat {
  flex: 0 0 0%;
  min-width: 6rem;
  color: #b1bcc1;
  text-align: right;
}
.user-tracker-item__stat-link {
  color: #b1bcc1;
}
.user-tracker-item__new-marker {
  display: none;
  color: #a5c980;
  font-size: 0.75rem;
  line-height: 0.75;
  border: 1px solid #a5c980;
  border-radius: 0.25rem;
  padding: 1px 3px 3px;
  margin-left: 0.375em;
  margin-top: -0.25rem;
  vertical-align: top;
}
.user-tracker-item__m-new .user-tracker-item__new-marker {
  display: inline-block;
}
.user-tracker__separator {
  align-items: baseline;
  font-size: 0.75rem;
  color: #a5b2b9;
  display: flex;
  gap: 0.75rem;
}
.user-tracker__separator::before,
.user-tracker__separator::after {
  border-top: 1px solid #d0dde9;
  padding-bottom: 0.25em;
  flex: 1 1 auto;
  content: '';
}
.user-tracker .content-tabs {
  margin-bottom: 1.375rem;
}
.user-tracker__filter {
  margin-bottom: 2rem;
}
.user-tracker__filter .btn {
  font-size: 0.875rem;
  padding: 0.4rem 0.8rem;
}
.user-tracker__filter .nav-link.btn-square {
  min-width: 2.5rem;
}
.user-tracker__no-items {
  padding-top: 0.625rem;
}
.user-tracker__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.uploader-progress {
  margin-bottom: 0.5rem;
}
.uploader-progress__container {
  position: relative;
}
.uploader-progress__container .progress-bar {
  height: 1.5rem;
}
.uploader-progress__status {
  display: none;
  position: absolute;
  font-size: 0.75rem;
  top: 0;
  left: 0;
  right: 0;
  line-height: 1.5rem;
  text-align: center;
  z-index: 10;
}
.uploader-progress__name {
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.member-block__blog-info {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
.member-block__blog-info-item {
  margin-bottom: 0.25em;
  color: #8f9fa7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member-block__blog-info-item-time {
  display: inline-block;
  width: 85px;
}
.member-block__blog-info-item-deleted .member-block__blog-info-item-title,
.member-block__blog-info-item-deleted-hard .member-block__blog-info-item-title {
  text-decoration: line-through;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.member-block__clubs-info {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
.member-block__clubs-info-item {
  display: inline;
}
.member-block__clubs-info-item + .member-block__clubs-info-item:before {
  content: ', ';
}
.member-block__clubs-info-item-title {
  color: #5b6671;
}
.member-block__clubs-is-owner {
  font-style: italic;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.forum-post {
  margin-bottom: 2rem;
}
.forum-post__m-deleted,
.forum-post__m-deleted-hard {
  margin-bottom: 3rem;
}
.forum-post__m-deleted,
.forum-post__m-hb,
.forum-post__m-deleted-hard,
.forum-post__m-ignored {
  background-color: #f7f7f7;
}
.forum-post__meta {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
  color: #8f9fa7;
  font-size: 0.75rem;
  line-height: 1.25em;
  background-color: #fff;
}
.forum-post__meta-flex {
  flex: 1 1 0%;
  display: flex;
  min-width: 0;
  border-bottom: 1px solid #bdcbd9;
  padding-bottom: 0.375rem;
}
.forum-post__meta-avatar {
  flex: 0 0 0%;
  display: none;
  min-width: 45px;
  vertical-align: bottom;
}
.forum-post__userpic-img-sm {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  box-shadow: 0 0 1px #8f9fa7;
}
.forum-post__meta-author {
  flex: 1 1 0%;
  font-size: 1rem;
  line-height: 1.25em;
  color: #7e9099;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.forum-post__meta-info {
  white-space: nowrap;
  align-self: flex-end;
  padding-left: 1rem;
}
.forum-post__author {
  color: inherit;
}
.forum-post__reply-to-link {
  color: inherit;
  margin-right: 1em;
}
.forum-post__reply-to-avatar {
  width: 16px;
  height: 16px;
  margin: 0px 3px;
  border-radius: 2px;
  box-shadow: 0 0 1px #8f9fa7;
}
.forum-post__history {
  color: inherit;
  margin-right: 1em;
}
.forum-post__link {
  color: inherit;
}
.forum-post__select {
  flex: 0 0 0%;
  border-bottom: 1px solid #bdcbd9;
  min-width: 2rem;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
.forum-post__select-cb {
  position: relative;
  vertical-align: text-bottom;
}
.forum-post__aside {
  float: left;
  margin-top: 0.125rem;
  min-height: 130px;
}
.forum-post__userpic-img {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 3px;
  box-shadow: 0 0 1px #8f9fa7;
}
.forum-post__content {
  margin-right: 0px;
  margin-left: 116px;
  min-height: 60px;
}
@media (max-width: 767px) {
  .forum-post__userpic-img {
    width: 80px;
    height: 80px;
  }
  .forum-post__content {
    margin-left: 96px;
    min-height: 40px;
  }
}
.forum-post__message {
  margin-top: -0.25rem;
  padding-top: 0.25rem;
}
.forum-post__message > p:first-child {
  margin-top: -0.25rem;
}
.forum-post__content-collapsed {
  padding: 0 1rem;
  font-size: 0.875rem;
  color: #8f9fa7;
}
.forum-post__m-no-meta .forum-post__content-collapsed {
  padding: 1rem;
}
.forum-post__content-ignored {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem 1rem 1rem;
  font-size: 0.875rem;
  color: #8f9fa7;
}
@media (max-width: 575px) {
  .forum-post__aside {
    display: none;
  }
  .forum-post__content {
    min-height: unset;
  }
  .forum-post__meta-avatar {
    display: block;
  }
  .forum-post__meta-flex {
    padding-bottom: 0.125rem;
  }
  .forum-post__select {
    padding-bottom: 0.8rem;
  }
  .forum-post__content {
    margin: 0;
  }
  .forum-post__meta-flex {
    flex-direction: column;
  }
  .forum-post__meta-author {
    font-size: 0.875rem;
  }
  .forum-post__meta-info {
    padding-left: 0;
    font-size: 0.75rem;
    margin-bottom: 0.125rem;
    color: #a5b2b9;
    align-self: stretch;
  }
  .forum-post__reply-to-avatar {
    width: 12px;
    height: 12px;
  }
}
.forum-post__show-ignored {
  color: inherit;
  cursor: pointer;
}
.forum-post__controls {
  text-align: right;
  margin-left: 116px;
}
@media (max-width: 767px) {
  .forum-post__controls {
    margin-left: 96px;
  }
}
@media (max-width: 575px) {
  .forum-post__controls {
    margin-left: 0;
  }
}
.forum-post__controls-blk {
  margin: 0;
  padding: 0;
  list-style: none;
}
.forum-post__control-item {
  display: inline-block;
  margin-right: 0px;
}
.forum-post__control-item:last-child {
  margin-right: 0;
}
.forum-post__infraction .icon {
  color: #de5e5d;
}
.forum-post__infraction-m-warning .icon {
  color: #f0ad4e;
}
.forum-post__action {
  background-color: transparent;
  color: #6d818b;
}
.forum-post__action:hover,
.forum-post__action:focus,
.forum-post__action:active {
  background-color: #f8f8f8;
}
.forum-post__reply .forum-post__action {
  color: #4a7fb5;
}
.forum-post__reply .short {
  display: none;
}
@media (max-width: 767px) {
  .forum-post__reply .full {
    display: none;
  }
  .forum-post__reply .short {
    display: inline-block;
  }
}
.forum-post .forum-post__action {
  transition: opacity 0.3s ease;
  opacity: 0.3;
}
.forum-post:hover .forum-post__action {
  opacity: 1;
}
.forum-post__votes .forum-post__action,
.forum-post__infraction .forum-post__action {
  opacity: 1;
}
.forum-post__bookmark-remove {
  display: none;
}
.forum-post__m-selected {
  background-color: #ffd;
}
.forum-post__m-bookmarked .forum-post__bookmark-remove {
  display: inline-block;
  opacity: 1;
}
.forum-post__m-bookmarked .forum-post__bookmark-remove .icon {
  color: #74b52d;
}
.forum-post__m-bookmarked .forum-post__bookmark-add {
  display: none;
}
.forum-post__undelete {
  display: none;
}
.forum-post__m-deleted .forum-post__undelete,
.forum-post__m-deleted-hard .forum-post__undelete {
  display: block;
}
.forum-post__m-deleted .forum-post__votes,
.forum-post__m-deleted-hard .forum-post__votes,
.forum-post__m-deleted .forum-post__vote-up,
.forum-post__m-deleted-hard .forum-post__vote-up,
.forum-post__m-deleted .forum-post__vote-down,
.forum-post__m-deleted-hard .forum-post__vote-down,
.forum-post__m-deleted .forum-post__bookmark,
.forum-post__m-deleted-hard .forum-post__bookmark,
.forum-post__m-deleted .forum-post__edit,
.forum-post__m-deleted-hard .forum-post__edit,
.forum-post__m-deleted .forum-post__delete,
.forum-post__m-deleted-hard .forum-post__delete,
.forum-post__m-deleted .forum-post__reply,
.forum-post__m-deleted-hard .forum-post__reply {
  display: none;
}
.forum-post__ignored-mark {
  display: none;
}
.forum-post__m-ignored .forum-post__ignored-mark {
  display: inline-block;
}
.forum-post__m-voted-up .forum-post__vote-up .forum-post__action {
  opacity: 1;
}
.forum-post__m-voted-up .forum-post__vote-up .icon {
  color: #74b52d;
}
.forum-post__m-voted-down .forum-post__vote-down .forum-post__action {
  opacity: 1;
}
.forum-post__m-voted-down .forum-post__vote-down .icon {
  color: #de5e5d;
}
.forum-post__bookmarks-count {
  font-size: 0.75rem;
  color: #8f9fa7;
}
.forum-post__bookmarks-count:after {
  content: attr(data-bm-count);
  margin-left: 0.3em;
}
.forum-post__bookmarks-count[data-bm-count="0"]:after {
  display: none;
}
.forum-post__votes .forum-post__action:after {
  content: attr(data-votes-count);
}
.forum-post__votes .forum-post__action[data-votes-count="0"] {
  display: none;
}
.forum-post__votes .forum-post__action[data-votes-count^="+"] {
  color: #74b52d;
  font-weight: bold;
}
.forum-post__m-flash {
  -webkit-animation: forum-post-flash-animation 1.5s ease-in;
          animation: forum-post-flash-animation 1.5s ease-in;
}
@-webkit-keyframes forum-post-flash-animation {
  from {
    background: #bdcbd9;
  }
  to {
    background: none;
  }
}
@keyframes forum-post-flash-animation {
  from {
    background: #bdcbd9;
  }
  to {
    background: none;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.forum-postlist__datediff {
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #b1bcc1;
  background-color: #fbfbfb;
  border-radius: 2px;
}
.forum-postlist__paginator .pagination {
  justify-content: center;
}
.no-js .forum-postlist__paginator {
  display: none;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.forum-section {
  display: flex;
  align-items: center;
  min-height: 3.5rem;
  padding: 0.7rem 0;
}
.forum-section__stats {
  flex: 0 0 0%;
  min-width: 6rem;
  font-size: 0.875rem;
  color: #b1bcc1;
  text-align: right;
}
.forum-section__stats .icon {
  visibility: hidden;
}
.forum-section:first-child > .forum-section__stats .icon {
  visibility: visible;
}
.forum-section__summary {
  flex: 1 1 0%;
  padding-left: 1.25rem;
  position: relative;
  width: auto;
}
.forum-section__summary:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.25rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.35rem;
  border-color: transparent transparent transparent #e3edf6;
  content: '';
}
.forum-section__m-unread .forum-section__summary:before {
  border-color: transparent transparent transparent #4a7fb5;
}
.forum-section__title {
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
.forum-section__title-link {
  color: #212529;
  display: inline-block;
  width: 100%;
}
.forum-section__subforums {
  position: relative;
  font-size: 0.75rem;
  margin: 0 0 0 1.2em;
  padding: 0;
  color: #5b6671;
}
.forum-section__subforums:before {
  position: absolute;
  left: -1em;
  line-height: inherit;
  color: #74b52d;
}
.forum-section__subforum-item {
  display: inline-block;
}
.forum-section__subforum-item:after {
  content: ",";
  margin-right: 0.5em;
}
.forum-section__subforum-item:last-child:after {
  content: "";
}
.forum-section__subforum-link {
  color: #5b6671;
}
.forum-section__microstat {
  font-size: 0.75rem;
  color: #8f9fa7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.forum-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.forum-section.forum-section__m-highlight {
  -webkit-animation: forum-section-flash-animation 3s;
          animation: forum-section-flash-animation 3s;
  border-left: 1px solid #428bca;
}
@-webkit-keyframes forum-section-flash-animation {
  from {
    background: #bef;
  }
  to {
    background: none;
  }
}
@keyframes forum-section-flash-animation {
  from {
    background: #bef;
  }
  to {
    background: none;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.forum-topicline {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.forum-topicline__summary {
  flex: 1 1 0%;
  padding: 0.125rem 0 0.125rem 0.875rem;
  position: relative;
  width: auto;
  min-width: 0;
}
.forum-topicline__title {
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
.forum-topicline__title-link {
  color: #212529;
}
.forum-topicline__microstat {
  color: #8f9fa7;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.forum-topicline__microstat-replies {
  margin-right: 0.5em;
}
.forum-topicline__microstat-replies:after {
  content: '·';
  margin-left: 0.5em;
}
.forum-topicline__microstat-time {
  margin-right: 0.5em;
  color: inherit;
}
.forum-topicline__microstat-time:after {
  content: ',';
}
.forum-topicline__microstat-section {
  margin-right: 0.5em;
  color: inherit;
}
.forum-topicline__microstat-section:after {
  content: '·';
  margin-left: 0.5em;
}
.forum-topicline__microstat-author,
.forum-topicline__meta-del-by {
  color: inherit;
}
.forum-topicline__meta-deleted,
.forum-topicline__meta-hellbanned,
.forum-topicline__meta-ignored {
  color: #8f9fa7;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.forum-topicline__meta-hellbanned,
.forum-topicline__meta-ignored {
  display: none;
}
.forum-topicline__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.forum-topicline__stat {
  flex: 0 0 0%;
  min-width: 6rem;
  font-size: 0.875rem;
  color: #b1bcc1;
  text-align: right;
}
.forum-topicline__stat .icon {
  visibility: hidden;
}
.forum-topicline:first-child > .forum-topicline__stat .icon {
  visibility: visible;
}
.forum-topicline__select {
  flex: 0 0 0%;
  min-width: 3rem;
  text-align: right;
  margin: 0;
  padding: 0.5rem 0;
}
.forum-topicline__select-cb {
  position: relative;
  top: 1px;
}
.forum-topicline__unread-marker {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.125rem;
  border-radius: 0.125rem;
  background-color: #e3edf6;
}
.forum-topicline__highlight-marker {
  display: none;
  position: absolute;
  left: 0;
  width: 0.125rem;
  height: 1rem;
  top: 50%;
  margin-top: -0.5rem;
  background-color: #74b52d;
}
.forum-topicline__new-marker {
  display: none;
  color: #a5c980;
  font-size: 0.75rem;
  line-height: 0.75;
  border: 1px solid #a5c980;
  border-radius: 0.25rem;
  padding: 1px 3px 3px;
  margin-left: 0.375em;
  margin-top: -0.25rem;
  vertical-align: top;
}
.forum-topicline__pinned-marker,
.forum-topicline__closed-marker {
  color: #4a7fb5;
  display: none;
}
.forum-topicline__bookmarked-marker {
  color: #74b52d;
  display: none;
}
.forum-topicline__deleted-marker {
  display: none;
}
.forum-topicline__m-unread .forum-topicline__unread-marker {
  background-color: #4a7fb5;
}
.forum-topicline__m-new .forum-topicline__new-marker {
  display: inline-block;
}
.forum-topicline__m-pinned .forum-topicline__pinned-marker {
  display: inline-block;
}
.forum-topicline__m-bookmarked .forum-topicline__bookmarked-marker {
  display: inline-block;
}
.forum-topicline__m-closed {
  opacity: 0.8;
}
.forum-topicline__m-closed .forum-topicline__closed-marker {
  display: inline-block;
}
.forum-topicline__m-ignored {
  background-color: #f7f7f7;
  opacity: 0.7;
}
.forum-topicline__m-ignored:hover {
  opacity: 1;
}
.forum-topicline__m-ignored .forum-topicline__meta-ignored {
  display: block;
}
.forum-topicline__m-hellbanned {
  background-color: #f7f7f7;
  opacity: 0.7;
}
.forum-topicline__m-hellbanned:hover {
  opacity: 1;
}
.forum-topicline__m-hellbanned .forum-topicline__microstat {
  display: none !important;
}
.forum-topicline__m-hellbanned .forum-topicline__meta-hellbanned {
  display: block;
}
.forum-topicline__m-deleted,
.forum-topicline__m-deleted-hard {
  background-color: #f7f7f7;
  opacity: 0.7;
}
.forum-topicline__m-deleted:hover,
.forum-topicline__m-deleted-hard:hover {
  opacity: 1;
}
.forum-topicline__m-deleted .forum-topicline__deleted-marker,
.forum-topicline__m-deleted-hard .forum-topicline__deleted-marker {
  display: inline-block;
}
.forum-topicline__m-deleted .forum-topicline__microstat,
.forum-topicline__m-deleted-hard .forum-topicline__microstat {
  display: none !important;
}
.forum-topicline__m-highlight {
  -webkit-animation: forum-topicline-flash-animation 1.5s;
          animation: forum-topicline-flash-animation 1.5s;
}
.forum-topicline__m-highlight .forum-topicline__highlight-marker {
  display: block;
}
.forum-topicline__m-selected {
  background-color: #ffd;
}
.forum-topiclist__separator {
  align-items: baseline;
  font-size: 0.75rem;
  color: #a5b2b9;
  display: flex;
  gap: 0.75rem;
}
.forum-topiclist__separator::before,
.forum-topiclist__separator::after {
  border-top: 1px solid #d0dde9;
  padding-bottom: 0.25em;
  flex: 1 1 auto;
  content: '';
}
@-webkit-keyframes forum-topicline-flash-animation {
  from {
    background: #bdcbd9;
  }
  to {
    background: none;
  }
}
@keyframes forum-topicline-flash-animation {
  from {
    background: #bdcbd9;
  }
  to {
    background: none;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.forum-index-root .breadcrumbs {
  display: inline;
}
.breadcrumbs-controls {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.forum-category {
  margin-bottom: 1.5rem;
}
.forum-category__head {
  transition: opacity 0.3s ease;
  margin-bottom: 1rem;
}
.no-animation .forum-category__head {
  transition: none;
}
.forum-category__title {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.6em;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.forum-category__link {
  text-decoration: none;
}
a.forum-category__collapser {
  transition: opacity 0.3s ease;
  margin-left: 0.5em;
  opacity: 0;
}
.forum-category__title:hover .forum-category__collapser {
  opacity: 1;
}
.collapsed .forum-category__head {
  opacity: 0.2;
}
.collapsed:hover .forum-category__head {
  opacity: 0.7;
}
.collapsed .forum-category__collapser.icon-collapse,
.forum-category__collapser.icon-expand {
  display: none;
}
.collapsed .forum-category__collapser.icon-expand {
  display: inline-block;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.forum-index-recent__notopics {
  margin-top: 10px;
  text-align: center;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.sections-exclude-dlg__sections {
  min-height: 200px;
  overflow: scroll;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.forum-section-root .forum-sections {
  margin-bottom: 30px;
}
.forum-section__notopics {
  margin-top: 10px;
  text-align: center;
}
.forum-section-root .forum-sections {
  display: none;
}
.forum-section-root__m-first-page .forum-sections {
  display: block;
}
.forum-topicline__m-deleted .forum-topicline__bookmarked-marker,
.forum-topicline__m-deleted-hard .forum-topicline__bookmarked-marker {
  display: none;
}
.forum-section-root__m-no-bookmarks .forum-topicline__bookmarked-marker {
  display: none;
}
.forum-section__loading-prev,
.forum-section__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.moderator-info__list {
  padding: 0;
}
.moderator-info__list-item {
  display: inline-block;
}
.moderator-info__list-item:after {
  content: ',';
  margin-right: 0.5em;
}
.moderator-info__list-item:last-child:after {
  content: '';
}
.moderator-info__avatar {
  width: 16px;
  height: 16px;
  margin: 0px 3px;
  border-radius: 2px;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.topic-move-many-section__m-current {
  font-weight: bold;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.forum-topic-root .votes-popover {
  max-width: 250px;
}
@media (min-width: 576px) {
  .forum-topic-root .votes-popover {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .forum-topic-root .votes-popover {
    max-width: 600px;
  }
}
.forum-topic__reply,
.forum-topic__tracker-link {
  margin-bottom: 1.5rem;
}
.forum-topic-title__edit {
  display: none;
  font-size: 1.25rem;
  line-height: 1.1em;
  color: #8f9fa7;
  vertical-align: middle;
  padding: 0.125rem 0.5rem;
}
.forum-topic__closed-mark {
  display: none;
}
.forum-topic-root__m-open .forum-topic-title__edit {
  display: inline-block;
}
.forum-topic-root__m-closed .forum-topic__closed-mark {
  display: inline-block;
}
.forum-topic-root__m-hide-reply .forum-post__reply,
.forum-topic-root__m-hide-reply .forum-topic__reply {
  display: none;
}
.forum-topic-root__m-deleted .forum-topic-title__text,
.forum-topic-root__m-deleted-hard .forum-topic-title__text {
  text-decoration: line-through;
}
.forum-topic-root__m-deleted .forum-post__reply,
.forum-topic-root__m-deleted-hard .forum-post__reply,
.forum-topic-root__m-deleted .forum-topic__reply,
.forum-topic-root__m-deleted-hard .forum-topic__reply {
  display: none;
}
.forum-topic-root__m-deleted .forum-post__votes,
.forum-topic-root__m-deleted-hard .forum-post__votes,
.forum-topic-root__m-deleted .forum-post__vote-up,
.forum-topic-root__m-deleted-hard .forum-post__vote-up,
.forum-topic-root__m-deleted .forum-post__vote-down,
.forum-topic-root__m-deleted-hard .forum-post__vote-down,
.forum-topic-root__m-deleted .forum-post__bookmark,
.forum-topic-root__m-deleted-hard .forum-post__bookmark {
  display: none;
}
.forum-topic-root__m-no-bookmarks .forum-post__bookmark {
  display: none;
}
.forum-topic__footer-pagination .pagination {
  justify-content: center;
}
.forum-topic__loading-prev,
.forum-topic__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #fbfbfb;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.similar_topics {
  margin-bottom: 2rem;
  margin-top: 5rem;
  padding: 1.75rem 1.75rem 1rem;
  background-color: #fafafa;
  border-radius: 4px;
}
.similar_topics__header {
  color: #8f9fa7;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}
.similar_topics__item {
  display: flex;
  position: relative;
  margin-bottom: 0.875rem;
  line-height: 1.25rem;
}
.similar_topics__item-title {
  flex: 1 1 0;
  color: #212529;
}
.similar_topics__item-link {
  color: inherit;
}
.similar_topics__item-stat {
  font-size: 0.75rem;
  width: 170px;
  text-align: right;
  color: #8f9fa7;
}
@media (max-width: 575px) {
  .similar_topics__item {
    flex-direction: column;
    align-items: left;
  }
  .similar_topics__item-stat {
    text-align: left;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.forum-post-history-entry {
  overflow-wrap: break-word;
  margin-bottom: 2rem;
}
.forum-post-history-entry + .forum-post-history-entry {
  border-top: 1px solid #bdcbd9;
  padding-top: 0.5rem;
}
.forum-post-history-entry__meta {
  padding: 0 0.2rem;
  margin: 0.5rem 0;
  font-size: 0.875rem;
  color: #a5b2b9;
}
.forum-post-history-entry__icon-task,
.forum-post-history-entry__icon-moderator {
  font-weight: bold;
  color: #c97971;
  margin-left: 0.375rem;
  display: none;
}
.forum-post-history-entry__m-task .forum-post-history-entry__icon-task,
.forum-post-history-entry__m-moderator .forum-post-history-entry__icon-moderator {
  display: inline;
}
.forum-post-history-entry__meta-ts:after {
  content: ', ';
}
.forum-post-history-entry__meta-author-link {
  color: inherit;
}
.forum-post-history-entry__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.forum-post-history-entry__diff {
  margin-bottom: 0.5rem;
}
.forum-post-history-entry__actions {
  color: #86929e;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.forum-topic-history-entry {
  overflow-wrap: break-word;
  margin-bottom: 2rem;
}
.forum-topic-history-entry + .forum-topic-history-entry {
  border-top: 1px solid #bdcbd9;
  padding-top: 0.5rem;
}
.forum-topic-history-entry__meta {
  padding: 0 0.2rem;
  margin: 0.5rem 0;
  font-size: 0.875rem;
  color: #a5b2b9;
}
.forum-topic-history-entry__icon-task,
.forum-topic-history-entry__icon-moderator {
  font-weight: bold;
  color: #c97971;
  margin-left: 0.375rem;
  display: none;
}
.forum-topic-history-entry__m-task .forum-topic-history-entry__icon-task,
.forum-topic-history-entry__m-moderator .forum-topic-history-entry__icon-moderator {
  display: inline;
}
.forum-topic-history-entry__meta-ts:after {
  content: ', ';
}
.forum-topic-history-entry__meta-author-link {
  color: inherit;
}
.forum-topic-history-entry__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.forum-topic-history-entry__diff {
  margin-bottom: 0.5rem;
}
.forum-topic-history-entry__actions {
  color: #86929e;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.topic-move-section__m-current {
  font-weight: bold;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.blog-entry {
  margin-bottom: 2rem;
}
.blog-entry__head {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #fff;
}
.blog-entry__title .blog-entry__edit {
  font-size: 1.25rem;
  line-height: 1.1em;
  color: #8f9fa7;
  vertical-align: middle;
  padding: 0.125rem 0.5rem;
}
.blog-entry__meta {
  color: #8f9fa7;
  font-size: 0.75rem;
}
.blog-entry__meta-item:after {
  content: ', ';
}
.blog-entry__meta-item:last-child:after {
  content: none;
}
.blog-entry__author {
  font-size: 0.75rem;
  line-height: 2rem;
}
.blog-entry__author-link {
  color: #8f9fa7;
}
.blog-entry__avatar {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  border-radius: 2px;
  box-shadow: 0 0 1px #8f9fa7;
}
.blog-entry__select {
  float: right;
  min-width: 2rem;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
.blog-entry__select-cb {
  position: relative;
  vertical-align: text-bottom;
}
.blog-entry__content {
  margin-right: 0px;
}
.blog-entry__content-collapsed {
  padding: 0 1rem;
  font-size: 0.875rem;
  color: #8f9fa7;
}
.blog-entry__content-ignored {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #8f9fa7;
}
.blog-entry__del-by-user {
  color: inherit;
}
.blog-entry__undelete {
  display: none;
}
.blog-entry__m-deleted .blog-entry__undelete,
.blog-entry__m-deleted-hard .blog-entry__undelete {
  display: block;
}
.blog-entry__m-deleted .blog-entry__delete,
.blog-entry__m-deleted-hard .blog-entry__delete,
.blog-entry__m-deleted .blog-entry__edit,
.blog-entry__m-deleted-hard .blog-entry__edit,
.blog-entry__m-deleted .blog-entry__votes,
.blog-entry__m-deleted-hard .blog-entry__votes,
.blog-entry__m-deleted .blog-entry__vote-up,
.blog-entry__m-deleted-hard .blog-entry__vote-up,
.blog-entry__m-deleted .blog-entry__vote-down,
.blog-entry__m-deleted-hard .blog-entry__vote-down,
.blog-entry__m-deleted .blog-entry__bookmark,
.blog-entry__m-deleted-hard .blog-entry__bookmark {
  display: none;
}
.blog-entry__under-cut {
  -webkit-animation: blog-entry-under-cut-fade-in 1s;
          animation: blog-entry-under-cut-fade-in 1s;
}
.blog-entry__read-more {
  display: none;
}
.blog-entry__m-can-read-more .blog-entry__read-more {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.blog-entry__show-ignored {
  color: inherit;
  cursor: pointer;
}
.blog-entry__controls-blk {
  display: flex;
  align-items: center;
  margin: 0 0 0.5rem 0;
  padding: 0;
  list-style: none;
}
.blog-entry__control-item {
  color: #8f9fa7;
  display: inline-block;
}
.blog-entry__action {
  background-color: transparent;
  color: #8f9fa7;
}
.blog-entry__action:hover,
.blog-entry__action:focus,
.blog-entry__action:active {
  color: #6d818b;
  background-color: #f8f8f8;
}
.blog-entry__infraction .icon {
  color: #de5e5d;
}
.blog-entry__infraction-m-warning .icon {
  color: #f0ad4e;
}
.blog-entry__ignored-mark {
  margin-right: 0.5rem;
  display: none;
}
.blog-entry__m-ignored .blog-entry__ignored-mark {
  display: inline-block;
}
.blog-entry__m-voted-up .blog-entry__vote-up .blog-entry__action {
  opacity: 1;
}
.blog-entry__m-voted-up .blog-entry__vote-up .icon {
  color: #74b52d;
}
.blog-entry__m-voted-down .blog-entry__vote-down .blog-entry__action {
  opacity: 1;
}
.blog-entry__m-voted-down .blog-entry__vote-down .icon {
  color: #de5e5d;
}
.blog-entry__bookmark-remove.blog-entry__bookmark-remove {
  margin: 0;
}
.blog-entry__bookmark-remove {
  display: none;
}
.blog-entry__m-bookmarked .blog-entry__bookmark-remove {
  display: inline-block;
  opacity: 1;
}
.blog-entry__m-bookmarked .blog-entry__bookmark-remove .icon {
  color: #74b52d;
}
.blog-entry__m-bookmarked .blog-entry__bookmark-add {
  display: none;
}
.blog-entry__bookmarks-count {
  color: #8f9fa7;
}
.blog-entry__bookmarks-count:after {
  content: attr(data-bm-count);
  margin-left: 0.3em;
}
.blog-entry__bookmarks-count[data-bm-count="0"]:after {
  display: none;
}
.blog-entry__votes .blog-entry__action:after {
  content: attr(data-votes-count);
}
.blog-entry__votes .blog-entry__action[data-votes-count="0"] {
  display: none;
}
.blog-entry__votes .blog-entry__action[data-votes-count^="+"] {
  color: #74b52d;
  font-weight: bold;
}
.blog-entry .blogs-tag-list__category {
  font-weight: bold;
}
.blog-entry__ts {
  margin-right: 0.75rem;
}
.blog-entry__views {
  margin-left: 0.75rem;
}
@-webkit-keyframes blog-entry-under-cut-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blog-entry-under-cut-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.blog-entry-history-entry {
  overflow-wrap: break-word;
  margin-bottom: 2rem;
}
.blog-entry-history-entry + .blog-entry-history-entry {
  border-top: 1px solid #bdcbd9;
  padding-top: 0.5rem;
}
.blog-entry-history-entry__meta {
  padding: 0 0.2rem;
  margin: 0.5rem 0;
  font-size: 0.875rem;
  color: #a5b2b9;
}
.blog-entry-history-entry__icon-task,
.blog-entry-history-entry__icon-moderator {
  font-weight: bold;
  color: #c97971;
  margin-left: 0.375rem;
  display: none;
}
.blog-entry-history-entry__m-task .blog-entry-history-entry__icon-task,
.blog-entry-history-entry__m-moderator .blog-entry-history-entry__icon-moderator {
  display: inline;
}
.blog-entry-history-entry__meta-ts:after {
  content: ', ';
}
.blog-entry-history-entry__meta-author-link {
  color: inherit;
}
.blog-entry-history-entry__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.blog-entry-history-entry__diff {
  margin-bottom: 0.5rem;
}
.blog-entry-history-entry__actions {
  color: #86929e;
  margin-bottom: 0.5rem;
}
.blog-entry-history-entry__details {
  display: table;
}
.blog-entry-history-entry__details-item {
  display: table-row;
}
.blog-entry-history-entry__details-key {
  display: table-cell;
  color: #8f9fa7;
  text-align: right;
  vertical-align: top;
  padding-right: 0.75rem;
}
.blog-entry-history-entry__details-value {
  display: table-cell;
  vertical-align: top;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.blogs-tag-list {
  color: #8f9fa7;
  font-size: 0.875rem;
  margin-top: 0.125rem;
}
.blogs-tag-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 0.2rem;
  display: inline;
}
.blogs-tag-list__item {
  display: inline;
}
.blogs-tag-list__item + .blogs-tag-list__item:before {
  content: ', ';
}
.blogs-tag-list__link {
  color: #8f9fa7;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.blogs-tag-edit-list {
  background-color: #f8f8f8;
  color: #8f9fa7;
  cursor: pointer;
  padding: 0.25rem 0.375rem;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogs-tag-edit-list__item + .blogs-tag-edit-list__item:before {
  content: ', ';
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.blogs-entry-page__entry {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #bdcbd9;
}
.blogs-entry-page__m-deleted .blogs-entry-page__reply,
.blogs-entry-page__m-deleted-hard .blogs-entry-page__reply {
  display: none;
}
.blogs-entry-page__m-deleted .blog-entry__title-text,
.blogs-entry-page__m-deleted-hard .blog-entry__title-text {
  text-decoration: line-through;
}
.blogs-entry-page__m-deleted .blog-entry__edit,
.blogs-entry-page__m-deleted-hard .blog-entry__edit {
  display: none;
}
.blogs-entry-page__m-deleted .blog-comment__reply,
.blogs-entry-page__m-deleted-hard .blog-comment__reply,
.blogs-entry-page__m-deleted .blog-comment__votes,
.blogs-entry-page__m-deleted-hard .blog-comment__votes,
.blogs-entry-page__m-deleted .blog-comment__vote-up,
.blogs-entry-page__m-deleted-hard .blog-comment__vote-up,
.blogs-entry-page__m-deleted .blog-comment__vote-down,
.blogs-entry-page__m-deleted-hard .blog-comment__vote-down,
.blogs-entry-page__m-deleted .blog-comment__bookmark,
.blogs-entry-page__m-deleted-hard .blog-comment__bookmark {
  display: none;
}
.blogs-entry-page__comment-header {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.blogs-entry-page__comment-count:after {
  content: ' (' attr(data-count) '):';
}
.blogs-sole .blog-entry__title {
  font-size: 1.5rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.blog-comment {
  margin-bottom: 1rem;
  margin-left: 184px;
}
.blog-comment__level-0 {
  margin-left: 0px;
}
.blog-comment__level-1 {
  margin-left: 46px;
}
.blog-comment__level-2 {
  margin-left: 92px;
}
.blog-comment__level-3 {
  margin-left: 138px;
}
.blog-comment__head {
  margin-left: 46px;
  margin-bottom: 1rem;
  color: #8f9fa7;
  line-height: 1.25em;
}
.blog-comment__meta {
  color: #8f9fa7;
  font-size: 0.75rem;
}
.blog-comment__meta-item:after {
  content: ', ';
}
.blog-comment__meta-item:last-child:after {
  content: none;
}
.blog-comment__author-link {
  color: #8f9fa7;
  font-size: 0.875rem;
}
.blog-comment__history {
  color: inherit;
}
.blog-comment__aside {
  float: left;
  margin-top: 0.375rem;
}
.blog-comment__avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  box-shadow: 0 0 1px #8f9fa7;
}
.blog-comment__content {
  margin-left: 46px;
  margin-right: 0px;
}
.blog-comment__message > p:first-child {
  margin-top: -0.25rem;
}
.blog-comment__content-collapsed {
  padding: 0 1rem 0 46px;
  font-size: 0.875rem;
  color: #8f9fa7;
}
.blog-comment__content-ignored {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem 0.5rem 46px;
  font-size: 0.875rem;
  color: #8f9fa7;
}
.blog-comment__m-deleted,
.blog-comment__m-hb,
.blog-comment__m-deleted-hard,
.blog-comment__m-ignored {
  background-color: #f7f7f7;
}
.blog-comment__del-by-user {
  color: inherit;
}
.blog-comment__m-deleted .blog-comment__undelete,
.blog-comment__m-deleted-hard .blog-comment__undelete {
  display: block;
}
.blog-comment__m-deleted .blog-comment__edit,
.blog-comment__m-deleted-hard .blog-comment__edit,
.blog-comment__m-deleted .blog-comment__delete,
.blog-comment__m-deleted-hard .blog-comment__delete,
.blog-comment__m-deleted .blog-comment__reply,
.blog-comment__m-deleted-hard .blog-comment__reply,
.blog-comment__m-deleted .blog-comment__votes,
.blog-comment__m-deleted-hard .blog-comment__votes,
.blog-comment__m-deleted .blog-comment__vote-up,
.blog-comment__m-deleted-hard .blog-comment__vote-up,
.blog-comment__m-deleted .blog-comment__vote-down,
.blog-comment__m-deleted-hard .blog-comment__vote-down,
.blog-comment__m-deleted .blog-comment__bookmark,
.blog-comment__m-deleted-hard .blog-comment__bookmark {
  display: none;
}
.blog-comment__show-ignored {
  color: inherit;
  cursor: pointer;
}
.blog-comment__controls {
  text-align: right;
  margin-left: 46px;
}
.blog-comment__controls-blk {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-comment__control-item {
  display: inline-block;
}
.blog-comment .blog-comment__action {
  transition: opacity 0.3s ease;
  opacity: 0.3;
}
.blog-comment:hover .blog-comment__action {
  opacity: 1;
}
.blog-comment .blog-comment__votes .blog-comment__action,
.blog-comment .blog-comment__infraction .blog-comment__action {
  opacity: 1;
}
.blog-comment__action {
  background-color: transparent;
  color: #6d818b;
}
.blog-comment__action:hover,
.blog-comment__action:focus,
.blog-comment__action:active {
  background-color: #f8f8f8;
}
.blog-comment__infraction .icon {
  color: #de5e5d;
}
.blog-comment__infraction-m-warning .icon {
  color: #f0ad4e;
}
.blog-comment__undelete {
  display: none;
}
.blog-comment__m-voted-up .blog-comment__vote-up .blog-comment__action {
  opacity: 1;
}
.blog-comment__m-voted-up .blog-comment__vote-up .icon {
  color: #74b52d;
}
.blog-comment__m-voted-down .blog-comment__vote-down .blog-comment__action {
  opacity: 1;
}
.blog-comment__m-voted-down .blog-comment__vote-down .icon {
  color: #de5e5d;
}
.blog-comment__reply .blog-comment__action {
  color: #4a7fb5;
}
.blog-comment__reply .short {
  display: none;
}
.blog-comment__bookmark-remove.blog-comment__bookmark-remove {
  margin: 0;
}
.blog-comment__bookmark-remove {
  display: none;
}
.blog-comment__m-bookmarked .blog-comment__bookmark-remove {
  display: inline-block;
  opacity: 1;
}
.blog-comment__m-bookmarked .blog-comment__bookmark-remove .icon {
  color: #74b52d;
}
.blog-comment__m-bookmarked .blog-comment__bookmark-add {
  display: none;
}
.blog-comment__bookmarks-count {
  font-size: 0.75rem;
  color: #8f9fa7;
}
.blog-comment__bookmarks-count:after {
  content: attr(data-bm-count);
  margin-left: 0.3em;
}
.blog-comment__bookmarks-count[data-bm-count="0"]:after {
  display: none;
}
.blog-comment__votes .blog-comment__action:after {
  content: attr(data-votes-count);
}
.blog-comment__votes .blog-comment__action[data-votes-count="0"] {
  display: none;
}
.blog-comment__votes .blog-comment__action[data-votes-count^="+"] {
  color: #74b52d;
  font-weight: bold;
}
@media (max-width: 767px) {
  .blog-comment__reply .full {
    display: none;
  }
  .blog-comment__reply .short {
    display: inline-block;
  }
}
.blog-comment__m-flash {
  -webkit-animation: blog-comment-flash-animation 1.5s ease-in;
          animation: blog-comment-flash-animation 1.5s ease-in;
}
@-webkit-keyframes blog-comment-flash-animation {
  from {
    background: #bdcbd9;
  }
  to {
    background: none;
  }
}
@keyframes blog-comment-flash-animation {
  from {
    background: #bdcbd9;
  }
  to {
    background: none;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.blogs-entry-title {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blogs-entry-title__item {
  display: inline-block;
  margin-right: 0.5rem;
}
.blogs-entry-title__avatar {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  box-shadow: 0 0 1px #8f9fa7;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.blog-comment-history-entry {
  overflow-wrap: break-word;
  margin-bottom: 2rem;
}
.blog-comment-history-entry + .blog-comment-history-entry {
  border-top: 1px solid #bdcbd9;
  padding-top: 0.5rem;
}
.blog-comment-history-entry__meta {
  padding: 0 0.2rem;
  margin: 0.5rem 0;
  font-size: 0.875rem;
  color: #a5b2b9;
}
.blog-comment-history-entry__icon-task,
.blog-comment-history-entry__icon-moderator {
  font-weight: bold;
  color: #c97971;
  margin-left: 0.375rem;
  display: none;
}
.blog-comment-history-entry__m-task .blog-comment-history-entry__icon-task,
.blog-comment-history-entry__m-moderator .blog-comment-history-entry__icon-moderator {
  display: inline;
}
.blog-comment-history-entry__meta-ts:after {
  content: ', ';
}
.blog-comment-history-entry__meta-author-link {
  color: inherit;
}
.blog-comment-history-entry__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.blog-comment-history-entry__diff {
  margin-bottom: 0.5rem;
}
.blog-comment-history-entry__actions {
  color: #86929e;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.blogs-index__head {
  display: flex;
}
.blogs-index__title {
  flex: 1 1 0%;
  color: #c3d5e7;
}
.blogs-index__loading-prev,
.blogs-index__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.blogs-index .blog-entry__m-deleted,
.blogs-index .blog-entry__m-hb,
.blogs-index .blog-entry__m-deleted-hard,
.blogs-index .blog-entry__m-ignored {
  background-color: #f7f7f7;
}
.blogs-index .blog-entry__title {
  font-size: 1.5rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.blogs-sole .page-head__title {
  color: #8f9fa7;
}
.blogs-sole__author-link {
  color: inherit;
}
.blogs-sole__head {
  display: flex;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #bdcbd9;
}
.blogs-sole__head-content {
  flex: 1 1 100%;
}
.blogs-sole__meta .blogs-tag-list {
  font-size: 0.875rem;
}
.blogs-sole__userpic {
  width: 30px;
  height: 30px;
  margin-right: 0.7rem;
  margin-top: 4px;
  border-radius: 3px;
  box-shadow: 0 0 1px #8f9fa7;
}
.blogs-sole__head-m-tagged .blogs-sole__userpic {
  width: 50px;
  height: 50px;
  margin-top: 2px;
}
.blogs-sole__head-m-tagged .page-head__title {
  font-size: 1.5rem;
}
.blogs-sole__loading-prev,
.blogs-sole__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.blogs-sole .blog-entry__m-deleted,
.blogs-sole .blog-entry__m-hb,
.blogs-sole .blog-entry__m-deleted-hard {
  background-color: #f7f7f7;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.blogs-sole-title-tag {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blogs-sole-title-tag__item {
  display: inline-block;
}
.blogs-sole-title-tag__item:after {
  margin: 0 0.5rem;
  content: '/';
}
.blogs-sole-title-tag__avatar {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  box-shadow: 0 0 1px #8f9fa7;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.blogs-sole-title-user,
.blogs-sole-title-user:hover,
.blogs-sole-title-user:focus,
.blogs-sole-title-user:active {
  color: inherit;
}
.blogs-sole-title-user__avatar {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-right: 10px;
  box-shadow: 0 0 1px #8f9fa7;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.clubs-post {
  margin-bottom: 2rem;
}
.clubs-post__m-deleted,
.clubs-post__m-deleted-hard {
  margin-bottom: 3rem;
}
.clubs-post__m-deleted,
.clubs-post__m-hb,
.clubs-post__m-deleted-hard,
.clubs-post__m-ignored {
  background-color: #f7f7f7;
}
.clubs-post__meta {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
  color: #8f9fa7;
  font-size: 0.75rem;
  line-height: 1.25em;
  background-color: #fff;
}
.clubs-post__meta-flex {
  flex: 1 1 0%;
  display: flex;
  min-width: 0;
  border-bottom: 1px solid #bdcbd9;
  padding-bottom: 0.375rem;
}
.clubs-post__meta-avatar {
  flex: 0 0 0%;
  display: none;
  min-width: 45px;
  vertical-align: bottom;
}
.clubs-post__userpic-img-sm {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  box-shadow: 0 0 1px #8f9fa7;
}
.clubs-post__meta-author {
  flex: 1 1 0%;
  font-size: 1rem;
  line-height: 1.25em;
  color: #7e9099;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clubs-post__meta-info {
  white-space: nowrap;
  align-self: flex-end;
  padding-left: 1rem;
}
.clubs-post__author {
  color: inherit;
}
.clubs-post__reply-to-link {
  color: inherit;
  margin-right: 1em;
}
.clubs-post__reply-to-avatar {
  width: 16px;
  height: 16px;
  margin: 0px 3px;
  border-radius: 2px;
  box-shadow: 0 0 1px #8f9fa7;
}
.clubs-post__history {
  color: inherit;
  margin-right: 1em;
}
.clubs-post__link {
  color: inherit;
}
.clubs-post__select {
  flex: 0 0 0%;
  border-bottom: 1px solid #bdcbd9;
  min-width: 2rem;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
.clubs-post__select-cb {
  position: relative;
  vertical-align: text-bottom;
}
.clubs-post__aside {
  float: left;
  margin-top: 0.125rem;
  min-height: 130px;
}
.clubs-post__userpic-img {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 3px;
  box-shadow: 0 0 1px #8f9fa7;
}
.clubs-post__content {
  margin-right: 0px;
  margin-left: 116px;
  min-height: 60px;
}
@media (max-width: 767px) {
  .clubs-post__userpic-img {
    width: 80px;
    height: 80px;
  }
  .clubs-post__content {
    margin-left: 96px;
    min-height: 40px;
  }
}
.clubs-post__message > p:first-child {
  margin-top: -0.25rem;
}
.clubs-post__content-collapsed {
  padding: 0 1rem;
  font-size: 0.875rem;
  color: #8f9fa7;
}
.clubs-post__m-no-meta .clubs-post__content-collapsed {
  padding: 1rem;
}
.clubs-post__content-ignored {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem 1rem 1rem;
  font-size: 0.875rem;
  color: #8f9fa7;
}
@media (max-width: 575px) {
  .clubs-post__aside {
    display: none;
  }
  .clubs-post__content {
    min-height: unset;
  }
  .clubs-post__meta-avatar {
    display: block;
  }
  .clubs-post__meta-flex {
    padding-bottom: 0.125rem;
  }
  .clubs-post__select {
    padding-bottom: 0.8rem;
  }
  .clubs-post__content {
    margin: 0;
  }
  .clubs-post__meta-flex {
    flex-direction: column;
  }
  .clubs-post__meta-author {
    font-size: 0.875rem;
  }
  .clubs-post__meta-info {
    padding-left: 0;
    font-size: 0.75rem;
    margin-bottom: 0.125rem;
    color: #a5b2b9;
    align-self: stretch;
  }
  .clubs-post__reply-to-avatar {
    width: 12px;
    height: 12px;
  }
}
.clubs-post__show-ignored {
  color: inherit;
  cursor: pointer;
}
.clubs-post__controls {
  text-align: right;
  margin-left: 116px;
}
@media (max-width: 767px) {
  .clubs-post__controls {
    margin-left: 96px;
  }
}
@media (max-width: 575px) {
  .clubs-post__controls {
    margin-left: 0;
  }
}
.clubs-post__controls-blk {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clubs-post__control-item {
  display: inline-block;
  margin-right: 0px;
}
.clubs-post__control-item:last-child {
  margin-right: 0;
}
.clubs-post__infraction .icon {
  color: #de5e5d;
}
.clubs-post__infraction-m-warning .icon {
  color: #f0ad4e;
}
.clubs-post__action {
  background-color: transparent;
  color: #6d818b;
}
.clubs-post__action:hover,
.clubs-post__action:focus,
.clubs-post__action:active {
  background-color: #f8f8f8;
}
.clubs-post__reply .clubs-post__action {
  color: #4a7fb5;
}
.clubs-post__reply .short {
  display: none;
}
@media (max-width: 767px) {
  .clubs-post__reply .full {
    display: none;
  }
  .clubs-post__reply .short {
    display: inline-block;
  }
}
.clubs-post .clubs-post__action {
  transition: opacity 0.3s ease;
  opacity: 0.3;
}
.clubs-post:hover .clubs-post__action {
  opacity: 1;
}
.clubs-post__votes .clubs-post__action,
.clubs-post__infraction .clubs-post__action {
  opacity: 1;
}
.clubs-post__bookmark-remove {
  display: none;
}
.clubs-post__m-selected {
  background-color: #ffd;
}
.clubs-post__m-bookmarked .clubs-post__bookmark-remove {
  display: inline-block;
  opacity: 1;
}
.clubs-post__m-bookmarked .clubs-post__bookmark-remove .icon {
  color: #74b52d;
}
.clubs-post__m-bookmarked .clubs-post__bookmark-add {
  display: none;
}
.clubs-post__undelete {
  display: none;
}
.clubs-post__m-deleted .clubs-post__undelete,
.clubs-post__m-deleted-hard .clubs-post__undelete {
  display: block;
}
.clubs-post__m-deleted .clubs-post__votes,
.clubs-post__m-deleted-hard .clubs-post__votes,
.clubs-post__m-deleted .clubs-post__vote-up,
.clubs-post__m-deleted-hard .clubs-post__vote-up,
.clubs-post__m-deleted .clubs-post__vote-down,
.clubs-post__m-deleted-hard .clubs-post__vote-down,
.clubs-post__m-deleted .clubs-post__bookmark,
.clubs-post__m-deleted-hard .clubs-post__bookmark,
.clubs-post__m-deleted .clubs-post__edit,
.clubs-post__m-deleted-hard .clubs-post__edit,
.clubs-post__m-deleted .clubs-post__delete,
.clubs-post__m-deleted-hard .clubs-post__delete,
.clubs-post__m-deleted .clubs-post__reply,
.clubs-post__m-deleted-hard .clubs-post__reply {
  display: none;
}
.clubs-post__ignored-mark {
  display: none;
}
.clubs-post__m-ignored .clubs-post__ignored-mark {
  display: inline-block;
}
.clubs-post__m-voted-up .clubs-post__vote-up .clubs-post__action {
  opacity: 1;
}
.clubs-post__m-voted-up .clubs-post__vote-up .icon {
  color: #74b52d;
}
.clubs-post__m-voted-down .clubs-post__vote-down .clubs-post__action {
  opacity: 1;
}
.clubs-post__m-voted-down .clubs-post__vote-down .icon {
  color: #de5e5d;
}
.clubs-post__bookmarks-count {
  font-size: 0.75rem;
  color: #8f9fa7;
}
.clubs-post__bookmarks-count:after {
  content: attr(data-bm-count);
  margin-left: 0.3em;
}
.clubs-post__bookmarks-count[data-bm-count="0"]:after {
  display: none;
}
.clubs-post__votes .clubs-post__action:after {
  content: attr(data-votes-count);
}
.clubs-post__votes .clubs-post__action[data-votes-count="0"] {
  display: none;
}
.clubs-post__votes .clubs-post__action[data-votes-count^="+"] {
  color: #74b52d;
  font-weight: bold;
}
.clubs-post__m-flash {
  -webkit-animation: clubs-post-flash-animation 1.5s ease-in;
          animation: clubs-post-flash-animation 1.5s ease-in;
}
@-webkit-keyframes clubs-post-flash-animation {
  from {
    background: #bdcbd9;
  }
  to {
    background: none;
  }
}
@keyframes clubs-post-flash-animation {
  from {
    background: #bdcbd9;
  }
  to {
    background: none;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.clubs-postlist__datediff {
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #b1bcc1;
  background-color: #fbfbfb;
  border-radius: 2px;
}
.clubs-postlist__paginator .pagination {
  justify-content: center;
}
.no-js .clubs-postlist__paginator {
  display: none;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.clubs-topicline {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.clubs-topicline__summary {
  flex: 1 1 0%;
  padding: 0.125rem 0 0.125rem 0.875rem;
  position: relative;
  width: auto;
  min-width: 0;
}
.clubs-topicline__title {
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
.clubs-topicline__title-link {
  color: #212529;
}
.clubs-topicline__microstat {
  color: #8f9fa7;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clubs-topicline__microstat-replies {
  margin-right: 0.5em;
}
.clubs-topicline__microstat-replies:after {
  content: '·';
  margin-left: 0.5em;
}
.clubs-topicline__microstat-time {
  margin-right: 0.5em;
  color: inherit;
}
.clubs-topicline__microstat-time:after {
  content: ',';
}
.clubs-topicline__microstat-author,
.clubs-topicline__meta-del-by {
  color: inherit;
}
.clubs-topicline__meta-deleted,
.clubs-topicline__meta-hellbanned,
.clubs-topicline__meta-ignored {
  color: #8f9fa7;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clubs-topicline__meta-hellbanned,
.clubs-topicline__meta-ignored {
  display: none;
}
.clubs-topicline__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.clubs-topicline__stat {
  flex: 0 0 0%;
  min-width: 6rem;
  font-size: 0.875rem;
  color: #b1bcc1;
  text-align: right;
}
.clubs-topicline__stat .icon {
  visibility: hidden;
}
.clubs-topicline:first-child > .clubs-topicline__stat .icon {
  visibility: visible;
}
.clubs-topicline__select {
  flex: 0 0 0%;
  min-width: 3rem;
  text-align: right;
  margin: 0;
  padding: 0.5rem 0;
}
.clubs-topicline__select-cb {
  position: relative;
  top: 1px;
}
.clubs-topicline__unread-marker {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.125rem;
  border-radius: 0.125rem;
  background-color: #e3edf6;
}
.clubs-topicline__highlight-marker {
  display: none;
  position: absolute;
  left: 0;
  width: 0.125rem;
  height: 1rem;
  top: 50%;
  margin-top: -0.5rem;
  background-color: #74b52d;
}
.clubs-topicline__new-marker {
  display: none;
  color: #a5c980;
  font-size: 0.75rem;
  line-height: 0.75;
  border: 1px solid #a5c980;
  border-radius: 0.25rem;
  padding: 1px 3px 3px;
  margin-left: 0.375em;
  margin-top: -0.25rem;
  vertical-align: top;
}
.clubs-topicline__pinned-marker,
.clubs-topicline__closed-marker {
  color: #4a7fb5;
  display: none;
}
.clubs-topicline__bookmarked-marker {
  color: #74b52d;
  display: none;
}
.clubs-topicline__deleted-marker {
  display: none;
}
.clubs-topicline__m-unread .clubs-topicline__unread-marker {
  background-color: #4a7fb5;
}
.clubs-topicline__m-new .clubs-topicline__new-marker {
  display: inline-block;
}
.clubs-topicline__m-pinned .clubs-topicline__pinned-marker {
  display: inline-block;
}
.clubs-topicline__m-bookmarked .clubs-topicline__bookmarked-marker {
  display: inline-block;
}
.clubs-topicline__m-closed {
  opacity: 0.8;
}
.clubs-topicline__m-closed .clubs-topicline__closed-marker {
  display: inline-block;
}
.clubs-topicline__m-ignored {
  background-color: #f7f7f7;
  opacity: 0.7;
}
.clubs-topicline__m-ignored:hover {
  opacity: 1;
}
.clubs-topicline__m-ignored .clubs-topicline__meta-ignored {
  display: block;
}
.clubs-topicline__m-hellbanned {
  background-color: #f7f7f7;
  opacity: 0.7;
}
.clubs-topicline__m-hellbanned:hover {
  opacity: 1;
}
.clubs-topicline__m-hellbanned .clubs-topicline__microstat {
  display: none !important;
}
.clubs-topicline__m-hellbanned .clubs-topicline__meta-hellbanned {
  display: block;
}
.clubs-topicline__m-deleted,
.clubs-topicline__m-deleted-hard {
  background-color: #f7f7f7;
  opacity: 0.7;
}
.clubs-topicline__m-deleted:hover,
.clubs-topicline__m-deleted-hard:hover {
  opacity: 1;
}
.clubs-topicline__m-deleted .clubs-topicline__deleted-marker,
.clubs-topicline__m-deleted-hard .clubs-topicline__deleted-marker {
  display: inline-block;
}
.clubs-topicline__m-deleted .clubs-topicline__microstat,
.clubs-topicline__m-deleted-hard .clubs-topicline__microstat {
  display: none !important;
}
.clubs-topicline__m-highlight {
  -webkit-animation: clubs-topicline-flash-animation 1.5s;
          animation: clubs-topicline-flash-animation 1.5s;
}
.clubs-topicline__m-highlight .clubs-topicline__highlight-marker {
  display: block;
}
.clubs-topicline__m-selected {
  background-color: #ffd;
}
.clubs-topiclist__separator {
  align-items: baseline;
  font-size: 0.75rem;
  color: #a5b2b9;
  display: flex;
  gap: 0.75rem;
}
.clubs-topiclist__separator::before,
.clubs-topiclist__separator::after {
  border-top: 1px solid #d0dde9;
  padding-bottom: 0.25em;
  flex: 1 1 auto;
  content: '';
}
@-webkit-keyframes clubs-topicline-flash-animation {
  from {
    background: #bdcbd9;
  }
  to {
    background: none;
  }
}
@keyframes clubs-topicline-flash-animation {
  from {
    background: #bdcbd9;
  }
  to {
    background: none;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.clubs-index__head {
  display: flex;
}
.clubs-index__title {
  flex: 1 1 0%;
}
.clubs-index__no-clubs p:last-child {
  margin-bottom: 0;
}
.clubs-index-sole {
  display: flex;
  margin-bottom: 1.5rem;
}
.clubs-index-sole__meta {
  flex: 1 1 0%;
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.clubs-index-sole__avatar {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 3px;
  box-shadow: 0 0 1px #8f9fa7;
}
.clubs-index-sole__members,
.clubs-index-sole__activity {
  font-size: 0.875rem;
  color: #8f9fa7;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.clubs-search__head {
  display: flex;
}
.clubs-search__title {
  flex: 1 1 0%;
}
.clubs-search__form {
  margin-bottom: 1.5rem;
}
.clubs-search-sole {
  display: flex;
  margin-bottom: 1.5rem;
}
.clubs-search-sole__meta {
  flex: 1 1 0%;
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.clubs-search-sole__avatar {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 3px;
  box-shadow: 0 0 1px #8f9fa7;
}
.clubs-search-sole__members,
.clubs-search-sole__activity {
  font-size: 0.875rem;
  color: #8f9fa7;
}
.clubs-search__results-title {
  color: #8f9fa7;
  margin-bottom: 1rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.clubs-sole__head {
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #bdcbd9;
  line-height: 1.25em;
}
.clubs-sole__meta {
  flex: 1 1 0%;
}
.clubs-sole__aside {
  flex: 0 0 40px;
}
.clubs-sole__avatar {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  box-shadow: 0 0 1px #8f9fa7;
}
.clubs-sole__meta-top {
  display: flex;
  align-items: center;
}
.clubs-sole__meta-title-owners {
  flex: 1 1 0%;
}
.clubs-sole__title {
  color: #8f9fa7;
  font-size: 1.25rem;
}
.clubs-sole-root__m-deleted .clubs-sole__title-text {
  text-decoration: line-through;
}
.clubs-sole__edit {
  font-size: 1.25rem;
  line-height: 1.1em;
  color: #8f9fa7;
  vertical-align: middle;
  padding: 0.125rem 0.5rem;
}
.clubs-sole__owners {
  color: #8f9fa7;
  font-size: 0.75rem;
}
.clubs-sole__owner-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 0.2rem;
  display: inline;
}
.clubs-sole__owner-list-item {
  display: inline;
}
.clubs-sole__owner-list-item + .clubs-sole__owner-list-item:before {
  content: ', ';
}
.clubs-sole__owner-list-link {
  color: #8f9fa7;
}
.clubs-sole__location {
  margin-right: 1rem;
}
.clubs-sole__description,
.clubs-sole__members {
  margin-top: 1rem;
}
.clubs-sole__members {
  font-size: 0.75rem;
}
.clubs-sole__notopics {
  margin-top: 10px;
  text-align: center;
}
.clubs-topicline__m-deleted .clubs-topicline__bookmarked-marker,
.clubs-topicline__m-deleted-hard .clubs-topicline__bookmarked-marker {
  display: none;
}
.clubs-sole__loading-prev,
.clubs-sole__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.club-avatar {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.club-avatar__image {
  position: relative;
  width: 100%;
  border-radius: 0.1875rem;
  box-shadow: 0 0 0.125rem #bdcbd9;
}
.club-avatar__m-exists .club-avatar__delete {
  display: block;
}
.club-avatar__link {
  display: block;
}
.club-avatar__caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(33,37,41,0.6);
  color: #8f9fa7;
  font-size: 0.75rem;
  transition: background-color 0.2s ease;
  border-radius: 0 0 0.1875rem 0.1875rem;
  padding: 0 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.club-avatar__delete {
  display: none;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}
.club-avatar:hover .club-avatar__caption {
  background-color: #212529;
}
.club-avatar:hover .club-avatar__delete {
  opacity: 1;
}
.club-edit-location__removed-content {
  display: none;
}
.club-edit-location__m-removed .club-edit-location__content {
  display: none;
}
.club-edit-location__m-removed .club-edit-location__removed-content {
  display: block;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.club-edit-location__map-container {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 1rem;
}
.club-edit-location__map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.club-edit-location__map.club-edit-location__map {
  cursor: pointer;
}
.club-edit-location__submit {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}
@media (max-width: 575px) {
  .club-edit-location__map-container {
    padding-bottom: 100%;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.clubs-sole-members__tabs {
  justify-content: center;
}
.clubs-sole-members__content {
  max-width: 576px;
  margin: auto;
}
.clubs-sole-members__list {
  padding: 1.25rem;
  margin: 0;
  border: 1px solid rgba(0,0,0,0.125);
  border-radius: 0.25rem;
}
.clubs-sole-members__list-item {
  display: flex;
  align-items: center;
}
.clubs-sole-members__member {
  flex: 1 1 0%;
  padding: 0.25em 0;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clubs-sole-members__avatar {
  width: 16px;
  height: 16px;
  margin: 0px 5px;
  border-radius: 2px;
}
.clubs-sole-members__action {
  background-color: transparent;
  color: #8f9fa7;
}
.clubs-sole-members__action:hover,
.clubs-sole-members__action:focus,
.clubs-sole-members__action:active {
  color: #6d818b;
  background-color: #f8f8f8;
}
.clubs-sole-members__form {
  margin-bottom: 1rem;
}
.clubs-sole-members__input-group {
  display: flex;
}
.clubs-sole-members__input-group > .twitter-typeahead {
  flex: 1 1 0%;
  width: auto;
}
@media (max-width: 575px) {
  .clubs-sole-members__list {
    padding: 0;
    border: 0;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.clubs-sole-members__ban-date {
  flex: 0.33 1 0%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.clubs-sole-suggest-join .modal-footer {
  padding-top: 0;
  border-top: 0;
  justify-content: center;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.clubs-topic-root .votes-popover {
  max-width: 250px;
}
@media (min-width: 576px) {
  .clubs-topic-root .votes-popover {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .clubs-topic-root .votes-popover {
    max-width: 600px;
  }
}
.clubs-topic__reply,
.clubs-topic__tracker-link {
  margin-bottom: 1.5rem;
}
.clubs-topic-title__edit {
  display: none;
  font-size: 1.25rem;
  line-height: 1.1em;
  color: #8f9fa7;
  vertical-align: middle;
  padding: 0.125rem 0.5rem;
}
.clubs-topic__closed-mark {
  display: none;
}
.clubs-topic-root__m-open .clubs-topic-title__edit {
  display: inline-block;
}
.clubs-topic-root__m-closed .clubs-topic__closed-mark {
  display: inline-block;
}
.clubs-topic-root__m-closed .clubs-post__reply,
.clubs-topic-root__m-closed .clubs-topic__reply {
  display: none;
}
.clubs-topic-root__m-deleted .clubs-topic-title__text,
.clubs-topic-root__m-deleted-hard .clubs-topic-title__text {
  text-decoration: line-through;
}
.clubs-topic-root__m-deleted .clubs-post__reply,
.clubs-topic-root__m-deleted-hard .clubs-post__reply,
.clubs-topic-root__m-deleted .clubs-topic__reply,
.clubs-topic-root__m-deleted-hard .clubs-topic__reply {
  display: none;
}
.clubs-topic-root__m-deleted .clubs-post__votes,
.clubs-topic-root__m-deleted-hard .clubs-post__votes,
.clubs-topic-root__m-deleted .clubs-post__vote-up,
.clubs-topic-root__m-deleted-hard .clubs-post__vote-up,
.clubs-topic-root__m-deleted .clubs-post__vote-down,
.clubs-topic-root__m-deleted-hard .clubs-post__vote-down,
.clubs-topic-root__m-deleted .clubs-post__bookmark,
.clubs-topic-root__m-deleted-hard .clubs-post__bookmark {
  display: none;
}
.clubs-topic__footer-pagination .pagination {
  justify-content: center;
}
.clubs-topic__loading-prev,
.clubs-topic__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #fbfbfb;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.club-post-history-entry {
  overflow-wrap: break-word;
  margin-bottom: 2rem;
}
.club-post-history-entry + .club-post-history-entry {
  border-top: 1px solid #bdcbd9;
  padding-top: 0.5rem;
}
.club-post-history-entry__meta {
  padding: 0 0.2rem;
  margin: 0.5rem 0;
  font-size: 0.875rem;
  color: #a5b2b9;
}
.club-post-history-entry__icon-task,
.club-post-history-entry__icon-moderator {
  font-weight: bold;
  color: #c97971;
  margin-left: 0.375rem;
  display: none;
}
.club-post-history-entry__m-task .club-post-history-entry__icon-task,
.club-post-history-entry__m-moderator .club-post-history-entry__icon-moderator {
  display: inline;
}
.club-post-history-entry__meta-ts:after {
  content: ', ';
}
.club-post-history-entry__meta-author-link {
  color: inherit;
}
.club-post-history-entry__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.club-post-history-entry__diff {
  margin-bottom: 0.5rem;
}
.club-post-history-entry__actions {
  color: #86929e;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.club-topic-history-entry {
  overflow-wrap: break-word;
  margin-bottom: 2rem;
}
.club-topic-history-entry + .club-topic-history-entry {
  border-top: 1px solid #bdcbd9;
  padding-top: 0.5rem;
}
.club-topic-history-entry__meta {
  padding: 0 0.2rem;
  margin: 0.5rem 0;
  font-size: 0.875rem;
  color: #a5b2b9;
}
.club-topic-history-entry__icon-task,
.club-topic-history-entry__icon-moderator {
  font-weight: bold;
  color: #c97971;
  margin-left: 0.375rem;
  display: none;
}
.club-topic-history-entry__m-task .club-topic-history-entry__icon-task,
.club-topic-history-entry__m-moderator .club-topic-history-entry__icon-moderator {
  display: inline;
}
.club-topic-history-entry__meta-ts:after {
  content: ', ';
}
.club-topic-history-entry__meta-author-link {
  color: inherit;
}
.club-topic-history-entry__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.club-topic-history-entry__diff {
  margin-bottom: 0.5rem;
}
.club-topic-history-entry__actions {
  color: #86929e;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-all-buy .market-search-form-buy {
  margin-bottom: 2rem;
}
.market-all-buy__head {
  display: flex;
}
.market-all-buy__title {
  flex: 1 1 0%;
}
.market-all-buy__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.market-all-buy__loading-prev,
.market-all-buy__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
  margin-top: 1rem;
  clear: both;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-all-wish .market-search-form-wish {
  margin-bottom: 2rem;
}
.market-all-wish__head {
  display: flex;
}
.market-all-wish__title {
  flex: 1 1 0%;
}
.market-all-wish__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.market-all-wish__loading-prev,
.market-all-wish__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
  margin-top: 1rem;
  clear: both;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-attach-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1rem;
}
.market-attach-link {
  border-radius: 3px;
  width: 136px;
  height: 120px;
  box-shadow: 0 0 1px #dfdfdf;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.market-attach-image {
  border-radius: 3px;
  max-width: 136px;
  max-height: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.market-attach-link__m-draggable > .market-attach-image {
  cursor: -webkit-grab;
  cursor: grab;
}
.market-attach-image__m-main {
  margin-bottom: 1.25rem;
}
.market-attach__controls {
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
}
.market-attach__control-item > .btn-link {
  color: #a5b2b9;
  text-shadow: 0 0 1px #374045;
}
.market-attach__control-item > .btn-link:hover {
  color: #bcc5ca;
}
.market-attach__control-item > .btn {
  color: #fff;
  background-color: rgba(0,0,0,0.3);
}
.market-attach__control-item > .btn:hover {
  background-color: rgba(0,0,0,0.4);
}
.market-attach__main-label {
  color: #8f9fa7;
  position: absolute;
  bottom: -1.5rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-currency-select-dlg__item {
  font-size: 1.25rem;
  font-weight: 500;
  color: #212529;
}
.market-currency-select-dlg__item:hover {
  color: #212529;
  text-decoration: none;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-draft {
  margin-top: 1.5rem;
}
.market-draft > p:last-child,
.market-draft > ul:last-child,
.market-draft > ol:last-child {
  margin-bottom: 0rem;
}
.market-draft + .market-draft {
  margin-top: 0;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-list-item-offer {
  margin-bottom: 1rem;
}
.market-list-item-offer__title-sm {
  font-size: 1.25rem;
  line-height: 1.125em;
  margin-bottom: 0.5rem;
  width: 100%;
}
.market-list-item-offer__content {
  display: flex;
}
.market-list-item-offer__aside {
  margin-right: 1rem;
}
.market-list-item-offer__info {
  flex: 1 1 auto;
  min-width: 0;
}
.market-list-item-offer__title {
  font-size: 1.25rem;
  line-height: 1.125em;
  margin-bottom: 0.375rem;
}
.market-list-item-offer__price {
  font-size: 1.125rem;
  line-height: 1.125em;
  margin-bottom: 0.125rem;
}
.market-list-item-offer__price-original {
  color: #8f9fa7;
  margin-left: 0.2rem;
}
.market-list-item-offer__location {
  color: #8f9fa7;
}
.market-list-item-offer__location-link {
  color: inherit;
}
.market-list-item-offer__user-link,
.market-list-item-offer__section-link {
  color: inherit;
}
.market-list-item-offer__details {
  color: #8f9fa7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.market-list-item-offer__details-item + .market-list-item-offer__details-item:before {
  content: '|';
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.5;
}
.market-list-item-offer__used {
  margin-left: 0.3rem;
  color: #8f9fa7;
  font-size: 0.75rem;
}
.market-list-item-offer__delivery {
  margin-left: 0.75rem;
  color: #8f9fa7;
}
.market-list-item-offer__interchange {
  margin-left: 0.75rem;
  color: #c9d9e9;
}
.market-list-item-offer__interchange:first-child {
  margin-left: 0;
}
.market-list-item-offer__meta-del-by {
  color: #8f9fa7;
}
.market-list-item-offer__meta-deleted,
.market-list-item-offer__meta-hellbanned {
  color: #8f9fa7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.market-list-item-offer__meta-hellbanned {
  display: none;
}
.market-list-item-offer__bookmarked-marker {
  color: #74b52d;
  display: none;
}
.market-list-item-offer__deleted-marker {
  display: none;
}
.market-list-item-offer__m-bookmarked .market-list-item-offer__bookmarked-marker {
  display: inline-block;
}
.market-section-buy__item-list .market-list-item-offer__m-hellbanned .market-list-item-offer__meta-hellbanned,
.market-search-buy__item-list .market-list-item-offer__m-hellbanned .market-list-item-offer__meta-hellbanned {
  display: block;
}
.market-list-item-offer__m-deleted .market-list-item-offer__deleted-marker,
.market-list-item-offer__m-deleted-hard .market-list-item-offer__deleted-marker {
  display: inline-block;
}
.market-section-buy__item-list .market-list-item-offer__m-hellbanned,
.market-search-buy__item-list .market-list-item-offer__m-hellbanned {
  background-color: #f7f7f7;
  opacity: 0.7;
}
.market-section-buy__item-list .market-list-item-offer__m-hellbanned:hover,
.market-search-buy__item-list .market-list-item-offer__m-hellbanned:hover {
  opacity: 1;
}
.market-section-buy__item-list .market-list-item-offer__m-hellbanned .market-list-item-offer__image-link,
.market-search-buy__item-list .market-list-item-offer__m-hellbanned .market-list-item-offer__image-link,
.market-section-buy__item-list .market-list-item-offer__m-hellbanned .market-list-item-offer__price,
.market-search-buy__item-list .market-list-item-offer__m-hellbanned .market-list-item-offer__price,
.market-section-buy__item-list .market-list-item-offer__m-hellbanned .market-list-item-offer__location,
.market-search-buy__item-list .market-list-item-offer__m-hellbanned .market-list-item-offer__location,
.market-section-buy__item-list .market-list-item-offer__m-hellbanned .market-list-item-offer__details,
.market-search-buy__item-list .market-list-item-offer__m-hellbanned .market-list-item-offer__details {
  display: none;
}
.market-list-item-offer__m-deleted,
.market-list-item-offer__m-deleted-hard {
  background-color: #f7f7f7;
  opacity: 0.7;
}
.market-list-item-offer__m-deleted:hover,
.market-list-item-offer__m-deleted-hard:hover {
  opacity: 1;
}
.market-list-item-offer__m-deleted .market-list-item-offer__image-link,
.market-list-item-offer__m-deleted-hard .market-list-item-offer__image-link,
.market-list-item-offer__m-deleted .market-list-item-offer__price,
.market-list-item-offer__m-deleted-hard .market-list-item-offer__price,
.market-list-item-offer__m-deleted .market-list-item-offer__location,
.market-list-item-offer__m-deleted-hard .market-list-item-offer__location,
.market-list-item-offer__m-deleted .market-list-item-offer__details,
.market-list-item-offer__m-deleted-hard .market-list-item-offer__details {
  display: none;
}
.market-list-item-offer__m-highlight {
  -webkit-animation: market-list-item-offer-flash-animation 1.5s;
          animation: market-list-item-offer-flash-animation 1.5s;
}
.market-list-item-offer__m-highlight .market-list-item-offer__highlight-marker {
  display: block;
}
.market-list-item-offer__m-selected {
  background-color: #ffd;
}
.market-list-item-offer__image-link {
  border-radius: 3px;
  width: 113px;
  height: 100px;
  box-shadow: 0 0 1px #dfdfdf;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.market-list-item-offer__image {
  border-radius: 3px;
  max-width: 113px;
  max-height: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 575px) {
  .market-list-item-offer__image-link {
    border-radius: 2px;
    width: 85px;
    height: 75px;
  }
  .market-list-item-offer__image {
    border-radius: 2px;
    max-width: 85px;
    max-height: 75px;
  }
}
@-webkit-keyframes market-list-item-offer-flash-animation {
  from {
    background: #bdcbd9;
  }
  to {
    background: none;
  }
}
@keyframes market-list-item-offer-flash-animation {
  from {
    background: #bdcbd9;
  }
  to {
    background: none;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-list-item-wish {
  display: flex;
  margin-bottom: 1rem;
}
.market-list-item-wish__info {
  flex: 1 1 auto;
  min-width: 0;
}
.market-list-item-wish__title {
  font-size: 1.25rem;
  line-height: 1.125em;
  margin-bottom: 0.125rem;
}
.market-list-item-wish__location {
  color: #8f9fa7;
}
.market-list-item-wish__location-link {
  color: inherit;
}
.market-list-item-wish__user-link,
.market-list-item-wish__section-link {
  color: #8f9fa7;
  color: inherit;
}
.market-list-item-wish__details {
  color: #8f9fa7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.market-list-item-wish__details-item + .market-list-item-wish__details-item:before {
  content: '|';
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.5;
}
.market-list-item-wish__meta-del-by {
  color: #8f9fa7;
}
.market-list-item-wish__meta-deleted,
.market-list-item-wish__meta-hellbanned {
  color: #8f9fa7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.market-list-item-wish__meta-hellbanned {
  display: none;
}
.market-list-item-wish__bookmarked-marker {
  color: #74b52d;
  display: none;
}
.market-list-item-wish__deleted-marker {
  display: none;
}
.market-list-item-wish__m-bookmarked .market-list-item-wish__bookmarked-marker {
  display: inline-block;
}
.market-section-wish__item-list .market-list-item-wish__m-hellbanned .market-list-item-wish__meta-hellbanned,
.market-search-wish__item-list .market-list-item-wish__m-hellbanned .market-list-item-wish__meta-hellbanned {
  display: block;
}
.market-list-item-wish__m-deleted .market-list-item-wish__deleted-marker,
.market-list-item-wish__m-deleted-hard .market-list-item-wish__deleted-marker {
  display: inline-block;
}
.market-section-wish__item-list .market-list-item-wish__m-hellbanned,
.market-search-wish__item-list .market-list-item-wish__m-hellbanned {
  background-color: #f7f7f7;
  opacity: 0.7;
}
.market-section-wish__item-list .market-list-item-wish__m-hellbanned:hover,
.market-search-wish__item-list .market-list-item-wish__m-hellbanned:hover {
  opacity: 1;
}
.market-section-wish__item-list .market-list-item-wish__m-hellbanned .market-list-item-wish__location,
.market-search-wish__item-list .market-list-item-wish__m-hellbanned .market-list-item-wish__location,
.market-section-wish__item-list .market-list-item-wish__m-hellbanned .market-list-item-wish__details,
.market-search-wish__item-list .market-list-item-wish__m-hellbanned .market-list-item-wish__details {
  display: none;
}
.market-list-item-wish__m-deleted,
.market-list-item-wish__m-deleted-hard {
  background-color: #f7f7f7;
  opacity: 0.7;
}
.market-list-item-wish__m-deleted:hover,
.market-list-item-wish__m-deleted-hard:hover {
  opacity: 1;
}
.market-list-item-wish__m-deleted .market-list-item-wish__location,
.market-list-item-wish__m-deleted-hard .market-list-item-wish__location,
.market-list-item-wish__m-deleted .market-list-item-wish__details,
.market-list-item-wish__m-deleted-hard .market-list-item-wish__details {
  display: none;
}
.market-list-item-wish__m-highlight {
  -webkit-animation: market-list-item-wish-flash-animation 1.5s;
          animation: market-list-item-wish-flash-animation 1.5s;
}
.market-list-item-wish__m-highlight .market-list-item-wish__highlight-marker {
  display: block;
}
.market-list-item-wish__m-selected {
  background-color: #ffd;
}
@-webkit-keyframes market-list-item-wish-flash-animation {
  from {
    background: #bdcbd9;
  }
  to {
    background: none;
  }
}
@keyframes market-list-item-wish-flash-animation {
  from {
    background: #bdcbd9;
  }
  to {
    background: none;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-no-foto {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAwIDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogIDxwYXRoIGZpbGw9IiNlMGU2ZWMiIGQ9Ik04NzMgODM1LjFjOC04IDEyLTE3LjYgMTItMjlhNDQgNDQgMCAwIDAtMTEuNi0zMGwtNi45LTYuOS0zLjktMy44YTUyMCA1MjAgMCAwIDAtMTY5LjUtMTExLjggNTEzLjIgNTEzLjIgMCAwIDAtMzgyLjMtMy45QTUxNi41IDUxNi41IDAgMCAwIDE0MC41IDc1N2wtNyA3Yy0zIDIuNS01LjEgNC41LTYuMSA2YTM5LjggMzkuOCAwIDAgMC0xMi40IDI5LjRjMCAxMS4zIDQgMjEgMTIgMjkuM2EzOS43IDM5LjcgMCAwIDAgNTcuNC43bDExLjUtMTEuNUE0MzMuNiA0MzMuNiAwIDAgMSA1MDEuNSA2OThjNTUuOC44IDEwOS42IDExLjcgMTYxLjUgMzIuOGE0NDguNyA0NDguNyAwIDAgMSAxNDMuNCA5NC44bDkuMyA5LjJhMzcuNiAzNy42IDAgMCAwIDI4LjQgMTIuNGMxMS40IDAgMjEtNCAyOS0xMnpNMjg0LjIgMTY4YzEyLjkgMTAgMjMuMSAyMy41IDMwLjkgNDAuNSA3LjYgMTYuOSAxMS41IDM1LjQgMTEuNSA1NS40cy0zLjkgMzguNy0xMS41IDU2Yy03LjggMTcuMi0xOCAzMC44LTMxIDQwLjhhNjcuMyA2Ny4zIDAgMCAxLTg0LjcgMGMtMTIuOS0xMC0yMy0yMy43LTMwLjQtNDAuOWExMzkgMTM5IDAgMCAxLTExLjItNTUuOWMwLTIwIDMuNy0zOC41IDExLjItNTUuNGE5OS45IDk5LjkgMCAwIDEgMzAuOC00MC41IDY4IDY4IDAgMCAxIDQyLTE1YzE1LjQgMCAyOS41IDUgNDIuNCAxNXptNTE2LjMgMGMxMyAxMCAyMy4yIDIzLjUgMzEgNDAuNSA3LjYgMTYuOSAxMS40IDM1LjQgMTEuNCA1NS40cy0zLjggMzguNy0xMS41IDU2Yy03LjcgMTcuMi0xOCAzMC44LTMwLjkgNDAuOGE2Ny4xIDY3LjEgMCAwIDEtODQuNyAwIDEwNC43IDEwNC43IDAgMCAxLTMwLjktNDAuOSAxMzUgMTM1IDAgMCAxLTExLjUtNTUuOWMwLTIwIDMuOC0zOC41IDExLjUtNTUuNCA3LjgtMTcgMTgtMzAuNSAzMS00MC41YTY3LjQgNjcuNCAwIDAgMSA4NC42IDB6Ii8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-search-form-buy {
  background-color: #eff3f8;
  border-radius: 0.25rem;
}
.market-search-form-buy__input-container {
  padding: 1rem 1.25rem 0.5rem;
  width: 100%;
}
.market-search-form-buy__meta {
  display: flex;
  align-items: baseline;
  margin-top: 0.25rem;
  min-height: 1em;
}
.market-search-form-buy__meta-item {
  font-size: 0.875rem;
  color: #8f9fa7;
}
.market-search-form-buy__meta-item + .market-search-form-buy__meta-item {
  margin-left: 1rem;
}
.market-search-form-buy__submit {
  background-color: #fff;
  color: #212529;
}
.market-search-form-buy__options {
  width: 100%;
}
.market-search-form-buy__options-inner {
  border-top: 1px solid #d2d9dc;
  padding: 1rem 1.25rem;
}
.market-search-form-buy__options-inner-row {
  display: flex;
}
.market-search-form-buy__options-inner-row-check {
  margin-right: 1rem;
}
.market-search-form-buy__options-inner-row + .market-search-form-buy__options-inner-row {
  margin-top: 0.5rem;
}
.market-search-form-buy__options-control {
  display: flex;
  align-items: baseline;
}
.market-search-form-buy__options-control-label {
  margin-right: 0.5em;
}
.market-search-form-buy__price-currency {
  max-width: 4em;
}
.market-search-form-buy__options-price-dash {
  margin: 0 0.5em;
}
@media (min-width: 576px) {
  .market-search-form-buy__price {
    max-width: 40%;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-search-form-wish {
  background-color: #eff3f8;
  border-radius: 0.25rem;
}
.market-search-form-wish__input-container {
  padding: 1rem 1.25rem 0.5rem;
  width: 100%;
}
.market-search-form-wish__meta {
  display: flex;
  align-items: baseline;
  margin-top: 0.25rem;
  min-height: 1em;
}
.market-search-form-wish__meta-item {
  font-size: 0.875rem;
  color: #8f9fa7;
}
.market-search-form-wish__meta-item + .market-search-form-wish__meta-item {
  margin-left: 1rem;
}
.market-search-form-wish__submit {
  background-color: #fff;
  color: #212529;
}
.market-search-form-wish__options {
  width: 100%;
}
.market-search-form-wish__options-inner {
  border-top: 1px solid #d2d9dc;
  padding: 1rem 1.25rem;
}
.market-search-form-wish__options-inner-row + .market-search-form-wish__options-inner-row {
  margin-top: 0.5rem;
}
.market-search-form-wish__options-control {
  display: flex;
  align-items: baseline;
}
.market-search-form-wish__options-control-label {
  margin-right: 0.5em;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-index-buy .breadcrumbs {
  display: inline;
}
.market-index-buy__head {
  display: flex;
}
.market-index-buy__title {
  flex: 1 1 0%;
}
.market-index-buy__switch-type {
  text-align: center;
  font-size: 0.875rem;
  border-bottom: 1px solid #bdcbd9;
  padding: 0.625rem 0;
  margin-bottom: 1rem;
}
.market-index-buy__switch-type-link {
  color: #4a7fb5;
}
.market-index-buy__categories {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.market-index-buy__section {
  padding: 0 1rem;
  width: 33.33%;
  margin-bottom: 2rem;
}
.market-index-buy__section-title {
  font-size: 1.25rem;
  line-height: 1.1em;
  margin-bottom: 0.75rem;
}
.market-index-buy__section-link {
  color: #212529;
}
.market-index-buy__subsection {
  line-height: 1.1em;
  margin-bottom: 0.5rem;
}
.market-index-buy__subsection-link {
  color: #8f9fa7;
}
@media (max-width: 767px) {
  .market-index-buy__section {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .market-index-buy__section {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .market-index-buy__section-title {
    margin-bottom: 0;
  }
  .market-index-buy__subsection {
    display: none;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-index-wish .breadcrumbs {
  display: inline;
}
.market-index-wish__head {
  display: flex;
}
.market-index-wish__title {
  flex: 1 1 0%;
}
.market-index-wish__switch-type {
  text-align: center;
  font-size: 0.875rem;
  border-bottom: 1px solid #bdcbd9;
  padding: 0.625rem 0;
  margin-bottom: 1rem;
}
.market-index-wish__switch-type-link {
  color: #4a7fb5;
}
.market-index-wish__categories {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.market-index-wish__section {
  padding: 0 1rem;
  width: 33.33%;
  margin-bottom: 2rem;
}
.market-index-wish__section-title {
  font-size: 1.25rem;
  line-height: 1.1em;
  margin-bottom: 0.75rem;
}
.market-index-wish__section-link {
  color: #212529;
}
.market-index-wish__subsection {
  line-height: 1.1em;
  margin-bottom: 0.5rem;
}
.market-index-wish__subsection-link {
  color: #8f9fa7;
}
@media (max-width: 767px) {
  .market-index-wish__section {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .market-index-wish__section {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .market-index-wish__section-title {
    margin-bottom: 0;
  }
  .market-index-wish__subsection {
    display: none;
  }
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-item-buy__head {
  display: flex;
}
.market-item-buy__title {
  margin-bottom: 0.5rem;
}
.market-item-buy__title-toolbar {
  flex: 1 1 0%;
}
.market-item-buy__edit {
  font-size: 1.25rem;
  line-height: 1.1em;
  color: #8f9fa7;
  vertical-align: middle;
  padding: 0.125rem 0.5rem;
}
.market-item-buy__closed-mark {
  display: none;
}
.market-item-buy__m-closed .market-item-buy__closed-mark {
  display: inline-block;
}
.market-item-buy__m-closed .market-item-buy__contact {
  display: none;
}
.market-item-buy__m-deleted .market-item-buy__title-text,
.market-item-buy__m-deleted-hard .market-item-buy__title-text {
  text-decoration: line-through;
}
.market-item-buy__m-deleted .market-item-buy__contact,
.market-item-buy__m-deleted-hard .market-item-buy__contact,
.market-item-buy__m-deleted .market-item-buy__bookmark,
.market-item-buy__m-deleted-hard .market-item-buy__bookmark {
  display: none;
}
.market-item-buy__renew-btn {
  float: right;
}
.market-item-buy__price {
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
}
.market-item-buy__info {
  color: #8f9fa7;
  margin: 0;
  padding: 0;
  list-style: none;
}
.market-item-buy__info-item {
  display: inline;
}
.market-item-buy__user-link,
.market-item-buy__section-link {
  color: #8f9fa7;
}
.market-item-buy__info-item + .market-item-buy__info-item:before {
  content: '|';
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.7;
}
.market-item-buy__details {
  margin-bottom: 1rem;
  display: table;
}
.market-item-buy__details-item {
  display: table-row;
}
.market-item-buy__details-key {
  display: table-cell;
  color: #8f9fa7;
  text-align: right;
  vertical-align: top;
  padding-right: 0.75rem;
}
.market-item-buy__details-value {
  display: table-cell;
  vertical-align: top;
}
.market-item-buy__location-link {
  color: inherit;
}
.market-item-buy__controls {
  margin-bottom: 2rem;
}
.market-item-buy__controls-blk {
  display: flex;
  align-items: center;
  margin: 0 0 0.5rem 0;
  padding: 0;
  list-style: none;
}
.market-item-buy__control-item {
  color: #8f9fa7;
  display: inline-block;
}
.market-item-buy__action {
  background-color: transparent;
  color: #8f9fa7;
}
.market-item-buy__action:hover,
.market-item-buy__action:focus,
.market-item-buy__action:active {
  color: #6d818b;
  background-color: #f8f8f8;
}
.market-item-buy__infraction .icon {
  color: #de5e5d;
}
.market-item-buy__infraction-m-warning .icon {
  color: #f0ad4e;
}
.market-item-buy__bookmark-remove {
  display: none;
}
.market-item-buy__bookmark-remove.market-item-buy__bookmark-remove {
  margin: 0;
}
.market-item-buy__m-bookmarked .market-item-buy__bookmark-remove {
  display: inline-block;
  opacity: 1;
}
.market-item-buy__m-bookmarked .market-item-buy__bookmark-remove .icon {
  color: #74b52d;
}
.market-item-buy__m-bookmarked .market-item-buy__bookmark-add {
  display: none;
}
.market-item-buy__bookmarks-count {
  font-size: 0.75rem;
  color: #8f9fa7;
}
.market-item-buy__bookmarks-count:after {
  content: attr(data-bm-count);
  margin-left: 0.3em;
}
.market-item-buy__bookmarks-count[data-bm-count="0"]:after {
  display: none;
}
.market-item-buy__ts {
  margin-right: 0.75rem;
}
.market-item-buy__views {
  margin-left: 0.75rem;
}
.market-item-buy-responses {
  margin-bottom: 2rem;
}
.market-item-buy-responses__header {
  margin-bottom: 1rem;
}
.market-item-buy-responses__m-empty {
  color: #8f9fa7;
}
.market-item-buy-responses__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.market-item-buy-response {
  margin-bottom: 0.5rem;
}
.market-item-buy-response__link {
  color: #5b6671;
  font-size: 0.875rem;
}
.market-item-buy-response__avatar {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  border-radius: 2px;
  box-shadow: 0 0 1px #8f9fa7;
}
.market-item-buy-similar {
  margin-bottom: 2rem;
}
.market-item-buy-similar__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.market-item-buy-similar-item {
  display: flex;
  margin-top: 1rem;
  font-size: 0.875rem;
}
.market-item-buy-similar-item__info {
  margin-left: 1rem;
}
.market-item-buy-similar-item__title {
  display: block;
  color: #5b6671;
}
.market-item-buy-similar-item__price {
  display: block;
  color: #8f9fa7;
}
.market-item-offer-similar__attach-link {
  border-radius: 2px;
  width: 51px;
  height: 45px;
  box-shadow: 0 0 1px #8f9fa7;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.market-item-offer-similar__attach-image {
  border-radius: 2px;
  max-width: 51px;
  max-height: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-item-buy-edit__currency.market-item-buy-edit__currency {
  flex: 0 0 4em;
}
.market-item-buy-edit__textarea {
  min-height: 6rem !important;
}
.market-item-buy-edit__label {
  color: #212529;
  padding-left: 0;
}
.market-item-buy__preview-controls {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.market-item-buy__preview-btn {
  padding: 0.0625rem 0.4375rem 0.125rem;
}
.market-item-buy__preview {
  border: 1px dashed rgba(0,0,0,0.15);
  padding: 0.5rem;
  border-radius: 4px;
  overflow-y: auto;
  margin-right: 0;
}
.market-item-buy__preview .quote__author-avatar {
  background-color: #bdcbd9;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-item-buy-history-entry {
  overflow-wrap: break-word;
  margin-bottom: 2rem;
}
.market-item-buy-history-entry + .market-item-buy-history-entry {
  border-top: 1px solid #bdcbd9;
  padding-top: 0.5rem;
}
.market-item-buy-history-entry__meta {
  padding: 0 0.2rem;
  margin: 0.5rem 0;
  font-size: 0.875rem;
  color: #a5b2b9;
}
.market-item-buy-history-entry__icon-task,
.market-item-buy-history-entry__icon-moderator {
  font-weight: bold;
  color: #c97971;
  margin-left: 0.375rem;
  display: none;
}
.market-item-buy-history-entry__m-task .market-item-buy-history-entry__icon-task,
.market-item-buy-history-entry__m-moderator .market-item-buy-history-entry__icon-moderator {
  display: inline;
}
.market-item-buy-history-entry__meta-ts:after {
  content: ', ';
}
.market-item-buy-history-entry__meta-author-link {
  color: inherit;
}
.market-item-buy-history-entry__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.market-item-buy-history-entry__diff {
  margin-bottom: 1.5rem;
}
.market-item-buy-history-entry__actions {
  color: #86929e;
  margin-bottom: 0.5rem;
}
.market-item-buy-history-entry__details {
  display: table;
}
.market-item-buy-history-entry__details-item {
  display: table-row;
}
.market-item-buy-history-entry__details-key {
  display: table-cell;
  color: #86929e;
  text-align: right;
  vertical-align: top;
  padding-right: 0.75rem;
}
.market-item-buy-history-entry__details-value {
  display: table-cell;
  vertical-align: top;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-item-buy-move-section__m-current {
  font-weight: bold;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-item-wish__head {
  display: flex;
}
.market-item-wish__title {
  margin-bottom: 0.25rem;
}
.market-item-wish__title-toolbar {
  flex: 1 1 0%;
}
.market-item-wish__edit {
  font-size: 1.25rem;
  line-height: 1.1em;
  color: #8f9fa7;
  vertical-align: middle;
  padding: 0.125rem 0.5rem;
}
.market-item-wish__closed-mark {
  display: none;
}
.market-item-wish__m-closed .market-item-wish__closed-mark {
  display: inline-block;
}
.market-item-wish__m-closed .market-item-wish__contact {
  display: none;
}
.market-item-wish__m-deleted .market-item-wish__title-text,
.market-item-wish__m-deleted-hard .market-item-wish__title-text {
  text-decoration: line-through;
}
.market-item-wish__m-deleted .market-item-wish__contact,
.market-item-wish__m-deleted-hard .market-item-wish__contact,
.market-item-wish__m-deleted .market-item-wish__bookmark,
.market-item-wish__m-deleted-hard .market-item-wish__bookmark {
  display: none;
}
.market-item-wish__renew-btn {
  float: right;
}
.market-item-wish__info {
  color: #8f9fa7;
  margin: 0;
  padding: 0;
  list-style: none;
}
.market-item-wish__info-item {
  display: inline;
}
.market-item-wish__user-link,
.market-item-wish__section-link {
  color: #8f9fa7;
}
.market-item-wish__info-item + .market-item-wish__info-item:before {
  content: '|';
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.7;
}
.market-item-wish__details {
  margin-bottom: 1rem;
  display: table;
}
.market-item-wish__details-item {
  display: table-row;
}
.market-item-wish__details-key {
  display: table-cell;
  color: #8f9fa7;
  text-align: right;
  vertical-align: top;
  padding-right: 0.75rem;
}
.market-item-wish__details-value {
  display: table-cell;
  vertical-align: top;
}
.market-item-wish__location-link {
  color: inherit;
}
.market-item-wish__controls {
  margin-bottom: 2rem;
}
.market-item-wish__controls-blk {
  display: flex;
  align-items: center;
  margin: 0 0 0.5rem 0;
  padding: 0;
  list-style: none;
}
.market-item-wish__control-item {
  color: #8f9fa7;
  display: inline-block;
}
.market-item-wish__action {
  background-color: transparent;
  color: #8f9fa7;
}
.market-item-wish__action:hover,
.market-item-wish__action:focus,
.market-item-wish__action:active {
  color: #6d818b;
  background-color: #f8f8f8;
}
.market-item-wish__infraction .icon {
  color: #de5e5d;
}
.market-item-wish__infraction-m-warning .icon {
  color: #f0ad4e;
}
.market-item-wish__bookmark-remove {
  display: none;
}
.market-item-wish__bookmark-remove.market-item-wish__bookmark-remove {
  margin: 0;
}
.market-item-wish__m-bookmarked .market-item-wish__bookmark-remove {
  display: inline-block;
  opacity: 1;
}
.market-item-wish__m-bookmarked .market-item-wish__bookmark-remove .icon {
  color: #74b52d;
}
.market-item-wish__m-bookmarked .market-item-wish__bookmark-add {
  display: none;
}
.market-item-wish__bookmarks-count {
  font-size: 0.75rem;
  color: #8f9fa7;
}
.market-item-wish__bookmarks-count:after {
  content: attr(data-bm-count);
  margin-left: 0.3em;
}
.market-item-wish__bookmarks-count[data-bm-count="0"]:after {
  display: none;
}
.market-item-wish__ts {
  margin-right: 0.75rem;
}
.market-item-wish__views {
  margin-left: 0.75rem;
}
.market-item-wish-responses {
  margin-bottom: 2rem;
}
.market-item-wish-responses__header {
  margin-bottom: 1rem;
}
.market-item-wish-responses__m-empty {
  color: #8f9fa7;
}
.market-item-wish-responses__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.market-item-wish-response {
  margin-bottom: 0.5rem;
}
.market-item-wish-response__link {
  color: #5b6671;
  font-size: 0.875rem;
}
.market-item-wish-response__avatar {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  border-radius: 2px;
  box-shadow: 0 0 1px #8f9fa7;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-item-wish-edit__label {
  color: #212529;
  padding-left: 0;
}
.market-item-wish-edit__textarea {
  min-height: 6rem !important;
}
.market-item-wish__preview-controls {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.market-item-wish__preview-btn {
  padding: 0 0.5rem;
}
.market-item-wish__preview {
  border: 1px dashed rgba(0,0,0,0.15);
  padding: 0.5rem;
  border-radius: 4px;
  overflow-y: auto;
  margin-right: 0;
}
.market-item-wish__preview .quote__author-avatar {
  background-color: #bdcbd9;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-item-wish-history-entry {
  overflow-wrap: break-word;
  margin-bottom: 2rem;
}
.market-item-wish-history-entry + .market-item-wish-history-entry {
  border-top: 1px solid #bdcbd9;
  padding-top: 0.5rem;
}
.market-item-wish-history-entry__meta {
  padding: 0 0.2rem;
  margin: 0.5rem 0;
  font-size: 0.875rem;
  color: #a5b2b9;
}
.market-item-wish-history-entry__icon-task,
.market-item-wish-history-entry__icon-moderator {
  font-weight: bold;
  color: #c97971;
  margin-left: 0.375rem;
  display: none;
}
.market-item-wish-history-entry__m-task .market-item-wish-history-entry__icon-task,
.market-item-wish-history-entry__m-moderator .market-item-wish-history-entry__icon-moderator {
  display: inline;
}
.market-item-wish-history-entry__meta-ts:after {
  content: ', ';
}
.market-item-wish-history-entry__meta-author-link {
  color: inherit;
}
.market-item-wish-history-entry__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.market-item-wish-history-entry__diff {
  margin-bottom: 1.5rem;
}
.market-item-wish-history-entry__actions {
  color: #86929e;
  margin-bottom: 0.5rem;
}
.market-item-wish-history-entry__details {
  display: table;
}
.market-item-wish-history-entry__details-item {
  display: table-row;
}
.market-item-wish-history-entry__details-key {
  display: table-cell;
  color: #86929e;
  text-align: right;
  vertical-align: top;
  padding-right: 0.75rem;
}
.market-item-wish-history-entry__details-value {
  display: table-cell;
  vertical-align: top;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-item-wish-move-section__m-current {
  font-weight: bold;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-new__currency.market-new__currency {
  flex: 0 0 4em;
}
.market-new__label {
  color: #212529;
  padding-left: 0;
}
.market-new__textarea {
  min-height: 6rem !important;
}
.market-new__preview-controls {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.market-new__preview-btn {
  padding: 0 0.5rem;
}
.market-new__preview {
  border: 1px dashed rgba(0,0,0,0.15);
  padding: 0.5rem;
  border-radius: 4px;
  overflow-y: auto;
  margin-right: 0;
}
.market-new__preview .quote__author-avatar {
  background-color: #bdcbd9;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-search-buy .market-search-form-buy {
  margin-bottom: 2rem;
}
.market-search-buy__sections-order-block {
  margin-bottom: 2rem;
}
.market-search-buy__head {
  display: flex;
}
.market-search-buy__title {
  flex: 1 1 0%;
}
.market-search-buy__sections-order-block {
  display: flex;
}
.market-search-buy__sections {
  flex: 1 1 0%;
}
.market-search-buy__select-order {
  width: auto;
  height: 3rem;
}
.market-search-buy__section {
  margin-left: 80px;
}
.market-search-buy__section-level-0 {
  margin-left: 0px;
}
.market-search-buy__section-level-1 {
  margin-left: 20px;
}
.market-search-buy__section-level-2 {
  margin-left: 40px;
}
.market-search-buy__section-level-3 {
  margin-left: 60px;
}
.market-search-buy__section-active {
  font-weight: bold;
}
.market-search-buy__section-title {
  color: #212529;
}
.market-search-buy__section-count {
  color: #8f9fa7;
  vertical-align: sub;
  font-size: 0.75rem;
}
.market-search-buy__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.market-search-buy__error {
  margin-top: 1rem;
}
.market-search-buy__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
  margin-top: 1rem;
  clear: both;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-search-wish .market-search-form-wish {
  margin-bottom: 2rem;
}
.market-search-wish__sections-order-block {
  margin-bottom: 2rem;
}
.market-search-wish__head {
  display: flex;
}
.market-search-wish__title {
  flex: 1 1 0%;
}
.market-search-wish__sections-order-block {
  display: flex;
}
.market-search-wish__sections {
  flex: 1 1 0%;
}
.market-search-wish__select-order {
  width: auto;
  height: 3rem;
}
.market-search-wish__section {
  margin-left: 80px;
}
.market-search-wish__section-level-0 {
  margin-left: 0px;
}
.market-search-wish__section-level-1 {
  margin-left: 20px;
}
.market-search-wish__section-level-2 {
  margin-left: 40px;
}
.market-search-wish__section-level-3 {
  margin-left: 60px;
}
.market-search-wish__section-active {
  font-weight: bold;
}
.market-search-wish__section-title {
  color: #212529;
}
.market-search-wish__section-count {
  color: #8f9fa7;
  vertical-align: sub;
  font-size: 0.75rem;
}
.market-search-wish__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.market-search-wish__error {
  margin-top: 1rem;
}
.market-search-wish__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
  margin-top: 1rem;
  clear: both;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-section-buy .market-search-form-buy {
  margin-bottom: 2rem;
}
.market-section-buy__subsections {
  margin-bottom: 2rem;
}
.market-section-buy__head {
  display: flex;
}
.market-section-buy__title {
  flex: 1 1 0%;
}
.market-section-buy__subsection:before {
  content: '/ ';
  font-family: monospace;
}
.market-section-buy__subsection.market-section-buy__linked:before {
  content: '→ ';
  font-family: monospace;
}
.market-section-buy__subsection-title {
  color: #212529;
}
.market-section-buy__subsection-count {
  color: #8f9fa7;
  vertical-align: sub;
  font-size: 0.75rem;
}
.market-section-buy__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.market-section-buy__loading-prev,
.market-section-buy__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
  margin-top: 1rem;
  clear: both;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-item-move-many__m-current {
  font-weight: bold;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-section-wish .market-search-form-wish {
  margin-bottom: 2rem;
}
.market-section-wish__subsections {
  margin-bottom: 2rem;
}
.market-section-wish__head {
  display: flex;
}
.market-section-wish__title {
  flex: 1 1 0%;
}
.market-section-wish__subsection:before {
  content: '/ ';
  font-family: monospace;
}
.market-section-wish__subsection.market-section-wish__linked:before {
  content: '→ ';
  font-family: monospace;
}
.market-section-wish__subsection-title {
  color: #212529;
}
.market-section-wish__subsection-count {
  color: #8f9fa7;
  vertical-align: sub;
  font-size: 0.75rem;
}
.market-section-wish__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.market-section-wish__loading-prev,
.market-section-wish__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
  margin-top: 1rem;
  clear: both;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-item-move-many__m-current {
  font-weight: bold;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.market-user__head {
  display: flex;
}
.market-user__meta {
  flex: 1 1 0%;
}
.market-user__author {
  font-size: 0.75rem;
  line-height: 2rem;
}
.market-user__author-link {
  color: #8f9fa7;
}
.market-user__avatar {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  border-radius: 2px;
  box-shadow: 0 0 1px #8f9fa7;
}
.market-user__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.market-user__loading-prev,
.market-user__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
  margin-top: 1rem;
  clear: both;
}
.market-user__active {
  margin-top: 2rem;
}
.market-user__closed-title {
  align-items: baseline;
  font-size: 0.75rem;
  color: #a5b2b9;
  display: flex;
  gap: 0.75rem;
  margin: 1rem 0;
}
.market-user__closed-title::before,
.market-user__closed-title::after {
  border-top: 1px solid #d0dde9;
  padding-bottom: 0.25em;
  flex: 1 1 auto;
  content: '';
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.search-forum-section .page-head {
  margin-bottom: 1rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.search-forum-topic .page-head {
  margin-bottom: 1rem;
}
.search-forum-topic .search-result__m-stat-parent {
  display: none;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.search-blogs-sole .page-head {
  margin-bottom: 1rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.search-club-sole .page-head {
  margin-bottom: 1rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.search-club-topic .page-head {
  margin-bottom: 1rem;
}
.search-club-topic .search-result__m-stat-parent {
  display: none;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.search-form {
  background-color: #eff3f8;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
}
.search-form__input-container {
  padding: 1rem 1.25rem 0.5rem;
}
.search-form__meta {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.search-form__options-toggle {
  color: #8f9fa7 !important;
}
.search-form__submit {
  background-color: #fff;
  color: #212529;
}
.search-form__options-inner {
  border-top: 1px solid #d2d9dc;
  padding: 1rem 1.25rem;
}
.search-filter {
  display: block;
  margin-bottom: 1.5rem;
}
.search-filter__title {
  color: #758993;
}
.search-filter__remove {
  color: #8f9fa7;
  padding: 0 0.5rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.search-results__empty {
  color: #8f9fa7;
}
.search-results__loading-next {
  padding: 2rem;
  font-size: 4rem;
  line-height: 1.1em;
  text-align: center;
  background-color: #f8f8f8;
  color: #c7cfd3;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.search-result {
  margin-bottom: 1.5rem;
}
.search-result__header {
  border-bottom: 1px solid #bdcbd9;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
}
.search-result__title {
  color: #212529 !important;
  line-height: 1.2;
  margin-bottom: 0.125rem;
  display: block;
}
.search-result__stat-narrow,
.search-result__stat {
  font-size: 0.75rem;
  color: #8f9fa7;
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-result__stat-item {
  display: inline-block;
}
.search-result__stat-item:after {
  content: '|';
  margin: 0 0.5rem;
}
.search-result__stat-item:last-child:after {
  content: '';
}
.search-result__stat-link {
  color: #8f9fa7;
}
.search-result__m-with-content .search-result__title {
  font-size: 1.25rem;
  color: #6e99c4 !important;
}
.search-result.search-result__m-with-content {
  margin-bottom: 2rem;
}
.search-result__content .markup .image {
  max-width: 50%;
}
.search-highlight {
  background-color: #e3f8e0;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.search-general .page-head {
  margin-bottom: 1rem;
}
.navbar-collapse {
  min-width: 0;
}
.js .js-hide {
  display: none !important;
  position: absolute !important;
}
.no-js .nojs-hide {
  display: none !important;
  position: absolute !important;
}
.contacts__list {
  font-size: 1.125rem;
  list-style: none;
  padding: 0;
}
.contacts__item {
  margin-bottom: 1.25rem;
}
.contacts__link {
  color: #212529;
}
.contacts__link:before {
  display: inline-block;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.35rem;
  border-color: transparent transparent transparent #d1e1f0;
  content: '';
  margin-right: 0.7em;
  vertical-align: middle;
}
.contact-form-textarea {
  min-height: 6rem !important;
}

/*# sourceMappingURL=bundle-frontend-6ecd3a7bf530ca0b6c1a79417f2e7f8a.css.map */