@charset "UTF-8";
.w-per-3 {
  width: 33.333%;
}

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #D946B2;
  --red: #FF3E46;
  --orange: #FF8900;
  --yellow: #ffc107;
  --green: #36D2B6;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #009FD0;
  --secondary: #FF8900;
  --success: #36D2B6;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #FC414C;
  --light: #f8f9fa;
  --dark: #343a40;
  --gray0: #F2F2F2;
  --gray1: #DBDBDB;
  --gray2: #AEBAB6;
  --gray3: #7D8084;
  --gray4: #67737A;
  --gray5: #E3E3E3;
  --gray6: #D3D6E2;
  --gray7: #7b868c;
  --focus: #FED230;
  --balck1: #252F38;
  --blue0: #0084AD;
  --blue1: #008EBA;
  --blue2: #0084ADCC;
  --blue3: #19A0CE;
  --blue4: #009FD0;
  --blue5: #02C3FF;
  --orange0: #FF8900;
  --progress: #36D2B6;
  --live: #FF3E46;
  --red: #FC414C;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: "Raleway", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #009FD0;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #006584;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.container, .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container {
    max-width: 548px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container {
    max-width: 1087px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container {
    max-width: 1177px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e4f2;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7acde7;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #ffdeb8;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #ffc27a;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c7f2eb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #96e8d9;
}

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

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

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

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

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fecacd;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fd9ca2;
}

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

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

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

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

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

.table-gray0,
.table-gray0 > th,
.table-gray0 > td {
  background-color: #fbfbfb;
}
.table-gray0 th,
.table-gray0 td,
.table-gray0 thead th,
.table-gray0 tbody + tbody {
  border-color: #f8f8f8;
}

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

.table-gray1,
.table-gray1 > th,
.table-gray1 > td {
  background-color: whitesmoke;
}
.table-gray1 th,
.table-gray1 td,
.table-gray1 thead th,
.table-gray1 tbody + tbody {
  border-color: #ececec;
}

.table-hover .table-gray1:hover {
  background-color: #e8e8e8;
}
.table-hover .table-gray1:hover > td,
.table-hover .table-gray1:hover > th {
  background-color: #e8e8e8;
}

.table-gray2,
.table-gray2 > th,
.table-gray2 > td {
  background-color: #e8eceb;
}
.table-gray2 th,
.table-gray2 td,
.table-gray2 thead th,
.table-gray2 tbody + tbody {
  border-color: #d5dbd9;
}

.table-hover .table-gray2:hover {
  background-color: #dae0df;
}
.table-hover .table-gray2:hover > td,
.table-hover .table-gray2:hover > th {
  background-color: #dae0df;
}

.table-gray3,
.table-gray3 > th,
.table-gray3 > td {
  background-color: #dbdbdd;
}
.table-gray3 th,
.table-gray3 td,
.table-gray3 thead th,
.table-gray3 tbody + tbody {
  border-color: #bbbdbf;
}

.table-hover .table-gray3:hover {
  background-color: #ceced1;
}
.table-hover .table-gray3:hover > td,
.table-hover .table-gray3:hover > th {
  background-color: #ceced1;
}

.table-gray4,
.table-gray4 > th,
.table-gray4 > td {
  background-color: #d4d8da;
}
.table-gray4 th,
.table-gray4 td,
.table-gray4 thead th,
.table-gray4 tbody + tbody {
  border-color: #b0b6ba;
}

.table-hover .table-gray4:hover {
  background-color: #c6ccce;
}
.table-hover .table-gray4:hover > td,
.table-hover .table-gray4:hover > th {
  background-color: #c6ccce;
}

.table-gray5,
.table-gray5 > th,
.table-gray5 > td {
  background-color: #f7f7f7;
}
.table-gray5 th,
.table-gray5 td,
.table-gray5 thead th,
.table-gray5 tbody + tbody {
  border-color: #f0f0f0;
}

.table-hover .table-gray5:hover {
  background-color: #eaeaea;
}
.table-hover .table-gray5:hover > td,
.table-hover .table-gray5:hover > th {
  background-color: #eaeaea;
}

.table-gray6,
.table-gray6 > th,
.table-gray6 > td {
  background-color: #f3f4f7;
}
.table-gray6 th,
.table-gray6 td,
.table-gray6 thead th,
.table-gray6 tbody + tbody {
  border-color: #e8eaf0;
}

.table-hover .table-gray6:hover {
  background-color: #e4e6ed;
}
.table-hover .table-gray6:hover > td,
.table-hover .table-gray6:hover > th {
  background-color: #e4e6ed;
}

.table-gray7,
.table-gray7 > th,
.table-gray7 > td {
  background-color: #dadddf;
}
.table-gray7 th,
.table-gray7 td,
.table-gray7 thead th,
.table-gray7 tbody + tbody {
  border-color: #bac0c3;
}

.table-hover .table-gray7:hover {
  background-color: #ccd0d3;
}
.table-hover .table-gray7:hover > td,
.table-hover .table-gray7:hover > th {
  background-color: #ccd0d3;
}

.table-focus,
.table-focus > th,
.table-focus > td {
  background-color: #fff2c5;
}
.table-focus th,
.table-focus td,
.table-focus thead th,
.table-focus tbody + tbody {
  border-color: #fee893;
}

.table-hover .table-focus:hover {
  background-color: #ffecac;
}
.table-hover .table-focus:hover > td,
.table-hover .table-focus:hover > th {
  background-color: #ffecac;
}

.table-balck1,
.table-balck1 > th,
.table-balck1 > td {
  background-color: #c2c5c7;
}
.table-balck1 th,
.table-balck1 td,
.table-balck1 thead th,
.table-balck1 tbody + tbody {
  border-color: #8e9398;
}

.table-hover .table-balck1:hover {
  background-color: #b5b8bb;
}
.table-hover .table-balck1:hover > td,
.table-hover .table-balck1:hover > th {
  background-color: #b5b8bb;
}

.table-blue0,
.table-blue0 > th,
.table-blue0 > td {
  background-color: #b8dde8;
}
.table-blue0 th,
.table-blue0 td,
.table-blue0 thead th,
.table-blue0 tbody + tbody {
  border-color: #7abfd4;
}

.table-hover .table-blue0:hover {
  background-color: #a5d4e2;
}
.table-hover .table-blue0:hover > td,
.table-hover .table-blue0:hover > th {
  background-color: #a5d4e2;
}

.table-blue1,
.table-blue1 > th,
.table-blue1 > td {
  background-color: #b8dfec;
}
.table-blue1 th,
.table-blue1 td,
.table-blue1 thead th,
.table-blue1 tbody + tbody {
  border-color: #7ac4db;
}

.table-hover .table-blue1:hover {
  background-color: #a4d6e7;
}
.table-hover .table-blue1:hover > td,
.table-hover .table-blue1:hover > th {
  background-color: #a4d6e7;
}

.table-blue2,
.table-blue2 > th,
.table-blue2 > td {
  background-color: rgba(203, 230, 238, 0.944);
}
.table-blue2 th,
.table-blue2 td,
.table-blue2 thead th,
.table-blue2 tbody + tbody {
  border-color: rgba(148, 203, 221, 0.896);
}

.table-hover .table-blue2:hover {
  background-color: rgba(184, 221, 232, 0.944);
}
.table-hover .table-blue2:hover > td,
.table-hover .table-blue2:hover > th {
  background-color: rgba(184, 221, 232, 0.944);
}

.table-blue3,
.table-blue3 > th,
.table-blue3 > td {
  background-color: #bfe4f1;
}
.table-blue3 th,
.table-blue3 td,
.table-blue3 thead th,
.table-blue3 tbody + tbody {
  border-color: #87cee6;
}

.table-hover .table-blue3:hover {
  background-color: #aadbec;
}
.table-hover .table-blue3:hover > td,
.table-hover .table-blue3:hover > th {
  background-color: #aadbec;
}

.table-blue4,
.table-blue4 > th,
.table-blue4 > td {
  background-color: #b8e4f2;
}
.table-blue4 th,
.table-blue4 td,
.table-blue4 thead th,
.table-blue4 tbody + tbody {
  border-color: #7acde7;
}

.table-hover .table-blue4:hover {
  background-color: #a2dcee;
}
.table-hover .table-blue4:hover > td,
.table-hover .table-blue4:hover > th {
  background-color: #a2dcee;
}

.table-blue5,
.table-blue5 > th,
.table-blue5 > td {
  background-color: #b8eeff;
}
.table-blue5 th,
.table-blue5 td,
.table-blue5 thead th,
.table-blue5 tbody + tbody {
  border-color: #7be0ff;
}

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

.table-orange0,
.table-orange0 > th,
.table-orange0 > td {
  background-color: #ffdeb8;
}
.table-orange0 th,
.table-orange0 td,
.table-orange0 thead th,
.table-orange0 tbody + tbody {
  border-color: #ffc27a;
}

.table-hover .table-orange0:hover {
  background-color: #ffd29f;
}
.table-hover .table-orange0:hover > td,
.table-hover .table-orange0:hover > th {
  background-color: #ffd29f;
}

.table-progress,
.table-progress > th,
.table-progress > td {
  background-color: #c7f2eb;
}
.table-progress th,
.table-progress td,
.table-progress thead th,
.table-progress tbody + tbody {
  border-color: #96e8d9;
}

.table-hover .table-progress:hover {
  background-color: #b2ede4;
}
.table-hover .table-progress:hover > td,
.table-hover .table-progress:hover > th {
  background-color: #b2ede4;
}

.table-live,
.table-live > th,
.table-live > td {
  background-color: #ffc9cb;
}
.table-live th,
.table-live td,
.table-live thead th,
.table-live tbody + tbody {
  border-color: #ff9b9f;
}

.table-hover .table-live:hover {
  background-color: #ffb0b2;
}
.table-hover .table-live:hover > td,
.table-hover .table-live:hover > th {
  background-color: #ffb0b2;
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: #fecacd;
}
.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #fd9ca2;
}

.table-hover .table-red:hover {
  background-color: #feb1b5;
}
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #feb1b5;
}

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

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

.table .thead-dark th {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #FFFFFF;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.8rem + 2px);
  padding: 0.9rem 1.4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #67737A;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #19A0CE;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #67737A;
}
.form-control:focus {
  color: #67737A;
  background-color: #FFFFFF;
  border-color: #51d6ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 208, 0.25);
}
.form-control::placeholder {
  color: #67737A;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:focus::-ms-value {
  color: #67737A;
  background-color: #FFFFFF;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(54, 210, 182, 0.9);
  border-radius: 0.5rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #36D2B6;
  padding-right: calc(1.5em + 1.8rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2336D2B6' 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.45rem) center;
  background-size: calc(0.75em + 0.9rem) calc(0.75em + 0.9rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #36D2B6;
  box-shadow: 0 0 0 0.2rem rgba(54, 210, 182, 0.25);
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #36D2B6;
  padding-right: calc(0.75em + 3.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.4rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2336D2B6' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2.4rem/calc(0.75em + 0.9rem) calc(0.75em + 0.9rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #36D2B6;
  box-shadow: 0 0 0 0.2rem rgba(54, 210, 182, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #36D2B6;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #36D2B6;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #36D2B6;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #60dbc5;
  background-color: #60dbc5;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(54, 210, 182, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #36D2B6;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #36D2B6;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #36D2B6;
  box-shadow: 0 0 0 0.2rem rgba(54, 210, 182, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(252, 65, 76, 0.9);
  border-radius: 0.5rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

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

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #FC414C;
  padding-right: calc(0.75em + 3.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.4rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FC414C' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FC414C' stroke='none'/%3e%3c/svg%3e") center right 2.4rem/calc(0.75em + 0.9rem) calc(0.75em + 0.9rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #FC414C;
  box-shadow: 0 0 0 0.2rem rgba(252, 65, 76, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #FC414C;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #FC414C;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fd737b;
  background-color: #fd737b;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(252, 65, 76, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FC414C;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FC414C;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #FC414C;
  box-shadow: 0 0 0 0.2rem rgba(252, 65, 76, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1.5rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 208, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #009FD0;
  border-color: #009FD0;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #0082aa;
  border-color: #00789d;
}
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: #0082aa;
  border-color: #00789d;
  box-shadow: 0 0 0 0.2rem rgba(38, 173, 215, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #009FD0;
  border-color: #009FD0;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #00789d;
  border-color: #006e90;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 173, 215, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #FF8900;
  border-color: #FF8900;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #d97400;
  border-color: #cc6e00;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #FFFFFF;
  background-color: #d97400;
  border-color: #cc6e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 122, 6, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #FF8900;
  border-color: #FF8900;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #cc6e00;
  border-color: #bf6700;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 122, 6, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #36D2B6;
  border-color: #36D2B6;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #29b89f;
  border-color: #27ae96;
}
.btn-success:focus, .btn-success.focus {
  color: #FFFFFF;
  background-color: #29b89f;
  border-color: #27ae96;
  box-shadow: 0 0 0 0.2rem rgba(51, 184, 161, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #36D2B6;
  border-color: #36D2B6;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #27ae96;
  border-color: #25a48d;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 184, 161, 0.5);
}

.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #FC414C;
  border-color: #FC414C;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #fb1b29;
  border-color: #fb0f1d;
}
.btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: #fb1b29;
  border-color: #fb0f1d;
  box-shadow: 0 0 0 0.2rem rgba(252, 94, 103, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #FC414C;
  border-color: #FC414C;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #fb0f1d;
  border-color: #f90412;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 94, 103, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #FFFFFF;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-gray0 {
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-gray0:hover {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
}
.btn-gray0:focus, .btn-gray0.focus {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
}
.btn-gray0.disabled, .btn-gray0:disabled {
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-gray0:not(:disabled):not(.disabled):active, .btn-gray0:not(:disabled):not(.disabled).active, .show > .btn-gray0.dropdown-toggle {
  color: #212529;
  background-color: #d9d9d9;
  border-color: #d2d2d2;
}
.btn-gray0:not(:disabled):not(.disabled):active:focus, .btn-gray0:not(:disabled):not(.disabled).active:focus, .show > .btn-gray0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
}

.btn-gray1 {
  color: #212529;
  background-color: #DBDBDB;
  border-color: #DBDBDB;
}
.btn-gray1:hover {
  color: #212529;
  background-color: #c8c8c8;
  border-color: #c2c2c2;
}
.btn-gray1:focus, .btn-gray1.focus {
  color: #212529;
  background-color: #c8c8c8;
  border-color: #c2c2c2;
  box-shadow: 0 0 0 0.2rem rgba(191, 192, 192, 0.5);
}
.btn-gray1.disabled, .btn-gray1:disabled {
  color: #212529;
  background-color: #DBDBDB;
  border-color: #DBDBDB;
}
.btn-gray1:not(:disabled):not(.disabled):active, .btn-gray1:not(:disabled):not(.disabled).active, .show > .btn-gray1.dropdown-toggle {
  color: #212529;
  background-color: #c2c2c2;
  border-color: #bbbbbb;
}
.btn-gray1:not(:disabled):not(.disabled):active:focus, .btn-gray1:not(:disabled):not(.disabled).active:focus, .show > .btn-gray1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 192, 192, 0.5);
}

.btn-gray2 {
  color: #212529;
  background-color: #AEBAB6;
  border-color: #AEBAB6;
}
.btn-gray2:hover {
  color: #212529;
  background-color: #99a8a3;
  border-color: #92a39d;
}
.btn-gray2:focus, .btn-gray2.focus {
  color: #212529;
  background-color: #99a8a3;
  border-color: #92a39d;
  box-shadow: 0 0 0 0.2rem rgba(153, 164, 161, 0.5);
}
.btn-gray2.disabled, .btn-gray2:disabled {
  color: #212529;
  background-color: #AEBAB6;
  border-color: #AEBAB6;
}
.btn-gray2:not(:disabled):not(.disabled):active, .btn-gray2:not(:disabled):not(.disabled).active, .show > .btn-gray2.dropdown-toggle {
  color: #212529;
  background-color: #92a39d;
  border-color: #8c9d97;
}
.btn-gray2:not(:disabled):not(.disabled):active:focus, .btn-gray2:not(:disabled):not(.disabled).active:focus, .show > .btn-gray2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 164, 161, 0.5);
}

.btn-gray3 {
  color: #FFFFFF;
  background-color: #7D8084;
  border-color: #7D8084;
}
.btn-gray3:hover {
  color: #FFFFFF;
  background-color: #6a6d70;
  border-color: #64676a;
}
.btn-gray3:focus, .btn-gray3.focus {
  color: #FFFFFF;
  background-color: #6a6d70;
  border-color: #64676a;
  box-shadow: 0 0 0 0.2rem rgba(145, 147, 150, 0.5);
}
.btn-gray3.disabled, .btn-gray3:disabled {
  color: #FFFFFF;
  background-color: #7D8084;
  border-color: #7D8084;
}
.btn-gray3:not(:disabled):not(.disabled):active, .btn-gray3:not(:disabled):not(.disabled).active, .show > .btn-gray3.dropdown-toggle {
  color: #FFFFFF;
  background-color: #64676a;
  border-color: #5e6063;
}
.btn-gray3:not(:disabled):not(.disabled):active:focus, .btn-gray3:not(:disabled):not(.disabled).active:focus, .show > .btn-gray3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(145, 147, 150, 0.5);
}

.btn-gray4 {
  color: #FFFFFF;
  background-color: #67737A;
  border-color: #67737A;
}
.btn-gray4:hover {
  color: #FFFFFF;
  background-color: #555f65;
  border-color: #50595e;
}
.btn-gray4:focus, .btn-gray4.focus {
  color: #FFFFFF;
  background-color: #555f65;
  border-color: #50595e;
  box-shadow: 0 0 0 0.2rem rgba(126, 136, 142, 0.5);
}
.btn-gray4.disabled, .btn-gray4:disabled {
  color: #FFFFFF;
  background-color: #67737A;
  border-color: #67737A;
}
.btn-gray4:not(:disabled):not(.disabled):active, .btn-gray4:not(:disabled):not(.disabled).active, .show > .btn-gray4.dropdown-toggle {
  color: #FFFFFF;
  background-color: #50595e;
  border-color: #4a5257;
}
.btn-gray4:not(:disabled):not(.disabled):active:focus, .btn-gray4:not(:disabled):not(.disabled).active:focus, .show > .btn-gray4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 136, 142, 0.5);
}

.btn-gray5 {
  color: #212529;
  background-color: #E3E3E3;
  border-color: #E3E3E3;
}
.btn-gray5:hover {
  color: #212529;
  background-color: #d0d0d0;
  border-color: #cacaca;
}
.btn-gray5:focus, .btn-gray5.focus {
  color: #212529;
  background-color: #d0d0d0;
  border-color: #cacaca;
  box-shadow: 0 0 0 0.2rem rgba(198, 199, 199, 0.5);
}
.btn-gray5.disabled, .btn-gray5:disabled {
  color: #212529;
  background-color: #E3E3E3;
  border-color: #E3E3E3;
}
.btn-gray5:not(:disabled):not(.disabled):active, .btn-gray5:not(:disabled):not(.disabled).active, .show > .btn-gray5.dropdown-toggle {
  color: #212529;
  background-color: #cacaca;
  border-color: #c3c3c3;
}
.btn-gray5:not(:disabled):not(.disabled):active:focus, .btn-gray5:not(:disabled):not(.disabled).active:focus, .show > .btn-gray5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 199, 199, 0.5);
}

.btn-gray6 {
  color: #212529;
  background-color: #D3D6E2;
  border-color: #D3D6E2;
}
.btn-gray6:hover {
  color: #212529;
  background-color: #bcc1d3;
  border-color: #b4b9ce;
}
.btn-gray6:focus, .btn-gray6.focus {
  color: #212529;
  background-color: #bcc1d3;
  border-color: #b4b9ce;
  box-shadow: 0 0 0 0.2rem rgba(184, 187, 198, 0.5);
}
.btn-gray6.disabled, .btn-gray6:disabled {
  color: #212529;
  background-color: #D3D6E2;
  border-color: #D3D6E2;
}
.btn-gray6:not(:disabled):not(.disabled):active, .btn-gray6:not(:disabled):not(.disabled).active, .show > .btn-gray6.dropdown-toggle {
  color: #212529;
  background-color: #b4b9ce;
  border-color: #adb2c9;
}
.btn-gray6:not(:disabled):not(.disabled):active:focus, .btn-gray6:not(:disabled):not(.disabled).active:focus, .show > .btn-gray6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 187, 198, 0.5);
}

.btn-gray7 {
  color: #FFFFFF;
  background-color: #7b868c;
  border-color: #7b868c;
}
.btn-gray7:hover {
  color: #FFFFFF;
  background-color: #697378;
  border-color: #636c71;
}
.btn-gray7:focus, .btn-gray7.focus {
  color: #FFFFFF;
  background-color: #697378;
  border-color: #636c71;
  box-shadow: 0 0 0 0.2rem rgba(143, 152, 157, 0.5);
}
.btn-gray7.disabled, .btn-gray7:disabled {
  color: #FFFFFF;
  background-color: #7b868c;
  border-color: #7b868c;
}
.btn-gray7:not(:disabled):not(.disabled):active, .btn-gray7:not(:disabled):not(.disabled).active, .show > .btn-gray7.dropdown-toggle {
  color: #FFFFFF;
  background-color: #636c71;
  border-color: #5d666a;
}
.btn-gray7:not(:disabled):not(.disabled):active:focus, .btn-gray7:not(:disabled):not(.disabled).active:focus, .show > .btn-gray7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(143, 152, 157, 0.5);
}

.btn-focus {
  color: #212529;
  background-color: #FED230;
  border-color: #FED230;
}
.btn-focus:hover {
  color: #212529;
  background-color: #feca0a;
  border-color: #fac501;
}
.btn-focus:focus, .btn-focus.focus {
  color: #212529;
  background-color: #feca0a;
  border-color: #fac501;
  box-shadow: 0 0 0 0.2rem rgba(221, 184, 47, 0.5);
}
.btn-focus.disabled, .btn-focus:disabled {
  color: #212529;
  background-color: #FED230;
  border-color: #FED230;
}
.btn-focus:not(:disabled):not(.disabled):active, .btn-focus:not(:disabled):not(.disabled).active, .show > .btn-focus.dropdown-toggle {
  color: #212529;
  background-color: #fac501;
  border-color: #edbb01;
}
.btn-focus:not(:disabled):not(.disabled):active:focus, .btn-focus:not(:disabled):not(.disabled).active:focus, .show > .btn-focus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 184, 47, 0.5);
}

.btn-balck1 {
  color: #FFFFFF;
  background-color: #252F38;
  border-color: #252F38;
}
.btn-balck1:hover {
  color: #FFFFFF;
  background-color: #161c21;
  border-color: #111519;
}
.btn-balck1:focus, .btn-balck1.focus {
  color: #FFFFFF;
  background-color: #161c21;
  border-color: #111519;
  box-shadow: 0 0 0 0.2rem rgba(70, 78, 86, 0.5);
}
.btn-balck1.disabled, .btn-balck1:disabled {
  color: #FFFFFF;
  background-color: #252F38;
  border-color: #252F38;
}
.btn-balck1:not(:disabled):not(.disabled):active, .btn-balck1:not(:disabled):not(.disabled).active, .show > .btn-balck1.dropdown-toggle {
  color: #FFFFFF;
  background-color: #111519;
  border-color: #0c0f12;
}
.btn-balck1:not(:disabled):not(.disabled):active:focus, .btn-balck1:not(:disabled):not(.disabled).active:focus, .show > .btn-balck1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 78, 86, 0.5);
}

.btn-blue0 {
  color: #FFFFFF;
  background-color: #0084AD;
  border-color: #0084AD;
}
.btn-blue0:hover {
  color: #FFFFFF;
  background-color: #006787;
  border-color: #005d7a;
}
.btn-blue0:focus, .btn-blue0.focus {
  color: #FFFFFF;
  background-color: #006787;
  border-color: #005d7a;
  box-shadow: 0 0 0 0.2rem rgba(38, 150, 185, 0.5);
}
.btn-blue0.disabled, .btn-blue0:disabled {
  color: #FFFFFF;
  background-color: #0084AD;
  border-color: #0084AD;
}
.btn-blue0:not(:disabled):not(.disabled):active, .btn-blue0:not(:disabled):not(.disabled).active, .show > .btn-blue0.dropdown-toggle {
  color: #FFFFFF;
  background-color: #005d7a;
  border-color: #00536d;
}
.btn-blue0:not(:disabled):not(.disabled):active:focus, .btn-blue0:not(:disabled):not(.disabled).active:focus, .show > .btn-blue0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 150, 185, 0.5);
}

.btn-blue1 {
  color: #FFFFFF;
  background-color: #008EBA;
  border-color: #008EBA;
}
.btn-blue1:hover {
  color: #FFFFFF;
  background-color: #007194;
  border-color: #006787;
}
.btn-blue1:focus, .btn-blue1.focus {
  color: #FFFFFF;
  background-color: #007194;
  border-color: #006787;
  box-shadow: 0 0 0 0.2rem rgba(38, 159, 196, 0.5);
}
.btn-blue1.disabled, .btn-blue1:disabled {
  color: #FFFFFF;
  background-color: #008EBA;
  border-color: #008EBA;
}
.btn-blue1:not(:disabled):not(.disabled):active, .btn-blue1:not(:disabled):not(.disabled).active, .show > .btn-blue1.dropdown-toggle {
  color: #FFFFFF;
  background-color: #006787;
  border-color: #005d7a;
}
.btn-blue1:not(:disabled):not(.disabled):active:focus, .btn-blue1:not(:disabled):not(.disabled).active:focus, .show > .btn-blue1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 159, 196, 0.5);
}

.btn-blue2 {
  color: #FFFFFF;
  background-color: #0084ADCC;
  border-color: #0084ADCC;
}
.btn-blue2:hover {
  color: #FFFFFF;
  background-color: rgba(0, 103, 135, 0.8);
  border-color: rgba(0, 93, 122, 0.8);
}
.btn-blue2:focus, .btn-blue2.focus {
  color: #FFFFFF;
  background-color: rgba(0, 103, 135, 0.8);
  border-color: rgba(0, 93, 122, 0.8);
  box-shadow: 0 0 0 0.2rem rgba(53, 158, 190, 0.5);
}
.btn-blue2.disabled, .btn-blue2:disabled {
  color: #FFFFFF;
  background-color: #0084ADCC;
  border-color: #0084ADCC;
}
.btn-blue2:not(:disabled):not(.disabled):active, .btn-blue2:not(:disabled):not(.disabled).active, .show > .btn-blue2.dropdown-toggle {
  color: #FFFFFF;
  background-color: rgba(0, 93, 122, 0.8);
  border-color: rgba(0, 83, 109, 0.8);
}
.btn-blue2:not(:disabled):not(.disabled):active:focus, .btn-blue2:not(:disabled):not(.disabled).active:focus, .show > .btn-blue2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 158, 190, 0.5);
}

