@charset "UTF-8";
*,
*::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: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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: #1c92d1;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #13638e;
  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: 1rem;
  padding-bottom: 1rem;
  color: #838383;
  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;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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.7em;
  font-weight: 500;
  line-height: 1.2;
  color: #343a40;
}

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

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

h3, .h3 {
  font-size: 1.375rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}

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

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

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

.lead {
  font-size: 1.40625rem;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .lead {
    font-size: calc(1.265625rem + 0.1875vw);
  }
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

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

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

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

small,
.small {
  font-size: 0.875rem;
  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.40625rem;
}
@media (max-width: 1200px) {
  .blockquote {
    font-size: calc(1.265625rem + 0.1875vw);
  }
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875rem;
  color: #838383;
}

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

kbd {
  padding: 0.175em 0.5em;
  font-size: 87.5%;
  color: #343a40;
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
  box-shadow: none;
}

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

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

.container,
.container-fluid,
.container-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 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-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.33333333%;
  max-width: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333333%;
    max-width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@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.33333333%;
    max-width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@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.33333333%;
    max-width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@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.33333333%;
    max-width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #495057;
}
.table th,
.table td {
  padding: 1rem;
  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: #495057;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bfe0f2;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #89c6e7;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bfe0f2;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #89c6e7;
}

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

.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: #f7cbc4;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f09e92;
}

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #6c757d;
  border-color: #7f8890;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: 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: #838383;
}

.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: 0.875em;
  color: #28a745;
}

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: 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: #495057;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.55rem 2rem;
  font-size: 1.125rem;
  line-height: 1.2;
  border-radius: 10rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #495057;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #1c92d1;
  border-color: #1c92d1;
}
.btn-primary:hover {
  color: #fff;
  background-color: #177aaf;
  border-color: #1673a4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #177aaf;
  border-color: #1673a4;
  box-shadow: 0 0 0 0.2rem rgba(62, 162, 216, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #1c92d1;
  border-color: #1c92d1;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1673a4;
  border-color: #146b99;
}
.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(62, 162, 216, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #1c92d1;
  border-color: #1c92d1;
}
.btn-info:hover {
  color: #fff;
  background-color: #177aaf;
  border-color: #1673a4;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #177aaf;
  border-color: #1673a4;
  box-shadow: 0 0 0 0.2rem rgba(62, 162, 216, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #1c92d1;
  border-color: #1c92d1;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1673a4;
  border-color: #146b99;
}
.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(62, 162, 216, 0.5);
}

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

.btn-danger {
  color: #fff;
  background-color: #e2452d;
  border-color: #e2452d;
}
.btn-danger:hover {
  color: #fff;
  background-color: #cd341c;
  border-color: #c1311b;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #cd341c;
  border-color: #c1311b;
  box-shadow: 0 0 0 0.2rem rgba(230, 97, 77, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e2452d;
  border-color: #e2452d;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c1311b;
  border-color: #b62e19;
}
.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(230, 97, 77, 0.5);
}

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

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

.btn-outline-primary {
  color: #1c92d1;
  border-color: #1c92d1;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #1c92d1;
  border-color: #1c92d1;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 146, 209, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1c92d1;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1c92d1;
  border-color: #1c92d1;
}
.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(28, 146, 209, 0.5);
}

.btn-outline-info {
  color: #1c92d1;
  border-color: #1c92d1;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #1c92d1;
  border-color: #1c92d1;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 146, 209, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #1c92d1;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #1c92d1;
  border-color: #1c92d1;
}
.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(28, 146, 209, 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: #e2452d;
  border-color: #e2452d;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e2452d;
  border-color: #e2452d;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 69, 45, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e2452d;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e2452d;
  border-color: #e2452d;
}
.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(226, 69, 45, 0.5);
}

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

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

.btn-link {
  font-weight: 400;
  color: #1c92d1;
  text-decoration: none;
}
.btn-link:hover {
  color: #13638e;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.9166rem 2.5rem;
  font-size: 1.375rem;
  line-height: 1.2;
  border-radius: 10rem;
}
@media (max-width: 1200px) {
  .btn-lg, .btn-group-lg > .btn {
    font-size: calc(1.2625rem + 0.15vw);
  }
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.366rem 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1c92d1;
}
.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.5rem;
  padding-left: 1.5rem;
}
.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.75rem;
  padding-left: 0.75rem;
}

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

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.6875rem;
  padding-left: 1.5rem;
  print-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.34375rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.34375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-control-label::after {
  position: absolute;
  top: 0.34375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

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

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

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.34375rem + 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: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

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

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

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  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: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.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: 0 solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  background-color: transparent;
  border: 0 solid transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 2rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1c92d1;
}

.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: 1rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  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.375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 10rem;
}
@media (max-width: 1200px) {
  .navbar-toggler {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-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,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-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,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-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,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-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: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid;
  border-radius: 24px;
}
.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: 24px;
  border-top-right-radius: 24px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
.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: 0 solid;
}
.card-header:first-child {
  border-radius: 24px 24px 0 0;
}

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #0a354b;
  background-color: #d2e9f6;
  border-color: #bfe0f2;
}
.alert-primary hr {
  border-top-color: #aad6ee;
}
.alert-primary .alert-link {
  color: #04151e;
}

.alert-info {
  color: #0a354b;
  background-color: #d2e9f6;
  border-color: #bfe0f2;
}
.alert-info hr {
  border-top-color: #aad6ee;
}
.alert-info .alert-link {
  color: #04151e;
}

.alert-warning {
  color: #5c4503;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #2b2001;
}

.alert-danger {
  color: #511910;
  background-color: #f9dad5;
  border-color: #f7cbc4;
}
.alert-danger hr {
  border-top-color: #f4b7ae;
}
.alert-danger .alert-link {
  color: #260c08;
}

.alert-light {
  color: #595a5a;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #404040;
}

.alert-dark {
  color: #131517;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: black;
}

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

.media-body {
  flex: 1;
}

.close {
  float: right;
  font-size: 1.96875rem;
  font-weight: 600;
  line-height: 1;
  color: #495057;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.321875rem + 0.8625vw);
  }
}
.close:hover {
  color: #495057;
  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;
}

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

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

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

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

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

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

  .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;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  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: -0.125em;
  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: #1c92d1 !important;
}

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

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1673a4 !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: #e2452d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #1c92d1 !important;
}

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

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

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

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

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

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

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

.rounded {
  border-radius: 10px !important;
}