.btn-blue3 {
  color: #FFFFFF;
  background-color: #19A0CE;
  border-color: #19A0CE;
}
.btn-blue3:hover {
  color: #FFFFFF;
  background-color: #1586ac;
  border-color: #137da1;
}
.btn-blue3:focus, .btn-blue3.focus {
  color: #FFFFFF;
  background-color: #1586ac;
  border-color: #137da1;
  box-shadow: 0 0 0 0.2rem rgba(60, 174, 213, 0.5);
}
.btn-blue3.disabled, .btn-blue3:disabled {
  color: #FFFFFF;
  background-color: #19A0CE;
  border-color: #19A0CE;
}
.btn-blue3:not(:disabled):not(.disabled):active, .btn-blue3:not(:disabled):not(.disabled).active, .show > .btn-blue3.dropdown-toggle {
  color: #FFFFFF;
  background-color: #137da1;
  border-color: #127495;
}
.btn-blue3:not(:disabled):not(.disabled):active:focus, .btn-blue3:not(:disabled):not(.disabled).active:focus, .show > .btn-blue3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 174, 213, 0.5);
}

.btn-blue4 {
  color: #FFFFFF;
  background-color: #009FD0;
  border-color: #009FD0;
}
.btn-blue4:hover {
  color: #FFFFFF;
  background-color: #0082aa;
  border-color: #00789d;
}
.btn-blue4:focus, .btn-blue4.focus {
  color: #FFFFFF;
  background-color: #0082aa;
  border-color: #00789d;
  box-shadow: 0 0 0 0.2rem rgba(38, 173, 215, 0.5);
}
.btn-blue4.disabled, .btn-blue4:disabled {
  color: #FFFFFF;
  background-color: #009FD0;
  border-color: #009FD0;
}
.btn-blue4:not(:disabled):not(.disabled):active, .btn-blue4:not(:disabled):not(.disabled).active, .show > .btn-blue4.dropdown-toggle {
  color: #FFFFFF;
  background-color: #00789d;
  border-color: #006e90;
}
.btn-blue4:not(:disabled):not(.disabled):active:focus, .btn-blue4:not(:disabled):not(.disabled).active:focus, .show > .btn-blue4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 173, 215, 0.5);
}

.btn-blue5 {
  color: #FFFFFF;
  background-color: #02C3FF;
  border-color: #02C3FF;
}
.btn-blue5:hover {
  color: #FFFFFF;
  background-color: #00a7db;
  border-color: #009dce;
}
.btn-blue5:focus, .btn-blue5.focus {
  color: #FFFFFF;
  background-color: #00a7db;
  border-color: #009dce;
  box-shadow: 0 0 0 0.2rem rgba(40, 204, 255, 0.5);
}
.btn-blue5.disabled, .btn-blue5:disabled {
  color: #FFFFFF;
  background-color: #02C3FF;
  border-color: #02C3FF;
}
.btn-blue5:not(:disabled):not(.disabled):active, .btn-blue5:not(:disabled):not(.disabled).active, .show > .btn-blue5.dropdown-toggle {
  color: #FFFFFF;
  background-color: #009dce;
  border-color: #0093c1;
}
.btn-blue5:not(:disabled):not(.disabled):active:focus, .btn-blue5:not(:disabled):not(.disabled).active:focus, .show > .btn-blue5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 204, 255, 0.5);
}

.btn-orange0 {
  color: #212529;
  background-color: #FF8900;
  border-color: #FF8900;
}
.btn-orange0:hover {
  color: #FFFFFF;
  background-color: #d97400;
  border-color: #cc6e00;
}
.btn-orange0:focus, .btn-orange0.focus {
  color: #FFFFFF;
  background-color: #d97400;
  border-color: #cc6e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 122, 6, 0.5);
}
.btn-orange0.disabled, .btn-orange0:disabled {
  color: #212529;
  background-color: #FF8900;
  border-color: #FF8900;
}
.btn-orange0:not(:disabled):not(.disabled):active, .btn-orange0:not(:disabled):not(.disabled).active, .show > .btn-orange0.dropdown-toggle {
  color: #FFFFFF;
  background-color: #cc6e00;
  border-color: #bf6700;
}
.btn-orange0:not(:disabled):not(.disabled):active:focus, .btn-orange0:not(:disabled):not(.disabled).active:focus, .show > .btn-orange0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 122, 6, 0.5);
}

.btn-progress {
  color: #212529;
  background-color: #36D2B6;
  border-color: #36D2B6;
}
.btn-progress:hover {
  color: #FFFFFF;
  background-color: #29b89f;
  border-color: #27ae96;
}
.btn-progress:focus, .btn-progress.focus {
  color: #FFFFFF;
  background-color: #29b89f;
  border-color: #27ae96;
  box-shadow: 0 0 0 0.2rem rgba(51, 184, 161, 0.5);
}
.btn-progress.disabled, .btn-progress:disabled {
  color: #212529;
  background-color: #36D2B6;
  border-color: #36D2B6;
}
.btn-progress:not(:disabled):not(.disabled):active, .btn-progress:not(:disabled):not(.disabled).active, .show > .btn-progress.dropdown-toggle {
  color: #FFFFFF;
  background-color: #27ae96;
  border-color: #25a48d;
}
.btn-progress:not(:disabled):not(.disabled):active:focus, .btn-progress:not(:disabled):not(.disabled).active:focus, .show > .btn-progress.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 184, 161, 0.5);
}

.btn-live {
  color: #FFFFFF;
  background-color: #FF3E46;
  border-color: #FF3E46;
}
.btn-live:hover {
  color: #FFFFFF;
  background-color: #ff1821;
  border-color: #ff0b15;
}
.btn-live:focus, .btn-live.focus {
  color: #FFFFFF;
  background-color: #ff1821;
  border-color: #ff0b15;
  box-shadow: 0 0 0 0.2rem rgba(255, 91, 98, 0.5);
}
.btn-live.disabled, .btn-live:disabled {
  color: #FFFFFF;
  background-color: #FF3E46;
  border-color: #FF3E46;
}
.btn-live:not(:disabled):not(.disabled):active, .btn-live:not(:disabled):not(.disabled).active, .show > .btn-live.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ff0b15;
  border-color: #fd000a;
}
.btn-live:not(:disabled):not(.disabled):active:focus, .btn-live:not(:disabled):not(.disabled).active:focus, .show > .btn-live.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 91, 98, 0.5);
}

.btn-red {
  color: #FFFFFF;
  background-color: #FC414C;
  border-color: #FC414C;
}
.btn-red:hover {
  color: #FFFFFF;
  background-color: #fb1b29;
  border-color: #fb0f1d;
}
.btn-red:focus, .btn-red.focus {
  color: #FFFFFF;
  background-color: #fb1b29;
  border-color: #fb0f1d;
  box-shadow: 0 0 0 0.2rem rgba(252, 94, 103, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #FFFFFF;
  background-color: #FC414C;
  border-color: #FC414C;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #FFFFFF;
  background-color: #fb0f1d;
  border-color: #f90412;
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 94, 103, 0.5);
}

.btn-outline-primary {
  color: #009FD0;
  border-color: #009FD0;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #009FD0;
  border-color: #009FD0;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 208, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #009FD0;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #009FD0;
  border-color: #009FD0;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 208, 0.5);
}

.btn-outline-secondary {
  color: #FF8900;
  border-color: #FF8900;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #FF8900;
  border-color: #FF8900;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 137, 0, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #FF8900;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #FF8900;
  border-color: #FF8900;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 137, 0, 0.5);
}

.btn-outline-success {
  color: #36D2B6;
  border-color: #36D2B6;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #36D2B6;
  border-color: #36D2B6;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 210, 182, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #36D2B6;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #36D2B6;
  border-color: #36D2B6;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 210, 182, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #FC414C;
  border-color: #FC414C;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #FC414C;
  border-color: #FC414C;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 65, 76, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #FC414C;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #FC414C;
  border-color: #FC414C;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 65, 76, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-gray0 {
  color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-outline-gray0:hover {
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-outline-gray0:focus, .btn-outline-gray0.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}
.btn-outline-gray0.disabled, .btn-outline-gray0:disabled {
  color: #F2F2F2;
  background-color: transparent;
}
.btn-outline-gray0:not(:disabled):not(.disabled):active, .btn-outline-gray0:not(:disabled):not(.disabled).active, .show > .btn-outline-gray0.dropdown-toggle {
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.btn-outline-gray0:not(:disabled):not(.disabled):active:focus, .btn-outline-gray0:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn-outline-gray1 {
  color: #DBDBDB;
  border-color: #DBDBDB;
}
.btn-outline-gray1:hover {
  color: #212529;
  background-color: #DBDBDB;
  border-color: #DBDBDB;
}
.btn-outline-gray1:focus, .btn-outline-gray1.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 219, 219, 0.5);
}
.btn-outline-gray1.disabled, .btn-outline-gray1:disabled {
  color: #DBDBDB;
  background-color: transparent;
}
.btn-outline-gray1:not(:disabled):not(.disabled):active, .btn-outline-gray1:not(:disabled):not(.disabled).active, .show > .btn-outline-gray1.dropdown-toggle {
  color: #212529;
  background-color: #DBDBDB;
  border-color: #DBDBDB;
}
.btn-outline-gray1:not(:disabled):not(.disabled):active:focus, .btn-outline-gray1:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 219, 219, 0.5);
}

.btn-outline-gray2 {
  color: #AEBAB6;
  border-color: #AEBAB6;
}
.btn-outline-gray2:hover {
  color: #212529;
  background-color: #AEBAB6;
  border-color: #AEBAB6;
}
.btn-outline-gray2:focus, .btn-outline-gray2.focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 186, 182, 0.5);
}
.btn-outline-gray2.disabled, .btn-outline-gray2:disabled {
  color: #AEBAB6;
  background-color: transparent;
}
.btn-outline-gray2:not(:disabled):not(.disabled):active, .btn-outline-gray2:not(:disabled):not(.disabled).active, .show > .btn-outline-gray2.dropdown-toggle {
  color: #212529;
  background-color: #AEBAB6;
  border-color: #AEBAB6;
}
.btn-outline-gray2:not(:disabled):not(.disabled):active:focus, .btn-outline-gray2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 186, 182, 0.5);
}

.btn-outline-gray3 {
  color: #7D8084;
  border-color: #7D8084;
}
.btn-outline-gray3:hover {
  color: #FFFFFF;
  background-color: #7D8084;
  border-color: #7D8084;
}
.btn-outline-gray3:focus, .btn-outline-gray3.focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 128, 132, 0.5);
}
.btn-outline-gray3.disabled, .btn-outline-gray3:disabled {
  color: #7D8084;
  background-color: transparent;
}
.btn-outline-gray3:not(:disabled):not(.disabled):active, .btn-outline-gray3:not(:disabled):not(.disabled).active, .show > .btn-outline-gray3.dropdown-toggle {
  color: #FFFFFF;
  background-color: #7D8084;
  border-color: #7D8084;
}
.btn-outline-gray3:not(:disabled):not(.disabled):active:focus, .btn-outline-gray3:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 128, 132, 0.5);
}

.btn-outline-gray4 {
  color: #67737A;
  border-color: #67737A;
}
.btn-outline-gray4:hover {
  color: #FFFFFF;
  background-color: #67737A;
  border-color: #67737A;
}
.btn-outline-gray4:focus, .btn-outline-gray4.focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 115, 122, 0.5);
}
.btn-outline-gray4.disabled, .btn-outline-gray4:disabled {
  color: #67737A;
  background-color: transparent;
}
.btn-outline-gray4:not(:disabled):not(.disabled):active, .btn-outline-gray4:not(:disabled):not(.disabled).active, .show > .btn-outline-gray4.dropdown-toggle {
  color: #FFFFFF;
  background-color: #67737A;
  border-color: #67737A;
}
.btn-outline-gray4:not(:disabled):not(.disabled):active:focus, .btn-outline-gray4:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 115, 122, 0.5);
}

.btn-outline-gray5 {
  color: #E3E3E3;
  border-color: #E3E3E3;
}
.btn-outline-gray5:hover {
  color: #212529;
  background-color: #E3E3E3;
  border-color: #E3E3E3;
}
.btn-outline-gray5:focus, .btn-outline-gray5.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 227, 227, 0.5);
}
.btn-outline-gray5.disabled, .btn-outline-gray5:disabled {
  color: #E3E3E3;
  background-color: transparent;
}
.btn-outline-gray5:not(:disabled):not(.disabled):active, .btn-outline-gray5:not(:disabled):not(.disabled).active, .show > .btn-outline-gray5.dropdown-toggle {
  color: #212529;
  background-color: #E3E3E3;
  border-color: #E3E3E3;
}
.btn-outline-gray5:not(:disabled):not(.disabled):active:focus, .btn-outline-gray5:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 227, 227, 0.5);
}

.btn-outline-gray6 {
  color: #D3D6E2;
  border-color: #D3D6E2;
}
.btn-outline-gray6:hover {
  color: #212529;
  background-color: #D3D6E2;
  border-color: #D3D6E2;
}
.btn-outline-gray6:focus, .btn-outline-gray6.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 214, 226, 0.5);
}
.btn-outline-gray6.disabled, .btn-outline-gray6:disabled {
  color: #D3D6E2;
  background-color: transparent;
}
.btn-outline-gray6:not(:disabled):not(.disabled):active, .btn-outline-gray6:not(:disabled):not(.disabled).active, .show > .btn-outline-gray6.dropdown-toggle {
  color: #212529;
  background-color: #D3D6E2;
  border-color: #D3D6E2;
}
.btn-outline-gray6:not(:disabled):not(.disabled):active:focus, .btn-outline-gray6:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 214, 226, 0.5);
}

.btn-outline-gray7 {
  color: #7b868c;
  border-color: #7b868c;
}
.btn-outline-gray7:hover {
  color: #FFFFFF;
  background-color: #7b868c;
  border-color: #7b868c;
}
.btn-outline-gray7:focus, .btn-outline-gray7.focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 134, 140, 0.5);
}
.btn-outline-gray7.disabled, .btn-outline-gray7:disabled {
  color: #7b868c;
  background-color: transparent;
}
.btn-outline-gray7:not(:disabled):not(.disabled):active, .btn-outline-gray7:not(:disabled):not(.disabled).active, .show > .btn-outline-gray7.dropdown-toggle {
  color: #FFFFFF;
  background-color: #7b868c;
  border-color: #7b868c;
}
.btn-outline-gray7:not(:disabled):not(.disabled):active:focus, .btn-outline-gray7:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 134, 140, 0.5);
}

.btn-outline-focus {
  color: #FED230;
  border-color: #FED230;
}
.btn-outline-focus:hover {
  color: #212529;
  background-color: #FED230;
  border-color: #FED230;
}
.btn-outline-focus:focus, .btn-outline-focus.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 210, 48, 0.5);
}
.btn-outline-focus.disabled, .btn-outline-focus:disabled {
  color: #FED230;
  background-color: transparent;
}
.btn-outline-focus:not(:disabled):not(.disabled):active, .btn-outline-focus:not(:disabled):not(.disabled).active, .show > .btn-outline-focus.dropdown-toggle {
  color: #212529;
  background-color: #FED230;
  border-color: #FED230;
}
.btn-outline-focus:not(:disabled):not(.disabled):active:focus, .btn-outline-focus:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-focus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 210, 48, 0.5);
}

.btn-outline-balck1 {
  color: #252F38;
  border-color: #252F38;
}
.btn-outline-balck1:hover {
  color: #FFFFFF;
  background-color: #252F38;
  border-color: #252F38;
}
.btn-outline-balck1:focus, .btn-outline-balck1.focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 47, 56, 0.5);
}
.btn-outline-balck1.disabled, .btn-outline-balck1:disabled {
  color: #252F38;
  background-color: transparent;
}
.btn-outline-balck1:not(:disabled):not(.disabled):active, .btn-outline-balck1:not(:disabled):not(.disabled).active, .show > .btn-outline-balck1.dropdown-toggle {
  color: #FFFFFF;
  background-color: #252F38;
  border-color: #252F38;
}
.btn-outline-balck1:not(:disabled):not(.disabled):active:focus, .btn-outline-balck1:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-balck1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 47, 56, 0.5);
}

.btn-outline-blue0 {
  color: #0084AD;
  border-color: #0084AD;
}
.btn-outline-blue0:hover {
  color: #FFFFFF;
  background-color: #0084AD;
  border-color: #0084AD;
}
.btn-outline-blue0:focus, .btn-outline-blue0.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 173, 0.5);
}
.btn-outline-blue0.disabled, .btn-outline-blue0:disabled {
  color: #0084AD;
  background-color: transparent;
}
.btn-outline-blue0:not(:disabled):not(.disabled):active, .btn-outline-blue0:not(:disabled):not(.disabled).active, .show > .btn-outline-blue0.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0084AD;
  border-color: #0084AD;
}
.btn-outline-blue0:not(:disabled):not(.disabled):active:focus, .btn-outline-blue0:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 173, 0.5);
}

.btn-outline-blue1 {
  color: #008EBA;
  border-color: #008EBA;
}
.btn-outline-blue1:hover {
  color: #FFFFFF;
  background-color: #008EBA;
  border-color: #008EBA;
}
.btn-outline-blue1:focus, .btn-outline-blue1.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 142, 186, 0.5);
}
.btn-outline-blue1.disabled, .btn-outline-blue1:disabled {
  color: #008EBA;
  background-color: transparent;
}
.btn-outline-blue1:not(:disabled):not(.disabled):active, .btn-outline-blue1:not(:disabled):not(.disabled).active, .show > .btn-outline-blue1.dropdown-toggle {
  color: #FFFFFF;
  background-color: #008EBA;
  border-color: #008EBA;
}
.btn-outline-blue1:not(:disabled):not(.disabled):active:focus, .btn-outline-blue1:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 142, 186, 0.5);
}

.btn-outline-blue2 {
  color: #0084ADCC;
  border-color: #0084ADCC;
}
.btn-outline-blue2:hover {
  color: #FFFFFF;
  background-color: #0084ADCC;
  border-color: #0084ADCC;
}
.btn-outline-blue2:focus, .btn-outline-blue2.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 173, 0.5);
}
.btn-outline-blue2.disabled, .btn-outline-blue2:disabled {
  color: #0084ADCC;
  background-color: transparent;
}
.btn-outline-blue2:not(:disabled):not(.disabled):active, .btn-outline-blue2:not(:disabled):not(.disabled).active, .show > .btn-outline-blue2.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0084ADCC;
  border-color: #0084ADCC;
}
.btn-outline-blue2:not(:disabled):not(.disabled):active:focus, .btn-outline-blue2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 173, 0.5);
}

.btn-outline-blue3 {
  color: #19A0CE;
  border-color: #19A0CE;
}
.btn-outline-blue3:hover {
  color: #FFFFFF;
  background-color: #19A0CE;
  border-color: #19A0CE;
}
.btn-outline-blue3:focus, .btn-outline-blue3.focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 160, 206, 0.5);
}
.btn-outline-blue3.disabled, .btn-outline-blue3:disabled {
  color: #19A0CE;
  background-color: transparent;
}
.btn-outline-blue3:not(:disabled):not(.disabled):active, .btn-outline-blue3:not(:disabled):not(.disabled).active, .show > .btn-outline-blue3.dropdown-toggle {
  color: #FFFFFF;
  background-color: #19A0CE;
  border-color: #19A0CE;
}
.btn-outline-blue3:not(:disabled):not(.disabled):active:focus, .btn-outline-blue3:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 160, 206, 0.5);
}

.btn-outline-blue4 {
  color: #009FD0;
  border-color: #009FD0;
}
.btn-outline-blue4:hover {
  color: #FFFFFF;
  background-color: #009FD0;
  border-color: #009FD0;
}
.btn-outline-blue4:focus, .btn-outline-blue4.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 208, 0.5);
}
.btn-outline-blue4.disabled, .btn-outline-blue4:disabled {
  color: #009FD0;
  background-color: transparent;
}
.btn-outline-blue4:not(:disabled):not(.disabled):active, .btn-outline-blue4:not(:disabled):not(.disabled).active, .show > .btn-outline-blue4.dropdown-toggle {
  color: #FFFFFF;
  background-color: #009FD0;
  border-color: #009FD0;
}
.btn-outline-blue4:not(:disabled):not(.disabled):active:focus, .btn-outline-blue4:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 208, 0.5);
}

.btn-outline-blue5 {
  color: #02C3FF;
  border-color: #02C3FF;
}
.btn-outline-blue5:hover {
  color: #FFFFFF;
  background-color: #02C3FF;
  border-color: #02C3FF;
}
.btn-outline-blue5:focus, .btn-outline-blue5.focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 195, 255, 0.5);
}
.btn-outline-blue5.disabled, .btn-outline-blue5:disabled {
  color: #02C3FF;
  background-color: transparent;
}
.btn-outline-blue5:not(:disabled):not(.disabled):active, .btn-outline-blue5:not(:disabled):not(.disabled).active, .show > .btn-outline-blue5.dropdown-toggle {
  color: #FFFFFF;
  background-color: #02C3FF;
  border-color: #02C3FF;
}
.btn-outline-blue5:not(:disabled):not(.disabled):active:focus, .btn-outline-blue5:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 195, 255, 0.5);
}

.btn-outline-orange0 {
  color: #FF8900;
  border-color: #FF8900;
}
.btn-outline-orange0:hover {
  color: #212529;
  background-color: #FF8900;
  border-color: #FF8900;
}
.btn-outline-orange0:focus, .btn-outline-orange0.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 137, 0, 0.5);
}
.btn-outline-orange0.disabled, .btn-outline-orange0:disabled {
  color: #FF8900;
  background-color: transparent;
}
.btn-outline-orange0:not(:disabled):not(.disabled):active, .btn-outline-orange0:not(:disabled):not(.disabled).active, .show > .btn-outline-orange0.dropdown-toggle {
  color: #212529;
  background-color: #FF8900;
  border-color: #FF8900;
}
.btn-outline-orange0:not(:disabled):not(.disabled):active:focus, .btn-outline-orange0:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 137, 0, 0.5);
}

.btn-outline-progress {
  color: #36D2B6;
  border-color: #36D2B6;
}
.btn-outline-progress:hover {
  color: #212529;
  background-color: #36D2B6;
  border-color: #36D2B6;
}
.btn-outline-progress:focus, .btn-outline-progress.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 210, 182, 0.5);
}
.btn-outline-progress.disabled, .btn-outline-progress:disabled {
  color: #36D2B6;
  background-color: transparent;
}
.btn-outline-progress:not(:disabled):not(.disabled):active, .btn-outline-progress:not(:disabled):not(.disabled).active, .show > .btn-outline-progress.dropdown-toggle {
  color: #212529;
  background-color: #36D2B6;
  border-color: #36D2B6;
}
.btn-outline-progress:not(:disabled):not(.disabled):active:focus, .btn-outline-progress:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-progress.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 210, 182, 0.5);
}

.btn-outline-live {
  color: #FF3E46;
  border-color: #FF3E46;
}
.btn-outline-live:hover {
  color: #FFFFFF;
  background-color: #FF3E46;
  border-color: #FF3E46;
}
.btn-outline-live:focus, .btn-outline-live.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 62, 70, 0.5);
}
.btn-outline-live.disabled, .btn-outline-live:disabled {
  color: #FF3E46;
  background-color: transparent;
}
.btn-outline-live:not(:disabled):not(.disabled):active, .btn-outline-live:not(:disabled):not(.disabled).active, .show > .btn-outline-live.dropdown-toggle {
  color: #FFFFFF;
  background-color: #FF3E46;
  border-color: #FF3E46;
}
.btn-outline-live:not(:disabled):not(.disabled):active:focus, .btn-outline-live:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-live.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 62, 70, 0.5);
}

.btn-outline-red {
  color: #FC414C;
  border-color: #FC414C;
}
.btn-outline-red:hover {
  color: #FFFFFF;
  background-color: #FC414C;
  border-color: #FC414C;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 65, 76, 0.5);
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #FC414C;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #FFFFFF;
  background-color: #FC414C;
  border-color: #FC414C;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 65, 76, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #009FD0;
  text-decoration: none;
}
.btn-link:hover {
  color: #006584;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #009FD0;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.9rem 1.4rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #67737A;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #19A0CE;
  border-radius: 0.5rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #009FD0;
  background-color: #009FD0;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 208, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #51d6ff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #84e2ff;
  border-color: #84e2ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.5rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #009FD0;
  background-color: #009FD0;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 159, 208, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 159, 208, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 159, 208, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFFFFF;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 159, 208, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.8rem + 2px);
  padding: 0.9rem 2.4rem 0.9rem 1.4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #67737A;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.4rem center/8px 10px no-repeat;
  border: 1px solid #19A0CE;
  border-radius: 0.5rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #51d6ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 208, 0.25);
}
.custom-select:focus::-ms-value {
  color: #67737A;
  background-color: #FFFFFF;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.4rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #67737A;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.8rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #51d6ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 208, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.8rem + 2px);
  padding: 0.9rem 1.4rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #67737A;
  background-color: #FFFFFF;
  border: 1px solid #19A0CE;
  border-radius: 0.5rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.8rem);
  padding: 0.9rem 1.4rem;
  line-height: 1.5;
  color: #67737A;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.5rem 0.5rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 159, 208, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 159, 208, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 159, 208, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #009FD0;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #84e2ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #009FD0;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #84e2ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #009FD0;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #84e2ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #dee2e6 #dee2e6 #FFFFFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #009FD0;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container, .navbar .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls, .auctioneers-gallery-owners .depoiment-section .navbar .depoiment-slider-controls, .navbar #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .navbar .mega-menu-container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .auctioneers-gallery-owners .depoiment-section .navbar-expand-sm > .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .navbar-expand-sm > .mega-menu-container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .auctioneers-gallery-owners .depoiment-section .navbar-expand-sm > .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .navbar-expand-sm > .mega-menu-container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .auctioneers-gallery-owners .depoiment-section .navbar-expand-md > .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .navbar-expand-md > .mega-menu-container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .auctioneers-gallery-owners .depoiment-section .navbar-expand-md > .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .navbar-expand-md > .mega-menu-container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .auctioneers-gallery-owners .depoiment-section .navbar-expand-lg > .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .navbar-expand-lg > .mega-menu-container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .auctioneers-gallery-owners .depoiment-section .navbar-expand-lg > .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .navbar-expand-lg > .mega-menu-container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .auctioneers-gallery-owners .depoiment-section .navbar-expand-xl > .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .navbar-expand-xl > .mega-menu-container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .auctioneers-gallery-owners .depoiment-section .navbar-expand-xl > .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .navbar-expand-xl > .mega-menu-container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container, .auctioneers-gallery-owners .depoiment-section .navbar-expand-xxl > .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .navbar-expand-xxl > .mega-menu-container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container, .auctioneers-gallery-owners .depoiment-section .navbar-expand-xxl > .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .navbar-expand-xxl > .mega-menu-container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .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 {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .auctioneers-gallery-owners .depoiment-section .navbar-expand > .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .navbar-expand > .mega-menu-container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .auctioneers-gallery-owners .depoiment-section .navbar-expand > .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .navbar-expand > .mega-menu-container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #FFFFFF;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

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

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #009FD0;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #006584;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 208, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #009FD0;
  border-color: #009FD0;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #FFFFFF;
  background-color: #009FD0;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFFFFF;
  background-color: #00789d;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 208, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #FF8900;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #cc6e00;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 137, 0, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #36D2B6;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: #27ae96;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 210, 182, 0.5);
}

.badge-info {
  color: #FFFFFF;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #FFFFFF;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #FFFFFF;
  background-color: #FC414C;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #FFFFFF;
  background-color: #fb0f1d;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(252, 65, 76, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #FFFFFF;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFFFFF;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-gray0 {
  color: #212529;
  background-color: #F2F2F2;
}
a.badge-gray0:hover, a.badge-gray0:focus {
  color: #212529;
  background-color: #d9d9d9;
}
a.badge-gray0:focus, a.badge-gray0.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.badge-gray1 {
  color: #212529;
  background-color: #DBDBDB;
}
a.badge-gray1:hover, a.badge-gray1:focus {
  color: #212529;
  background-color: #c2c2c2;
}
a.badge-gray1:focus, a.badge-gray1.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(219, 219, 219, 0.5);
}

.badge-gray2 {
  color: #212529;
  background-color: #AEBAB6;
}
a.badge-gray2:hover, a.badge-gray2:focus {
  color: #212529;
  background-color: #92a39d;
}
a.badge-gray2:focus, a.badge-gray2.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(174, 186, 182, 0.5);
}

.badge-gray3 {
  color: #FFFFFF;
  background-color: #7D8084;
}
a.badge-gray3:hover, a.badge-gray3:focus {
  color: #FFFFFF;
  background-color: #64676a;
}
a.badge-gray3:focus, a.badge-gray3.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(125, 128, 132, 0.5);
}

.badge-gray4 {
  color: #FFFFFF;
  background-color: #67737A;
}
a.badge-gray4:hover, a.badge-gray4:focus {
  color: #FFFFFF;
  background-color: #50595e;
}
a.badge-gray4:focus, a.badge-gray4.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(103, 115, 122, 0.5);
}

.badge-gray5 {
  color: #212529;
  background-color: #E3E3E3;
}
a.badge-gray5:hover, a.badge-gray5:focus {
  color: #212529;
  background-color: #cacaca;
}
a.badge-gray5:focus, a.badge-gray5.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 227, 227, 0.5);
}

.badge-gray6 {
  color: #212529;
  background-color: #D3D6E2;
}
a.badge-gray6:hover, a.badge-gray6:focus {
  color: #212529;
  background-color: #b4b9ce;
}
a.badge-gray6:focus, a.badge-gray6.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(211, 214, 226, 0.5);
}

.badge-gray7 {
  color: #FFFFFF;
  background-color: #7b868c;
}
a.badge-gray7:hover, a.badge-gray7:focus {
  color: #FFFFFF;
  background-color: #636c71;
}
a.badge-gray7:focus, a.badge-gray7.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(123, 134, 140, 0.5);
}

.badge-focus {
  color: #212529;
  background-color: #FED230;
}
a.badge-focus:hover, a.badge-focus:focus {
  color: #212529;
  background-color: #fac501;
}
a.badge-focus:focus, a.badge-focus.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 210, 48, 0.5);
}

.badge-balck1 {
  color: #FFFFFF;
  background-color: #252F38;
}
a.badge-balck1:hover, a.badge-balck1:focus {
  color: #FFFFFF;
  background-color: #111519;
}
a.badge-balck1:focus, a.badge-balck1.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(37, 47, 56, 0.5);
}

.badge-blue0 {
  color: #FFFFFF;
  background-color: #0084AD;
}
a.badge-blue0:hover, a.badge-blue0:focus {
  color: #FFFFFF;
  background-color: #005d7a;
}
a.badge-blue0:focus, a.badge-blue0.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 173, 0.5);
}

.badge-blue1 {
  color: #FFFFFF;
  background-color: #008EBA;
}
a.badge-blue1:hover, a.badge-blue1:focus {
  color: #FFFFFF;
  background-color: #006787;
}
a.badge-blue1:focus, a.badge-blue1.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 142, 186, 0.5);
}

.badge-blue2 {
  color: #FFFFFF;
  background-color: #0084ADCC;
}
a.badge-blue2:hover, a.badge-blue2:focus {
  color: #FFFFFF;
  background-color: rgba(0, 93, 122, 0.8);
}
a.badge-blue2:focus, a.badge-blue2.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 173, 0.5);
}

.badge-blue3 {
  color: #FFFFFF;
  background-color: #19A0CE;
}
a.badge-blue3:hover, a.badge-blue3:focus {
  color: #FFFFFF;
  background-color: #137da1;
}
a.badge-blue3:focus, a.badge-blue3.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 160, 206, 0.5);
}

.badge-blue4 {
  color: #FFFFFF;
  background-color: #009FD0;
}
a.badge-blue4:hover, a.badge-blue4:focus {
  color: #FFFFFF;
  background-color: #00789d;
}
a.badge-blue4:focus, a.badge-blue4.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 208, 0.5);
}

.badge-blue5 {
  color: #FFFFFF;
  background-color: #02C3FF;
}
a.badge-blue5:hover, a.badge-blue5:focus {
  color: #FFFFFF;
  background-color: #009dce;
}
a.badge-blue5:focus, a.badge-blue5.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 195, 255, 0.5);
}

.badge-orange0 {
  color: #212529;
  background-color: #FF8900;
}
a.badge-orange0:hover, a.badge-orange0:focus {
  color: #212529;
  background-color: #cc6e00;
}
a.badge-orange0:focus, a.badge-orange0.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 137, 0, 0.5);
}

.badge-progress {
  color: #212529;
  background-color: #36D2B6;
}
a.badge-progress:hover, a.badge-progress:focus {
  color: #212529;
  background-color: #27ae96;
}
a.badge-progress:focus, a.badge-progress.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 210, 182, 0.5);
}

.badge-live {
  color: #FFFFFF;
  background-color: #FF3E46;
}
a.badge-live:hover, a.badge-live:focus {
  color: #FFFFFF;
  background-color: #ff0b15;
}
a.badge-live:focus, a.badge-live.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 62, 70, 0.5);
}

.badge-red {
  color: #FFFFFF;
  background-color: #FC414C;
}
a.badge-red:hover, a.badge-red:focus {
  color: #FFFFFF;
  background-color: #fb0f1d;
}
a.badge-red:focus, a.badge-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(252, 65, 76, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #00536c;
  background-color: #ccecf6;
  border-color: #b8e4f2;
}
.alert-primary hr {
  border-top-color: #a2dcee;
}
.alert-primary .alert-link {
  color: #002c39;
}

.alert-secondary {
  color: #854700;
  background-color: #ffe7cc;
  border-color: #ffdeb8;
}
.alert-secondary hr {
  border-top-color: #ffd29f;
}
.alert-secondary .alert-link {
  color: #522c00;
}

.alert-success {
  color: #1c6d5f;
  background-color: #d7f6f0;
  border-color: #c7f2eb;
}
.alert-success hr {
  border-top-color: #b2ede4;
}
.alert-success .alert-link {
  color: #12443c;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #832228;
  background-color: #fed9db;
  border-color: #fecacd;
}
.alert-danger hr {
  border-top-color: #feb1b5;
}
.alert-danger .alert-link {
  color: #5b171c;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.alert-gray0 {
  color: #7e7e7e;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-gray0 hr {
  border-top-color: #eeeeee;
}
.alert-gray0 .alert-link {
  color: #656565;
}

.alert-gray1 {
  color: #727272;
  background-color: #f8f8f8;
  border-color: whitesmoke;
}
.alert-gray1 hr {
  border-top-color: #e8e8e8;
}
.alert-gray1 .alert-link {
  color: #595959;
}

.alert-gray2 {
  color: #5a615f;
  background-color: #eff1f0;
  border-color: #e8eceb;
}
.alert-gray2 hr {
  border-top-color: #dae0df;
}
.alert-gray2 .alert-link {
  color: #414745;
}

.alert-gray3 {
  color: #414345;
  background-color: #e5e6e6;
  border-color: #dbdbdd;
}
.alert-gray3 hr {
  border-top-color: #ceced1;
}
.alert-gray3 .alert-link {
  color: #282a2b;
}

.alert-gray4 {
  color: #363c3f;
  background-color: #e1e3e4;
  border-color: #d4d8da;
}
.alert-gray4 hr {
  border-top-color: #c6ccce;
}
.alert-gray4 .alert-link {
  color: #1e2224;
}

.alert-gray5 {
  color: #767676;
  background-color: #f9f9f9;
  border-color: #f7f7f7;
}
.alert-gray5 hr {
  border-top-color: #eaeaea;
}
.alert-gray5 .alert-link {
  color: #5d5d5d;
}

.alert-gray6 {
  color: #6e6f76;
  background-color: #f6f7f9;
  border-color: #f3f4f7;
}
.alert-gray6 hr {
  border-top-color: #e4e6ed;
}
.alert-gray6 .alert-link {
  color: #55565c;
}

.alert-gray7 {
  color: #404649;
  background-color: #e5e7e8;
  border-color: #dadddf;
}
.alert-gray7 hr {
  border-top-color: #ccd0d3;
}
.alert-gray7 .alert-link {
  color: #282c2e;
}

.alert-focus {
  color: #846d19;
  background-color: #fff6d6;
  border-color: #fff2c5;
}
.alert-focus hr {
  border-top-color: #ffecac;
}
.alert-focus .alert-link {
  color: #594a11;
}

.alert-balck1 {
  color: #13181d;
  background-color: #d3d5d7;
  border-color: #c2c5c7;
}
.alert-balck1 hr {
  border-top-color: #b5b8bb;
}
.alert-balck1 .alert-link {
  color: black;
}

.alert-blue0 {
  color: #00455a;
  background-color: #cce6ef;
  border-color: #b8dde8;
}
.alert-blue0 hr {
  border-top-color: #a5d4e2;
}
.alert-blue0 .alert-link {
  color: #001e27;
}

.alert-blue1 {
  color: #004a61;
  background-color: #cce8f1;
  border-color: #b8dfec;
}
.alert-blue1 hr {
  border-top-color: #a4d6e7;
}
.alert-blue1 .alert-link {
  color: #00232e;
}

.alert-blue2 {
  color: rgba(0, 55, 73, 0.896);
  background-color: rgba(219, 237, 243, 0.96);
  border-color: rgba(203, 230, 238, 0.944);
}
.alert-blue2 hr {
  border-top-color: rgba(184, 221, 232, 0.944);
}
.alert-blue2 .alert-link {
  color: rgba(0, 17, 22, 0.896);
}

.alert-blue3 {
  color: #0d536b;
  background-color: #d1ecf5;
  border-color: #bfe4f1;
}
.alert-blue3 hr {
  border-top-color: #aadbec;
}
.alert-blue3 .alert-link {
  color: #07303e;
}

.alert-blue4 {
  color: #00536c;
  background-color: #ccecf6;
  border-color: #b8e4f2;
}
.alert-blue4 hr {
  border-top-color: #a2dcee;
}
.alert-blue4 .alert-link {
  color: #002c39;
}

.alert-blue5 {
  color: #016585;
  background-color: #ccf3ff;
  border-color: #b8eeff;
}
.alert-blue5 hr {
  border-top-color: #9fe8ff;
}
.alert-blue5 .alert-link {
  color: #013f52;
}

.alert-orange0 {
  color: #854700;
  background-color: #ffe7cc;
  border-color: #ffdeb8;
}
.alert-orange0 hr {
  border-top-color: #ffd29f;
}
.alert-orange0 .alert-link {
  color: #522c00;
}

.alert-progress {
  color: #1c6d5f;
  background-color: #d7f6f0;
  border-color: #c7f2eb;
}
.alert-progress hr {
  border-top-color: #b2ede4;
}
.alert-progress .alert-link {
  color: #12443c;
}

.alert-live {
  color: #852024;
  background-color: #ffd8da;
  border-color: #ffc9cb;
}
.alert-live hr {
  border-top-color: #ffb0b2;
}
.alert-live .alert-link {
  color: #5c1619;
}

.alert-red {
  color: #832228;
  background-color: #fed9db;
  border-color: #fecacd;
}
.alert-red hr {
  border-top-color: #feb1b5;
}
.alert-red .alert-link {
  color: #5b171c;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.5rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #009FD0;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FFFFFF;
  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: #FFFFFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #009FD0;
  border-color: #009FD0;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    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: #00536c;
  background-color: #b8e4f2;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00536c;
  background-color: #a2dcee;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #00536c;
  border-color: #00536c;
}

.list-group-item-secondary {
  color: #854700;
  background-color: #ffdeb8;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #854700;
  background-color: #ffd29f;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #854700;
  border-color: #854700;
}

.list-group-item-success {
  color: #1c6d5f;
  background-color: #c7f2eb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1c6d5f;
  background-color: #b2ede4;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #1c6d5f;
  border-color: #1c6d5f;
}

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

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

.list-group-item-danger {
  color: #832228;
  background-color: #fecacd;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #832228;
  background-color: #feb1b5;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #832228;
  border-color: #832228;
}

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

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

.list-group-item-gray0 {
  color: #7e7e7e;
  background-color: #fbfbfb;
}
.list-group-item-gray0.list-group-item-action:hover, .list-group-item-gray0.list-group-item-action:focus {
  color: #7e7e7e;
  background-color: #eeeeee;
}
.list-group-item-gray0.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}

.list-group-item-gray1 {
  color: #727272;
  background-color: whitesmoke;
}
.list-group-item-gray1.list-group-item-action:hover, .list-group-item-gray1.list-group-item-action:focus {
  color: #727272;
  background-color: #e8e8e8;
}
.list-group-item-gray1.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #727272;
  border-color: #727272;
}

.list-group-item-gray2 {
  color: #5a615f;
  background-color: #e8eceb;
}
.list-group-item-gray2.list-group-item-action:hover, .list-group-item-gray2.list-group-item-action:focus {
  color: #5a615f;
  background-color: #dae0df;
}
.list-group-item-gray2.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #5a615f;
  border-color: #5a615f;
}

.list-group-item-gray3 {
  color: #414345;
  background-color: #dbdbdd;
}
.list-group-item-gray3.list-group-item-action:hover, .list-group-item-gray3.list-group-item-action:focus {
  color: #414345;
  background-color: #ceced1;
}
.list-group-item-gray3.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #414345;
  border-color: #414345;
}

.list-group-item-gray4 {
  color: #363c3f;
  background-color: #d4d8da;
}
.list-group-item-gray4.list-group-item-action:hover, .list-group-item-gray4.list-group-item-action:focus {
  color: #363c3f;
  background-color: #c6ccce;
}
.list-group-item-gray4.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #363c3f;
  border-color: #363c3f;
}

.list-group-item-gray5 {
  color: #767676;
  background-color: #f7f7f7;
}
.list-group-item-gray5.list-group-item-action:hover, .list-group-item-gray5.list-group-item-action:focus {
  color: #767676;
  background-color: #eaeaea;
}
.list-group-item-gray5.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #767676;
  border-color: #767676;
}

.list-group-item-gray6 {
  color: #6e6f76;
  background-color: #f3f4f7;
}
.list-group-item-gray6.list-group-item-action:hover, .list-group-item-gray6.list-group-item-action:focus {
  color: #6e6f76;
  background-color: #e4e6ed;
}
.list-group-item-gray6.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #6e6f76;
  border-color: #6e6f76;
}

.list-group-item-gray7 {
  color: #404649;
  background-color: #dadddf;
}
.list-group-item-gray7.list-group-item-action:hover, .list-group-item-gray7.list-group-item-action:focus {
  color: #404649;
  background-color: #ccd0d3;
}
.list-group-item-gray7.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #404649;
  border-color: #404649;
}

.list-group-item-focus {
  color: #846d19;
  background-color: #fff2c5;
}
.list-group-item-focus.list-group-item-action:hover, .list-group-item-focus.list-group-item-action:focus {
  color: #846d19;
  background-color: #ffecac;
}
.list-group-item-focus.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #846d19;
  border-color: #846d19;
}

.list-group-item-balck1 {
  color: #13181d;
  background-color: #c2c5c7;
}
.list-group-item-balck1.list-group-item-action:hover, .list-group-item-balck1.list-group-item-action:focus {
  color: #13181d;
  background-color: #b5b8bb;
}
.list-group-item-balck1.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #13181d;
  border-color: #13181d;
}

.list-group-item-blue0 {
  color: #00455a;
  background-color: #b8dde8;
}
.list-group-item-blue0.list-group-item-action:hover, .list-group-item-blue0.list-group-item-action:focus {
  color: #00455a;
  background-color: #a5d4e2;
}
.list-group-item-blue0.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #00455a;
  border-color: #00455a;
}

.list-group-item-blue1 {
  color: #004a61;
  background-color: #b8dfec;
}
.list-group-item-blue1.list-group-item-action:hover, .list-group-item-blue1.list-group-item-action:focus {
  color: #004a61;
  background-color: #a4d6e7;
}
.list-group-item-blue1.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #004a61;
  border-color: #004a61;
}

.list-group-item-blue2 {
  color: rgba(0, 55, 73, 0.896);
  background-color: rgba(203, 230, 238, 0.944);
}
.list-group-item-blue2.list-group-item-action:hover, .list-group-item-blue2.list-group-item-action:focus {
  color: rgba(0, 55, 73, 0.896);
  background-color: rgba(184, 221, 232, 0.944);
}
.list-group-item-blue2.list-group-item-action.active {
  color: #FFFFFF;
  background-color: rgba(0, 55, 73, 0.896);
  border-color: rgba(0, 55, 73, 0.896);
}

.list-group-item-blue3 {
  color: #0d536b;
  background-color: #bfe4f1;
}
.list-group-item-blue3.list-group-item-action:hover, .list-group-item-blue3.list-group-item-action:focus {
  color: #0d536b;
  background-color: #aadbec;
}
.list-group-item-blue3.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0d536b;
  border-color: #0d536b;
}

.list-group-item-blue4 {
  color: #00536c;
  background-color: #b8e4f2;
}
.list-group-item-blue4.list-group-item-action:hover, .list-group-item-blue4.list-group-item-action:focus {
  color: #00536c;
  background-color: #a2dcee;
}
.list-group-item-blue4.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #00536c;
  border-color: #00536c;
}

.list-group-item-blue5 {
  color: #016585;
  background-color: #b8eeff;
}
.list-group-item-blue5.list-group-item-action:hover, .list-group-item-blue5.list-group-item-action:focus {
  color: #016585;
  background-color: #9fe8ff;
}
.list-group-item-blue5.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #016585;
  border-color: #016585;
}

.list-group-item-orange0 {
  color: #854700;
  background-color: #ffdeb8;
}
.list-group-item-orange0.list-group-item-action:hover, .list-group-item-orange0.list-group-item-action:focus {
  color: #854700;
  background-color: #ffd29f;
}
.list-group-item-orange0.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #854700;
  border-color: #854700;
}

.list-group-item-progress {
  color: #1c6d5f;
  background-color: #c7f2eb;
}
.list-group-item-progress.list-group-item-action:hover, .list-group-item-progress.list-group-item-action:focus {
  color: #1c6d5f;
  background-color: #b2ede4;
}
.list-group-item-progress.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #1c6d5f;
  border-color: #1c6d5f;
}

.list-group-item-live {
  color: #852024;
  background-color: #ffc9cb;
}
.list-group-item-live.list-group-item-action:hover, .list-group-item-live.list-group-item-action:focus {
  color: #852024;
  background-color: #ffb0b2;
}
.list-group-item-live.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #852024;
  border-color: #852024;
}

.list-group-item-red {
  color: #832228;
  background-color: #fecacd;
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #832228;
  background-color: #feb1b5;
}
.list-group-item-red.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #832228;
  border-color: #832228;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Raleway", 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 .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Raleway", 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: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

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

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

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

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

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

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

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

.align-text-bottom {
  vertical-align: text-bottom !important;
}

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

.bg-primary {
  background-color: #009FD0 !important;
}

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

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

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

.bg-success {
  background-color: #36D2B6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-gray0 {
  background-color: #F2F2F2 !important;
}

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

.bg-gray1 {
  background-color: #DBDBDB !important;
}

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

.bg-gray2 {
  background-color: #AEBAB6 !important;
}

a.bg-gray2:hover, a.bg-gray2:focus,
button.bg-gray2:hover,
button.bg-gray2:focus {
  background-color: #92a39d !important;
}

.bg-gray3 {
  background-color: #7D8084 !important;
}

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

.bg-gray4 {
  background-color: #67737A !important;
}

a.bg-gray4:hover, a.bg-gray4:focus,
button.bg-gray4:hover,
button.bg-gray4:focus {
  background-color: #50595e !important;
}

.bg-gray5 {
  background-color: #E3E3E3 !important;
}

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

.bg-gray6 {
  background-color: #D3D6E2 !important;
}

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

.bg-gray7 {
  background-color: #7b868c !important;
}

a.bg-gray7:hover, a.bg-gray7:focus,
button.bg-gray7:hover,
button.bg-gray7:focus {
  background-color: #636c71 !important;
}

.bg-focus {
  background-color: #FED230 !important;
}

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

.bg-balck1 {
  background-color: #252F38 !important;
}

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

.bg-blue0 {
  background-color: #0084AD !important;
}

a.bg-blue0:hover, a.bg-blue0:focus,
button.bg-blue0:hover,
button.bg-blue0:focus {
  background-color: #005d7a !important;
}

.bg-blue1 {
  background-color: #008EBA !important;
}

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

.bg-blue2 {
  background-color: #0084ADCC !important;
}

a.bg-blue2:hover, a.bg-blue2:focus,
button.bg-blue2:hover,
button.bg-blue2:focus {
  background-color: rgba(0, 93, 122, 0.8) !important;
}

.bg-blue3 {
  background-color: #19A0CE !important;
}

a.bg-blue3:hover, a.bg-blue3:focus,
button.bg-blue3:hover,
button.bg-blue3:focus {
  background-color: #137da1 !important;
}

.bg-blue4 {
  background-color: #009FD0 !important;
}

a.bg-blue4:hover, a.bg-blue4:focus,
button.bg-blue4:hover,
button.bg-blue4:focus {
  background-color: #00789d !important;
}

.bg-blue5 {
  background-color: #02C3FF !important;
}

a.bg-blue5:hover, a.bg-blue5:focus,
button.bg-blue5:hover,
button.bg-blue5:focus {
  background-color: #009dce !important;
}

.bg-orange0 {
  background-color: #FF8900 !important;
}

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

.bg-progress {
  background-color: #36D2B6 !important;
}

a.bg-progress:hover, a.bg-progress:focus,
button.bg-progress:hover,
button.bg-progress:focus {
  background-color: #27ae96 !important;
}

.bg-live {
  background-color: #FF3E46 !important;
}

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

.bg-red {
  background-color: #FC414C !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #009FD0 !important;
}

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

.border-success {
  border-color: #36D2B6 !important;
}

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

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

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

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

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

.border-gray0 {
  border-color: #F2F2F2 !important;
}

.border-gray1 {
  border-color: #DBDBDB !important;
}

.border-gray2 {
  border-color: #AEBAB6 !important;
}

.border-gray3 {
  border-color: #7D8084 !important;
}

.border-gray4 {
  border-color: #67737A !important;
}

.border-gray5 {
  border-color: #E3E3E3 !important;
}

.border-gray6 {
  border-color: #D3D6E2 !important;
}

.border-gray7 {
  border-color: #7b868c !important;
}

.border-focus {
  border-color: #FED230 !important;
}

.border-balck1 {
  border-color: #252F38 !important;
}

.border-blue0 {
  border-color: #0084AD !important;
}

.border-blue1 {
  border-color: #008EBA !important;
}

.border-blue2 {
  border-color: #0084ADCC !important;
}

.border-blue3 {
  border-color: #19A0CE !important;
}

.border-blue4 {
  border-color: #009FD0 !important;
}

.border-blue5 {
  border-color: #02C3FF !important;
}

.border-orange0 {
  border-color: #FF8900 !important;
}

.border-progress {
  border-color: #36D2B6 !important;
}

.border-live {
  border-color: #FF3E46 !important;
}

.border-red {
  border-color: #FC414C !important;
}

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

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

.rounded, .home #home-featured-section #home-featured-slider .featured-slide .slide-row img {
  border-radius: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !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;
  }

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

  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-primary {
  color: #009FD0 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #006584 !important;
}

.text-secondary {
  color: #FF8900 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #b36000 !important;
}

.text-success {
  color: #36D2B6 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #229984 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #FC414C !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ed0411 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-gray0 {
  color: #F2F2F2 !important;
}

a.text-gray0:hover, a.text-gray0:focus {
  color: #cccccc !important;
}

.text-gray1 {
  color: #DBDBDB !important;
}

a.text-gray1:hover, a.text-gray1:focus {
  color: #b5b5b5 !important;
}

.text-gray2 {
  color: #AEBAB6 !important;
}

a.text-gray2:hover, a.text-gray2:focus {
  color: #859791 !important;
}

.text-gray3 {
  color: #7D8084 !important;
}

a.text-gray3:hover, a.text-gray3:focus {
  color: #585a5d !important;
}

.text-gray4 {
  color: #67737A !important;
}

a.text-gray4:hover, a.text-gray4:focus {
  color: #444c51 !important;
}

.text-gray5 {
  color: #E3E3E3 !important;
}

a.text-gray5:hover, a.text-gray5:focus {
  color: #bdbdbd !important;
}

.text-gray6 {
  color: #D3D6E2 !important;
}

a.text-gray6:hover, a.text-gray6:focus {
  color: #a5abc4 !important;
}

.text-gray7 {
  color: #7b868c !important;
}

a.text-gray7:hover, a.text-gray7:focus {
  color: #575f64 !important;
}

.text-focus {
  color: #FED230 !important;
}

a.text-focus:hover, a.text-focus:focus {
  color: #e0b101 !important;
}

.text-balck1 {
  color: #252F38 !important;
}

a.text-balck1:hover, a.text-balck1:focus {
  color: #07080a !important;
}

.text-blue0 {
  color: #0084AD !important;
}

a.text-blue0:hover, a.text-blue0:focus {
  color: #004a61 !important;
}

.text-blue1 {
  color: #008EBA !important;
}

a.text-blue1:hover, a.text-blue1:focus {
  color: #00546e !important;
}

.text-blue2 {
  color: #0084ADCC !important;
}

a.text-blue2:hover, a.text-blue2:focus {
  color: rgba(0, 74, 97, 0.8) !important;
}

.text-blue3 {
  color: #19A0CE !important;
}

a.text-blue3:hover, a.text-blue3:focus {
  color: #116b8a !important;
}

.text-blue4 {
  color: #009FD0 !important;
}

a.text-blue4:hover, a.text-blue4:focus {
  color: #006584 !important;
}

.text-blue5 {
  color: #02C3FF !important;
}

a.text-blue5:hover, a.text-blue5:focus {
  color: #008ab5 !important;
}

.text-orange0 {
  color: #FF8900 !important;
}

a.text-orange0:hover, a.text-orange0:focus {
  color: #b36000 !important;
}

.text-progress {
  color: #36D2B6 !important;
}

a.text-progress:hover, a.text-progress:focus {
  color: #229984 !important;
}

.text-live {
  color: #FF3E46 !important;
}

a.text-live:hover, a.text-live:focus {
  color: #f1000a !important;
}

.text-red {
  color: #FC414C !important;
}