.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-lg {
  border-radius: 24px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-25,
.my-25 {
  margin-top: 0.25rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 0.25rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 0.25rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 0.25rem !important;
}

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

.mt-50,
.my-50 {
  margin-top: 0.5rem !important;
}

.mr-50,
.mx-50 {
  margin-right: 0.5rem !important;
}

.mb-50,
.my-50 {
  margin-bottom: 0.5rem !important;
}

.ml-50,
.mx-50 {
  margin-left: 0.5rem !important;
}

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

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

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

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

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

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

.mt-150,
.my-150 {
  margin-top: 1.5rem !important;
}

.mr-150,
.mx-150 {
  margin-right: 1.5rem !important;
}

.mb-150,
.my-150 {
  margin-bottom: 1.5rem !important;
}

.ml-150,
.mx-150 {
  margin-left: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

.ml-300,
.mx-300 {
  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-25 {
  padding: 0.25rem !important;
}

.pt-25,
.py-25 {
  padding-top: 0.25rem !important;
}

.pr-25,
.px-25 {
  padding-right: 0.25rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 0.25rem !important;
}

.pl-25,
.px-25 {
  padding-left: 0.25rem !important;
}

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

.pt-50,
.py-50 {
  padding-top: 0.5rem !important;
}

.pr-50,
.px-50 {
  padding-right: 0.5rem !important;
}

.pb-50,
.py-50 {
  padding-bottom: 0.5rem !important;
}

.pl-50,
.px-50 {
  padding-left: 0.5rem !important;
}

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

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

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

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

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

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

.pt-150,
.py-150 {
  padding-top: 1.5rem !important;
}

.pr-150,
.px-150 {
  padding-right: 1.5rem !important;
}

.pb-150,
.py-150 {
  padding-bottom: 1.5rem !important;
}

.pl-150,
.px-150 {
  padding-left: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-n25,
.my-n25 {
  margin-top: -0.25rem !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -0.25rem !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -0.25rem !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -0.25rem !important;
}

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

.mt-n50,
.my-n50 {
  margin-top: -0.5rem !important;
}

.mr-n50,
.mx-n50 {
  margin-right: -0.5rem !important;
}

.mb-n50,
.my-n50 {
  margin-bottom: -0.5rem !important;
}

.ml-n50,
.mx-n50 {
  margin-left: -0.5rem !important;
}

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

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

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

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

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

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

.mt-n150,
.my-n150 {
  margin-top: -1.5rem !important;
}

.mr-n150,
.mx-n150 {
  margin-right: -1.5rem !important;
}

.mb-n150,
.my-n150 {
  margin-bottom: -1.5rem !important;
}

.ml-n150,
.mx-n150 {
  margin-left: -1.5rem !important;
}

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

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

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

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

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

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

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

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

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

.ml-n300,
.mx-n300 {
  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-25 {
    margin: 0.25rem !important;
  }

  .mt-sm-25,
.my-sm-25 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-25,
.mx-sm-25 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-25,
.my-sm-25 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-25,
.mx-sm-25 {
    margin-left: 0.25rem !important;
  }

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

  .mt-sm-50,
.my-sm-50 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-50,
.mx-sm-50 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-50,
.my-sm-50 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-50,
.mx-sm-50 {
    margin-left: 0.5rem !important;
  }

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

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

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

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

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

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

  .mt-sm-150,
.my-sm-150 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-150,
.mx-sm-150 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-150,
.my-sm-150 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-150,
.mx-sm-150 {
    margin-left: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .ml-sm-300,
.mx-sm-300 {
    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-25 {
    padding: 0.25rem !important;
  }

  .pt-sm-25,
.py-sm-25 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-25,
.px-sm-25 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-25,
.py-sm-25 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-25,
.px-sm-25 {
    padding-left: 0.25rem !important;
  }

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

  .pt-sm-50,
.py-sm-50 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-50,
.px-sm-50 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-50,
.py-sm-50 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-50,
.px-sm-50 {
    padding-left: 0.5rem !important;
  }

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

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

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

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

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

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

  .pt-sm-150,
.py-sm-150 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-150,
.px-sm-150 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-150,
.py-sm-150 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-150,
.px-sm-150 {
    padding-left: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-n25,
.my-sm-n25 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n25,
.mx-sm-n25 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n25,
.my-sm-n25 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n25,
.mx-sm-n25 {
    margin-left: -0.25rem !important;
  }

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

  .mt-sm-n50,
.my-sm-n50 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n50,
.mx-sm-n50 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n50,
.my-sm-n50 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n50,
.mx-sm-n50 {
    margin-left: -0.5rem !important;
  }

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

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

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

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

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

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

  .mt-sm-n150,
.my-sm-n150 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n150,
.mx-sm-n150 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n150,
.my-sm-n150 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n150,
.mx-sm-n150 {
    margin-left: -1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .ml-sm-n300,
.mx-sm-n300 {
    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-25 {
    margin: 0.25rem !important;
  }

  .mt-md-25,
.my-md-25 {
    margin-top: 0.25rem !important;
  }

  .mr-md-25,
.mx-md-25 {
    margin-right: 0.25rem !important;
  }

  .mb-md-25,
.my-md-25 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-25,
.mx-md-25 {
    margin-left: 0.25rem !important;
  }

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

  .mt-md-50,
.my-md-50 {
    margin-top: 0.5rem !important;
  }

  .mr-md-50,
.mx-md-50 {
    margin-right: 0.5rem !important;
  }

  .mb-md-50,
.my-md-50 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-50,
.mx-md-50 {
    margin-left: 0.5rem !important;
  }

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

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

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

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

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

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

  .mt-md-150,
.my-md-150 {
    margin-top: 1.5rem !important;
  }

  .mr-md-150,
.mx-md-150 {
    margin-right: 1.5rem !important;
  }

  .mb-md-150,
.my-md-150 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-150,
.mx-md-150 {
    margin-left: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .ml-md-300,
.mx-md-300 {
    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-25 {
    padding: 0.25rem !important;
  }

  .pt-md-25,
.py-md-25 {
    padding-top: 0.25rem !important;
  }

  .pr-md-25,
.px-md-25 {
    padding-right: 0.25rem !important;
  }

  .pb-md-25,
.py-md-25 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-25,
.px-md-25 {
    padding-left: 0.25rem !important;
  }

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

  .pt-md-50,
.py-md-50 {
    padding-top: 0.5rem !important;
  }

  .pr-md-50,
.px-md-50 {
    padding-right: 0.5rem !important;
  }

  .pb-md-50,
.py-md-50 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-50,
.px-md-50 {
    padding-left: 0.5rem !important;
  }

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

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

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

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

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

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

  .pt-md-150,
.py-md-150 {
    padding-top: 1.5rem !important;
  }

  .pr-md-150,
.px-md-150 {
    padding-right: 1.5rem !important;
  }

  .pb-md-150,
.py-md-150 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-150,
.px-md-150 {
    padding-left: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-n25,
.my-md-n25 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n25,
.mx-md-n25 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n25,
.my-md-n25 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n25,
.mx-md-n25 {
    margin-left: -0.25rem !important;
  }

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

  .mt-md-n50,
.my-md-n50 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n50,
.mx-md-n50 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n50,
.my-md-n50 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n50,
.mx-md-n50 {
    margin-left: -0.5rem !important;
  }

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

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

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

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

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

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

  .mt-md-n150,
.my-md-n150 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n150,
.mx-md-n150 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n150,
.my-md-n150 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n150,
.mx-md-n150 {
    margin-left: -1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .ml-md-n300,
.mx-md-n300 {
    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-25 {
    margin: 0.25rem !important;
  }

  .mt-lg-25,
.my-lg-25 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-25,
.mx-lg-25 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-25,
.my-lg-25 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-25,
.mx-lg-25 {
    margin-left: 0.25rem !important;
  }

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

  .mt-lg-50,
.my-lg-50 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-50,
.mx-lg-50 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-50,
.my-lg-50 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-50,
.mx-lg-50 {
    margin-left: 0.5rem !important;
  }

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

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

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

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

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

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

  .mt-lg-150,
.my-lg-150 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-150,
.mx-lg-150 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-150,
.my-lg-150 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-150,
.mx-lg-150 {
    margin-left: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .ml-lg-300,
.mx-lg-300 {
    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-25 {
    padding: 0.25rem !important;
  }

  .pt-lg-25,
.py-lg-25 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-25,
.px-lg-25 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-25,
.py-lg-25 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-25,
.px-lg-25 {
    padding-left: 0.25rem !important;
  }

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

  .pt-lg-50,
.py-lg-50 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-50,
.px-lg-50 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-50,
.py-lg-50 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-50,
.px-lg-50 {
    padding-left: 0.5rem !important;
  }

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

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

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

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

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

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

  .pt-lg-150,
.py-lg-150 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-150,
.px-lg-150 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-150,
.py-lg-150 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-150,
.px-lg-150 {
    padding-left: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-n25,
.my-lg-n25 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n25,
.mx-lg-n25 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n25,
.my-lg-n25 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n25,
.mx-lg-n25 {
    margin-left: -0.25rem !important;
  }

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

  .mt-lg-n50,
.my-lg-n50 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n50,
.mx-lg-n50 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n50,
.my-lg-n50 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n50,
.mx-lg-n50 {
    margin-left: -0.5rem !important;
  }

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

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

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

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

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

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

  .mt-lg-n150,
.my-lg-n150 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n150,
.mx-lg-n150 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n150,
.my-lg-n150 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n150,
.mx-lg-n150 {
    margin-left: -1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .ml-lg-n300,
.mx-lg-n300 {
    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-25 {
    margin: 0.25rem !important;
  }

  .mt-xl-25,
.my-xl-25 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-25,
.mx-xl-25 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-25,
.my-xl-25 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-25,
.mx-xl-25 {
    margin-left: 0.25rem !important;
  }

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

  .mt-xl-50,
.my-xl-50 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-50,
.mx-xl-50 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-50,
.my-xl-50 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-50,
.mx-xl-50 {
    margin-left: 0.5rem !important;
  }

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

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

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

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

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

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

  .mt-xl-150,
.my-xl-150 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-150,
.mx-xl-150 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-150,
.my-xl-150 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-150,
.mx-xl-150 {
    margin-left: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .ml-xl-300,
.mx-xl-300 {
    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-25 {
    padding: 0.25rem !important;
  }

  .pt-xl-25,
.py-xl-25 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-25,
.px-xl-25 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-25,
.py-xl-25 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-25,
.px-xl-25 {
    padding-left: 0.25rem !important;
  }

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

  .pt-xl-50,
.py-xl-50 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-50,
.px-xl-50 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-50,
.py-xl-50 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-50,
.px-xl-50 {
    padding-left: 0.5rem !important;
  }

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

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

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

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

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

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

  .pt-xl-150,
.py-xl-150 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-150,
.px-xl-150 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-150,
.py-xl-150 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-150,
.px-xl-150 {
    padding-left: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mt-xl-n25,
.my-xl-n25 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n25,
.mx-xl-n25 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n25,
.my-xl-n25 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n25,
.mx-xl-n25 {
    margin-left: -0.25rem !important;
  }

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

  .mt-xl-n50,
.my-xl-n50 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n50,
.mx-xl-n50 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n50,
.my-xl-n50 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n50,
.mx-xl-n50 {
    margin-left: -0.5rem !important;
  }

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

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

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

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

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

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

  .mt-xl-n150,
.my-xl-n150 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n150,
.mx-xl-n150 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n150,
.my-xl-n150 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n150,
.mx-xl-n150 {
    margin-left: -1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #1c92d1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #838383 !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 (min-aspect-ratio: 119/100) {
  .col-ls-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

.max-md {
  max-width: 720px;
}

.max-lg {
  max-width: 960px;
}

.max-xl {
  max-width: 1140px;
}

.table, .card {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) {
  .table, .card {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  }
}

.body-content {
  min-height: 100vh;
}

* + h2, * + h3, * + h4 {
  margin-top: 1.5em;
}

h1 + h2 {
  margin-top: 0;
}

h4 {
  font-weight: 600;
}

p + ul, p + ol {
  margin-top: -0.5rem;
}

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

li > p {
  margin-bottom: 0.5rem;
}
.dl {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .dl {
    grid-gap: 1rem 1rem;
    grid-template-columns: max-content;
  }
}
.dl dt {
  font-weight: bold;
}
.dl dd {
  margin-bottom: 1rem;
  grid-column-start: 1;
}
@media (min-width: 576px) {
  .dl dd {
    grid-column-start: 2;
    margin-bottom: 0;
  }
}

.list-styled > li {
  margin-bottom: 0.5rem;
}

samp {
  padding: 0.175em 0.5em;
  font-size: 87.5%;
  margin-left: 0.2em;
  margin-right: 0.2em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.07);
  color: #343a40;
  border-radius: 0.2rem;
}

kbd {
  margin-left: 0.2em;
  margin-right: 0.2em;
  white-space: nowrap;
}

.disable-links a, a[disabled] {
  pointer-events: none !important;
  cursor: default;
  color: inherit;
  text-decoration: inherit;
}
.disable-links a:focus, a[disabled]:focus {
  outline: 0;
}

.font-size-lg {
  font-size: 1.375rem;
}

.font-size-md {
  font-size: 1rem;
}

.font-size-sm {
  font-size: 0.875rem;
}

.font-size-xxs {
  font-size: 8px;
}

.text-purple {
  color: #99278d;
}

.text-cyan {
  color: #39b8b7;
}

.text-yellow {
  color: #ffc107;
}

.text-green {
  color: #66ba48;
}

.text-orange {
  color: #E77D2C;
}

.text-red {
  color: #e2452d;
}

.text-gray-500 {
  color: #adb5bd;
}

.card {
  overflow: hidden;
}
.card .card-header-transparent {
  color: #fff;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.05);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 50%);
}

.figure-caption {
  font-style: italic;
}

table {
  font-size: 1rem;
  line-height: 1.35;
}

caption {
  font-size: 1.125rem;
  text-align: center;
  caption-side: top;
}
caption.caption-bottom {
  caption-side: bottom;
}

.table {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.table thead {
  background-color: #e9ecef;
}
.table tr {
  border-bottom: 1px solid #dee2e6;
}
.table tr:last-child {
  border-bottom: 0;
}
.table td, .table th {
  border: 0;
}
.table td > p:last-child, .table th > p:last-child {
  margin-bottom: 0;
}
.table th {
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 400;
}
@media (min-width: 576px) {
  .table td:first-child, .table th:first-child {
    padding-left: 2rem;
  }
  .table td:last-child, .table th:last-child {
    padding-right: 2rem;
  }
}

@media (max-width: 575.98px) {
  .table-shrink td, .table-shrink th {
    padding-left: 0.5rem;
    padding-right: 0;
  }
  .table-shrink td:first-child, .table-shrink th:first-child {
    padding-left: 1rem;
  }
  .table-shrink td:last-child, .table-shrink th:last-child {
    padding-right: 1rem;
  }
  .table-shrink .text-shrink {
    font-size: 0.875rem;
    vertical-align: middle;
  }
}
.table-little {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.table-layout-fixed {
  table-layout: fixed;
}

@media (max-width: 575.98px) {
  .table-2col {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .table-2col thead {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: table-caption;
    height: 1rem;
  }
  .table-2col thead th {
    display: none;
  }
  .table-2col tr td {
    display: block;
    padding: 0;
    margin: 1rem 1rem 1rem 0;
  }
  .table-2col tr td:first-child {
    display: table-cell;
    min-width: 110px;
    padding: 1rem;
  }
  .table-2col tr td[data-label]:before {
    content: attr(data-label);
    display: inline;
  }
}
@media (max-width: 575.98px) {
  .table-tdtitle thead {
    display: block;
  }
  .table-tdtitle thead tr {
    display: flex;
    align-items: flex-end;
  }
  .table-tdtitle thead tr th {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
  }
  .table-tdtitle thead tr th:first-child {
    display: none;
  }
  .table-tdtitle tbody {
    display: block;
  }
  .table-tdtitle tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .table-tdtitle tbody tr td {
    display: block;
    padding-top: 0;
    flex: 1 1 0;
  }
  .table-tdtitle tbody tr td:first-child {
    flex: 0 0 100%;
    font-weight: bold;
    text-align: left;
    padding-top: 1rem;
  }
  .table-tdtitle tbody tr td:last-child {
    padding-bottom: 1rem;
  }
}
.table-game > thead, .table-game .thead {
  color: #fff;
}

.bg-domino,
.table-domino > thead,
.table-domino .thead {
  background-color: #64C4D0;
  background: linear-gradient(to top right, #64C4D0 10%, #D0E4A9 90%);
}

.table-domino > thead,
.table-domino .thead {
  box-shadow: 0 0rem 0.8rem rgba(208, 228, 169, 0.3);
}

.bg-domino-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(208, 228, 169, 0.6) 0%, rgba(208, 228, 169, 0) 100%);
}

.bg-chinchon,
.table-chinchon > thead,
.table-chinchon .thead {
  background-color: #8EC773;
  background: linear-gradient(to top right, #8EC773 10%, #E4E579 90%);
}

.table-chinchon > thead,
.table-chinchon .thead {
  box-shadow: 0 0rem 0.8rem rgba(228, 229, 121, 0.3);
}

.bg-chinchon-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(228, 229, 121, 0.6) 0%, rgba(228, 229, 121, 0) 100%);
}

.bg-parchis,
.table-parchis > thead,
.table-parchis .thead {
  background-color: #3D3F77;
  background: linear-gradient(to top right, #3D3F77 10%, #A8579E 90%);
}

.table-parchis > thead,
.table-parchis .thead {
  box-shadow: 0 0rem 0.8rem rgba(168, 87, 158, 0.3);
}

.bg-parchis-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(168, 87, 158, 0.6) 0%, rgba(168, 87, 158, 0) 100%);
}

.bg-chupate2,
.table-chupate2 > thead,
.table-chupate2 .thead {
  background-color: #3976B4;
  background: linear-gradient(to top right, #3976B4 10%, #53C1D8 90%);
}

.table-chupate2 > thead,
.table-chupate2 .thead {
  box-shadow: 0 0rem 0.8rem rgba(83, 193, 216, 0.3);
}

.bg-chupate2-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(83, 193, 216, 0.6) 0%, rgba(83, 193, 216, 0) 100%);
}

.bg-durak,
.table-durak > thead,
.table-durak .thead {
  background-color: #7a2147;
  background: linear-gradient(to top right, #7a2147 10%, #D64076 90%);
}

.table-durak > thead,
.table-durak .thead {
  box-shadow: 0 0rem 0.8rem rgba(214, 64, 118, 0.3);
}

.bg-durak-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(214, 64, 118, 0.6) 0%, rgba(214, 64, 118, 0) 100%);
}

.bg-tute,
.table-tute > thead,
.table-tute .thead {
  background-color: #27949D;
  background: linear-gradient(to top right, #27949D 10%, #A4D5B8 90%);
}

.table-tute > thead,
.table-tute .thead {
  box-shadow: 0 0rem 0.8rem rgba(164, 213, 184, 0.3);
}

.bg-tute-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(164, 213, 184, 0.6) 0%, rgba(164, 213, 184, 0) 100%);
}

.bg-brisca,
.table-brisca > thead,
.table-brisca .thead {
  background-color: #e86a66;
  background: linear-gradient(to top right, #e86a66 10%, #f7bd6f 90%);
}

.table-brisca > thead,
.table-brisca .thead {
  box-shadow: 0 0rem 0.8rem rgba(247, 189, 111, 0.3);
}

.bg-brisca-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(247, 189, 111, 0.6) 0%, rgba(247, 189, 111, 0) 100%);
}

.bg-bingo,
.table-bingo > thead,
.table-bingo .thead {
  background-color: #4f144b;
  background: linear-gradient(to top right, #4f144b 10%, #d01858 90%);
}

.table-bingo > thead,
.table-bingo .thead {
  box-shadow: 0 0rem 0.8rem rgba(208, 24, 88, 0.3);
}

.bg-bingo-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(208, 24, 88, 0.6) 0%, rgba(208, 24, 88, 0) 100%);
}

.bg-belote,
.table-belote > thead,
.table-belote .thead {
  background-color: #007f86;
  background: linear-gradient(to top right, #007f86 10%, #4dcda1 90%);
}

.table-belote > thead,
.table-belote .thead {
  box-shadow: 0 0rem 0.8rem rgba(77, 205, 161, 0.3);
}

.bg-belote-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(77, 205, 161, 0.6) 0%, rgba(77, 205, 161, 0) 100%);
}

.bg-slots,
.table-slots > thead,
.table-slots .thead {
  background-color: #3A4080;
  background: linear-gradient(to top right, #3A4080 10%, #B78AFF 90%);
}

.table-slots > thead,
.table-slots .thead {
  box-shadow: 0 0rem 0.8rem rgba(183, 138, 255, 0.3);
}

.bg-slots-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(183, 138, 255, 0.6) 0%, rgba(183, 138, 255, 0) 100%);
}

.bg-burracoitaliano,
.table-burracoitaliano > thead,
.table-burracoitaliano .thead {
  background-color: #6D87BF;
  background: linear-gradient(to top right, #6D87BF 10%, #E4CDE2 90%);
}

.table-burracoitaliano > thead,
.table-burracoitaliano .thead {
  box-shadow: 0 0rem 0.8rem rgba(228, 205, 226, 0.3);
}

.bg-burracoitaliano-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(228, 205, 226, 0.6) 0%, rgba(228, 205, 226, 0) 100%);
}

.bg-coinche,
.table-coinche > thead,
.table-coinche .thead {
  background-color: #004786;
  background: linear-gradient(to top right, #004786 10%, #4DCDA1 90%);
}

.table-coinche > thead,
.table-coinche .thead {
  box-shadow: 0 0rem 0.8rem rgba(77, 205, 161, 0.3);
}

.bg-coinche-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(77, 205, 161, 0.6) 0%, rgba(77, 205, 161, 0) 100%);
}

.bg-crash,
.table-crash > thead,
.table-crash .thead {
  background-color: #0B174A;
  background: linear-gradient(to top right, #0B174A 10%, #004786 90%);
}

.table-crash > thead,
.table-crash .thead {
  box-shadow: 0 0rem 0.8rem rgba(0, 71, 134, 0.3);
}

.bg-crash-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(0, 71, 134, 0.6) 0%, rgba(0, 71, 134, 0) 100%);
}

.bg-escoba,
.table-escoba > thead,
.table-escoba .thead {
  background-color: #ff7900;
  background: linear-gradient(to top right, #ff7900 10%, #fadb71 90%);
}

.table-escoba > thead,
.table-escoba .thead {
  box-shadow: 0 0rem 0.8rem rgba(250, 219, 113, 0.3);
}

.bg-escoba-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(250, 219, 113, 0.6) 0%, rgba(250, 219, 113, 0) 100%);
}

.bg-scopa,
.table-scopa > thead,
.table-scopa .thead {
  background-color: #FD4122;
  background: linear-gradient(to top right, #FD4122 10%, #FADB71 90%);
}

.table-scopa > thead,
.table-scopa .thead {
  box-shadow: 0 0rem 0.8rem rgba(250, 219, 113, 0.3);
}

.bg-scopa-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(250, 219, 113, 0.6) 0%, rgba(250, 219, 113, 0) 100%);
}

.bg-worldchallengegame,
.table-worldchallengegame > thead,
.table-worldchallengegame .thead {
  background-color: #C16ED1;
  background: linear-gradient(to top right, #C16ED1 0%, #5B75F6 50%, #1E4E98 100%);
}

.table-worldchallengegame > thead,
.table-worldchallengegame .thead {
  box-shadow: 0 0rem 0.8rem rgba(30, 78, 152, 0.3);
}

.bg-worldchallengegame-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(30, 78, 152, 0.6) 0%, rgba(30, 78, 152, 0) 100%);
}

.bg-buraco,
.table-buraco > thead,
.table-buraco .thead {
  background-color: #00A06E;
  background: linear-gradient(to top right, #00A06E 10%, #2CC788 90%);
}

.table-buraco > thead,
.table-buraco .thead {
  box-shadow: 0 0rem 0.8rem rgba(44, 199, 136, 0.3);
}

.bg-buraco-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(44, 199, 136, 0.6) 0%, rgba(44, 199, 136, 0) 100%);
}

.bg-buracostbl,
.table-buracostbl > thead,
.table-buracostbl .thead {
  background-color: #4D72C9;
  background: linear-gradient(to top right, #4D72C9 10%, #AAC1F0 90%);
}

.table-buracostbl > thead,
.table-buracostbl .thead {
  box-shadow: 0 0rem 0.8rem rgba(170, 193, 240, 0.3);
}

.bg-buracostbl-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(170, 193, 240, 0.6) 0%, rgba(170, 193, 240, 0) 100%);
}

.bg-rummy,
.table-rummy > thead,
.table-rummy .thead {
  background-color: #1857A5;
  background: linear-gradient(to top right, #1857A5 10%, #2293E1 90%);
}

.table-rummy > thead,
.table-rummy .thead {
  box-shadow: 0 0rem 0.8rem rgba(34, 147, 225, 0.3);
}

.bg-rummy-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(34, 147, 225, 0.6) 0%, rgba(34, 147, 225, 0) 100%);
}

.bg-rummyaleman,
.table-rummyaleman > thead,
.table-rummyaleman .thead {
  background-color: #046233;
  background: linear-gradient(to top right, #046233 10%, #5b8029 90%);
}

.table-rummyaleman > thead,
.table-rummyaleman .thead {
  box-shadow: 0 0rem 0.8rem rgba(91, 128, 41, 0.3);
}

.bg-rummyaleman-radial {
  background: radial-gradient(ellipse closest-side at center center, rgba(91, 128, 41, 0.6) 0%, rgba(91, 128, 41, 0) 100%);
}

.blend-mode-overlay {
  mix-blend-mode: overlay;
}

.columns-2 {
  columns: 2;
}

@media (min-width: 576px) {
  .columns-sm-3 {
    columns: 3;
  }
}

.game-icon-rounded {
  border-radius: 100%;
  padding: 0.2777777778rem;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
}
.game-icon-rounded > .game-icon {
  width: 100%;
  height: auto;
}

.btn-outline-default {
  background: #fff;
  color: #69c4cd;
  border-color: #69c4cd;
}
.btn-outline-default:hover {
  color: #fff;
  background-color: #69c4cd;
  border-color: #69c4cd;
}
.btn-outline-default:focus, .btn-outline-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 196, 205, 0.5);
}
.btn-outline-default.disabled, .btn-outline-default:disabled {
  color: #69c4cd;
  background-color: transparent;
}
.btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active, .show > .btn-outline-default.dropdown-toggle {
  color: #212529;
  background-color: #69c4cd;
  border-color: #69c4cd;
}
.btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 196, 205, 0.5);
}

.btn-domino {
  background-color: #64C4D0;
  background-image: linear-gradient(to top right, #64C4D0 0, #64C4D0 33.33%, #D0E4A9 100%);
}

.btn-domino:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(208, 228, 169, 0.4);
}

.btn-chinchon {
  background-color: #8EC773;
  background-image: linear-gradient(to top right, #8EC773 0, #8EC773 33.33%, #E4E579 100%);
}

.btn-chinchon:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(228, 229, 121, 0.4);
}

.btn-parchis {
  background-color: #3D3F77;
  background-image: linear-gradient(to top right, #3D3F77 0, #3D3F77 33.33%, #A8579E 100%);
}

.btn-parchis:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(168, 87, 158, 0.4);
}

.btn-chupate2 {
  background-color: #3976B4;
  background-image: linear-gradient(to top right, #3976B4 0, #3976B4 33.33%, #53C1D8 100%);
}

.btn-chupate2:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(83, 193, 216, 0.4);
}

.btn-durak {
  background-color: #7a2147;
  background-image: linear-gradient(to top right, #7a2147 0, #7a2147 33.33%, #D64076 100%);
}

.btn-durak:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(214, 64, 118, 0.4);
}

.btn-tute {
  background-color: #27949D;
  background-image: linear-gradient(to top right, #27949D 0, #27949D 33.33%, #A4D5B8 100%);
}

.btn-tute:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(164, 213, 184, 0.4);
}

.btn-brisca {
  background-color: #e86a66;
  background-image: linear-gradient(to top right, #e86a66 0, #e86a66 33.33%, #f7bd6f 100%);
}

.btn-brisca:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(247, 189, 111, 0.4);
}

.btn-bingo {
  background-color: #4f144b;
  background-image: linear-gradient(to top right, #4f144b 0, #4f144b 33.33%, #d01858 100%);
}

.btn-bingo:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(208, 24, 88, 0.4);
}

.btn-belote {
  background-color: #007f86;
  background-image: linear-gradient(to top right, #007f86 0, #007f86 33.33%, #4dcda1 100%);
}

.btn-belote:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(77, 205, 161, 0.4);
}

.btn-slots {
  background-color: #3A4080;
  background-image: linear-gradient(to top right, #3A4080 0, #3A4080 33.33%, #B78AFF 100%);
}

.btn-slots:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(183, 138, 255, 0.4);
}

.btn-burracoitaliano {
  background-color: #6D87BF;
  background-image: linear-gradient(to top right, #6D87BF 0, #6D87BF 33.33%, #E4CDE2 100%);
}

.btn-burracoitaliano:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(228, 205, 226, 0.4);
}

.btn-coinche {
  background-color: #004786;
  background-image: linear-gradient(to top right, #004786 0, #004786 33.33%, #4DCDA1 100%);
}

.btn-coinche:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(77, 205, 161, 0.4);
}

.btn-crash {
  background-color: #0B174A;
  background-image: linear-gradient(to top right, #0B174A 0, #0B174A 33.33%, #004786 100%);
}

.btn-crash:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(0, 71, 134, 0.4);
}

.btn-escoba {
  background-color: #ff7900;
  background-image: linear-gradient(to top right, #ff7900 0, #ff7900 33.33%, #fadb71 100%);
}

.btn-escoba:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(250, 219, 113, 0.4);
}

.btn-scopa {
  background-color: #FD4122;
  background-image: linear-gradient(to top right, #FD4122 0, #FD4122 33.33%, #FADB71 100%);
}

.btn-scopa:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(250, 219, 113, 0.4);
}

.btn-worldchallengegame {
  background-color: #C16ED1;
  background-image: linear-gradient(to top right, #C16ED1 0, #C16ED1 33.33%, #1E4E98 100%);
}

.btn-worldchallengegame:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(30, 78, 152, 0.4);
}

.btn-buraco {
  background-color: #00A06E;
  background-image: linear-gradient(to top right, #00A06E 0, #00A06E 33.33%, #2CC788 100%);
}

.btn-buraco:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(44, 199, 136, 0.4);
}

.btn-buracostbl {
  background-color: #4D72C9;
  background-image: linear-gradient(to top right, #4D72C9 0, #4D72C9 33.33%, #AAC1F0 100%);
}

.btn-buracostbl:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(170, 193, 240, 0.4);
}

.btn-rummy {
  background-color: #1857A5;
  background-image: linear-gradient(to top right, #1857A5 0, #1857A5 33.33%, #2293E1 100%);
}

.btn-rummy:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(34, 147, 225, 0.4);
}

.btn-rummyaleman {
  background-color: #046233;
  background-image: linear-gradient(to top right, #046233 0, #046233 33.33%, #5b8029 100%);
}

.btn-rummyaleman:FOCUS {
  box-shadow: 0 0 0 0.2rem rgba(91, 128, 41, 0.4);
}

.btn-game {
  background-size: 150% 150%;
  background-position: top right;
  color: #fff;
  background-position: right -1px top -1px;
}
.btn-game:hover {
  color: #fff;
  background-position: 0 50%;
}

.cursor-text {
  cursor: text;
}

.cursor-pointer {
  cursor: pointer;
}

.center {
  text-align: center;
}

.article {
  margin: 2rem auto;
}

.svgicon {
  width: 1.1em;
  height: auto;
  max-height: 1.5em;
  margin-top: -0.125em;
}
.svgicon.dice {
  color: #99278d;
}

.alert {
  font-size: 1rem;
}

.alert-media {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 576px) {
  .alert-media {
    flex-direction: row;
  }
}
.alert-media .alert-icon {
  font-size: 1.375rem;
  line-height: 0.8em;
  padding: 0.4166666667rem 1.5rem;
  text-align: center;
}
@media (min-width: 576px) {
  .alert-media .alert-icon {
    font-size: 1.375rem;
    padding: 1.25rem 1.5rem;
    flex-direction: row;
  }
}
.alert-media .alert-media-body {
  flex: 1;
  margin-bottom: 0;
  padding: 1.25rem 1.5rem;
}
.alert-media .alert-media-body p:last-child {
  margin-bottom: 0;
}

.alert-info a, .alert-info .alert-icon {
  color: #1779ad;
}
.alert-info .alert-icon {
  background: #7fc7ee;
}
.alert-info kbd, .alert-info samp {
  background: #b9e1f6;
}

.alert-warning a, .alert-warning .alert-icon {
  color: #e78f00;
}
.alert-warning .alert-icon {
  background: #ffe187;
}
.alert-warning kbd, .alert-warning samp {
  background: #ffecb4;
}

.alert-danger a, .alert-danger .alert-icon {
  color: #d31d1d;
}
.alert-danger .alert-icon {
  background: #f1a89d;
}
.alert-danger kbd, .alert-danger samp {
  background: #f7ccc5;
}

samp.gamecard {
  background: #fff;
  border: 1px solid #adb5bd;
  padding: 0 1.5px;
  text-align: center;
  display: inline-block;
  line-height: 1.4rem;
  height: 1.52rem;
  min-width: 1.18rem;
  font-size: 0.875em;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
samp.gamecard.text-danger {
  border-color: rgba(226, 69, 45, 0.5);
}

samp.bingoball {
  background: #fff;
  border: 1px solid #adb5bd;
  padding: 0;
  text-align: center;
  display: inline-block;
  line-height: 1.52rem;
  height: 1.52rem;
  width: 1.52rem;
  font-size: 0.875rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 100%;
}

.collapse-content.collapse {
  overflow: hidden;
}

.rules.domino h1, .rules.domino h2 {
  color: #1D9DAD;
}
.rules.chinchon h1, .rules.chinchon h2 {
  color: #6A8459;
}
.rules.parchis h1, .rules.parchis h2 {
  color: #594581;
}
.rules.chupate2 h1, .rules.chupate2 h2 {
  color: #3175A8;
}
.rules.durak h1, .rules.durak h2 {
  color: #802145;
}
.rules.tute h1, .rules.tute h2 {
  color: #157B7B;
}
.rules.brisca h1, .rules.brisca h2 {
  color: #c35956;
}
.rules.bingo h1, .rules.bingo h2 {
  color: #b51e52;
}
.rules.belote h1, .rules.belote h2 {
  color: #008087;
}
.rules.slots h1, .rules.slots h2 {
  color: #3A4080;
}
.rules.burracoitaliano h1, .rules.burracoitaliano h2 {
  color: #7696d6;
}
.rules.coinche h1, .rules.coinche h2 {
  color: #225C88;
}
.rules.crash h1, .rules.crash h2 {
  color: #1954AA;
}
.rules.escoba h1, .rules.escoba h2 {
  color: #cc6917;
}
.rules.scopa h1, .rules.scopa h2 {
  color: #FD5F31;
}
.rules.worldchallengegame h1, .rules.worldchallengegame h2 {
  color: #5B75F6;
}
.rules.buraco h1, .rules.buraco h2 {
  color: #079163;
}
.rules.buracostbl h1, .rules.buracostbl h2 {
  color: #3e77db;
}
.rules.rummy h1, .rules.rummy h2 {
  color: #244993;
}
.rules.rummyaleman h1, .rules.rummyaleman h2 {
  color: #1d5b29;
}

.collapse-title {
  margin: 2rem 0 0;
}
.collapse-title.collapse-border {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.collapse-title a {
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 1.05em;
}
.collapse-title a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='currentColor' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z'%3e%3c/path%3e%3c/svg%3e");
  transform: rotate(-180deg);
  transition: transform 0.2s;
}
.collapse-title a.collapsed:before {
  transform: none;
  transition: transform 0.2s;
}

.collapse-content > :first-child {
  margin-top: 1rem;
}
.collapse-content h3 {
  font-size: 1.1875rem;
}

.navbar {
  transition: padding 1s;
}
.navbar.navbar-light {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
.navbar.navbar-dark {
  background-color: transparent;
}
.navbar.navbar-dark .lh-t {
  fill: #fff;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand .logo {
  height: 4vmax;
  min-height: 38px;
  max-height: 50px;
  width: auto;
  margin: 20% 0;
}
.navbar .btn-download {
  font-size: 0.875rem;
  padding: 0.55rem 1rem;
  transition: all 1s;
}
@media (min-width: 992px) {
  .navbar .btn-download {
    font-size: 1rem;
    padding: 0.55rem 2rem;
  }
}
.navbar .navbar-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.navbar .navbar-layout .navbar-brand {
  order: 1;
}
.navbar .navbar-spacer {
  order: 2;
  flex-grow: 1;
}
.navbar .navbar-mobile-menu {
  order: 3;
}
.navbar .navbar-user-row {
  order: 4;
  width: 100%;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .navbar-user-row .navbar-user-name,
.navbar .navbar-user-row .balance {
  margin-bottom: 0;
}
.navbar .navbar-user-menu {
  order: 5;
}
.navbar .navbar-download {
  order: 6;
}
.navbar .navbar-layout .btn-link {
  line-height: 1;
}
@media (min-width: 768px) {
  .navbar .navbar-mobile-menu {
    display: none !important;
  }
  .navbar .navbar-spacer {
    flex-grow: 1;
  }
  .navbar .navbar-user-row {
    order: 3;
    width: auto;
    flex-basis: auto;
    margin-left: 0.5rem;
    margin-top: 0 !important;
    justify-content: flex-start;
  }
  .navbar .navbar-user-row .balance {
    margin-left: 0.5rem;
  }
  .navbar .navbar-user-menu {
    display: block !important;
    order: 4;
    margin-left: 0.5rem;
  }
  .navbar .navbar-download {
    display: inline-flex !important;
    order: 5;
    margin-left: 0.5rem;
  }
}

.close {
  position: absolute;
  right: 2rem;
  top: -0.984375rem;
  text-align: center;
  background-color: #fff !important;
  width: 1.96875rem;
  height: 1.96875rem;
  line-height: 1.96875rem;
  border-radius: 100%;
  z-index: 2;
  opacity: 1 !important;
  float: none;
}
.close:hover {
  color: #000;
}
.modal-header .close {
  padding: 0;
  margin: 0;
}

.modal-lite .modal-body {
  padding-top: 2rem;
  text-align: center;
}
@media (min-width: 576px) {
  .modal-lite .modal-body {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.modal-lite .modal-footer {
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  .modal-lite .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.download-popup {
  max-width: 600px;
}
.download-popup .modal-content {
  background: linear-gradient(to top, #3976B4, #53C1D8);
}
.download-popup .modal-content .modal-body {
  text-align: center;
  padding: 0;
  background: 50% 20%/20% url("/img/download-badge/download-sparkles.svg") no-repeat;
}
.download-popup .modal-content .modal-body.bg-anm {
  transition: all 1.5s cubic-bezier(0, 0.84, 0.35, 1);
  background-position: 50% 12%;
  background-size: 75%;
}
.download-popup .modal-content .modal-body:before {
  content: "";
  display: block;
  position: absolute;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-conic-gradient(at 50% 40%, transparent 0deg 5deg, rgba(255, 255, 255, 0.15) 0deg 12deg);
  mask-image: radial-gradient(farthest-corner at 50% 45%, rgba(255, 255, 255, 0) 20%, white 100%);
}
.download-popup .modal-content .modal-body .dowload-qr {
  position: relative;
}
.download-popup .modal-content .modal-body .modal-title {
  position: relative;
  color: #fff;
  font-size: 1.2499999875rem;
  line-height: 1.25;
  font-weight: 400;
}
.download-popup .modal-content .modal-footer {
  background: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.app-badge {
  width: 156px;
  height: 46px;
}

.dowload-qr {
  padding: 2rem;
  width: 214px;
  display: inline-block;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.lang-icon {
  border: 1px solid #ced4da;
  font-size: 0.75rem;
  color: #6c757d;
  border-radius: 100%;
  text-align: center;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.386em;
  display: inline-block;
  margin-right: 0.25rem;
  vertical-align: middle;
  background-color: #f8f9fa;
}

.footer {
  background-color: #f8f9fa;
  padding: 1.5rem 0 1rem;
  font-size: 1rem;
  border-top: 1px solid #e9ecef;
}
.footer .footer-links {
  line-height: 2rem;
}
@media (min-width: 576px) {
  .footer .footer-links {
    line-height: 2.5rem;
  }
}
.footer .footer-social .svgicon {
  color: #6c757d;
  font-size: 2rem;
  display: block;
}
@media (min-width: 768px) {
  .footer .footer-social .svgicon {
    font-size: 2.5rem;
  }
}
.footer .footer-partners {
  max-width: 615px;
  line-height: 1;
}
.footer .footer-info {
  border-top: 1px solid #e9ecef;
  font-size: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0;
  color: #6c757d;
  margin-bottom: 0;
}
.footer .footer-info .svgicon {
  color: #99278d;
  margin: 0 0.1em;
}

.footer-logo {
  margin: 2rem auto;
  max-width: 95px;
}

.game-header .game-icon {
  height: 3.8888888889rem;
  margin-left: -0.5rem;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .game-header .game-icon {
    height: 5.2777777778rem;
  }
}

@keyframes link-game {
  0% {
    opacity: 0;
    transform: translate(0, 5%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0.2;
  }
  45%, 55% {
    opacity: 0.15;
  }
  49.9%, 50% {
    opacity: 0;
  }
}
@keyframes icon-anm1 {
  0% {
    transform: rotate(-30deg);
  }
  49.9% {
    transform: translate(-1vw, -2vh) rotate(10deg);
  }
  50% {
    transform: translate(-1vw, 100%) rotate(0deg) scale(0.9);
  }
  100% {
    transform: translate(3vw, 110%) rotate(15deg) scale(0.9);
  }
}
@keyframes icon-anm2 {
  0% {
    transform: rotate(5deg);
  }
  49.9% {
    transform: translate(-2vw, 1vh) rotate(20deg);
  }
  50% {
    transform: translate(-13vw, -1vh) rotate(0deg) scale(0.7);
  }
  100% {
    transform: translate(-16vw, 0vh) rotate(15deg) scale(0.7);
  }
}
@keyframes icon-anm3 {
  0% {
    transform: rotate(10deg) scale(1);
  }
  49.9% {
    transform: translate(-2vw, 0vh) rotate(25deg) scale(1);
  }
  50% {
    transform: translate(2vw, -120%) rotate(0deg) scale(1.1);
  }
  100% {
    transform: translate(1vw, -100%) rotate(20deg) scale(1.1);
  }
}
@keyframes circle-anm {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  30% {
    opacity: 0.2;
  }
  45% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: translate(8vw, -2vh) scale(0.2);
    opacity: 0;
  }
  70% {
    opacity: 0.2;
  }
  95% {
    transform: translate(8vw, -2vh) scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.home .body-content {
  min-height: 100vh;
}
.home .game-list {
  min-height: 77vh;
}
.home .game-list .game-item {
  position: relative;
  overflow: hidden;
}
.home a[class~=game-link] {
  opacity: 0;
  animation: link-game 1s cubic-bezier(0.39, 0.58, 0.57, 1) 1 forwards;
}
.home .game-link {
  cursor: pointer;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 150px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .game-link .game-icon {
  max-height: 20vw;
  min-height: 105px;
  min-width: 105px;
  display: block;
}
@media (min-aspect-ratio: 119/100) {
  .home .game-link .game-icon {
    max-width: 26vh;
    max-height: 18vw;
  }
}
.home .game-link .game-title {
  color: #fff;
  display: block;
  font-size: 5vmin;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 0.7em;
}
@media (min-aspect-ratio: 119/100) {
  .home .game-link .game-title {
    font-size: 4vmin;
  }
}
@media (max-aspect-ratio: 119/100) {
  .home .game-link.game-flat-pt {
    flex-direction: row;
  }
  .home .game-link.game-flat-pt .game-icon {
    height: 20vw;
    margin: 2vw 0;
    min-height: 115px;
    min-width: 115px;
  }
  .home .game-link.game-flat-pt .game-title {
    font-size: 6vmin;
    margin-bottom: 0;
    padding-right: 2%;
  }
}
.home .bg-circle, .home .bg-icon {
  position: absolute;
  width: auto;
  opacity: 0;
}
.home .bg-item {
  position: absolute;
  height: 100%;
  width: 100%;
}
.home .bg-icon {
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-iteration-count: 10;
}
.home .bg-icon.icon1 {
  height: 30%;
  top: 20%;
  right: 82%;
  animation-name: opacity, icon-anm1;
  animation-duration: 20s;
}
.home .bg-icon.icon2 {
  height: 22%;
  left: 80%;
  top: -2%;
  animation-name: opacity, icon-anm2;
  animation-duration: 18s;
}
.home .bg-icon.icon3 {
  height: 35%;
  left: 75%;
  bottom: -10%;
  animation-name: opacity, icon-anm3;
  animation-duration: 23s;
}
.home .bg-icon.icon4 {
  height: 25%;
  top: 0%;
  right: 82%;
  animation-name: opacity, icon-anm1;
  animation-duration: 18s;
}
.home .bg-icon.icon5 {
  height: 35%;
  right: 40%;
  top: 80%;
  animation-name: opacity, icon-anm2;
  animation-duration: 26s;
}
.home .bg-icon.icon6 {
  height: 30%;
  left: 78%;
  bottom: 49%;
  animation-name: opacity, icon-anm3;
  animation-duration: 23s;
}
.home .bg-circle {
  animation: circle-anm 10s ease-out 4s 10;
}
.home .bg-circle.circle1 {
  height: 15%;
  bottom: 86%;
  right: 81%;
  animation-delay: 4s;
}
.home .bg-circle.circle2 {
  height: 10%;
  left: 76%;
  bottom: 64%;
  animation-duration: 15s;
  animation-delay: 2s;
}
.home .bg-circle.circle3 {
  height: 20%;
  right: 83%;
  bottom: -5%;
  animation-duration: 16s;
  animation-delay: 0s;
}
.home .bg-circle.circle4 {
  height: 12%;
  bottom: 24%;
  right: 93%;
  animation-duration: 11s;
  animation-delay: 4s;
}
.home .bg-circle.circle5 {
  height: 15%;
  left: 38%;
  bottom: 84%;
  animation-duration: 14s;
  animation-delay: 2s;
}
.home .bg-circle.circle6 {
  height: 13%;
  left: 65%;
  bottom: -5%;
  animation-duration: 17s;
  animation-delay: 0s;
}

:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem;
}

.login #spinner {
  text-align: center;
  height: 400px;
  width: 600px;
}
.login .card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.login .card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
}
.login .card-signin .card-body {
  padding: 2rem;
}
.login .card-body {
  border-radius: 1rem;
  background: #fCfCfC;
}
.login .form-signin {
  width: 100%;
}
.login .form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}
.login .form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.login .form-label-group input {
  height: auto;
  border-radius: 2rem;
}
.login .form-label-group > input,
.login .form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}
.login .form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}
.login .form-label-group input::-webkit-input-placeholder {
  color: transparent;
}
.login .form-label-group input:-ms-input-placeholder {
  color: transparent;
}
.login .form-label-group input::-ms-input-placeholder {
  color: transparent;
}
.login .form-label-group input::-moz-placeholder {
  color: transparent;
}
.login .form-label-group input::placeholder {
  color: transparent;
}
.login .form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}
.login .form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}
.login .btn-google {
  color: white;
  background-color: #ea4335;
}
.login .btn-facebook {
  color: white;
  background-color: #3b5998;
}
.login .btn-vk {
  color: white;
  background-color: #587EA3;
}
.login .btn-register {
  color: white;
  background-color: #01b140;
}
.login .btn-register:hover {
  color: white;
  background-color: #0f9a42;
}
.login .register-separator {
  /*color: #c0c1c3;*/
  top: 3px;
  color: #495057;
  position: relative;
}
.login .register-separator:before {
  left: 0;
}
.login .register-separator:after {
  right: 0;
}
.login .register-separator:before, .login .register-separator:after {
  background: #f3f3f3;
  content: " ";
  display: block;
  height: 2px;
  position: absolute;
  top: 12px;
  width: 100px;
}
.login .isa_error {
  display: none;
  margin: 10px 0px;
  border-radius: 0.75em;
  /*box-shadow:1px 1px 3px #888;*/
  color: #D8000C;
  background-color: #FFD2D2;
}
.login .isa_error i {
  margin: 8px 10px;
  font-size: 2em;
  vertical-align: middle;
}

#currentgame #gameIframe {
  width: 70%;
  height: 100%;
}

#currentgame #chatIframe {
  margin-left: 70%;
  width: 30%;
}

#currentgame {
  width: 100%;
  height: 100%;
  max-height: 100vh;
}

.ranking-table {
  width: 100%;
  margin-bottom: 2rem;
}
.ranking-table tr {
  border-bottom: 1px solid #dee2e6;
}
.ranking-table td {
  padding: 1rem 0.5rem;
  vertical-align: middle;
}
.ranking-table .ranking-position {
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .ranking-table .ranking-position {
    font-size: 1.375rem;
  }
}
.ranking-table .ranking-image .user-img {
  width: 50px;
  height: auto;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .ranking-table .ranking-image .user-img {
    width: 80px;
  }
}
.ranking-table .ranking-name {
  font-weight: 600;
  color: #343a40;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.ranking-table .ranking-level {
  color: #adb5bd;
  font-size: 0.875rem;
}
.ranking-table .ranking-points {
  white-space: nowrap;
  text-align: right;
  color: #adb5bd;
  font-size: 0.875rem;
  padding-right: 0;
}
.ranking-table .ranking-points .ranking-number {
  font-weight: 600;
  color: #343a40;
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .ranking-table .ranking-points .ranking-number {
    font-size: 1.375rem;
  }
}

.profile .user-img {
  width: 130px;
  height: 130px;
  padding: 5px;
  border-radius: 100%;
  align-self: center;
}
.profile .progress-bar {
  width: 100%;
}
.profile .game-icon {
  width: 5em;
}
.profile .div-icon {
  width: 10.25em;
  color: #FFFFFF;
}
.profile .div-points {
  width: 10%;
  text-align: right;
}

.store-nav-link {
  font-size: 0.875rem;
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  line-height: 1.2;
  padding: 1rem 0.5rem;
  position: relative;
  color: #6c757d;
  transition: 0.2s ease-in-out;
  transition-property: background, color;
}
.nav-pills .store-nav-link {
  border-radius: 10px;
}
.store-nav-link .nav-flag {
  font-size: 8px;
  position: absolute;
  left: 60%;
  top: 10px;
  color: #ffc107;
  width: 1.1em;
  height: auto;
  max-height: 1.5em;
}
@media (min-width: 768px) {
  .store-nav-link .nav-flag {
    position: static;
  }
}
.store-nav-link.active > .nav-flag {
  visibility: hidden;
}
.store-nav-link > .svgicon {
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .store-nav-link > .svgicon {
    display: inline-block;
    width: 1.1em;
    margin-right: 0.25em;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .store-nav-link {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    flex-basis: auto;
    flex-grow: 1;
    text-align: left;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .nav-pills .store-nav-link {
    border-radius: 2rem;
  }
}

.balance {
  color: #E77D2C;
}
.balance .svgicon {
  width: 1.3em;
  margin-right: 0.25em;
}

.user-img {
  width: 1.6em;
  border-radius: 40px;
  margin-right: 0.5rem;
}

.store-gift {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .store-gift {
    margin-bottom: 2rem;
  }
}
.store-gift .store-close-icon {
  position: relative;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
}
.store-gift .store-close-icon::before, .store-gift .store-close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
}
.store-gift .store-close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.store-gift .store-close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.store-gift .store-close-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.store-gift-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.75rem;
}
.store-gift-toggle {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1.5px solid #E77D2C;
  background: #fff;
  color: #E77D2C;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  box-shadow: 0 12px 28px rgba(231, 125, 44, 0.15);
  line-height: 1.2;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  cursor: pointer;
}
.store-gift-toggle .svgicon {
  width: 1.5rem;
  margin-right: 0.5rem;
}
.store-gift-toggle:hover, .store-gift-toggle:focus {
  background: rgba(231, 125, 44, 0.1);
  color: #E77D2C;
  box-shadow: 0 16px 32px rgba(231, 125, 44, 0.2);
}
.store-gift-form {
  border-radius: 18px;
  border: 1px solid rgba(231, 125, 44, 0.45);
  background: #fff7ed;
  box-shadow: 0 20px 48px rgba(231, 125, 44, 0.08);
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .store-gift-form {
    padding: 1.5rem;
  }
}
.store-gift-form--error {
  border-color: rgba(226, 69, 45, 0.5);
  background: rgba(226, 69, 45, 0.05);
}
.store-gift-form--error .store-gift-form-input {
  border-color: rgba(226, 69, 45, 0.55);
  box-shadow: 0 14px 30px rgba(226, 69, 45, 0.08);
}
.store-gift-form--error .store-gift-form-submit {
  background: #e2452d;
}
.store-gift-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.store-gift-form-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #E77D2C;
  font-size: 1.375rem;
}
.store-gift-form-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: rgba(231, 125, 44, 0.12);
}
.store-gift-form-icon .svgicon {
  width: 1.4rem;
}
.store-gift-form-close {
  color: #E77D2C;
}
.store-gift-form-close:hover, .store-gift-form-close:focus {
  background: rgba(231, 125, 44, 0.12);
  color: #E77D2C;
}
.store-gift-form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
.store-gift-form-input {
  display: flex;
  align-items: stretch;
  border: 1.5px solid rgba(231, 125, 44, 0.45);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(231, 125, 44, 0.08);
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  overflow: hidden;
  min-height: 3.25rem;
}
.store-gift-form-input:focus-within {
  border-color: #E77D2C;
  box-shadow: 0 16px 36px rgba(231, 125, 44, 0.12);
}
.store-gift-form-input-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  color: #E77D2C;
}
.store-gift-form-input-icon .svgicon {
  width: 1.25rem;
  height: 1.25rem;
}
.store-gift-form-input-field {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0.5rem;
  font-size: 1rem;
}
.store-gift-form-input-field:focus {
  outline: none;
}
.store-gift-form-input-field::placeholder {
  color: #adb5bd;
}
.store-gift-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  border: 0;
  background: #E77D2C;
  color: #fff;
  font-weight: 600;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
.store-gift-form-submit .svgicon {
  width: 1.1rem;
  margin-right: 0.35rem;
}
.store-gift-form-submit:hover, .store-gift-form-submit:focus {
  background: rgba(231, 125, 44, 0.9);
  color: #fff;
}
.store-gift-form-submit:disabled {
  opacity: 0.6;
}
.store-gift-form-error {
  margin-top: 0.5rem;
}
.store-gift-notice {
  border-radius: 10px;
  background: #EFEFEF;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .store-gift-notice {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.store-gift-notice-info {
  display: flex;
  align-items: center;
}
.store-gift-notice-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.75rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(28, 146, 209, 0.12);
}
.store-gift-notice-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-gift-notice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.75rem;
  border-radius: 50%;
  background: #fff;
  color: #1c92d1;
  box-shadow: 0 12px 28px rgba(28, 146, 209, 0.12);
}
.store-gift-notice-icon .svgicon {
  width: 1.4rem;
}
.store-gift-notice-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
.store-gift-notice-username {
  font-size: 1.375rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0;
}
.store-gift-notice-close {
  align-self: flex-start;
  color: #495057;
}
@media (min-width: 768px) {
  .store-gift-notice-close {
    align-self: center;
  }
}
.store-gift-notice-close:hover, .store-gift-notice-close:focus {
  background: rgba(73, 80, 87, 0.08);
  color: #343a40;
}
.store-gift-notice-action {
  font-weight: 600;
  color: #E77D2C;
  text-decoration: none;
}
.store-gift-notice-action:hover, .store-gift-notice-action:focus {
  color: #E77D2C;
  text-decoration: underline;
}

.store-landing {
  min-height: calc(100vh - 150px);
  text-align: center;
}
.store-landing-title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .store-landing-title {
    font-size: 2.8125rem;
    margin-bottom: 2.5rem;
  }
}
.store-landing-card {
  position: relative;
  background: #fff;
  border-radius: 28px;
  padding: 4rem 2.5rem 3rem;
  box-shadow: 0 24px 60px rgba(28, 146, 209, 0.08);
  overflow: hidden;
}
@media (min-width: 768px) {
  .store-landing-card {
    padding: 4.5rem 3.5rem 3.5rem;
  }
}
.store-landing-awning {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 140%;
  height: 150px;
  background: linear-gradient(90deg, #1c92d1, #40c4d5, #92f0f7, #40c4d5, #1c92d1);
  border-radius: 70px;
}
@media (min-width: 768px) {
  .store-landing-awning {
    width: 120%;
  }
}
.store-landing-form {
  margin-top: 4rem;
}
.store-landing-input {
  display: flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(28, 146, 209, 0.15);
  background: #fff;
  box-shadow: 0 16px 40px rgba(28, 146, 209, 0.08);
  padding: 0.75rem 0.5rem 0.75rem 1rem;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.store-landing-input:focus-within {
  border-color: #1c92d1;
  box-shadow: 0 18px 46px rgba(28, 146, 209, 0.12);
}
.store-landing-input-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1c92d1;
}
.store-landing-input-icon .svgicon {
  width: 1.25rem;
}
.store-landing-input-field {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0 0.75rem;
  font-size: 1rem;
}
.store-landing-input-field:focus {
  outline: none;
}
.store-landing-input-field::placeholder {
  color: #adb5bd;
}
.store-landing-input-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #1c92d1;
  color: #fff;
  border-radius: 999px;
  width: 45px;
  height: 45px;
  transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
  cursor: pointer;
}
.store-landing-input-submit .svgicon {
  width: 1.2rem;
}
.store-landing-input-submit:hover, .store-landing-input-submit:focus {
  background: #1779ad;
  transform: translateX(2px);
}
.store-landing-input-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.store-landing-error {
  margin-top: 0.75rem;
}
.store-landing-separator {
  position: relative;
  margin: 3rem 0 1.5rem;
  font-size: 0.875rem;
  color: #adb5bd;
}
.store-landing-separator span {
  position: relative;
  padding: 0 1rem;
  background: #fff;
  z-index: 1;
}
.store-landing-separator:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 1px;
  background: rgba(206, 212, 218, 0.6);
}
.store-landing-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: #495057;
}
.store-landing-login {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .store-landing-login {
    gap: 1.5rem;
  }
}
.store-landing-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.85rem 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.store-landing-login-btn .svgicon {
  width: 1.5rem;
  margin-right: 0.5rem;
}
.store-landing-login-btn:hover, .store-landing-login-btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  color: #fff;
  text-decoration: none;
}
.store-landing-login-btn-google {
  background: linear-gradient(135deg, #e2452d, #f06644);
}
.store-landing-login-btn-facebook {
  background: linear-gradient(135deg, #2b4da1, #3c62c4);
}

.store-banner {
  position: relative;
}
.store-banner-img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.store-banner--countdown .store-banner-img {
  border-radius: 10px;
}
.store-banner-countdown {
  position: absolute;
  right: 0.4rem;
  bottom: 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  padding: 0.3rem 0.3rem;
  color: #fff;
  text-align: right;
  min-width: 130px;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .store-banner-countdown {
    min-width: 110px;
    padding: 0.25rem 0.25rem;
    gap: 0.2rem;
  }
}
.store-banner-countdown--expired {
  display: none;
}
.store-banner-countdown-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
}
@media (max-width: 767.98px) {
  .store-banner-countdown-title {
    font-size: 0.625rem;
  }
}
.store-banner-countdown-timer {
  display: flex;
  gap: 0.35rem;
}
@media (max-width: 767.98px) {
  .store-banner-countdown-timer {
    gap: 0.2rem;
  }
}
.store-banner-countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 32px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .store-banner-countdown-box {
    min-width: 28px;
  }
}
.store-banner-countdown-number {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .store-banner-countdown-number {
    font-size: 1.05rem;
  }
}
.store-banner-countdown-text {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .store-banner-countdown-text {
    font-size: 0.5rem;
  }
}