a.text-red:hover, a.text-red:focus {
  color: #ed0411 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container, .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #FFFFFF !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-25 {
    height: 25% !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .h-sm-75 {
    height: 75% !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-auto {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }
}
@media (min-width: 1440px) {
  .w-xxl-25 {
    width: 25% !important;
  }

  .w-xxl-50 {
    width: 50% !important;
  }

  .w-xxl-75 {
    width: 75% !important;
  }

  .w-xxl-100 {
    width: 100% !important;
  }

  .w-xxl-auto {
    width: auto !important;
  }

  .h-xxl-25 {
    height: 25% !important;
  }

  .h-xxl-50 {
    height: 50% !important;
  }

  .h-xxl-75 {
    height: 75% !important;
  }

  .h-xxl-100 {
    height: 100% !important;
  }

  .h-xxl-auto {
    height: auto !important;
  }
}
.mw-25 {
  max-width: 25% !important;
}

.mh-25 {
  max-height: 25% !important;
}

.flex-1 {
  flex: 1;
}

.mw-50 {
  max-width: 50% !important;
}

.mh-50 {
  max-height: 50% !important;
}

.flex-1 {
  flex: 1;
}

.mw-75 {
  max-width: 75% !important;
}

.mh-75 {
  max-height: 75% !important;
}

.flex-1 {
  flex: 1;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.flex-1 {
  flex: 1;
}

.mw-auto {
  max-width: auto !important;
}

.mh-auto {
  max-height: auto !important;
}

.flex-1 {
  flex: 1;
}

.mw-25 {
  max-width: 25% !important;
}

.mh-25 {
  max-height: 25% !important;
}

.flex-1 {
  flex: 1;
}

.mw-50 {
  max-width: 50% !important;
}

.mh-50 {
  max-height: 50% !important;
}

.flex-1 {
  flex: 1;
}

.mw-75 {
  max-width: 75% !important;
}

.mh-75 {
  max-height: 75% !important;
}

.flex-1 {
  flex: 1;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.flex-1 {
  flex: 1;
}

.mw-auto {
  max-width: auto !important;
}

.mh-auto {
  max-height: auto !important;
}

.flex-1 {
  flex: 1;
}

@media (min-width: 576px) {
  .mw-sm-25 {
    max-width: 25% !important;
  }

  .mh-sm-25 {
    max-height: 25% !important;
  }

  .flex-sm-1 {
    flex: 1;
  }

  .mw-sm-50 {
    max-width: 50% !important;
  }

  .mh-sm-50 {
    max-height: 50% !important;
  }

  .flex-sm-1 {
    flex: 1;
  }

  .mw-sm-75 {
    max-width: 75% !important;
  }

  .mh-sm-75 {
    max-height: 75% !important;
  }

  .flex-sm-1 {
    flex: 1;
  }

  .mw-sm-100 {
    max-width: 100% !important;
  }

  .mh-sm-100 {
    max-height: 100% !important;
  }

  .flex-sm-1 {
    flex: 1;
  }

  .mw-sm-auto {
    max-width: auto !important;
  }

  .mh-sm-auto {
    max-height: auto !important;
  }

  .flex-sm-1 {
    flex: 1;
  }

  .mw-sm-25 {
    max-width: 25% !important;
  }

  .mh-sm-25 {
    max-height: 25% !important;
  }

  .flex-sm-1 {
    flex: 1;
  }

  .mw-sm-50 {
    max-width: 50% !important;
  }

  .mh-sm-50 {
    max-height: 50% !important;
  }

  .flex-sm-1 {
    flex: 1;
  }

  .mw-sm-75 {
    max-width: 75% !important;
  }

  .mh-sm-75 {
    max-height: 75% !important;
  }

  .flex-sm-1 {
    flex: 1;
  }

  .mw-sm-100 {
    max-width: 100% !important;
  }

  .mh-sm-100 {
    max-height: 100% !important;
  }

  .flex-sm-1 {
    flex: 1;
  }

  .mw-sm-auto {
    max-width: auto !important;
  }

  .mh-sm-auto {
    max-height: auto !important;
  }

  .flex-sm-1 {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .mw-md-25 {
    max-width: 25% !important;
  }

  .mh-md-25 {
    max-height: 25% !important;
  }

  .flex-md-1 {
    flex: 1;
  }

  .mw-md-50 {
    max-width: 50% !important;
  }

  .mh-md-50 {
    max-height: 50% !important;
  }

  .flex-md-1 {
    flex: 1;
  }

  .mw-md-75 {
    max-width: 75% !important;
  }

  .mh-md-75 {
    max-height: 75% !important;
  }

  .flex-md-1 {
    flex: 1;
  }

  .mw-md-100 {
    max-width: 100% !important;
  }

  .mh-md-100 {
    max-height: 100% !important;
  }

  .flex-md-1 {
    flex: 1;
  }

  .mw-md-auto {
    max-width: auto !important;
  }

  .mh-md-auto {
    max-height: auto !important;
  }

  .flex-md-1 {
    flex: 1;
  }

  .mw-md-25 {
    max-width: 25% !important;
  }

  .mh-md-25 {
    max-height: 25% !important;
  }

  .flex-md-1 {
    flex: 1;
  }

  .mw-md-50 {
    max-width: 50% !important;
  }

  .mh-md-50 {
    max-height: 50% !important;
  }

  .flex-md-1 {
    flex: 1;
  }

  .mw-md-75 {
    max-width: 75% !important;
  }

  .mh-md-75 {
    max-height: 75% !important;
  }

  .flex-md-1 {
    flex: 1;
  }

  .mw-md-100 {
    max-width: 100% !important;
  }

  .mh-md-100 {
    max-height: 100% !important;
  }

  .flex-md-1 {
    flex: 1;
  }

  .mw-md-auto {
    max-width: auto !important;
  }

  .mh-md-auto {
    max-height: auto !important;
  }

  .flex-md-1 {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .mw-lg-25 {
    max-width: 25% !important;
  }

  .mh-lg-25 {
    max-height: 25% !important;
  }

  .flex-lg-1 {
    flex: 1;
  }

  .mw-lg-50 {
    max-width: 50% !important;
  }

  .mh-lg-50 {
    max-height: 50% !important;
  }

  .flex-lg-1 {
    flex: 1;
  }

  .mw-lg-75 {
    max-width: 75% !important;
  }

  .mh-lg-75 {
    max-height: 75% !important;
  }

  .flex-lg-1 {
    flex: 1;
  }

  .mw-lg-100 {
    max-width: 100% !important;
  }

  .mh-lg-100 {
    max-height: 100% !important;
  }

  .flex-lg-1 {
    flex: 1;
  }

  .mw-lg-auto {
    max-width: auto !important;
  }

  .mh-lg-auto {
    max-height: auto !important;
  }

  .flex-lg-1 {
    flex: 1;
  }

  .mw-lg-25 {
    max-width: 25% !important;
  }

  .mh-lg-25 {
    max-height: 25% !important;
  }

  .flex-lg-1 {
    flex: 1;
  }

  .mw-lg-50 {
    max-width: 50% !important;
  }

  .mh-lg-50 {
    max-height: 50% !important;
  }

  .flex-lg-1 {
    flex: 1;
  }

  .mw-lg-75 {
    max-width: 75% !important;
  }

  .mh-lg-75 {
    max-height: 75% !important;
  }

  .flex-lg-1 {
    flex: 1;
  }

  .mw-lg-100 {
    max-width: 100% !important;
  }

  .mh-lg-100 {
    max-height: 100% !important;
  }

  .flex-lg-1 {
    flex: 1;
  }

  .mw-lg-auto {
    max-width: auto !important;
  }

  .mh-lg-auto {
    max-height: auto !important;
  }

  .flex-lg-1 {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .mw-xl-25 {
    max-width: 25% !important;
  }

  .mh-xl-25 {
    max-height: 25% !important;
  }

  .flex-xl-1 {
    flex: 1;
  }

  .mw-xl-50 {
    max-width: 50% !important;
  }

  .mh-xl-50 {
    max-height: 50% !important;
  }

  .flex-xl-1 {
    flex: 1;
  }

  .mw-xl-75 {
    max-width: 75% !important;
  }

  .mh-xl-75 {
    max-height: 75% !important;
  }

  .flex-xl-1 {
    flex: 1;
  }

  .mw-xl-100 {
    max-width: 100% !important;
  }

  .mh-xl-100 {
    max-height: 100% !important;
  }

  .flex-xl-1 {
    flex: 1;
  }

  .mw-xl-auto {
    max-width: auto !important;
  }

  .mh-xl-auto {
    max-height: auto !important;
  }

  .flex-xl-1 {
    flex: 1;
  }

  .mw-xl-25 {
    max-width: 25% !important;
  }

  .mh-xl-25 {
    max-height: 25% !important;
  }

  .flex-xl-1 {
    flex: 1;
  }

  .mw-xl-50 {
    max-width: 50% !important;
  }

  .mh-xl-50 {
    max-height: 50% !important;
  }

  .flex-xl-1 {
    flex: 1;
  }

  .mw-xl-75 {
    max-width: 75% !important;
  }

  .mh-xl-75 {
    max-height: 75% !important;
  }

  .flex-xl-1 {
    flex: 1;
  }

  .mw-xl-100 {
    max-width: 100% !important;
  }

  .mh-xl-100 {
    max-height: 100% !important;
  }

  .flex-xl-1 {
    flex: 1;
  }

  .mw-xl-auto {
    max-width: auto !important;
  }

  .mh-xl-auto {
    max-height: auto !important;
  }

  .flex-xl-1 {
    flex: 1;
  }
}
@media (min-width: 1440px) {
  .mw-xxl-25 {
    max-width: 25% !important;
  }

  .mh-xxl-25 {
    max-height: 25% !important;
  }

  .flex-xxl-1 {
    flex: 1;
  }

  .mw-xxl-50 {
    max-width: 50% !important;
  }

  .mh-xxl-50 {
    max-height: 50% !important;
  }

  .flex-xxl-1 {
    flex: 1;
  }

  .mw-xxl-75 {
    max-width: 75% !important;
  }

  .mh-xxl-75 {
    max-height: 75% !important;
  }

  .flex-xxl-1 {
    flex: 1;
  }

  .mw-xxl-100 {
    max-width: 100% !important;
  }

  .mh-xxl-100 {
    max-height: 100% !important;
  }

  .flex-xxl-1 {
    flex: 1;
  }

  .mw-xxl-auto {
    max-width: auto !important;
  }

  .mh-xxl-auto {
    max-height: auto !important;
  }

  .flex-xxl-1 {
    flex: 1;
  }

  .mw-xxl-25 {
    max-width: 25% !important;
  }

  .mh-xxl-25 {
    max-height: 25% !important;
  }

  .flex-xxl-1 {
    flex: 1;
  }

  .mw-xxl-50 {
    max-width: 50% !important;
  }

  .mh-xxl-50 {
    max-height: 50% !important;
  }

  .flex-xxl-1 {
    flex: 1;
  }

  .mw-xxl-75 {
    max-width: 75% !important;
  }

  .mh-xxl-75 {
    max-height: 75% !important;
  }

  .flex-xxl-1 {
    flex: 1;
  }

  .mw-xxl-100 {
    max-width: 100% !important;
  }

  .mh-xxl-100 {
    max-height: 100% !important;
  }

  .flex-xxl-1 {
    flex: 1;
  }

  .mw-xxl-auto {
    max-width: auto !important;
  }

  .mh-xxl-auto {
    max-height: auto !important;
  }

  .flex-xxl-1 {
    flex: 1;
  }
}
@media (max-width: 991.98px) {
  body .show-desktop {
    display: none !important;
  }
  body .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 992px) {
  body .hide-desktop {
    display: none !important;
  }
  body .show-mobile {
    display: none !important;
  }
}

:root {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

.f1 {
  font-family: "Raleway", sans-serif !important;
}

.f2 {
  font-family: "Playfair Display", serif !important;
}

.page-title, .section-title {
  color: #19A0CE;
}

h1, h2, h4, h5, h6, .page-title, .section-title {
  font-family: "Playfair Display", serif;
}

.section-title {
  text-transform: uppercase;
}

h1,
.h1,
.page-title {
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 3.2rem;
  letter-spacing: 0.161rem;
  color: #009FD0;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  h1,
.h1,
.page-title {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 0.14rem;
  }
}

.page-title-sec {
  font-size: 2.5rem;
  line-height: 2.9rem;
  letter-spacing: 0.01rem;
}
@media (max-width: 991.98px) {
  .page-title-sec {
    font-size: 2.1rem;
    line-height: 2.9rem;
    letter-spacing: 0.089rem;
  }
}

h2,
.section-title {
  font-weight: bold;
  color: #009FD0;
  font-size: 3rem;
  line-height: 2.9rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  h2,
.section-title {
    font-size: 2.1rem;
    line-height: 2.9rem;
    letter-spacing: 0.084rem;
  }
}

h3, .section-text, h3.section-subtitle {
  color: #009FD0;
  font-size: 2.4rem;
  line-height: 3.5rem;
  letter-spacing: 0.048rem;
  font-weight: bold;
  text-transform: none;
}

.section-text {
  font-weight: 300;
}

h4, h4.section-subtitle {
  font-size: 2.1rem;
  line-height: 2.9rem;
  letter-spacing: 0.084rem;
  text-transform: uppercase;
  color: #009FD0;
  font-weight: bold;
}

h4.client-area-section-title {
  text-transform: none;
}

h5 {
  font-size: 1.6rem;
  line-height: 2.9rem;
  letter-spacing: 0.064rem;
  color: #009FD0;
  text-transform: uppercase;
}
h5.auction-title {
  font-weight: bold;
  line-height: 2.3rem !important;
}
h5.footer-category, h5.blog-title {
  text-transform: none;
}

h6 {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.014rem;
  color: #009FD0;
}

small {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.014rem;
  color: #009FD0;
}

p {
  font-size: 1.6rem;
  line-height: 2.7rem;
  letter-spacing: 0.032rem;
}

a[class^=btn-outline-],
button[class^=btn-outline-] {
  padding-top: 1.5rem -0.1 i !important;
  padding-bottom: 1.4rem !important;
  background-color: red !important;
}

.btn {
  display: flex;
  justify-content: center;
  box-shadow: 0px 3px 6px #00000029;
  line-height: 1.3;
  text-transform: uppercase;
}
.btn.btn-primary {
  border: none !important;
  position: relative;
}
.btn.btn-primary:hover span {
  position: relative;
}
.btn.btn-primary:hover:before {
  border-radius: 5px;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent linear-gradient(180deg, var(--blue-primary-color) 0%, var(--dark-blue) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #009FD0 0%, #0084AD 100%) 0% 0% no-repeat padding-box;
}
.btn.btn-primary:disabled {
  background-color: #009FD0;
  opacity: 1;
}
.btn.btn-primary:disabled span {
  opacity: 0.5;
}
.btn.btn-success {
  color: #FFFFFF;
}
.btn.text-uppercase {
  text-transform: uppercase !important;
}
.btn.text-uppercase span {
  text-transform: uppercase !important;
}
.btn.btn-icon {
  display: flex;
  align-items: center;
}
.btn.btn-icon svg {
  margin-right: 5px;
  margin-top: -1px;
}
.btn.btn-solid-white {
  box-shadow: none;
  background: #19A0CE;
  border: solid 1px #fff !important;
  color: #FFFFFF;
}
.btn.btn-solid-white .btn-container {
  position: relative;
}
.btn.btn-solid-white:hover {
  background: #fff !important;
  color: #009FD0;
}
.btn.btn-solid-white:hover span {
  color: #009FD0;
}
.btn.btn-change-label {
  justify-content: center;
  align-items: center;
}
.btn.btn-change-label div,
.btn.btn-change-label span {
  animation: all 2s;
}
.btn.btn-change-label .btn-container {
  display: inline-flex;
  position: relative;
  justify-content: center;
}
.btn.btn-change-label .btn-container .btn-hover {
  position: absolute;
  top: 0px;
  opacity: 0;
}
.btn.btn-change-label:hover .btn-container > .btn-label {
  opacity: 0;
}
.btn.btn-change-label:hover .btn-container .btn-hover {
  opacity: 1;
  display: flex;
}
.btn.btn-anime-icon {
  transition: none;
}
.btn.btn-anime-icon .btn-container {
  position: relative;
}
.btn.btn-anime-icon .arrow {
  margin-top: 0px !important;
}
.btn.btn-arrow {
  align-items: center;
  justify-content: center;
  position: relative;
}
.btn.btn-arrow span {
  transition: all 0.2s;
}
.btn.btn-arrow span.arrow {
  transform: translate(0rem, 0px);
  opacity: 0;
  margin-top: 2px;
  display: inline-flex;
  position: absolute;
}
.btn.btn-arrow .btn-label {
  display: inline-flex;
  position: relative;
  transform: translate(0rem, 0px);
}
.btn.btn-arrow:hover span.btn-label {
  transform: translate(-1rem, 0px);
}
.btn.btn-arrow:hover span.arrow {
  left: auto;
  right: 0px;
  transform: translate(1rem, 0px);
  opacity: 1;
}
.btn.btn-arrow.btn-block:hover span.arrow {
  transform: translate(5rem, 0px);
}
.btn.btn-arrow.btn-remove .x-part,
.btn.btn-arrow.btn-remove .arrow {
  margin-top: 2px;
}
.btn.btn-arrow.btn-remove .x-part {
  position: absolute;
  transform: translate(1rem, 0px) rotate(180deg);
}
.btn.btn-arrow.btn-remove .btn-container {
  position: relative;
  display: inline-block;
}
.btn.btn-arrow.btn-remove:hover .arrow {
  transform: translate(1.3rem, 0px);
}
.btn.btn-arrow.btn-remove span.arrow {
  margin-top: 2px;
}
.btn:focus {
  outline: none !important;
  box-shadow: 0 0 0px 2px #fed230;
}

.input-group .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-height: 3.5rem;
}

.btn-arrow-2 {
  display: flex;
  justify-content: center;
  position: relative;
}
.btn-arrow-2 span.btn-label {
  margin-right: 0.5rem;
}
.btn-arrow-2 span.arrow {
  margin-left: 0.5rem;
}
.btn-arrow-2 span {
  display: inline-block;
  transition: margin 0.5s;
}
.btn-arrow-2:hover span.btn-label {
  margin-right: 0rem;
}
.btn-arrow-2:hover span.arrow {
  margin-left: 0rem;
}

@media (min-width: 768px) {
  .btn-wmd-1 {
    max-width: 22.2rem;
  }

  .btn-wmd-2 {
    max-width: 18.9rem;
  }

  .btn-wmd-3 {
    max-width: 15.8rem;
  }

  .btn-wmd-4 {
    max-width: 26.4rem;
  }
}
@media (max-width: 767.98px) {
  .btn-wsm-1 {
    max-width: 18.7rem;
  }

  .btn-wsm-2 {
    max-width: 14rem;
  }

  .btn-wsm-3 {
    max-width: 15.8rem;
  }
}
a[class*=btn-wmd], a[class*=btn-wsm], button[class*=btn-wmd], button[class*=btn-wsm] {
  width: 100%;
}

.count-badge {
  background-color: #FF3E46;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
  line-height: 2rem;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
}

.form-check-input {
  visibility: hidden;
}

label.for-checkbox {
  width: 2.2rem;
  height: 2.2rem;
  border-style: solid;
  border-color: #19A0CE;
  border-width: 1px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  padding: 0px;
}

.form-check-input {
  position: absolute;
}
.form-check-input:before {
  visibility: hidden;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -1px;
}

.form-check-input:checked + label.for-checkbox:hover,
.form-check-input:checked + label.for-checkbox {
  visibility: visible;
  background-color: #19A0CE;
}
.form-check-input:checked + label.for-checkbox:hover:before,
.form-check-input:checked + label.for-checkbox:before {
  content: url(/assets/images/check-icon-white.svg);
}

.form-check-input + label.for-checkbox:hover {
  visibility: visible;
}
.form-check-input + label.for-checkbox:hover:before {
  content: url(/assets/images/check-icon-blue.svg);
}

.category-checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}
.category-checkbox.disabled, .category-checkbox :disabled {
  opacity: 0.5;
}
.category-checkbox .category-name {
  font-size: 1.4rem;
  color: #7D8084;
}
.category-checkbox label {
  margin-bottom: 0px;
}
.category-checkbox:focus {
  outline: none !important;
  box-shadow: 0 0 0px 2px #FED230;
}
.category-checkbox:hover {
  font-weight: bold;
  cursor: pointer;
}
.category-checkbox:hover .form-check-input:checked + label.for-checkbox {
  visibility: visible;
  background-color: #19A0CE;
}
.category-checkbox:hover .form-check-input:checked + label.for-checkbox:before {
  content: url(/assets/images/check-icon-white.svg);
}
.category-checkbox:hover .form-check-input + label.for-checkbox {
  visibility: visible;
}
.category-checkbox:hover .form-check-input + label.for-checkbox:before {
  content: url(/assets/images/check-icon-blue.svg);
}

.checkbox-container {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
  align-items: center;
}
.checkbox-container .agreement-term {
  margin-left: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.039rem;
  line-height: 1.5rem;
  color: #7D8084;
}
.checkbox-container .agreement-term span {
  color: #7D8084;
  text-decoration: underline;
  font-weight: bold;
}
.checkbox-container.change-label .hover-label {
  display: none;
}
.checkbox-container.change-label:hover span {
  display: none;
}
.checkbox-container.change-label:hover span.hover-label {
  display: block;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + label {
  font-weight: bold;
}
.custom-checkbox.icon-checkbox input[type=checkbox]:checked + label {
  font-weight: bold;
}
.custom-checkbox.icon-checkbox input[type=checkbox]:checked + label::before {
  background-color: #19A0CE !important;
  background-image: url(/assets/images/check-icon-white.svg);
}
.custom-checkbox:not(.icon-checkbox) input[type=checkbox]:checked + label::after {
  background-color: #19A0CE;
  background-image: url(/assets/images/check-icon-white.svg);
}
.custom-checkbox label {
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
@media (min-width: 992px) {
  .custom-checkbox label:hover {
    font-weight: bold;
  }
}
.custom-checkbox label:active {
  outline: none !important;
  box-shadow: 0 0 0px 2px #FED230;
}
@media (min-width: 992px) {
  .custom-checkbox:not(.icon-checkbox) label:hover:after, .custom-checkbox.icon-checkbox label:hover:before {
    background-color: #FFFFFF;
    background-image: url(/assets/images/check-icon-blue.svg);
  }
}
.custom-checkbox:not(.icon-checkbox) .custom-checkbox-label::after, .custom-checkbox.icon-checkbox .custom-checkbox-label::before {
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  content: " ";
  width: 2.2rem;
  height: 2.2rem;
  border-style: solid;
  border-color: #19A0CE;
  border-width: 1px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  padding: 0px;
}
.custom-checkbox.before .custom-checkbox-label {
  flex-direction: row-reverse;
}
.custom-checkbox.icon-checkbox .custom-checkbox-label {
  justify-content: flex-start;
}
.custom-checkbox.icon-checkbox .custom-checkbox-label .fas {
  margin-top: 2px;
  font-size: 2rem;
  color: #009FD0;
  margin-right: 5px;
}
.custom-checkbox.icon-checkbox .custom-checkbox-label:before {
  margin-right: 15px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a.underline {
  display: inline-block;
}
a.underline:after {
  content: "";
  height: 2px;
  width: 0%;
  display: block;
  background-color: #19A0CE;
  transition: width 0.5s;
}
a.underline.underline-orange:after {
  background-color: #FD8925;
}
a.underline.underline-red:after {
  background-color: #FD8925;
}
a.underline.underline-green:after {
  background-color: #36D2B6;
}
a.underline.underline-pink:after {
  background-color: #D946B2;
}
a.underline:hover:after {
  width: 100%;
}

a.show-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
a.show-label:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0084ADCC;
  opacity: 0;
  transition: opacity, 0.5s;
}
a.show-label span.label {
  opacity: 0;
  transition: opacity 0.5s;
  color: #FFFFFF;
}
a.show-label:hover span.label {
  opacity: 1;
  z-index: 2;
}
a.show-label:hover:before {
  opacity: 0.7;
  z-index: 1;
}

input[type=text],
input[type=search],
input[type=number],
input[type=date],
input[type=tel],
input[type=url],
input[type=week],
.select-input,
select,
textarea,
.input-group {
  box-shadow: 0px 3px 6px #00000029;
}

.input-group input[type=text],
.input-group input[type=search],
.input-group input[type=number],
.input-group input[type=date],
.input-group input[type=tel],
.input-group input[type=url],
.input-group input[type=week],
.input-group input[type=password],
.input-group textarea,
.input-group button {
  border: none;
  box-shadow: none;
}
.input-group button {
  background-color: #fff;
}

.input-group-primary {
  border: 1px solid #19A0CE;
  border-radius: 5px;
}
.input-group-primary .input-group-append button, .input-group-primary .input-group-append div, .input-group-primary .input-group-append span {
  background-color: transparent;
  border: none;
}

.input-group button.btn-icon:before {
  content: url(/assets/images/search.svg);
  background-size: cover;
  background-repeat: none;
  background-position: center;
  width: 16px;
  height: 16px;
}

.input-group.password-icon .btn span {
  content: url(/assets/images/eye.svg);
}

.input-group.search-icon .btn span {
  content: url(/assets/images/search.svg);
}

.bold-placeholder::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: bold;
  color: #000000;
}
.bold-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: bold;
  color: #000000;
}
.bold-placeholder::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: bold;
  color: #000000;
}

.select-input {
  border-radius: 5px;
  padding: 0px;
}
.select-input:before {
  position: absolute;
  right: 0px;
  display: inline-block;
  top: 6px;
  right: 33px;
  background: #fff;
}
.select-input .select, .select-input select.form-control {
  background-position: 95% center;
  border-color: #19A0CE;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  box-shadow: none;
  max-height: 100%;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

select {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/images/blue-arrow-down.png) !important;
  background-repeat: no-repeat;
  background-position: center right;
  border: 0px;
}
select.form-control {
  border: none;
}

select:invalid {
  color: #67737A;
}

.select {
  outline: none !important;
  border: none !important;
}
.select:focus, .select:active {
  outline: none !important;
  box-shadow: 0 0 0px 2px #FED230 !important;
}

body:not(.logged-in) #site-header .profile-info-container .profile-picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
body:not(.logged-in) #site-header .profile-info-container .profile-picture .icon {
  background-image: url(/assets/images/no-profile.svg);
  background-position: center;
  background-size: cover;
  height: 25.3px;
  width: 22.14px;
  display: block;
}

#site-header {
  padding-top: 8px;
  padding-bottom: 13px;
}
#site-header #topbar #close-menu {
  display: none;
}
#site-header #topbar .skip-section {
  margin-top: 13px;
  margin-bottom: 16px;
}
#site-header #topbar .skip-section > div {
  display: flex;
}
@media (min-width: 768px) {
  #site-header #topbar .skip-section > div {
    align-items: center;
  }
}
#site-header #topbar .skip-section > div:last-child {
  justify-content: flex-end;
}
#site-header #topbar .skip-section .skip-links {
  display: flex;
}
#site-header #topbar .skip-section .skip-links li {
  list-style: none;
}
#site-header #topbar .skip-section .skip-links li.skip-item .skip-link {
  font-size: 1.2rem;
  color: #67737A;
  text-decoration: none;
  display: inline-block;
}
#site-header #topbar .skip-section .skip-links li.skip-item .current-user {
  font-size: 1.2rem;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #site-header #topbar .skip-section .skip-links li.skip-item .skip-link,
#site-header #topbar .skip-section .skip-links li.skip-item .current-user {
    font-size: 1rem !important;
  }
}
#site-header #topbar .skip-section .skip-links li.skip-sep {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #site-header #topbar .skip-section .skip-links li.skip-sep {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
#site-header #topbar .skip-section .skip-links li.skip-sep:before {
  content: " ";
  display: block;
  width: 0.1rem;
  height: 2.4rem;
  background-color: #009FD0;
}
#site-header #topbar .skip-section .search-form-container form {
  display: block;
  width: 100%;
}
#site-header #topbar .inst-links {
  margin-top: 13px;
  margin-bottom: 13px;
  align-items: stretch;
}
#site-header #topbar .inst-links .btn {
  box-shadow: none !important;
}
#site-header #topbar .inst-links > div {
  display: flex;
  align-items: center;
}
#site-header #topbar .inst-links > div:first-child {
  justify-content: flex-start;
}
#site-header #topbar .inst-links > div:last-child {
  justify-content: flex-end;
}
#site-header #topbar .inst-links > div .navbar-nav .nav-item {
  display: block;
}
#site-header #topbar .inst-links > div .navbar-nav .nav-item .nav-link {
  color: #67737A;
  font-size: 1.2rem;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  text-transform: uppercase;
}
#site-header #topbar .inst-links > div .navbar-nav .nav-item .nav-link:first-child, #site-header #topbar .inst-links > div .navbar-nav .nav-item .nav-link a {
  padding-left: 0px;
}
#site-header #main-menu {
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
}
#site-header #main-menu .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#site-header #main-menu .navbar-nav .nav-item > a {
  font-size: 1.3rem;
  color: #FFFFFF;
  transition: all 0.5s;
  font-family: "Raleway", sans-serif;
}
#site-header #main-menu .navbar-nav .nav-item.active, #site-header #main-menu .navbar-nav .nav-item:hover {
  font-weight: bold;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row {
  display: none;
  width: 100vw;
  position: absolute;
  left: 0;
  margin-top: 1px;
  box-shadow: 0px 10px 20px #00000029;
  z-index: 100000000;
  background-color: #FFFFFF;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container {
  padding-top: 1.6rem;
  padding-bottom: 2.6rem;
  position: relative;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-menu {
  width: 100%;
  left: 0;
  margin-left: 15px;
  display: flex;
  padding-left: 0px;
  margin-left: 0px;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-menu ul, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-menu li {
  list-style: none;
  padding-left: 0px;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-menu ul li a {
  color: #67737A !important;
  font-size: 1.2rem;
  margin-bottom: 2px;
  border-bottom-color: #E3E3E3;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-menu li.mega-menu-column {
  width: 24.4%;
  margin-left: 20px;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-menu li.mega-menu-column ul li {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #E3E3E3;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-menu li.mega-menu-column ul li a {
  display: flex;
  align-items: center;
  letter-spacing: 0.12px;
  font-weight: normal;
  padding-top: 3px;
  padding-bottom: 3px;
  transition: all 0.5s;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-menu li.mega-menu-column ul li a:before {
  content: " ";
  width: 0px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(assets/images/blue-arrow-right.svg);
  display: none;
  transition: all 0.5s;
  margin-right: 15px;
  display: block;
  opacity: 0;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-menu li.mega-menu-column ul li a:hover:before {
  width: 12px;
  opacity: 1;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-menu li.mega-menu-column ul li:hover {
  border-bottom-color: #009FD0 !important;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-imgs {
  width: 100%;
  max-width: 477px;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-imgs .mega-img-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-imgs .mega-img-container .mega-feat-img {
  width: 49%;
  max-width: 233px;
  margin-bottom: 11px;
  overflow: hidden;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-imgs .mega-img-container .mega-feat-img a {
  height: 143px;
  width: 100%;
  display: flex;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-imgs .mega-img-container .mega-feat-img a span {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-see-all {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  bottom: 0px;
  padding-left: 15px;
  padding-right: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .mega-see-all a {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  color: #67737A;
}
#site-header #main-menu .navbar-nav .nav-item.active .mega-menu-row, #site-header #main-menu .navbar-nav .nav-item:hover .mega-menu-row {
  display: flex !important;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  #site-header .nav-link {
    font-size: 1rem !important;
  }
}
@media (max-width: 767.98px) {
  body.menu-active {
    max-height: 100vh !important;
    overflow: hidden !important;
    height: 100vh !important;
  }
  body.menu-active #topbar {
    position: relative;
    z-index: 10;
  }

  #topbar {
    padding-top: 3rem;
    background-color: #fff;
    margin-top: -37px;
    overflow-y: scroll;
    height: 110vh;
    padding-bottom: 10vh;
  }

  #site-header {
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0px 3px 6px #00000029;
    height: 45px;
    background-color: #fff;
    z-index: 100;
    position: relative;
  }
  #site-header .navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -92.5px;
  }
  #site-header .navbar-brand img {
    width: 185px;
  }
  #site-header .menu-content {
    padding-top: 3px;
  }
  #site-header .menu-content button {
    margin-top: 6px;
    margin-left: 15px;
  }
  #site-header .menu-content button .navbar-toggler-icon {
    width: 23px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/assets/images/hamburguer.svg);
  }
  #site-header #topbar #close-menu {
    display: inline-block;
    right: 15px;
    position: absolute;
    z-index: 1000;
  }
  #site-header #topbar .skip-section {
    flex-direction: column-reverse;
  }
  #site-header #topbar .skip-section .profile-info-container {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
  }
  #site-header #topbar .skip-section .profile-info-container .profile-picture {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #009FD0;
    align-self: flex-start;
  }
  #site-header #topbar .skip-section .profile-info-container .skip-links {
    margin-left: 15px;
  }
  #site-header #topbar .skip-section .search-form-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #site-header #topbar .inst-links {
    padding-top: 30px;
    padding-bottom: 35px;
    margin-right: 0px;
    margin-left: 0px;
  }
  #site-header #topbar .inst-links:before {
    content: " ";
    position: relative;
    width: 100%;
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #AEBAB6;
    top: -30px;
  }
  #site-header #topbar .inst-links:after {
    content: " ";
    position: relative;
    width: 100%;
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #AEBAB6;
    margin-top: 30px;
  }
  #site-header #topbar .inst-links .cta {
    width: 100%;
    margin-top: 35px;
  }
  #site-header #topbar .inst-links > div:last-child {
    justify-content: center;
  }
  #site-header #topbar .user-account-container {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #AEBAB6;
    padding-bottom: 1.3rem;
  }
  #site-header #topbar .user-account-container .user-menu {
    border-bottom: none;
  }
  #site-header #topbar #mob-institucional {
    padding-top: 30px;
  }
  #site-header #topbar #mob-institucional a {
    font-size: 1.3rem;
    line-height: 1.5rem;
    letter-spacing: 0.065rem;
    color: #7b868c;
  }
  #site-header #topbar .mobile-address .addresses {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }
  #site-header #topbar .mobile-address .addresses > div {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #site-header #topbar .mobile-address .addresses > div:first-child {
    order: 1;
  }
  #site-header #topbar .mobile-address .addresses > div:nth-child(2) {
    order: 2;
  }
  #site-header #topbar .mobile-address .addresses > div:last-child {
    order: 0;
  }
  #site-header #topbar .mobile-address .addresses > div ul.social {
    display: flex;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  #site-header #topbar .mobile-address .addresses > div ul.social li {
    list-style: none;
    margin-right: 5px;
  }
  #site-header #topbar .mobile-address .addresses > div a {
    font-size: 1.3rem;
    line-height: 1.5rem;
    letter-spacing: 0.065rem;
    color: #7b868c;
  }
  #site-header #topbar .mobile-address .addresses > div:first-child {
    display: flex;
    flex-direction: column;
  }
  #site-header #topbar .mobile-address .addresses > div:first-child .phone {
    margin-top: 1rem;
  }
  #site-header #topbar .sec-img {
    margin-top: 3rem;
    border-top-width: 2px;
    border-top-color: #AEBAB6;
    border-top-style: solid;
    padding-top: 3rem;
  }

  body:not(.logged-in) .user-menu a {
    color: #AEBAB6;
    opacity: 0.5;
  }

  body.logged-in #site-header a.profile-picture {
    background-color: transparent !important;
  }
  body.logged-in #site-header .skip-links {
    flex-direction: column;
  }
  body.logged-in #site-header .skip-links li.skip-sep,
body.logged-in #site-header .skip-links li.skip-item:last-child {
    display: none;
  }
  body.logged-in #site-header .skip-links .bid-card-number {
    font-size: 1.1rem;
    color: #67737A;
  }
  body.logged-in #site-header .skip-links li {
    display: block;
  }
}
@media (min-width: 768px) {
  .profile-picture {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #main-menu .navbar-nav {
    max-width: 86%;
    margin: auto;
  }
  #main-menu .nav-item .nav-link {
    font-size: 1.3rem !important;
  }

  .mega-menu .mega-menu-column {
    width: 42% !important;
  }
  .mega-menu .mega-imgs .mega-feat-img {
    background-position: center;
  }
}
.card {
  background: white;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  opacity: 1;
  border: none;
}
.card .card-body {
  min-height: 10.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card.item-value-card .item-value {
  color: #36D2B6;
  font-size: 2.3rem;
  line-height: 3rem;
  font-weight: bold;
}
.card.item-value-card .item-name {
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: 0.064rem;
}
.card.item-value-card .item-value,
.card.item-value-card .item-name {
  display: block;
  width: 100%;
}
.card.item-value-card.customer-area .card-body {
  padding: 1.2rem;
}
.card.item-value-card.customer-area .card-body .item-value {
  font-size: 2.3rem;
  text-align: center;
}
.card.item-value-card.customer-area .card-body .item-name {
  font-size: 1.3rem;
  text-align: center;
}

.card.danger .item-value {
  color: #FF3E46;
}

.auction-card .featured-image img, .auction-card .slide-row img {
  box-shadow: 0px 3px 6px #00000029;
}
.auction-card .auction-description {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.014rem;
}
.auction-card .auction-description.small-description {
  font-size: 1.2rem;
}
.auction-card .auction-categories, .auction-card .auction-schedule {
  font-size: 1.2rem;
  letter-spacing: 0.024rem;
}
.auction-card .auction-categories {
  color: #02C3FF;
  line-height: 1.6rem;
}
.auction-card .auction-description {
  color: #67737A;
}
.auction-card .auction-categories a {
  color: #02C3FF;
}
.auction-card .auction-bid {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.auction-card .auction-bid .bid-init {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.7rem;
  letter-spacing: 20;
}
.auction-card .auction-bid .bid-price {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 2.8rem;
  letter-spacing: 10;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.auction-card .auction-bid .bid-location, .auction-card .auction-bid .bid-location strong,
.auction-card .auction-bid .init-date {
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.auction-card .auction-cta {
  margin-top: 15px;
}
.auction-card .auction-cta ul {
  display: flex;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .auction-card .auction-cta ul li {
    margin-right: 2%;
  }
}
@media (min-width: 415px) and (max-width: 575.98px) {
  .auction-card .auction-cta ul {
    justify-content: flex-start !important;
  }
  .auction-card .auction-cta ul li {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .auction-card .auction-cta ul li {
    margin-right: 3%;
  }
}
.auction-card .auction-cta ul li {
  list-style: none;
}

.auction-list .filters ul.nav {
  padding: 0;
}
.auction-list .filters ul.nav li.nav-item a {
  color: #67737A;
  font-size: 1.1rem;
  line-height: 2.4rem;
  letter-spacing: 0.026rem;
}
.auction-list .filters .filters-nav {
  display: flex;
  justify-content: space-between;
}
.auction-list .filter-controls {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0px;
}
.auction-list .filter-controls li {
  list-style: none;
}
.auction-list .filter-controls li.separator {
  width: 1px;
  height: 29px;
  border-right-color: #E3E3E3;
  border-right-width: 1px;
  border-right-style: solid;
  margin-right: 15px;
  margin-left: 15px;
  display: block;
}
.auction-list .the-list-item {
  margin-top: 6rem;
}
.auction-list .the-list-row {
  display: flex;
  justify-content: space-between;
}
.auction-list .the-list-item .featured-image {
  max-width: 362px;
  height: auto;
}
.auction-list .the-list-item .featured-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.auction-list .the-list-item .auction-title {
  margin-top: 1.5rem;
}
.auction-list .the-list-item .auction-schedule {
  margin-bottom: 1rem;
}
.auction-list .the-list-item .auction-schedule ul, .auction-list .the-list-item .auction-schedule li {
  list-style: none;
}
.auction-list .the-list-item .auction-schedule ul {
  margin-top: 1rem;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
}
.auction-list .the-list-item .auction-schedule ul .sch {
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .auction-list .the-list-item .auction-schedule ul {
    flex-direction: row;
  }
  .auction-list .the-list-item .auction-schedule ul li {
    font-size: 1rem;
    display: inline-block;
  }
  .auction-list .the-list-item .auction-schedule ul li:not(:first-child) {
    border-left-color: #7D8084;
    border-left-width: 1px;
    border-left-style: solid;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
  }
  .auction-list .the-list-item .auction-schedule ul li:last-child {
    font-weight: bold;
  }
  .auction-list .the-list-item .auction-schedule ul li:last-child .sch {
    display: none;
  }
}
.auction-list .the-list-item .product-images {
  display: none;
}
.auction-list .the-list-item .product-images ul {
  display: flex;
  padding: 0px;
  margin-left: 0px;
  justify-content: space-between;
}
.auction-list .the-list-item .product-images ul li {
  list-style: none;
  width: 100%;
  max-width: 16.6rem;
  display: flex;
  max-width: 20.666%;
}
.auction-list .the-list-item .product-images ul li img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.auction-list .load-more {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.auction-list .load-more .btn-load-more {
  max-width: 55.8rem;
}

@media (min-width: 992px) {
  .display-auction-list .the-list-row {
    flex-direction: column;
  }
  .display-auction-list .the-list-item {
    display: flex;
    max-width: none !important;
    width: 100%;
    flex: none !important;
    margin-right: 0px;
  }
  .display-auction-list .the-list-item .featured-image {
    margin-right: 30px;
    max-width: none !important;
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .display-auction-list .the-list-item .featured-image {
    flex: 2;
  }
}
@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1439.98px) {
  .display-auction-list .the-list-item .featured-image {
    flex: 6;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .display-auction-list .the-list-item .featured-image {
    flex: 1;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .display-auction-list .the-list-item .featured-image {
    margin-right: 15px !important;
  }
  .display-auction-list .the-list-item .featured-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .display-auction-list .the-list-item header.details .auction-title a {
    font-size: 1.2rem !important;
    line-height: 1.2rem !important;
  }
  .display-auction-list .the-list-item header.details .auction-schedule ul li {
    white-space: nowrap;
  }
  .display-auction-list .the-list-item header.details .auction-description {
    font-size: 1rem !important;
  }
  .display-auction-list .the-list-item header.details .auction-categories {
    font-size: 1rem;
    line-height: 1.2;
  }
  .display-auction-list .the-list-item header.details .auction-details .auction-info {
    max-width: 67% !important;
  }
  .display-auction-list .the-list-item header.details .product-images {
    margin-top: 1rem !important;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .display-auction-list .the-list-item header.details {
    flex: 3;
  }
}
@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1439.98px) {
  .display-auction-list .the-list-item header.details {
    flex: 7;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .display-auction-list .the-list-item header.details {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .display-auction-list .the-list-item .auction-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .display-auction-list .the-list-item .auction-details .auction-info {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  .display-auction-list .the-list-item .auction-cta ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .display-auction-list .the-list-item .auction-cta ul li {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .display-auction-list .the-list-item .product-images {
    display: flex !important;
    margin-top: 2rem;
    width: 100%;
  }
  .display-auction-list .the-list-item .product-images ul {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .display-auction-list .the-list-item .auction-schedule ul {
    flex-direction: row;
  }
  .display-auction-list .the-list-item .auction-schedule ul li {
    font-size: 1rem;
    display: inline-block;
  }
  .display-auction-list .the-list-item .auction-schedule ul li:not(:first-child) {
    border-left-color: #7D8084;
    border-left-width: 1px;
    border-left-style: solid;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
  }
  .display-auction-list .the-list-item .auction-schedule ul li:last-child {
    font-weight: bold;
  }
  .display-auction-list .the-list-item .auction-schedule ul li:last-child .sch {
    display: none;
  }
  .display-auction-list .the-list-item .auction-schedule ul li {
    white-space: nowrap;
  }
}
@media (max-width: 991.98px) {
  .auction-list .filter-controls {
    display: none;
  }

  .the-list .the-list-row {
    flex-direction: column;
  }
  .the-list .the-list-row .the-list-item {
    max-width: none;
    margin-right: 0px;
  }
  .the-list .the-list-row .the-list-item .featured-image {
    max-width: none;
  }

  .auction-card .auction-description {
    font-size: 1.3rem;
    line-height: 2.8rem;
    letter-spacing: 0.013rem;
    margin-top: 1rem;
  }
  .auction-card .auction-schedule {
    font-size: 1rem;
    line-height: 1.3rem;
    letter-spacing: 0.02rem;
    margin-top: 1rem;
  }
  .auction-card .auction-categories {
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 0.024rem;
    margin-top: 1rem;
  }
  .auction-card .auction-cta {
    margin-top: 1rem;
  }
  .auction-card .auction-cta ul li .btn {
    width: 100%;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: #67737A;
}
body main {
  position: relative;
}
body #mobile-search {
  display: none;
  position: absolute;
  top: 0;
}
@media (max-width: 991.98px) {
  body #mobile-search {
    display: none;
    width: 100%;
    justify-content: center;
    top: 78px;
    z-index: 1;
  }
  body #mobile-search form {
    width: 90vw;
  }
  body #mobile-search form button {
    border: none;
    background-color: #fff;
    border-radius: 0px 5px 5px 0px !important;
  }
}
body .overlay-filter {
  position: relative;
}
body .overlay-filter:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 34, 44, 0.55);
  mix-blend-mode: normal;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container, .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container {
    width: 100%;
    max-width: 720px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container, .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container {
    width: 100%;
    max-width: none !important;
  }
}
main > .section {
  max-width: 100%;
}

#footer {
  border-top-style: solid;
  border-top-color: #009FD0;
  border-top-width: 1px;
}
#footer .footer-logo {
  width: 23.3rem;
  height: auto;
}
#footer a {
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.026rem;
  color: #7b868c;
}
#footer h4 {
  color: #009FD0;
  margin-bottom: 1.4rem;
}
#footer .row.logo {
  margin-top: 6.6rem;
  margin-bottom: 3.6rem;
}
#footer .row.menus ul {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
}
#footer .row.menus ul li {
  list-style: none;
}
#footer .row.addresses {
  margin-top: 13rem;
  margin-bottom: 5.8rem;
}
#footer .row.addresses ul {
  display: flex;
  padding: 0px;
}
#footer .row.addresses ul li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  list-style: none;
}
#footer .row.addresses ul li:first-child {
  padding-left: 0px !important;
}

.copyright-section {
  background-color: #009FD0;
  color: #FFFFFF;
  font-size: 1.6rem;
  letter-spacing: 0.016rem;
  line-height: 2.4rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  text-align: center;
}

ul.social li {
  display: flex;
  align-items: center;
}
ul.social li > a > span.icon {
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #009FD0;
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  #footer h4 {
    font-size: 1.8rem;
    line-height: 2.9rem;
    letter-spacing: 0.018rem;
    margin-bottom: 1.6rem;
  }
  #footer .row.logo {
    margin-bottom: 3rem;
  }
  #footer .footer-logo {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .row.menus div:not(:last-child) ul {
    margin-bottom: 3rem;
  }
  #footer .row.menus .col-3:last-child ul {
    margin-bottom: 1rem;
  }
  #footer .row.addresses {
    margin-top: 3rem;
    margin-bottom: 0px;
  }
  #footer .row.addresses > div {
    width: 100%;
    max-width: none;
  }
  #footer .row.addresses > div:last-child {
    order: 0;
  }
  #footer .row.addresses > div:first-child {
    order: 1;
    display: flex;
    flex-direction: column;
  }
  #footer .row.addresses > div:nth-child(2) {
    order: 2;
    margin-bottom: 2rem;
  }
  #footer .row.addresses ul.social {
    margin-bottom: 3rem;
  }
  #footer .copyright-section {
    font-size: 1.3rem;
    letter-spacing: 0.013rem;
    line-height: 2.4rem;
  }
}
#login-modal .modal-header {
  padding: 0px;
  border-bottom: none;
}
#login-modal .modal-header button {
  width: 2.56rem;
  height: 2.56rem;
  border-radius: 50%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 4px #00000095;
  opacity: 1;
  color: #19A0CE;
  display: flex;
  align-items: center;
  justify-content: center;
}
#login-modal #modal-logo {
  margin-top: 3.2rem;
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: center;
}
#login-modal .modal-title {
  font-size: 1.3rem;
  line-height: 3.1rem;
  letter-spacing: 0.032rem;
  text-align: center;
}
#login-modal form {
  margin-top: 1.1rem;
}
#login-modal form .forgot-password {
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.012rem;
  text-decoration: underline;
  color: #67737A;
  text-align: center;
  display: block;
  margin-bottom: 2rem;
}
#login-modal form .btn {
  width: 100%;
}
#login-modal form .btn#btn-modal-enter {
  max-width: none;
  box-shadow: none;
}
#login-modal form .create-account {
  font-size: 1.6rem;
  line-height: 3.1rem;
  letter-spacing: 0.032;
  margin-top: 3.2rem;
  text-align: center;
}
#login-modal form .create-account span {
  display: inline-block;
  margin-right: 1rem;
}
#login-modal form .create-account a {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 3.1rem;
  letter-spacing: 0.014rem;
  text-decoration: underline;
  color: #67737A;
}
#login-modal form #login-email .btn,
#login-modal form #login-password .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#login-modal form #login-email .btn .span,
#login-modal form #login-password .btn .span {
  width: 20px;
  height: 20px;
}
#login-modal form .btn-login-fb,
#login-modal form .btn-login-gmail {
  color: #67737A;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#login-modal form .btn-login-fb:before,
#login-modal form .btn-login-gmail:before {
  margin-right: 0.5rem;
  display: block;
  width: 22px;
  height: 25px;
}
#login-modal form .btn-login-fb:before {
  content: url(/assets/images/fb.svg);
}
#login-modal form .btn-login-fb:hover {
  color: #FFFFFF;
}
#login-modal form .btn-login-fb:hover:before {
  content: url(/assets/images/fb-white.svg);
}
#login-modal form .btn-login-gmail:before {
  content: url(/assets/images/goo.svg);
}
#login-modal form .btn-login-gmail:hover {
  color: #FFFFFF;
}
#login-modal form .btn-login-gmail:hover:before {
  content: url(/assets/images/fb-white.svg);
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 310px;
  }
}
.home #site-header {
  padding-bottom: 0px;
}
.home .section-title {
  text-align: center;
  width: 100%;
}
.home .hmain-slider {
  position: relative;
  align-items: center;
  justify-content: center;
}
.home .hmain-slider .h1 {
  color: #FFFFFF;
}
.home .hmain-slider div.hmain-slider-content {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 340px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  justify-content: center;
  color: #FFFFFF;
}
.home .hmain-slider div.hmain-slider-content .container .row, .home .hmain-slider div.hmain-slider-content .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .row, .auctioneers-gallery-owners .depoiment-section .home .hmain-slider div.hmain-slider-content .depoiment-slider-controls .row, .home .hmain-slider div.hmain-slider-content #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .row, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .home .hmain-slider div.hmain-slider-content .mega-menu-container .row {
  position: relative;
}
.home .hmain-slider div.hmain-slider-content .container .row > .col-12, .home .hmain-slider div.hmain-slider-content .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .row > .col-12, .auctioneers-gallery-owners .depoiment-section .home .hmain-slider div.hmain-slider-content .depoiment-slider-controls .row > .col-12, .home .hmain-slider div.hmain-slider-content #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .row > .col-12, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .home .hmain-slider div.hmain-slider-content .mega-menu-container .row > .col-12 {
  z-index: 1;
}
.home .hmain-slider div.hmain-slider-content .container .row > .col-12 .btn, .home .hmain-slider div.hmain-slider-content .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .row > .col-12 .btn, .auctioneers-gallery-owners .depoiment-section .home .hmain-slider div.hmain-slider-content .depoiment-slider-controls .row > .col-12 .btn, .home .hmain-slider div.hmain-slider-content #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .row > .col-12 .btn, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .home .hmain-slider div.hmain-slider-content .mega-menu-container .row > .col-12 .btn {
  min-width: 22px;
}
.home .hmain-slider div.hmain-slider-content:before {
  display: block;
  content: " ";
  background-color: #00222C;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
}
.home .hmain-slider div.hmain-slider-content .hmain-slider-title {
  font-family: "Playfair Display", serif;
  font-weight: bold;
}
.home .hmain-slider div.hmain-slider-content .hmain-control {
  margin-top: 15px;
}
.home .hmain-slider .slick-dots {
  list-style: none;
  display: flex;
  padding: 0;
  bottom: 0;
  justify-content: center;
  margin-top: -20px;
  z-index: 10;
  position: relative;
}
.home .hmain-slider .slick-dots li {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.home .hmain-slider .slick-dots li button {
  font-size: 0 !important;
  width: 30px;
  height: 3px;
  display: block;
  background-color: #FFFFFF;
  border: none;
}
.home .hmain-slider .slick-dots li.slick-active button {
  background-color: #009FD0;
}
.home #home-featured {
  position: relative;
}
.home #home-featured-section {
  margin-top: 11.3rem;
}
.home #home-featured-section .section-title {
  font-size: 2.5rem;
  line-height: 2.9rem;
}
.home #home-featured-section .home-featured-slider-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  left: 0px;
  margin: 0 auto;
  max-width: 1145px;
  margin-bottom: 33px;
  margin-top: 20px;
}
.home #home-featured-section .home-featured-slider-controls img {
  width: 11px;
  height: 16px;
}
.home #home-featured-section #home-featured-slider {
  width: 100%;
}
.home #home-featured-section #home-featured-slider .slick-tracker {
  margin-left: auto;
  margin-right: auto;
}
.home #home-featured-section #home-featured-slider .featured-slide {
  opacity: 0.1;
}
.home #home-featured-section #home-featured-slider .featured-slide > div {
  display: flex;
  flex-direction: column;
}
.home #home-featured-section #home-featured-slider .featured-slide.slick-active {
  opacity: 1;
}
.home #home-featured-section #home-featured-slider .featured-slide .slide-row {
  width: 100%;
  display: flex;
}
.home #home-featured-section #home-featured-slider .featured-slide .slide-row img {
  box-shadow: 0px 3px 6px #00000029;
}
.home #home-featured-section #home-featured-slider .featured-slide .slide-row .slide-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home #home-featured-section #home-featured-slider .featured-slide .slide-row .slide-right img:first-child {
  margin-bottom: 10px;
}
.home #home-featured-section #home-featured-slider .featured-slide header {
  margin-top: 1.5rem;
}
.home #home-featured-section #home-featured-slider .featured-slide header .auction-title {
  font-weight: 700;
  font-family: "Playfair Display", serif;
  line-height: 26px;
}
.home .benefits-banner {
  background: transparent linear-gradient(180deg, #009FD0 0%, #008EBA 68%, #0084AD 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  margin-top: 11.6rem;
  margin-bottom: 11.6rem;
  height: 34.6rem;
  display: flex;
}
.home .benefits-banner h4, .home .benefits-banner .benefit-description {
  color: #FFFFFF;
}
.home .benefits-banner .benefit-description {
  line-height: 3.1rem;
  letter-spacing: 0.032rem;
}
.home .benefits-banner img {
  width: 100%;
  height: auto;
  top: -2px !important;
}
.home .benefits-banner .container .row, .home .benefits-banner .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .row, .auctioneers-gallery-owners .depoiment-section .home .benefits-banner .depoiment-slider-controls .row, .home .benefits-banner #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .row, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .home .benefits-banner .mega-menu-container .row {
  display: flex;
  justify-content: space-between;
}
.home .benefits-banner .container .row .col-lg-6 > img, .home .benefits-banner .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .row .col-lg-6 > img, .auctioneers-gallery-owners .depoiment-section .home .benefits-banner .depoiment-slider-controls .row .col-lg-6 > img, .home .benefits-banner #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .row .col-lg-6 > img, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .home .benefits-banner .mega-menu-container .row .col-lg-6 > img {
  display: block;
  position: relative;
  top: -19px;
}
.home .benefits-banner .container .row .col-lg-6:last-child, .home .benefits-banner .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .row .col-lg-6:last-child, .auctioneers-gallery-owners .depoiment-section .home .benefits-banner .depoiment-slider-controls .row .col-lg-6:last-child, .home .benefits-banner #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .row .col-lg-6:last-child, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .home .benefits-banner .mega-menu-container .row .col-lg-6:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
}
.home .current-auctions .container .auction-list, .home .current-auctions .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .auction-list, .auctioneers-gallery-owners .depoiment-section .home .current-auctions .depoiment-slider-controls .auction-list, .home .current-auctions #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .auction-list, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .home .current-auctions .mega-menu-container .auction-list {
  margin-top: 30px;
  align-items: center;
}