.btn-outline-popular {
  background: #fff;
  color: #DF413F;
  border-color: #DF413F;
}
.btn-outline-popular:hover {
  color: #fff;
  background-color: #b4201e;
  border-color: #b4201e;
}
.btn-outline-popular:focus, .btn-outline-popular.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 65, 63, 0.5);
}
.btn-outline-popular.disabled, .btn-outline-popular:disabled {
  color: #DF413F;
  background-color: transparent;
}
.btn-outline-popular:not(:disabled):not(.disabled):active, .btn-outline-popular:not(:disabled):not(.disabled).active, .show > .btn-outline-popular.dropdown-toggle {
  color: #fff;
  background-color: #b4201e;
  border-color: #b4201e;
}
.btn-outline-popular:not(:disabled):not(.disabled):active:focus, .btn-outline-popular:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-popular.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 65, 63, 0.5);
}

.btn-outline-best {
  background: #fff;
  color: #3094BD;
  border-color: #3094BD;
}
.btn-outline-best:hover {
  color: #fff;
  background-color: #216480;
  border-color: #216480;
}
.btn-outline-best:focus, .btn-outline-best.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 148, 189, 0.5);
}
.btn-outline-best.disabled, .btn-outline-best:disabled {
  color: #3094BD;
  background-color: transparent;
}
.btn-outline-best:not(:disabled):not(.disabled):active, .btn-outline-best:not(:disabled):not(.disabled).active, .show > .btn-outline-best.dropdown-toggle {
  color: #fff;
  background-color: #216480;
  border-color: #216480;
}
.btn-outline-best:not(:disabled):not(.disabled):active:focus, .btn-outline-best:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-best.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 148, 189, 0.5);
}