@media (min-width: 992px) {
  .home .hmain-slider .home-featured-slider-controls {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .home .hmain-slider div.hmain-slider-content .hmain-slider-title {
    font-size: 2.3rem;
    line-height: 3.2rem;
    letter-spacing: 0.16rem;
  }
  .home .hmain-slider div.hmain-slider-content .hmain-slider-description {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    margin-top: 15px;
  }
  .home .hmain-slider div.hmain-slider-content .hmain-control .btn {
    max-width: 48.71%;
  }
  .home .section-title {
    font-size: 2.5rem;
    line-height: 2.9rem;
    letter-spacing: 0.1rem;
  }
  .home #home-featured-slider .slick-track {
    left: 15px;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .home #home-featured-slider .featured-slide {
    max-width: 559px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1439.98px) {
  .home #home-featured-slider .featured-slide {
    max-width: 543.5px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .home #home-featured-slider .featured-slide {
    max-width: 435px !important;
  }
}
@media (min-width: 992px) {
  .home #home-featured-slider .featured-slide > div {
    padding-left: 2.8%;
    padding-right: 2.8%;
  }
}
@media (min-width: 992px) {
  .home #home-featured-slider .featured-slide .slide-row img.bigger {
    margin-right: 10px;
    max-width: 65%;
  }
  .home #home-featured-slider .featured-slide .slide-row .slide-right img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .home .benefits-banner h4 {
    margin-bottom: 1.4rem;
  }
  .home .benefits-banner .benefit-description {
    margin-bottom: 1.8rem;
  }
  .home .benefits-banner .col-lg-6:last-child {
    font-size: 1.6rem;
    line-height: 3.1rem;
    letter-spacing: 0.016rem;
  }
  .home .benefits-banner .col-lg-6:last-child h3 {
    text-transform: uppercase !important;
    font-size: 2.1rem;
    letter-spacing: 0.147rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 992px) {
  .home #newsletter-banner .hide-on-desktop {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .home #home-auction-list {
    margin-top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .home .home-featured-slider-controls {
    max-width: 850px !important;
  }
  .home .benefits-banner {
    height: 26.6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .home .home-featured-slider-controls {
    max-width: 1060px !important;
  }
  .home .benefits-banner {
    height: 32.6rem;
  }
}
@media (min-width: 1440px) {
  .home .home-featured-slider-controls {
    max-width: 1087px !important;
  }
}
@media (min-width: 992px) {
  body.home .display-auction-list article .featured-image img {
    object-fit: none !important;
    height: auto !important;
  }
}
@media (min-width: 1440px) {
  body.home .display-auction-list article .featured-image {
    flex: 5;
  }
  body.home .display-auction-list article .details {
    flex: 11;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.home .display-auction-list article .featured-image {
    flex: 11;
  }
  body.home .display-auction-list article .details {
    flex: 23;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.home .display-auction-list article .featured-image {
    flex: 12;
  }
  body.home .display-auction-list article .details {
    flex: 23;
  }
}

@media (max-width: 991.98px) {
  body.home .hmain-slider .slick-list .hmain-slider-content {
    text-align: center;
    height: 100vh !important;
  }
  body.home .hmain-slider .slick-list .hmain-slider-content .hmain-slider-title {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 0.14rem;
  }
  body.home .hmain-slider .slick-list .hmain-slider-content .hmain-slider-description {
    font-size: 1.5rem;
    letter-spacing: 0.015rem;
    line-height: 2.4rem;
    margin-top: 1.8rem;
  }
  body.home .hmain-slider .slick-list .hmain-slider-content br {
    display: none;
  }
  body.home .hmain-slider .slick-list .hmain-slider-content .hmain-control {
    width: 100%;
    max-width: none;
  }
  body.home .hmain-slider .slick-list .hmain-slider-content .hmain-control .btn {
    width: 100% !important;
    max-width: none;
  }
  body.home .section-title {
    font-size: 2.1rem;
    letter-spacing: 0.084rem;
    line-height: 2.9rem;
  }
  body.home #home-featured {
    padding-top: 5.2rem;
  }
  body.home #home-featured .display-auction-thumb {
    margin-top: 0;
  }
  body.home #home-featured .home-featured-slider-controls {
    margin-bottom: 30px;
  }
  body.home #home-featured .display-auction-thumb {
    margin-left: 0px;
  }
  body.home #home-featured .featured-slide {
    width: 286px;
  }
  body.home #home-featured .featured-slide .slide-row {
    display: flex;
    justify-content: center;
  }
  body.home #home-featured .featured-slide .slide-row img.bigger {
    margin-right: 3vw;
    width: 60.5vw;
    height: 60.5vw;
  }
  body.home #home-featured .featured-slide .slide-row .slide-right {
    width: 28.5vw;
  }
  body.home #home-featured .featured-slide .slide-row .slide-right img:first-child {
    margin-bottom: 3vw;
  }
  body.home #home-featured .featured-slide .slide-row .slide-right img {
    width: 100%;
    height: 28.5vw;
  }
  body.home #home-featured .featured-slide .details .auction-title {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.07rem;
  }
  body.home #home-featured .featured-slide .details .auction-description {
    font-size: 1.3rem;
    line-height: 2.8rem;
    letter-spacing: 0.013rem;
    margin-bottom: 0.5rem;
  }
  body.home #home-featured .featured-slide .details .auction-details {
    font-size: 1rem;
    line-height: 0.7rem;
    letter-spacing: 0.02rem;
    margin-bottom: 0.5rem;
  }
  body.home #home-featured .featured-slide .details .auction-schedule {
    margin-bottom: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0.024rem;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) and (max-width: 767.98px) {
  body.home #home-featured .featured-slide .details .auction-schedule {
    font-size: 0.8rem;
    margin-bottom: 0.7rem !important;
    margin-top: 0.7rem !important;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  body.home #home-featured .featured-slide .details .auction-schedule {
    font-size: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  body.home .benefits-banner {
    margin-top: 5.8rem;
    margin-bottom: 6rem;
    height: auto;
  }
  body.home .benefits-banner .container .row .col-lg-6, body.home .benefits-banner .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .row .col-lg-6, .auctioneers-gallery-owners .depoiment-section body.home .benefits-banner .depoiment-slider-controls .row .col-lg-6, body.home .benefits-banner #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .row .col-lg-6, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row body.home .benefits-banner .mega-menu-container .row .col-lg-6, body.home .benefits-banner .container .row .col-lg-6::last-child, body.home .benefits-banner .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .row .col-lg-6::last-child, .auctioneers-gallery-owners .depoiment-section body.home .benefits-banner .depoiment-slider-controls .row .col-lg-6::last-child, body.home .benefits-banner #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .row .col-lg-6::last-child, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row body.home .benefits-banner .mega-menu-container .row .col-lg-6::last-child {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 1.5rem;
    line-height: 2.4rem;
    text-align: center;
  }
  body.home .benefits-banner .container .row h3, body.home .benefits-banner .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .row h3, .auctioneers-gallery-owners .depoiment-section body.home .benefits-banner .depoiment-slider-controls .row h3, body.home .benefits-banner #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .row h3, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row body.home .benefits-banner .mega-menu-container .row h3 {
    font-size: 2.1rem;
    line-height: 2.9rem;
    letter-spacing: 0.149rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }
  body.home .benefits-banner .container .row .btn, body.home .benefits-banner .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .row .btn, .auctioneers-gallery-owners .depoiment-section body.home .benefits-banner .depoiment-slider-controls .row .btn, body.home .benefits-banner #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .row .btn, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row body.home .benefits-banner .mega-menu-container .row .btn {
    width: 100%;
    max-width: none !important;
    margin-bottom: 6.7rem;
  }
  body.home .benefits-banner .container .row .col-lg-6, body.home .benefits-banner .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .row .col-lg-6, .auctioneers-gallery-owners .depoiment-section body.home .benefits-banner .depoiment-slider-controls .row .col-lg-6, body.home .benefits-banner #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .row .col-lg-6, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row body.home .benefits-banner .mega-menu-container .row .col-lg-6 {
    text-align: center;
  }
  body.home .benefits-banner .container .row .col-lg-6 > img, body.home .benefits-banner .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .row .col-lg-6 > img, .auctioneers-gallery-owners .depoiment-section body.home .benefits-banner .depoiment-slider-controls .row .col-lg-6 > img, body.home .benefits-banner #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .row .col-lg-6 > img, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row body.home .benefits-banner .mega-menu-container .row .col-lg-6 > img {
    left: 8px;
    max-width: 100%;
    top: -1px;
    margin-bottom: 3.1rem;
  }
}
@media (max-width: 991.98px) {
  body.home .current-auctions .container .auction-list .col-5, body.home .current-auctions .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .auction-list .col-5, .auctioneers-gallery-owners .depoiment-section body.home .current-auctions .depoiment-slider-controls .auction-list .col-5, body.home .current-auctions #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .auction-list .col-5, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row body.home .current-auctions .mega-menu-container .auction-list .col-5 {
    width: 100%;
    max-width: none;
    flex: 3;
  }
  body.home .current-auctions .container .auction-list .col-5:first-child, body.home .current-auctions .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .auction-list .col-5:first-child, .auctioneers-gallery-owners .depoiment-section body.home .current-auctions .depoiment-slider-controls .auction-list .col-5:first-child, body.home .current-auctions #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .auction-list .col-5:first-child, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row body.home .current-auctions .mega-menu-container .auction-list .col-5:first-child {
    display: none;
  }
  body.home .current-auctions .container .auction-list > .col-2, body.home .current-auctions .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .auction-list > .col-2, .auctioneers-gallery-owners .depoiment-section body.home .current-auctions .depoiment-slider-controls .auction-list > .col-2, body.home .current-auctions #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .auction-list > .col-2, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row body.home .current-auctions .mega-menu-container .auction-list > .col-2 {
    display: none;
  }
  body.home .current-auctions .container .auction-list .the-list .the-list-row, body.home .current-auctions .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .auction-list .the-list .the-list-row, .auctioneers-gallery-owners .depoiment-section body.home .current-auctions .depoiment-slider-controls .auction-list .the-list .the-list-row, body.home .current-auctions #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .auction-list .the-list .the-list-row, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row body.home .current-auctions .mega-menu-container .auction-list .the-list .the-list-row {
    flex-direction: column;
  }
  body.home .current-auctions .container .auction-list .the-list .the-list-row article, body.home .current-auctions .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .auction-list .the-list .the-list-row article, .auctioneers-gallery-owners .depoiment-section body.home .current-auctions .depoiment-slider-controls .auction-list .the-list .the-list-row article, body.home .current-auctions #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .auction-list .the-list .the-list-row article, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row body.home .current-auctions .mega-menu-container .auction-list .the-list .the-list-row article {
    margin-top: 3rem;
    margin-right: 0px;
    max-width: none;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .home .home-featured-slider-controls {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .home .benefits-banner {
    height: 32.6rem;
  }
}
@media (max-width: 575.98px) {
  .home .featured-slide .auction-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .home .home-featured-slider-controls {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .home .benefits-banner {
    height: 32.6rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body.home #site-header {
    position: absolute;
    width: 100%;
  }
  body.home #mobile-search {
    display: flex !important;
  }
  body.home #home-featured .featured-slide {
    width: 47.744vw;
    padding-left: calc(4.688vw/2);
    padding-right: calc(4.688vw/2);
  }
  body.home #home-featured .featured-slide .slide-row img.bigger {
    width: 28.125vw;
    height: 28.125vw;
    margin-right: 0.697vw;
  }
  body.home #home-featured .featured-slide .slide-row .slide-right {
    width: 14.238vw;
  }
  body.home #home-featured .featured-slide .slide-row .slide-right img {
    height: 13.542vw;
    width: 14.236vw;
  }
  body.home #home-featured .featured-slide .slide-row .slide-right img:first-child {
    margin-bottom: 0.868vw !important;
  }

  .featured-slide img.bigger {
    width: 23vw;
    height: 23vw;
  }
  .featured-slide .auction-status {
    width: 100% !important;
    height: 1.9rem;
  }
  .featured-slide .auction-status span {
    font-size: 0.8rem !important;
  }
  .featured-slide .auction-status.live {
    min-width: 14.757vw;
  }
  .featured-slide .auction-status.new {
    min-width: 15vw;
  }
  .featured-slide .auction-status.in-progress {
    min-width: 14.757vw;
  }
  .featured-slide .auction-status.post-trading {
    min-width: 14.757vw;
  }
  .featured-slide .auction-status.day-counter {
    width: 100%;
    min-width: 18vw;
  }
  .featured-slide .auction-rating {
    min-width: 8.507vw;
    height: 1.9rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.home #home-featured-slider .slick-track {
    left: 15px;
  }
  body.home #home-featured-slider .featured-slide {
    width: 345px !important;
  }
  body.home #home-featured-slider .featured-slide > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.home #home-featured-slider .featured-slide img.bigger {
    width: 210px !important;
    height: 210px !important;
    margin-right: 5px !important;
  }
  body.home #home-featured-slider .featured-slide .slide-right {
    width: 100px;
  }
  body.home #home-featured-slider .featured-slide .slide-right img {
    width: 100px !important;
    height: 100px !important;
  }
}
.category-dropdown > a {
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0.014rem;
}
.category-dropdown > a:after {
  content: " ";
  background-image: url(/assets/images/blue-arrow-right.svg);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.category-dropdown > a:hover {
  font-weight: bold;
}
.category-dropdown > a:hover:after {
  transform: rotate(90deg);
}
.category-dropdown > a:focus {
  outline: none !important;
  box-shadow: 0 0 0px 2px #FED230;
}
.category-dropdown.disabled, .category-dropdown:disabled {
  opacity: 0.5;
}

.slider1 .slick-dots {
  list-style: none;
  display: flex;
  padding: 0;
  bottom: 0;
  justify-content: center;
  margin-top: 4rem;
  z-index: 10;
  position: relative;
}
.slider1 .slick-dots li {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.slider1 .slick-dots li button {
  font-size: 0 !important;
  width: 30px;
  height: 3px;
  display: block;
  background-color: #FFFFFF;
  border: none;
}
.slider1 .slick-dots li button {
  background-color: #AEBAB6;
}
.slider1 .slick-dots li.slick-active button {
  background-color: #009FD0;
}

.auction-status {
  width: 106px;
  height: 24px;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  white-space: nowrap;
}
.auction-status span {
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.012rem;
}
.auction-status.live {
  background: #FF3E46;
}
.auction-status.new {
  background: #FF8900;
}
.auction-status.in-progress {
  background: #36D2B6;
}
.auction-status.post-trading {
  background: #D946B2;
}
.auction-status.day-counter {
  background: #009FD0;
}
.auction-status.day-counter span {
  white-space: nowrap;
  text-align: center;
}
.auction-status.bid {
  background: #02C3FF;
}
@media (max-width: 575.98px) {
  .auction-status {
    padding-left: 3.5vw !important;
    padding-right: 3.5vw !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .auction-status {
    width: 100%;
  }
  .auction-status span {
    font-size: 1.1rem;
  }
  .auction-status.day-counter {
    min-width: 15vw;
  }
  .auction-status.live, .auction-status.new, .auction-status.in-progress, .auction-status.post-trading {
    min-width: 15vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .auction-status {
    width: 117px;
  }
}
@media (min-width: 992px) {
  .auction-status {
    margin-right: 1rem;
  }
}

.status-label {
  white-space: nowrap;
  font-size: 1.3rem;
}
.status-label.new {
  color: #FF8900 !important;
}
.status-label.live {
  color: #FF3E46 !important;
}
.status-label.in-process {
  color: #36D2B6 !important;
}
.status-label.post-trading {
  color: #D946B2 !important;
}

.auction-rating {
  color: #009FD0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-color: #19A0CE;
  border-width: 1px;
  font-size: 1.2rem;
  line-height: 2.4rem;
  width: 6.2rem;
  height: 2.4rem;
  border-radius: 5px;
  box-shadow: 0px 3px 6px #00000029;
}
.auction-rating:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-right: 7px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .auction-rating {
    width: 100%;
    min-width: 10.417vw;
  }
}

#blog-slider-section {
  padding-top: 12rem;
  padding-bottom: 13.6rem;
}
#blog-slider-section .section-title {
  text-align: center;
}
#blog-slider-section #blog-slider {
  margin-top: 4.5rem;
}
#blog-slider-section #blog-slider .slick-list {
  padding-bottom: 1.8rem;
}
#blog-slider-section #blog-slider .blog-slide {
  padding-left: 0.5%;
  padding-right: 0.5%;
}
#blog-slider-section #blog-slider .blog-slide .blog-slide-inner {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 6px #00000010;
  border-radius: 5px;
  opacity: 1;
  padding: 8px;
}
#blog-slider-section #blog-slider .blog-slide .blog-slide-inner .featured-image {
  display: flex;
  height: 20.1rem;
  width: 100%;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#blog-slider-section #blog-slider .blog-slide .blog-slide-inner .blog-title {
  margin-top: 1.4rem;
}
#blog-slider-section #blog-slider .blog-slide .blog-slide-inner .post-description {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.024rem;
}
#blog-slider-section #blog-slider .blog-slide .blog-slide-inner .btn-arrow-2:hover:before {
  opacity: 0.8 !important;
  border-radius: 5px;
}
#blog-slider-section #blog-slider .blog-slide .blog-slide-inner .btn-arrow-2 .btn-label {
  text-transform: uppercase;
  font-weight: 600;
}
#blog-slider-section #blog-slider .blog-slide .blog-slide-inner .btn-arrow-2 .arrow svg {
  height: 14px;
  width: 8px;
  position: relative;
  top: -2px;
}

@media (max-width: 991.98px) {
  #blog-slider-section {
    padding-top: 10rem;
  }
  #blog-slider-section .container > h2, #blog-slider-section .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls > h2, .auctioneers-gallery-owners .depoiment-section #blog-slider-section .depoiment-slider-controls > h2, #blog-slider-section #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container > h2, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row #blog-slider-section .mega-menu-container > h2 {
    text-align: center;
  }
  #blog-slider-section #blog-slider {
    margin-top: 5.43rem;
  }
}
#newsletter-banner {
  background: transparent linear-gradient(180deg, var(--green-secondary-color) 0%, #37B099 76%, var(--dark-green) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #36D2B6 0%, #37B099 76%, #37AC96 100%) 0% 0% no-repeat padding-box;
  font-size: 1.5rem;
  letter-spacing: 0.045rem;
  line-height: 3.1rem;
  height: 34.6rem;
  margin-top: 11.6rem;
}
#newsletter-banner .container, #newsletter-banner .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls, .auctioneers-gallery-owners .depoiment-section #newsletter-banner .depoiment-slider-controls, #newsletter-banner #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row #newsletter-banner .mega-menu-container {
  display: flex;
  align-items: center;
  height: 100%;
}
#newsletter-banner p {
  color: #FFFFFF;
}
#newsletter-banner h4 {
  font-size: 2.1rem;
  line-height: 2.9rem;
  letter-spacing: 0.084rem;
  margin-bottom: 2rem;
  color: #FFFFFF;
}
#newsletter-banner .row > div > img {
  position: absolute;
  top: -72px;
  width: 100%;
  max-width: 47.2rem;
  height: auto;
}
#newsletter-banner .news-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#newsletter-banner .news-form .input-group {
  max-width: 360px;
}

@media (min-width: 992px) {
  #newsletter-banner .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  #newsletter-banner {
    height: auto !important;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  #newsletter-banner .hide-on-mobile {
    display: none;
  }
  #newsletter-banner .container .row, #newsletter-banner .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .row, .auctioneers-gallery-owners .depoiment-section #newsletter-banner .depoiment-slider-controls .row, #newsletter-banner #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .row, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row #newsletter-banner .mega-menu-container .row {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  #newsletter-banner .container .row > div, #newsletter-banner .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .row > div, .auctioneers-gallery-owners .depoiment-section #newsletter-banner .depoiment-slider-controls .row > div, #newsletter-banner #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .row > div, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row #newsletter-banner .mega-menu-container .row > div {
    left: 0px;
    width: 100%;
    max-width: none;
  }
  #newsletter-banner .container .row > div > img, #newsletter-banner .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .row > div > img, .auctioneers-gallery-owners .depoiment-section #newsletter-banner .depoiment-slider-controls .row > div > img, #newsletter-banner #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .row > div > img, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row #newsletter-banner .mega-menu-container .row > div > img {
    height: auto;
    width: 100%;
    position: relative;
    top: auto;
  }
  #newsletter-banner .container .row .news-form .input-group, #newsletter-banner .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls .row .news-form .input-group, .auctioneers-gallery-owners .depoiment-section #newsletter-banner .depoiment-slider-controls .row .news-form .input-group, #newsletter-banner #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container .row .news-form .input-group, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row #newsletter-banner .mega-menu-container .row .news-form .input-group {
    max-width: none;
  }
}
#heroe {
  margin-bottom: 12.4rem;
  height: 50rem;
  display: flex;
  align-items: center;
  background-image: url(/assets/images/conteudo/leiloeiros-e-galeristas-thunder.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#heroe h1, #heroe p {
  color: #FFFFFF !important;
}
#heroe h1 {
  margin-bottom: 1.5rem;
}
#heroe p {
  margin-bottom: 1.5rem;
}
#heroe .btn {
  max-width: 22.2rem;
}
#heroe .container, #heroe .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls, .auctioneers-gallery-owners .depoiment-section #heroe .depoiment-slider-controls, #heroe #site-header #main-menu .navbar-nav .nav-item .mega-menu-row .mega-menu-container, #site-header #main-menu .navbar-nav .nav-item .mega-menu-row #heroe .mega-menu-container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  #heroe {
    height: 100vh;
    text-align: center;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  #heroe {
    margin-top: -45px;
  }
}
@media (max-width: 991.98px) {
  #heroe br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #heroe .btn {
    margin: 0 auto;
  }
}
.auctioneers-gallery-owners #heroe {
  background-image: url(/assets/images/conteudo/leiloeiros-header.jpg);
}
.auctioneers-gallery-owners #site-header {
  padding-bottom: 0px;
}
.auctioneers-gallery-owners .auct-thunder .head {
  margin-top: 6rem;
  font-size: 2.4rem;
  line-height: 3.5rem;
  letter-spacing: 0.048rem;
  font-weight: 300;
}
.auctioneers-gallery-owners .auct-thunder .auct-cards {
  width: 100%;
  margin-top: 3rem;
}
@media (max-width: 991.98px) {
  .auctioneers-gallery-owners .auct-thunder .auct-cards .card .item-value {
    font-size: 2rem;
  }
}
.auctioneers-gallery-owners .auct-thunder .cta {
  margin-top: 3rem;
}
.auctioneers-gallery-owners .specs-section p {
  line-height: 3rem;
  letter-spacing: 0.064rem;
}
.auctioneers-gallery-owners .specs-section .section-subtitle {
  margin-bottom: 3rem;
}
.auctioneers-gallery-owners .specs-section strong {
  color: #36D2B6;
}
.auctioneers-gallery-owners .specs-section > div {
  margin-top: 5rem;
  position: relative;
}
.auctioneers-gallery-owners .specs-section > div img {
  position: absolute;
}
.auctioneers-gallery-owners .contact-section {
  margin-top: 8rem;
}
.auctioneers-gallery-owners .contact-section > .col-md-12 {
  max-width: 79.1rem;
  margin: 0 auto;
}
.auctioneers-gallery-owners .contact-section form {
  padding-top: 4rem;
  padding-bottom: 4rem;
  max-width: 58.74rem;
  margin: 0 auto;
}
.auctioneers-gallery-owners .contact-section form .description {
  text-align: center;
}
.auctioneers-gallery-owners .contact-section form .warning {
  text-align: center;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.026rem;
  color: #FF8900;
  margin-top: 2.3rem;
  margin-bottom: 2.3rem;
}
.auctioneers-gallery-owners .contact-section form .checkbox-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -150px;
}
.auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls img {
  width: 1.4rem;
  height: auto;
}
.auctioneers-gallery-owners .customer-depoiment {
  max-width: 1184px;
  margin: 0 auto;
  margin-top: 5rem;
}
.auctioneers-gallery-owners .customer-depoiment .slide {
  width: 100%;
  display: flex;
  justify-content: center;
}
.auctioneers-gallery-owners .customer-depoiment .slide .slide-content {
  max-width: 916px;
  display: flex;
  align-items: center;
}
.auctioneers-gallery-owners .customer-depoiment .slide .slide-content .avatar {
  margin-right: 4.5%;
}
.auctioneers-gallery-owners .customer-depoiment .slide .slide-content .content {
  color: #000;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 1.12px;
  line-height: 3.3rem;
}
.auctioneers-gallery-owners .customer-depoiment .slide .slide-content .content .author {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.042rem;
}
.auctioneers-gallery-owners .customer-depoiment .slide .slide-content .content .author img {
  display: none;
}
@media (max-width: 991.98px) {
  .auctioneers-gallery-owners .auct-thunder .head {
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0.045rem;
  }
  .auctioneers-gallery-owners .auct-cards {
    margin-left: 0px;
    margin-right: 0px;
  }
  .auctioneers-gallery-owners .auct-cards .card {
    margin-bottom: 1rem;
  }
  .auctioneers-gallery-owners .specs-section > div {
    text-align: center;
  }
  .auctioneers-gallery-owners .specs-section > div:nth-child(2) {
    order: 0;
  }
  .auctioneers-gallery-owners .specs-section > div:nth-child(2) img {
    position: relative;
    max-width: 100%;
  }
  .auctioneers-gallery-owners .specs-section > div:nth-child(1) {
    order: 1;
  }
  .auctioneers-gallery-owners .specs-section > div:nth-child(3) {
    order: 2;
  }
  .auctioneers-gallery-owners .specs-section > div:nth-child(4) {
    order: 3;
  }
  .auctioneers-gallery-owners .specs-section > div:nth-child(5) {
    order: 4;
  }
  .auctioneers-gallery-owners .specs-section > div:nth-child(6) {
    order: 5;
  }
  .auctioneers-gallery-owners .contact-section .row {
    flex-direction: column;
  }
  .auctioneers-gallery-owners .contact-section .col {
    width: 100%;
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .auctioneers-gallery-owners .slide-content .avatar {
    flex: 2;
  }
  .auctioneers-gallery-owners .slide-content .avatar img {
    width: 100%;
    height: auto;
  }
  .auctioneers-gallery-owners .slide-content .content {
    flex: 3;
    font-size: 1.4rem !important;
    line-height: 1.5 !important;
  }
  .auctioneers-gallery-owners .container-fluid-md {
    width: 100% !important;
    max-width: none !important;
  }
  .auctioneers-gallery-owners .container-fluid-md .depoiment-slider-controls {
    width: 80%;
    max-width: none !important;
  }
}
@media (max-width: 767.98px) {
  .auctioneers-gallery-owners .depoiment-section {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 8rem;
    margin-left: 0px;
    margin-right: 0px;
  }
  .auctioneers-gallery-owners .depoiment-section .depoiment-slider-controls {
    display: none;
  }
  .auctioneers-gallery-owners .depoiment-section .avatar {
    display: none;
  }
  .auctioneers-gallery-owners .depoiment-section .author {
    display: flex;
    align-items: stretch;
    margin-top: 1.5rem;
  }
  .auctioneers-gallery-owners .depoiment-section .author .author-info {
    display: inline;
    align-items: center;
  }
  .auctioneers-gallery-owners .depoiment-section .author img {
    margin-right: 5.5%;
    display: block !important;
    width: 10rem;
    height: 8.2rem;
    object-fit: contain;
    object-position: center;
  }
  .auctioneers-gallery-owners .depoiment-section .content {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .auctioneers-gallery-owners .card.item-value-card .item-value {
    font-size: 3.6rem !important;
    line-height: 4.8rem !important;
  }
  .auctioneers-gallery-owners .card.item-value-card .item-name {
    font-size: 1.6rem !important;
    line-height: 2.1rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .auctioneers-gallery-owners .card.item-value-card .item-value {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .auctioneers-gallery-owners .card.item-value-card .item-name {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .auctioneers-gallery-owners .specs-section p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .auctioneers-gallery-owners #mobile-search {
    display: flex !important;
  }
}

body.signup main {
  padding-top: 10.8rem;
  padding-bottom: 14.5rem;
}
body.signup main h1 {
  margin-bottom: 2.9rem;
}
body.signup main p {
  line-height: 3.1rem;
  letter-spacing: 0.032rem;
}
body.signup main form {
  margin-top: 3rem;
}
body.signup main form .btn {
  max-width: 26.4rem;
}
@media (max-width: 991.98px) {
  body.signup main {
    padding-top: 5.3rem;
  }
  body.signup main h1 {
    text-align: center;
    margin-bottom: 2.4rem;
  }
  body.signup main p {
    text-align: center;
  }
  body.signup main form .btn {
    max-width: none;
  }
  body.signup main .signup-image-container {
    padding-top: 7.5rem;
  }
}

.winning-bidders #heroe {
  background-image: url(/assets/images/conteudo/arrematantes-header.jpg);
}
.winning-bidders #site-header {
  padding-bottom: 0px;
}
.winning-bidders .wp-feat:before {
  content: " ";
  width: 10px;
  height: 80%;
  display: block;
  position: absolute;
  border-left-width: 2px;
  border-left-color: #36D2B6;
  border-left-style: dashed;
  margin-left: 59px;
}
.winning-bidders .wp-feat .wb-item {
  position: relative;
  margin-bottom: 11.6rem;
  display: flex;
  align-items: center;
}
.winning-bidders .wp-feat .wb-item .details {
  max-width: 73%;
}
.winning-bidders .wp-feat .wb-item span:first-child {
  background-color: #FFFFFF;
  padding: 2.4rem;
}
.winning-bidders .wp-feat .wb-item span:first-child:after {
  width: 70px;
  height: 70px;
  background-color: #36D2B6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}
.winning-bidders .wp-feat .wb-item:first-child > span::after {
  content: url(/assets/images/sign-in-out-solid.svg);
}
.winning-bidders .wp-feat .wb-item:nth-child(2) > span::after {
  content: url(/assets/images/gem-regular.svg);
}
.winning-bidders .wp-feat .wb-item:nth-child(3) > span::after {
  content: url(/assets/images/light-3.svg);
}
.winning-bidders .wp-feat .wb-item:last-child {
  margin-bottom: 0px;
}
.winning-bidders .section h3.section-subtitle {
  color: #36D2B6;
}
.winning-bidders .section.how-to {
  margin-bottom: 11.6rem;
}
.winning-bidders .section.how-to p.section-text {
  color: #67737A;
}
@media (min-width: 992px) {
  .winning-bidders .section.how-to .col-lg-6:first-child {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .winning-bidders .section.signup-now {
    margin-bottom: 7.1rem;
  }
}
.winning-bidders .section.signup-now > div img.feature-image, .winning-bidders .section.avaluate > div img.feature-image {
  width: 44.4rem;
  height: auto;
}
.winning-bidders .section.signup-now > div p, .winning-bidders .section.avaluate > div p {
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 46.1rem;
}
@media (min-width: 992px) {
  .winning-bidders .section.signup-now > div:last-child, .winning-bidders .section.avaluate > div:last-child {
    padding-left: 25px !important;
  }
}
@media (max-width: 991.98px) {
  .winning-bidders .winning-bidders-sections p, .winning-bidders .winning-bidders-sections h2, .winning-bidders .winning-bidders-sections h3 {
    text-align: center;
  }
  .winning-bidders .winning-bidders-sections p {
    font-size: 1.6rem;
    line-height: 2.7rem;
    letter-spacing: 0.032rem;
  }
  .winning-bidders .winning-bidders-sections .feature-image {
    max-width: 100%;
  }
  .winning-bidders .winning-bidders-sections .how-to.section {
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0.045rem;
  }
  .winning-bidders .winning-bidders-sections .how-to.section h2 {
    margin-bottom: 4.2rem;
  }
  .winning-bidders .winning-bidders-sections .how-to.section .section-text {
    margin-bottom: 5rem;
  }
  .winning-bidders .winning-bidders-sections .how-to.section .wp-feat:before {
    margin: 0 auto;
    left: 50%;
  }
  .winning-bidders .winning-bidders-sections .how-to.section .wp-feat .wb-item {
    flex-direction: column;
    background-color: #FFFFFF;
  }
  .winning-bidders .winning-bidders-sections .how-to.section .wp-feat .wb-item span:first-child {
    padding: 3rem;
  }
  .winning-bidders .winning-bidders-sections .signup-now .col-md-6:last-child {
    margin-top: 1rem;
    align-items: center;
  }
  .winning-bidders .winning-bidders-sections .signup-now .btn {
    margin-top: 2.6rem;
  }
  .winning-bidders .winning-bidders-sections .section.avaluate > div:last-child {
    margin-top: 6rem;
  }
}
@media (max-width: 767.98px) {
  .winning-bidders #mobile-search {
    display: flex !important;
  }
}

body.about #heroe {
  background-image: url(/assets/images/conteudo/sobre-header.jpg);
}
body.about #site-header {
  padding-bottom: 0px;
}
body.about main .content {
  margin-bottom: 12rem;
  text-align: center;
}
body.about main .content h2 {
  margin-bottom: 5.8rem;
}
body.about main .for-auct, body.about main .for-wb {
  display: flex;
  font-size: 1.6rem;
  line-height: 3.1rem;
  letter-spacing: 0.032rem;
  align-items: stretch;
}
body.about main .for-auct h2, body.about main .for-wb h2 {
  line-height: 4rem;
  margin-bottom: 1.5rem;
}
body.about main .for-auct .btn, body.about main .for-wb .btn {
  margin-top: 3.2rem;
}
body.about main .for-auct > div > div > img, body.about main .for-wb > div > div > img {
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (min-width: 992px) {
  body.about main .for-auct > div > div > img, body.about main .for-wb > div > div > img {
    min-height: 360px;
  }
}
body.about main .for-auct .details, body.about main .for-wb .details {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  align-items: center;
}
@media (min-width: 1200px) {
  body.about main .for-auct .details, body.about main .for-wb .details {
    padding-left: 6.1rem;
    padding-right: 6.1rem;
  }
}
@media (min-width: 576px) {
  body.about main .for-auct .details > div, body.about main .for-wb .details > div {
    max-width: 527px;
  }
}
@media (max-width: 1199.98px) {
  body.about main .for-auct .details > div, body.about main .for-wb .details > div {
    margin: 0 auto;
  }
}
body.about main .for-wb {
  border-bottom-color: #009FD0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
@media (max-width: 991.98px) {
  body.about main {
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0.045rem;
  }
  body.about main .content h2 {
    margin-bottom: 4.2rem;
  }
  body.about main .content p {
    margin-bottom: 3rem;
  }
  body.about main .for-auct, body.about main .for-wb {
    align-items: center;
    flex-direction: column;
  }
  body.about main .for-auct h2, body.about main .for-wb h2 {
    text-align: center;
    line-height: 2.9rem;
  }
  body.about main .for-auct > img, body.about main .for-wb > img {
    max-width: 100%;
    margin-bottom: 2.9rem;
  }
  body.about main .for-auct .details, body.about main .for-wb .details {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
  }
  body.about main .for-auct .btn, body.about main .for-wb .btn {
    margin: 0 auto;
    width: 100%;
    max-width: none;
    margin-top: 3rem;
  }
  body.about main .for-wb {
    border-bottom: none;
    margin-bottom: 6rem;
  }
  body.about main .for-auct .details {
    order: 2;
  }
  body.about main .for-auct img {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  body.about #mobile-search {
    display: flex !important;
  }
}

@media (max-width: 991.98px) {
  #advanced-search-container {
    margin-top: -52px;
    padding-bottom: 60px;
  }
  #advanced-search-container .as-close-container {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #advanced-search-container #apply-as-filters {
    -webkit-box-shadow: 0px -3px 23px 0px rgba(0, 0, 41, 0.65);
    box-shadow: 0px -3px 23px 0px rgba(0, 0, 41, 0.65);
    width: 100vw;
    max-width: none;
    left: 0;
    border-radius: 0;
    position: fixed;
    top: 100vh;
    margin-top: -45px;
  }

  body.filter-active {
    max-height: 100vh;
    overflow: hidden;
  }
  body.filter-active #advanced-search-container {
    display: block;
  }
}
@media (max-width: 991.98px) {
  #advanced-search-container {
    max-width: 264px;
    left: 0px;
  }
}
@media (min-width: 992px) {
  #advanced-search-container {
    display: block !important;
  }
}
#advanced-search-container .search-section {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #AEBAB6;
}
#advanced-search-container .custom-checkbox {
  margin-bottom: 10px;
}
#advanced-search-container .acc-item > .control-container > button {
  display: flex;
  text-align: left !important;
  justify-content: space-between;
  box-shadow: none;
  text-decoration: none;
  text-transform: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 1.5rem;
  font-size: 1.4rem;
}
#advanced-search-container .acc-item > .control-container > button .arrow {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/assets/images/blue-arrow-right.svg);
  display: block;
  height: 13.9px;
  width: 8.4px;
  transition: transform 0.2s;
}
#advanced-search-container .acc-item > .control-container > button:not(.collapsed) {
  font-weight: bold;
}
#advanced-search-container .acc-item > .control-container > button:not(.collapsed) .arrow {
  transform: rotate(90deg);
}
#advanced-search-container .acc-item .acc-body {
  padding-bottom: 1.5rem;
}
#advanced-search-container .acc-item .acc-body .custom-checkbox label {
  font-size: 1.3rem;
}
#advanced-search-container .collapse-list {
  list-style: none;
  padding-left: 0px;
  list-style: none;
  padding-left: 0px;
  display: block;
  height: 18rem;
  overflow: scroll;
  overflow-x: unset;
  overflow-y: scroll;
}
#advanced-search-container .collapse-list li {
  list-style: none;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
#advanced-search-container .collapse-list a {
  color: #67737A;
}
#advanced-search-container .collapse-list .os-scrollbar-handle {
  width: 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  border-radius: 14px !important;
  background: #009FD0;
}
#advanced-search-container .collapse-list .os-scrollbar.os-scrollbar-vertical {
  width: 18px;
}
#advanced-search-container .collapse-list .os-scrollbar-track.os-scrollbar-track-off::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 3px;
  height: 100%;
  background-color: #D3D6E2;
}
#advanced-search-container .search-section-title {
  font-family: "Raleway", sans-serif !important;
  font-size: 1.7rem;
  font-weight: 600;
  color: #009FD0;
  margin-bottom: 1.5rem;
  text-transform: none;
}
#advanced-search-container #auctions-info {
  margin-top: 2.2rem;
  font-size: 1.7rem;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1rem;
  line-height: 2.6rem;
  color: #009FD0;
  border: none;
  display: flex;
  flex-direction: column;
}
#advanced-search-container #active-filters {
  margin-top: 2.6rem;
  padding-bottom: 3rem;
}
#advanced-search-container #active-filters .pool {
  display: flex;
  flex-wrap: wrap;
}
#advanced-search-container #active-filters .pool .filter {
  font-size: 1.4rem;
  color: #7D8084;
  display: inline-flex;
  padding: 0.9rem;
  align-items: center;
}
#advanced-search-container #active-filters .pool .filter:first-child {
  padding-left: 0px;
}
#advanced-search-container #active-filters .pool .filter .remove-filter {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-image: url(/assets/images/red-close-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
}
#advanced-search-container #active-filters .active-filter-control a {
  margin-top: 2.3rem;
  color: #FF6158;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 1.4rem;
}
#advanced-search-container #search-container, #advanced-search-container #results-container,
#advanced-search-container #auction-status-search, #advanced-search-container #category-search,
#advanced-search-container #galleries-search, #advanced-search-container #states-search {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#advanced-search-container #auction-startus-search .custom-checkbox label {
  font-size: 1.4rem;
}
#advanced-search-container #states-search {
  border-bottom-width: 0;
}
#advanced-search-container #results-container .order-results {
  font-size: 1.6rem;
  line-height: 3.1rem;
  letter-spacing: 0.032rem;
  color: #67737A;
  display: flex;
  align-items: center;
}
#advanced-search-container #results-container .order-results span {
  width: 8.41px;
  height: 13.96px;
  background-image: url(/assets/images/order-arrows.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 1rem;
}
@media (max-width: 991.98px) {
  #advanced-search-container {
    max-width: none;
    padding-top: 5rem;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    max-height: 100vh;
    overflow: scroll;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #advanced-search-container #active-filters .pool {
    flex-direction: column;
  }
  #advanced-search-container #active-filters .pool .filter {
    padding-left: 0px;
    padding-right: 0px;
  }
}