.btn-outline-offer {
  background: #fff;
  color: #E77D2C;
  border-color: #E77D2C;
}
.btn-outline-offer:hover {
  color: #fff;
  background-color: #b25914;
  border-color: #b25914;
}
.btn-outline-offer:focus, .btn-outline-offer.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 125, 44, 0.5);
}
.btn-outline-offer.disabled, .btn-outline-offer:disabled {
  color: #E77D2C;
  background-color: transparent;
}
.btn-outline-offer:not(:disabled):not(.disabled):active, .btn-outline-offer:not(:disabled):not(.disabled).active, .show > .btn-outline-offer.dropdown-toggle {
  color: #fff;
  background-color: #b25914;
  border-color: #b25914;
}
.btn-outline-offer:not(:disabled):not(.disabled):active:focus, .btn-outline-offer:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-offer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 125, 44, 0.5);
}

.store-pack {
  display: block;
  background: #EFEFEF;
  border-radius: 10px;
  text-decoration: none;
  color: #495057;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.store-pack .pack-tag {
  position: absolute;
  top: 7px;
  left: -4px;
  width: 80%;
  min-width: 105px;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .store-pack .pack-tag {
    top: 12px;
    font-size: 0.875rem;
  }
}
.store-pack .pack-tag span {
  display: block;
  color: #fff;
  line-height: 1.6;
  background: #DF423F;
  text-transform: uppercase;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 96% 50%, 100% 0);
  background: #e2452d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.store-pack .pack-tag:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 4px solid #650E0E;
  border-left: 4px solid transparent;
}
.store-pack .pack-tag.tag-best span {
  background: #2573B9;
}
.store-pack .pack-tag.tag-best:after {
  border-top-color: #110E65;
}
.store-pack .pack-img {
  width: 90%;
  margin: 0.25rem auto;
}
@media (min-width: 576px) {
  .store-pack .pack-img {
    margin-top: 0.5rem;
  }
}
.store-pack .pack-bonus {
  color: #838383;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 0.15rem;
}
@media (min-width: 576px) {
  .store-pack .pack-bonus {
    margin-bottom: 0.25rem;
    font-size: 1rem;
  }
}
.store-pack .pack-amount {
  font-weight: 600;
  font-size: 1.4999625rem;
  line-height: 1;
  margin-bottom: 0.15rem;
}
@media (min-width: 576px) {
  .store-pack .pack-amount {
    margin-bottom: 0.25rem;
    font-size: 1.9999125rem;
  }
}
.store-pack .pack-base {
  color: #B4B4B4;
  text-decoration: line-through;
  font-size: 0.75rem;
  line-height: 1;
}
@media (min-width: 576px) {
  .store-pack .pack-base {
    font-size: 0.875rem;
  }
}
.store-pack .pack-btn {
  font-size: 1rem;
  font-weight: 600;
  margin: 0.5rem auto 0.625rem;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 1rem);
  max-width: 115px;
}
.store-pack.pack-popular, .store-pack.pack-best {
  background: linear-gradient(#EB9145, #DF413F);
  color: #fff;
}
.store-pack.pack-popular .pack-base, .store-pack.pack-best .pack-base {
  color: rgba(255, 255, 255, 0.6);
}
.store-pack.pack-popular .pack-bonus, .store-pack.pack-best .pack-bonus {
  color: inherit;
}
.store-pack.pack-best {
  background: linear-gradient(#3791BB, #2573B9);
}
.store-pack.pack-offer {
  color: #fff;
  background: linear-gradient(#FFCC3E, #DF7B33);
}
.store-pack.pack-offer .pack-bonus {
  color: #A53838;
}
.store-pack.pack-offer .pack-base {
  color: rgba(196, 82, 82, 0.7);
}

.check-anm {
  width: 100%;
  max-width: 300px;
  height: 300px;
  margin: -25px auto -75px;
}
@media (min-width: 576px) {
  .check-anm {
    max-width: 350px;
    height: 350px;
    margin: -50px auto -90px;
  }
}

.store-card-icons {
  color: #6c757d;
  font-size: 1.5rem;
  text-align: center;
}
.store-card-icons .svgicon {
  margin-right: 0.2em;
}
.store-card-icons .svgicon.getnet {
  font-size: 1.6em;
}
@media (min-width: 768px) {
  .store-card-icons {
    font-size: 1.75rem;
  }
}