body.auctions .the-list .the-list-row .the-list-item .details .auction-details .auction-title {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  letter-spacing: 0.01rem;
}
body.auctions .the-list .the-list-row .the-list-item .details .auction-details .auction-description {
  font-size: 1.2rem;
}
body.auctions .the-list .the-list-row .the-list-item .details .auction-cta > ul > li {
  flex: inherit;
}
body.auctions .the-list .the-list-row .the-list-item .details .auction-cta .auction-status {
  width: 106px;
}
body.auctions .the-list .the-list-row .the-list-item .details .auction-cta .auction-status.bid {
  width: max-content !important;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991.98px) {
  body.auctions .as-trigger-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  body.auctions .as-trigger-container h1 {
    margin-top: 5.3rem;
  }
  body.auctions .as-trigger-container .btn {
    margin-top: 2.4rem;
  }
  body.auctions .pagination-section {
    display: none;
  }
  body.auctions .load-more-section {
    margin-top: 6.5rem;
    margin-bottom: 12.5rem;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  body.auctions .load-more-section {
    display: none;
  }
  body.auctions #advanced-search-container,
body.auctions #main-auction-content {
    padding-top: 11.1rem;
  }
  body.auctions main {
    padding-bottom: 20rem;
  }
  body.auctions main .the-list .the-list-row:first-child .the-list-item {
    margin-top: 3rem;
  }
  body.auctions main .display-auction-thumb.auction-list .the-list .the-list-item {
    margin-right: 0px;
  }
  body.auctions main .display-auction-thumb.auction-list .the-list .the-list-item .featured-image {
    max-width: 294px;
  }
  body.auctions main .display-auction-thumb.auction-list .the-list .the-list-item .featured-image img {
    max-width: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  body.auctions main .pagination {
    margin-top: 7.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.auctions .auction-list.display-auction-thumb .the-list-item .auction-cta .auction-status.new {
    max-width: 8rem;
  }
  body.auctions .auction-list.display-auction-thumb .the-list-item .auction-cta .auction-status.bid {
    max-width: 8rem;
  }
}
@media (min-width: 1440px) {
  body.auctions .auction-list.display-auction-thumb .the-list-item .auction-cta .auction-status.new {
    max-width: 10.4rem;
  }
  body.auctions .auction-list.display-auction-thumb .the-list-item .auction-cta .auction-status.bid {
    max-width: 7.8rem;
  }
}

.pagination-container {
  display: flex;
  justify-content: center;
}
.pagination-container .pagination {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 556px;
}
.pagination-container .pagination .arrow-left:before, .pagination-container .pagination .arrow-right:before {
  content: " ";
  width: 1.614rem;
  height: 1.36rem;
  background-size: 1.614rem 1.36rem;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  line-height: 10;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pagination-container .pagination .arrow-left:before {
  background-image: url(/assets/images/blue-arrow-left.svg);
}
.pagination-container .pagination .arrow-right:before {
  background-image: url(/assets/images/blue-arrow-right.svg);
}
.pagination-container .pagination a {
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
}
.pagination-container .pagination a:not(.the-page) {
  width: 3.6rem;
}
.pagination-container .pagination a:focus {
  box-shadow: 0 0 0px 2px #FED230;
}
.pagination-container .pagination .page-item:not(.active) a:not(.the-page) {
  color: #7D8084;
  font-weight: bold;
}
.pagination-container .pagination .page-item:not(.active) a:not(.the-page):hover {
  color: #7D8084;
  font-weight: normal;
}
.pagination-container .pagination .page-item:not(.active) a:hover {
  background: none;
}

.auction-list .btn-auction-list-control:not(.list-control-active) {
  opacity: 0.5;
}

.title-container.with-back-button {
  display: flex;
  align-items: center;
}
.title-container.with-back-button a {
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
}
.title-container.with-back-button a:before {
  content: url(/assets/images/back-icon.svg);
  width: 2rem;
  height: 2rem;
}

body.customer main {
  margin-top: 7.9rem;
}
body.customer .cards-pool {
  justify-content: space-between;
  align-items: center;
}
body.customer .cards-pool .card .item-value,
body.customer .cards-pool .card .item-name {
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}
body.customer .customer-bar .user-menu {
  border-bottom: none;
}
body.customer .customer-bar .user-menu-card {
  display: flex;
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #009FD0;
  padding-bottom: 3rem;
  margin-bottom: 1rem;
}
body.customer .customer-bar .user-menu-card img {
  margin-right: 1.2rem;
}
body.customer .customer-bar .user-menu-card .details .greetings {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
body.customer .customer-bar .user-menu-card .details .user-bid-card {
  font-size: 1.1rem;
  color: #67737A;
}
body.customer .customer-section .select:not(:invalid), body.customer .customer-section .form-control {
  background-image: none;
  color: #009FD0;
}
body.customer .customer-section .invalid-feedback {
  position: absolute;
  margin-top: 3.2rem;
}
body.customer .customer-section .invalid-feedback:before {
  content: ">";
  display: inline-block;
  margin-right: 5px;
}
body.customer form .co-item-input.address-type ul {
  padding: 0px;
  list-style: none;
  display: flex;
  position: relative;
  top: 0.95rem;
}
@media (max-width: 991.98px) {
  body.customer form .co-item-input.address-type ul {
    flex-direction: column;
  }
}
body.customer form .co-item-input.address-type ul li {
  list-style: none;
}
@media (min-width: 992px) {
  body.customer form .co-item-input.address-type ul li {
    margin-right: 5.7rem;
  }
}
body.customer h1.page-title {
  text-transform: none !important;
}
body.customer .the-list .the-list-item .auction-details .auction-title a {
  font-size: 1.3rem !important;
}
@media (max-width: 991.98px) {
  body.customer .cards-pool .card .card-body {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  body.customer .cards-pool .card .card-body .item-value {
    font-size: 2rem;
    line-height: 1.7rem;
  }
  body.customer .cards-pool .card .card-body .item-name {
    font-size: 1.1rem;
  }
}
@media (max-width: 1115px) {
  body.customer .cards-pool {
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  body.customer .user-menu {
    margin-bottom: 6rem;
  }
}
@media (max-width: 419px) {
  body.customer .cards-pool .card .item-value {
    font-size: 1.5rem !important;
  }
  body.customer .cards-pool .card .item-name {
    font-size: 1.1rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.customer main .customer-bar {
    transform: translateX(-100vw);
    transition: all 0.5s;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding: 2rem;
    z-index: 1000;
    background-color: #FFFFFF;
    position: fixed;
  }
  body.customer.user-account-active main .customer-bar {
    transform: none !important;
  }
  body.customer .btn-account-container {
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
  }
}
.customer-section .title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #252F38;
  margin-top: 1.3rem;
  margin-bottom: 1.7rem;
  display: block;
}
.customer-section .customer-options-container {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  margin-bottom: 4.6rem;
}
.customer-section .customer-options-container .co-item {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #D3D6E2;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-section .customer-options-container .co-item.co-item-input {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.customer-section .customer-options-container .co-item.co-item-input input.form-control, .customer-section .customer-options-container .co-item.co-item-input .select {
  border: none !important;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  box-shadow: none !important;
  padding: 0.5rem;
}
.customer-section .customer-options-container .co-item.co-item-input .select {
  height: 38px;
}
.customer-section .customer-options-container .co-item.co-item-update {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.customer-section .customer-options-container .co-item.co-item-update ul {
  display: flex;
  padding-left: 0px;
  margin-bottom: 0px;
}
.customer-section .customer-options-container .co-item.co-item-update ul li {
  list-style: none;
}
.customer-section .customer-options-container .co-item.co-item-update ul li:not(:first-child) {
  margin-left: 1.5rem;
}
@media (min-width: 992px) {
  .customer-section .customer-options-container .co-item.co-item-update ul li .btn {
    width: 15.8rem;
  }
}
@media (max-width: 991.98px) {
  .customer-section .customer-options-container .co-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .customer-section .customer-options-container .co-item.arrow::after {
    align-self: flex-end;
    justify-self: center;
    position: absolute;
  }
}
.customer-section .customer-options-container .co-item.arrow::after {
  content: url(/assets/images/blue-arrow-right.svg);
  width: 1.39rem;
  height: 2.3rem;
}
.customer-section .customer-options-container .co-item .co-key {
  font-size: 1.2rem;
  color: #67737A;
  font-weight: 500;
}
@media (min-width: 992px) {
  .customer-section .customer-options-container .co-item .co-key {
    position: absolute;
  }
}
.customer-section .customer-options-container .co-item .co-value {
  font-size: 1.3rem;
  color: #0084AD;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 992px) {
  .customer-section .customer-options-container .co-item .co-value {
    width: 100%;
  }
}
.customer-section .customer-options-container .co-item.co-item-action a {
  text-decoration: underline;
  color: #009FD0;
}

@media (max-width: 991.98px) {
  .customer-section .customer-options-container {
    box-shadow: none;
  }
  .customer-section .customer-options-container .customer-options-container-mob {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    margin-bottom: 2rem;
  }
  .customer-section .customer-options-container .co-value {
    text-align: left;
    width: fit-content;
  }
  .customer-section .customer-options-container .co-key {
    position: relative;
  }
  .customer-section .customer-options-container .co-item-update {
    border: 0px;
    padding: 0px;
  }
  .customer-section .customer-options-container .co-item-update .actions {
    padding-top: 0px;
    justify-content: space-between;
    width: 100%;
  }
  .customer-section .customer-options-container .co-item-update .actions li {
    margin-left: 0px !important;
  }
  .customer-section .customer-options-container .co-item-update .actions li .btn {
    max-width: none;
    min-width: auto;
    width: 14rem;
  }

  body.my-data .customer-options-container {
    box-shadow: 0px 3px 6px #00000029;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .co-item .custom-checkbox {
    margin-bottom: 1.5rem;
  }
  .co-item .actions li {
    width: calc( 50% - 0.75rem);
  }
  .co-item .actions li .btn {
    width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  body.my-data.customer .customer-section .co-item .co-value {
    text-align: left;
  }
  body.my-data.customer .customer-section .co-item .co-value a:not(.btn) {
    max-width: 215px;
    display: block;
  }
}
.toggle-my-account-menu:not(.open-my-account) {
  right: 15px;
}

.user-menu {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: #AEBAB6;
}
.user-menu ul, .user-menu li {
  list-style: none;
}
.user-menu ul {
  padding-left: 3rem;
}
.user-menu ul a {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
.user-menu a {
  font-size: 1.3rem;
  line-height: 1.5rem;
  letter-spacing: 0.065rem;
  color: #7D8084;
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.user-menu a.active {
  font-weight: bold;
  color: #009FD0;
}
.user-menu a.active .icon svg {
  color: #009FD0;
}
.user-menu a .count-badge {
  right: 0px;
  position: absolute;
}
@media (max-width: 991.98px) {
  .user-menu a.nav-link:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: " ";
    position: absolute;
    right: 0;
    background-image: url(/assets/images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.user-menu a .icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 1.45rem;
  margin-left: -13px;
}

body.logged-in .user-menu a .icon {
  color: #009FD0;
}
@media (max-width: 991.98px) {
  body.logged-in a:after {
    background-image: url(/assets/images/blue-arrow-right.svg);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.logged-in .customer-bar .count-badge {
    top: 8px;
    right: 20px;
  }
}

body.customer.my-pieces .customer-table-container .table tbody tr a span {
  display: block;
}
@media (max-width: 991.98px) {
  body.customer.my-pieces .customer-table-container .table tbody td span.item {
    display: flex;
  }
  body.customer.my-pieces .customer-table-container .table tbody td span.item span::before {
    content: attr(data-value);
    display: inline-block;
  }
  body.customer.my-pieces .customer-table-container .table tbody td span.item span:first-child {
    font-weight: bold;
  }
  body.customer.my-pieces .customer-table-container .table tbody td.td-mobile-val {
    font-size: 1.1rem;
  }
  body.customer.my-pieces .customer-table-container .table tbody td .gallery-name {
    color: #36D2B6;
    font-size: 1rem;
    line-height: 1rem;
  }
  body.customer.my-pieces .customer-table-container .table tbody .mob-val {
    width: 39%;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) and (max-width: 991.98px) {
  body.customer.my-pieces .customer-table-container .table tbody .mob-val {
    width: 21%;
  }
}
@media (max-width: 991.98px) {
  body.customer.my-pieces .customer-table-container .table tbody .mob-val .key {
    display: inline-block;
    margin-right: 5px;
  }
}

@media (min-width: 992px) {
  body.my-bids .table .td-mobile-val a span:last-child {
    display: none;
  }
}
@media (max-width: 991.98px) {
  body.my-bids .table .td-mobile-val a span:first-child {
    color: #36D2B6;
  }
}

@media (min-width: 992px) {
  body.my-purchases .table .td-mobile-val a .gallery-name {
    display: none;
  }
  body.my-purchases .table .td-mobile-val a span:not(.gallery-name) {
    color: #67737A;
  }
}
@media (max-width: 991.98px) {
  body.my-purchases .table .td-mobile-val a span:first-child {
    color: #36D2B6;
  }
  body.my-purchases .table .td-mobile-val a span:last-child {
    font-size: 0.9rem;
  }
}
body.my-purchases.payment-guide .customer-section .title:first-child span:first-child {
  padding-right: 0.7rem;
  border-right-style: solid;
  border-right-color: #252F38;
  border-right-width: 1px;
  margin-right: 0.7rem;
}
@media (max-width: 991.98px) {
  body.my-purchases.payment-guide .customer-section .title:first-child span:first-child {
    color: #AEBAB6;
  }
}
body.my-purchases.payment-guide .customer-section .title:last-child {
  color: #67737A;
}
@media (min-width: 992px) {
  body.my-purchases.payment-guide .customer-section .title:last-child {
    display: none;
  }
}
body.my-purchases.payment-guide .guidelines-section .actions {
  margin-top: 2rem;
}
body.my-purchases.payment-guide .guidelines-section .btn {
  text-transform: none;
  font-weight: 600;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  body.my-purchases.payment-guide .guidelines-section .btn {
    width: 100%;
    max-width: none;
  }
  body.my-purchases.payment-guide .guidelines-section .btn:first-child {
    margin-bottom: 1.5rem;
  }
}
body.my-purchases.payment-guide .guide {
  margin-top: 4.2rem;
  margin-bottom: 7.3rem;
}
body.my-purchases.payment-guide .guide, body.my-purchases.payment-guide .guide p {
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

@media (max-width: 767.98px) {
  body.customer.favorite-finished-auctions .table tbody .td-mobile-val {
    font-size: 0.9rem;
  }
  body.customer.favorite-finished-auctions .table tbody .td-mobile-val .gallery-name {
    color: #000;
    font-size: 1rem;
    line-height: 1rem;
  }
  body.customer.favorite-finished-auctions .table tbody .mob-val {
    width: 39%;
  }
  body.customer.favorite-finished-auctions .table tbody .mob-val .key {
    display: inline-block;
    margin-right: 5px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  body.customer.favorite-finished-auctions .table tbody td:first-child a {
    color: #252F38;
  }
  body.customer.favorite-finished-auctions .table tbody .td-mobile-val {
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  body.customer.favorite-finished-auctions .customer-table-container {
    margin-top: 0px;
  }
}

.customer-table-container {
  margin-top: 1.3rem;
}
@media (min-width: 992px) {
  .customer-table-container .table .tbl-headers.hide-mobile {
    font-family: "Roboto", sans-serif;
  }
}
.customer-table-container .table thead .tbl-headers .table-order {
  white-space: nowrap;
}
.customer-table-container .table thead tr th {
  border: none;
  font-weight: normal;
}
.customer-table-container .table thead tr.tbl-headers th {
  border-top: 1px;
  border-top-color: #19A0CE;
  border-top-style: solid;
}
.customer-table-container .table .tbl-mob-order, .customer-table-container .table .tbl-data-source {
  display: flex;
  align-items: center;
  max-width: 230px;
}
.customer-table-container .table .tbl-mob-order .order-by-label, .customer-table-container .table .tbl-mob-order .database-label, .customer-table-container .table .tbl-data-source .order-by-label, .customer-table-container .table .tbl-data-source .database-label {
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 500;
  color: #252F38;
}
.customer-table-container .table .tbl-mob-order .select, .customer-table-container .table .tbl-data-source .select {
  width: 10rem;
  margin-left: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #009FD0;
  background-size: 13px 8px;
}
.customer-table-container .table .th-filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-table-container .table .th-filter-container .tbl-pagination {
  width: 38.5%;
}
.customer-table-container .table .th-filter-container .tbl-pagination .pagination-container {
  width: 100%;
}
.customer-table-container .table .th-filter-container .tbl-pagination .pagination-container ul.pagination {
  margin-bottom: 0px;
}
.customer-table-container .table .table-order {
  font-size: 1.3rem;
  color: #0084AD;
  display: block;
  background-image: url(/assets/images/blue-arrow-down.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 13px;
}
.customer-table-container .table .tbl-headers th {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}
.customer-table-container .table.with-arrow tbody tr td:last-child:before {
  content: url(/assets/images/blue-arrow-right.svg);
  display: inline-block;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 9px 6px;
}
.customer-table-container .table tbody {
  font-size: 1.3rem;
  color: #67737A;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .customer-table-container .table tbody tr {
    height: 5.8rem;
  }
}
.customer-table-container .table tbody tr:first-child td {
  border-top: none;
}
.customer-table-container .table tbody tr td {
  font-family: "Roboto", sans-serif;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-color: #D3D6E2;
  vertical-align: middle;
}
.customer-table-container .table tbody tr td a span {
  display: block;
}
.customer-table-container .table tfoot .pagination-container {
  display: flex;
  justify-content: flex-end;
}
.customer-table-container .table tfoot .pagination-container ul.pagination {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  max-width: 38.5%;
}
@media (max-width: 991.98px) {
  .customer-table-container .table tfoot .pagination-container {
    justify-content: center;
    width: 100%;
  }
  .customer-table-container .table tfoot .pagination-container ul.pagination {
    max-width: 100%;
  }
}
.customer-table-container .table .pagination a {
  width: 2.1rem;
  height: 2.1rem;
  font-size: 1.1rem;
}
.customer-table-container .table .pagination a.the-page {
  font-weight: 500;
}
.customer-table-container .table .pagination a.arrow-right:before, .customer-table-container .table .pagination a.arrow-left:before {
  background-size: contain;
}
.customer-table-container .table .pagination .the-page-item a {
  width: auto;
}
@media (max-width: 991.98px) {
  .customer-table-container .table thead .th-filter-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .customer-table-container .table thead .th-filter-container > div {
    width: 100%;
    max-width: none;
    justify-content: space-between;
  }
  .customer-table-container .table thead .tbl-mob-order {
    border-top: 1px;
    border-top-color: #19A0CE;
    border-top-style: solid;
  }
  .customer-table-container .table tbody td {
    font-size: 1rem;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .customer-table-container .table tbody td span.item {
    display: flex;
  }
  .customer-table-container .table tbody td span.item span::before {
    content: attr(data-value);
    display: inline-block;
  }
  .customer-table-container .table tbody td span.item span:first-child {
    font-weight: bold;
  }
  .customer-table-container .table tbody td.td-mobile-val:first-child {
    padding-left: 1.6rem !important;
  }
  .customer-table-container .table tbody td.td-mobile-val:last-child {
    padding-right: 1.6rem !important;
    width: 50%;
  }
  .customer-table-container .table tbody td.td-mobile-val.mob-val .hide-desktop .item .key {
    white-space: nowrap;
    margin-right: 3px;
  }
}
@media (max-width: 575.98px) {
  .customer-table-container .table tr.new .td-mobile-val:not(.mob-val), .customer-table-container .table tr.post-trading .td-mobile-val:not(.mob-val), .customer-table-container .table tr.in-process .td-mobile-val:not(.mob-val), .customer-table-container .table tr.live .td-mobile-val:not(.mob-val) {
    border-left-width: 3px;
    border-left-style: solid;
  }
  .customer-table-container .table tr.new .td-mobile-val:not(.mob-val) {
    border-left-color: #FF8900 !important;
  }
  .customer-table-container .table tr.post-trading .td-mobile-val:not(.mob-val) {
    border-left-color: #D946B2 !important;
  }
  .customer-table-container .table tr.in-process .td-mobile-val:not(.mob-val) {
    border-left-color: #36D2B6 !important;
  }
  .customer-table-container .table tr.live .td-mobile-val:not(.mob-val) {
    border-left-color: #FF3E46 !important;
  }
}

@media (max-width: 320.98px) {
  .customer-table-container .table tbody tr td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .customer-table-container .td-mobile-val {
    font-size: 1rem !important;
  }
  .customer-table-container .td-mobile-val.mob-val {
    width: 32% !important;
  }
  .customer-table-container .td-mobile-val.mob-val .item {
    display: flex;
    flex-direction: column;
  }
}
body.customer .auction-list-pagination .pagination a {
  font-size: 1.1rem;
}
body.customer .auction-list-pagination .pagination a.the-page {
  font-weight: 500;
}
body.customer .auction-list-pagination .pagination a.arrow-right:before, body.customer .auction-list-pagination .pagination a.arrow-left:before {
  background-size: contain;
  width: 1.2rem;
}
body.customer .auction-list-pagination .pagination a:not(.the-page) {
  width: 2.1rem;
  height: 3.1rem;
}
@media (max-width: 991.98px) {
  body.customer .auction-list-pagination .pagination a:not(.the-page) {
    height: 2.1rem;
  }
}
body.customer .auction-list-pagination .pagination .page-item {
  display: flex;
  align-items: center;
}
body.customer .auction-list-pagination .pagination .page-item .page-link {
  padding-left: 17px;
  padding-right: 17px;
}
@media (max-width: 991.98px) {
  body.customer .auction-list-pagination .pagination .page-item .page-link {
    padding: 0;
    margin-right: 0.85vw;
    margin-left: 0.85vw;
  }
}
body.customer .auction-list-pagination .pagination .the-page-item {
  display: flex;
  align-items: center;
}
body.customer .auction-list-pagination .pagination .the-page-item a {
  width: auto;
}
@media (max-width: 991.98px) {
  body.customer .auction-list-pagination .pagination .the-page-item a.arrow-left, body.customer .auction-list-pagination .pagination .the-page-item a.arrow-right {
    width: auto;
  }
}

body.my-favorite-active .auction-list {
  margin: auto;
}
body.my-favorite-active .the-list {
  padding-top: 1.8rem;
}
body.my-favorite-active .the-list article {
  margin-top: 0px;
  margin-bottom: 6rem;
}
@media (max-width: 991.98px) {
  body.my-favorite-active .the-list article {
    margin-bottom: 3rem;
  }
}
body.my-favorite-active .auction-list-pagination {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 9.2rem;
}
body.my-favorite-active .auction-list-pagination .pagination .page-item .arrow-left,
body.my-favorite-active .auction-list-pagination .pagination .page-item .arrow-right {
  width: 4.1rem;
}
@media (max-width: 991.98px) {
  body.my-favorite-active .auction-list {
    margin: auto;
  }
  body.my-favorite-active .auction-list .auction-details .auction-schedule ul {
    flex-direction: column;
  }
  body.my-favorite-active .auction-list .auction-details .auction-schedule ul li {
    border: none !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 1.8rem;
  }
  body.my-favorite-active .auction-list .auction-details .auction-schedule ul li:last-child {
    font-weight: normal;
  }
  body.my-favorite-active .auction-list .auction-details .auction-schedule ul li:last-child .sch {
    display: inline-block !important;
  }
  body.my-favorite-active.auction-batches .stats-row > div {
    flex: none !important;
    padding: 0px;
    width: 50%;
  }
}
@media (max-width: 320.98px) {
  body.my-favorite-active .btn-remove {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  body.my-favorite-active .btn-remove .arrow, body.my-favorite-active .btn-remove img {
    display: none !important;
  }
  body.my-favorite-active .batch-stats > div > a.btn:first-child {
    max-width: 142px;
  }
}

body.my-watch-active .auction-list {
  margin: auto;
}
body.my-watch-active .the-list article {
  margin-top: 0px;
  margin-bottom: 6rem;
}
body.my-watch-active .the-list article:last-child {
  margin-bottom: 3rem;
}
body.my-watch-active.auction-batches .btn-remove-watch .arrow {
  opacity: 1;
  transform: translate(-5rem, 0px);
  transition-delay: 50ms;
  transition: all 0.2s ease-out;
  color: #FFFFFF;
  opacity: 0;
}
body.my-watch-active.auction-batches .btn-remove-watch:hover .btn-label {
  transform: translate(-1.5rem, 0px);
}
body.my-watch-active.auction-batches .btn-remove-watch:hover .arrow {
  opacity: 1;
  transform: translate(1.5rem, 0px);
}
body.my-watch-active .auction-list-pagination {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 9.2rem;
}
body.my-watch-active .auction-list-pagination .pagination .page-item .arrow-left,
body.my-watch-active .auction-list-pagination .pagination .page-item .arrow-right {
  width: 4.1rem;
}
@media (max-width: 991.98px) {
  body.my-watch-active .auction-list {
    margin: auto;
  }
  body.my-watch-active .auction-list .auction-schedule ul {
    flex-direction: column;
  }
  body.my-watch-active .auction-list .auction-schedule ul li {
    border: none !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    line-height: 1.8rem;
  }
  body.my-watch-active .auction-list .auction-schedule ul li:last-child {
    font-weight: normal;
  }
  body.my-watch-active .auction-list .auction-schedule ul li:last-child .sch {
    display: inline-block !important;
  }
  body.my-watch-active.auction-batches .stats-row > div {
    flex: none !important;
    padding: 0px;
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  body.my-messages .customer-table-container .table td .message-subject {
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  body.my-messages .customer-table-container .table tbody tr td {
    font-size: 1.3rem;
  }
}
@media (max-width: 991.98px) {
  body.my-messages .customer-table-container .table tbody tr td .message-subject {
    margin-top: 0.5rem;
    line-height: 1.1rem;
    font-size: 0.9rem;
  }
  body.my-messages .customer-table-container .table tbody tr td .message-date {
    font-size: 1.1rem;
    color: #36D2B6;
  }
  body.my-messages .customer-table-container .table tbody tr td.td-mobile-val .hide-desktop .item span {
    font-weight: bold;
    font-size: 1.1rem;
    white-space: nowrap;
  }
  body.my-messages .customer-table-container .table tbody tr td.td-mobile-val .hide-desktop .item span.key {
    font-weight: normal;
    white-space: nowrap;
    margin-right: 0.5rem;
  }
}

body.my-message .message-section {
  margin-bottom: 5rem;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  margin-top: 4.6rem;
}
@media (min-width: 992px) {
  body.my-message .message-section {
    box-shadow: 0px 3px 6px #00000029;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 5rem;
  }
  body.my-message .message-section > .title {
    display: none;
  }
}
@media (max-width: 991.98px) {
  body.my-message .message-section .mobile-message-section {
    padding-top: 2rem;
    box-shadow: 0px 3px 6px #00000029;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}
body.my-message .message-section .ticket-id {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.8rem;
  color: #252F38;
}
body.my-message .message-section .date-time {
  color: #67737A;
  font-size: 1.2rem;
  line-height: 2.8rem;
  font-weight: bold;
}
body.my-message .message-section .subject {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #252F38;
}
body.my-message .message-section .message-content {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
body.my-message .message-section .message-content p {
  font-size: 1.2rem;
  margin-bottom: 2.4rem;
}
body.my-message .message-section ul.message-actions {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
  padding-left: 0px;
}
body.my-message .message-section ul.message-actions:after {
  content: " ";
  display: block;
  width: 1px;
  height: 1.6rem;
  border-left-style: solid;
  border-left-color: #67737A;
  border-left-width: 1px;
  order: 1;
  margin-left: 2rem;
  margin-right: 2rem;
}
body.my-message .message-section ul.message-actions li:first-child {
  order: 0;
}
body.my-message .message-section ul.message-actions li:last-child {
  order: 2;
}
body.my-message .message-section ul.message-actions a {
  display: flex;
  align-items: center;
}
body.my-message .message-section ul.message-actions a span:first-child {
  font-size: 1.4rem;
  text-decoration: underline;
  color: #67737A;
}
body.my-message .message-section ul.message-actions a span:last-child {
  margin-left: 1rem;
}
body.my-message .message-section ul.message-actions a span:last-child:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
body.my-message .message-section ul.message-actions a.see-indexed .icon:before {
  content: "";
}
body.my-message .message-section ul.message-actions a.download-indexed .icon:before {
  content: "";
}
body.my-message .message-section ul.message-actions li {
  list-style: none;
}
@media (min-width: 992px) {
  body.my-message .reply-section .btn {
    max-width: 15.8rem !important;
  }
}
@media (max-width: 991.98px) {
  body.my-message .message-section {
    padding-top: 0px;
    margin-top: 1rem;
  }
  body.my-message .reply-section {
    margin-top: 3rem;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  body.my-finshed-watch .table .gallery-name {
    color: #252F38 !important;
  }
}

body.auction-batches .customer-section > .title:first-child span:first-child {
  padding-right: 0.7rem;
  border-right-style: solid;
  border-right-color: #252F38;
  border-right-width: 1px;
  margin-right: 0.7rem;
}
body.auction-batches .customer-section > .title:first-child span.piece-date,
body.auction-batches .customer-section > .title:first-child span:last-child {
  color: #67737A;
}
@media (max-width: 991.98px) {
  body.auction-batches .customer-section > .title:first-child span.piece-date,
body.auction-batches .customer-section > .title:first-child span:last-child {
    color: #AEBAB6;
  }
}
body.auction-batches .customer-section > .title:first-child .piece-date {
  border: none !important;
}
body.auction-batches .customer-section .guidelines-section {
  margin-top: 3rem;
}
body.auction-batches .customer-section .guidelines-section .btn {
  box-shadow: none;
  text-transform: none;
  font-weight: 500;
}
body.auction-batches .customer-section .guidelines-section .btn:first-child {
  margin-right: 1.5rem;
}
body.auction-batches .customer-section .auctions-case {
  margin-top: 6.5rem;
  border-bottom-style: solid;
  border-bottom-color: #19A0CE;
  border-bottom-width: 1px;
  padding-bottom: 3rem;
}
body.auction-batches .customer-section .auctions-case .case-item {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
@media (min-width: 1440px) {
  body.auction-batches .customer-section .auctions-case .case-item .featured-image {
    width: 58%;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  body.auction-batches .customer-section .auctions-case .case-item .featured-image {
    width: 76%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.auction-batches .customer-section .auctions-case .case-item .featured-image {
    width: 148%;
  }
}
body.auction-batches .customer-section .auctions-case .case-item .featured-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0px 3px 6px #00000029;
}
@media (min-width: 768px) {
  body.auction-batches .customer-section .auctions-case .case-item .case-details {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
body.auction-batches .customer-section .auctions-case .case-item .case-details .batch-title {
  font-size: 1.4rem;
  letter-spacing: 30;
}
@media (min-width: 1440px) {
  body.auction-batches .customer-section .auctions-case .case-item .case-details .batch-title {
    line-height: 2.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  body.auction-batches .customer-section .auctions-case .case-item .case-details .batch-title {
    line-height: 2.2rem;
  }
}
body.auction-batches .customer-section .auctions-case .case-item .case-details .batch-sub {
  color: #67737A;
  font-size: 1.2rem;
  font-weight: 500;
}
body.auction-batches .customer-section .auctions-case .case-item .case-details .batch-stats {
  margin-top: 1.5rem;
}
body.auction-batches .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row {
  display: flex;
}
@media (min-width: 992px) {
  body.auction-batches .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 991.98px) {
  body.auction-batches .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
body.auction-batches .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row > div:not(:first-child) {
  border-left-style: solid;
  border-left-color: #252F38;
  border-left-width: 1px;
}
body.auction-batches .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row .stats-title {
  color: #67737A;
  font-size: 1.2rem;
  font-weight: 600;
}
body.auction-batches .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row .stats-val {
  font-size: 1.8rem;
  color: #36D2B6;
  font-weight: 700;
  margin-top: 1rem;
}
@media (max-width: 991.98px) {
  body.auction-batches .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row .stats-val {
    font-size: 1.2rem;
  }
}
body.auction-batches .customer-section .pagination-section {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10rem;
  margin-top: 3rem;
}
body.auction-batches .customer-section .pagination-section .pagination li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
body.auction-batches .customer-section .pagination-section .pagination li.active a {
  font-weight: 700 !important;
}
body.auction-batches .customer-section .pagination-section .pagination a {
  width: 2.1rem;
  height: 2.1rem;
  font-size: 1.4rem;
}
body.auction-batches .customer-section .pagination-section .pagination a.the-page {
  font-size: 1.1rem;
  font-weight: 500;
}
body.auction-batches .customer-section .pagination-section .pagination a.arrow-right:before, body.auction-batches .customer-section .pagination-section .pagination a.arrow-left:before {
  background-size: contain;
}
body.auction-batches .customer-section .pagination-section .pagination .the-page-item a {
  width: auto;
}
@media (max-width: 767.98px) {
  body.auction-batches .guidelines-section .btn {
    margin-top: 1.5rem;
  }
  body.auction-batches .auctions-case {
    border-bottom: none !important;
    padding-bottom: 1.7rem;
  }
  body.auction-batches .auctions-case .case-item {
    margin-bottom: 6rem !important;
    flex-direction: column;
  }
  body.auction-batches .auctions-case .case-item .featured-image {
    max-width: none !important;
    width: 100% !important;
  }
  body.auction-batches .auctions-case .case-item .featured-image img {
    width: 100%;
    height: auto;
  }
  body.auction-batches .auctions-case .case-item .case-details {
    margin-top: 1.5rem;
  }
  body.auction-batches .auctions-case .case-item .case-details .batch-title {
    font-size: 1.3rem;
  }
  body.auction-batches .pagination-section {
    display: flex;
    justify-content: center !important;
  }
  body.auction-batches .pagination-section .pagination-container .pagination li {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}
body.auction-batches.my-bids .customer-section .auctions-case, body.auction-batches.my-watch-active .customer-section .auctions-case, body.auction-batches.my-favorite-active .customer-section .auctions-case {
  margin-top: 3rem;
}
body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .see-registry, body.auction-batches.my-watch-active .customer-section .auctions-case .case-item .case-details .see-registry, body.auction-batches.my-favorite-active .customer-section .auctions-case .case-item .case-details .see-registry {
  text-decoration: underline !important;
}
body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .see-history-container, body.auction-batches.my-watch-active .customer-section .auctions-case .case-item .case-details .see-history-container, body.auction-batches.my-favorite-active .customer-section .auctions-case .case-item .case-details .see-history-container {
  display: none;
}
body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .batch-sub, body.auction-batches.my-watch-active .customer-section .auctions-case .case-item .case-details .batch-sub, body.auction-batches.my-favorite-active .customer-section .auctions-case .case-item .case-details .batch-sub {
  font-weight: 700;
  color: #252F38;
}
body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row > div:last-child, body.auction-batches.my-watch-active .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row > div:last-child, body.auction-batches.my-favorite-active .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row > div:last-child {
  flex: 2;
}
body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row .btn-change-label:hover .arrow, body.auction-batches.my-watch-active .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row .btn-change-label:hover .arrow, body.auction-batches.my-favorite-active .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row .btn-change-label:hover .arrow {
  transform: translate(2.5rem, 0px);
}
body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .batch-stats .btn, body.auction-batches.my-watch-active .customer-section .auctions-case .case-item .case-details .batch-stats .btn, body.auction-batches.my-favorite-active .customer-section .auctions-case .case-item .case-details .batch-stats .btn {
  box-shadow: none;
  white-space: nowrap;
}
body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .batch-stats .btn .btn-label, body.auction-batches.my-watch-active .customer-section .auctions-case .case-item .case-details .batch-stats .btn .btn-label, body.auction-batches.my-favorite-active .customer-section .auctions-case .case-item .case-details .batch-stats .btn .btn-label {
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row .stats-val, body.auction-batches.my-watch-active .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row .stats-val, body.auction-batches.my-favorite-active .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row .stats-val {
    font-size: 1.2rem;
  }
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row:last-child, body.auction-batches.my-watch-active .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row:last-child, body.auction-batches.my-favorite-active .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row:last-child {
    justify-content: space-between;
  }
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row:last-child .btn, body.auction-batches.my-watch-active .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row:last-child .btn, body.auction-batches.my-favorite-active .customer-section .auctions-case .case-item .case-details .batch-stats .stats-row:last-child .btn {
    font-size: 1rem;
    min-width: 14.6rem;
    margin-right: 0px;
  }
}
@media (max-width: 767.98px) {
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details, body.auction-batches.my-watch-active .customer-section .auctions-case .case-item .case-details, body.auction-batches.my-favorite-active .customer-section .auctions-case .case-item .case-details {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991.98px) {
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .see-history-container, body.auction-batches.my-watch-active .customer-section .auctions-case .case-item .case-details .see-history-container, body.auction-batches.my-favorite-active .customer-section .auctions-case .case-item .case-details .see-history-container {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
body.auction-batches.my-bids .customer-section .auctions-case .case-item .featured-image {
  min-width: 31%;
}
body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .auction-number {
  color: #252F38;
  font-size: 1.2rem;
  font-weight: 700;
}
body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .see-registry, body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .batch-sub {
  color: #67737A;
  font-size: 1.4rem;
  font-weight: 500;
}
body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .stats-row:last-child {
  align-items: center;
}
body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .stats-row:last-child a {
  flex: 1;
  min-width: 0px;
}
body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .stats-row:last-child .see-registry {
  text-decoration: underline;
  white-space: nowrap;
}
body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .stats-row:last-child .btn-watch .arrow {
  font-size: 1.5rem;
}
@media (max-width: 1199.98px) {
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .stats-row:last-child {
    justify-content: space-between;
  }
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .stats-row:last-child .see-registry {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details {
    display: flex;
    flex-direction: column;
  }
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .batch-title {
    order: 1;
  }
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .batch-sub {
    order: 2;
  }
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .see-history-container {
    order: 3;
  }
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .auction-number {
    order: 4;
  }
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .batch-stats {
    order: 5;
  }
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .stats-row:first-child div {
    flex: 1 !important;
  }
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .stats-row:first-child .stats-title {
    white-space: nowrap;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) and (max-width: 1199.98px) {
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .see-history-container {
    display: block !important;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .stats-row:not(:last-child) {
    margin-bottom: 1rem !important;
  }
  body.auction-batches.my-bids .customer-section .auctions-case .case-item .case-details .stats-val {
    margin-top: 0px !important;
  }
}
@media (max-width: 991.98px) {
  body.auction-batches.my-pieces .auctions-case {
    margin-top: 1.5rem;
  }
}

body.my-bids.history #footer {
  margin-top: 17.6rem;
}

/*# sourceMappingURL=style.css.map */
